hmmm I have a problem.
The bot works... he clicks the enemy and moves but he doesn't attack.
Any idea? :confused:
The bot works... he clicks the enemy and moves but he doesn't attack.
Any idea? :confused:
Global
HotKeySet("{HOME}", "TogglePause")
HotKeySet("{END}", "Terminate")
While 1
Sleep(100)
WEnd
Func TogglePause()
= NOT
While
sleep(10)
send("`")
WEnd
EndFunc
Func Terminate()
Exit 0
EndFunc
When I open the au3 script it says:Quote:
install autoit, start notepad, paste that into the document, and save as whateveryouwanthere.au3Code:Global HotKeySet("{HOME}", "TogglePause") HotKeySet("{END}", "Terminate") While 1 Sleep(100) WEnd Func TogglePause() = NOT While sleep(10) send("`") WEnd EndFunc Func Terminate() Exit 0 EndFunc
close it, find where you saved it, right click and hit compile
then run whateveryouwanthere.exe
hit the key "home" to start/pause, and "end" to exit the script
all this does is hit the ` key every 10 milliseconds