ok got something here and im stucked please.. could anyone have a tip or suggestion in this code:
it just wont tab at the right time.. it just keeps on pressing "1" dunno what part im wrong or eveything is wrong T_T
please help
Code:
#include <GUIConstantsEx.au3>
GUICreate("Forsaken's Bot", 335, 100)
GUISetState(@SW_SHOW)
$startbutton = GUICtrlCreateButton("Start", 190, 8, 60)
HotKeySet("{ESC}", "Terminate")
Func Terminate()
Exit 0
EndFunc
func find()
send("{TAB}")
EndFunc
func atk()
send("{1}")
Sleep(3000)
send("{1}")
sleep(3000)
EndFunc
While 1
find()
atk()
WEnd
please help