Scripts blocked ?
Hi i tried to write a little script nothing big(realy simple) just for anti afk and i cant get that shit running is that blocked or is my script wrong ?
here is my script
set WshShell = WScript.CreateObject("WScript.Shell")
Set fso = WScript.CreateObject("Scripting.FileSystemObject")
do
wscript.sleep 5000
wshshell.sendkeys "space"
loop