It uses send() commands which aren't picked up at all in-game.
How are the send() commands prevented and how can it be bypassed?
Thanks,
How are the send() commands prevented and how can it be bypassed?
Thanks,
#include <Misc.au3>
Func _Tf()
If _IsPressed("31") = 1 Then
Sleep(500)
Send("w")
Sleep(400)
Send("e")
Sleep(400)
Send("q")
Sleep(400)
Send("r")
EndIf
EndFunc
while 1
_Tf()
Sleep(10)
WEnd