Can i get banned using this AHK script for afk bot?
Hi. This is an afk script i found searching the web. My question is: Can i get banned using it?
#Persistent
SetTimer, PressTheKey, 30000
Return
PressTheKey:
Send, {Space}
Return
#Persistent
SetTimer, PressTheKey, 30000
Return
PressTheKey:
Send, {Space}
Return

