To change the status of the plugin, you need to write the command AutoAttachStatus (0/1)
To specify a process, you must write the AutoAttachProcess
command and enter the process name
If suddenly you need a delay before the attached, then this can be done through AutoAttachSleep by specifying milliseconds in the arguments
AutoAttachSleep 1000
AutoAttachProcess dota2.exe
AutoAttachStatus 1
AutoAttachStatus 0