startet learning autoit nad i got a problem
my script does not work
can you say me why or even better, correct my mistakes
ty
my script does not work
Code:
HotKeySet("{numpadadd}","_start")
HotKeySet("{numpadsub}","_exit")
HotKeySet("{space}","_pause")
While 1
Sleep(750)
WEnd
Func _exit()
Exit
EndFunc
Func _start()
While
Func _start()
MouseClick("left"[, 700, 425 [[, 1 [, 1]]])
sleep(9000)
MouseClick("left"[, 700, 425 [[, 1 [, 1]]])
sleep(900000)
WEnd
EndFunc
Func _pause()
While
sleep 50000
WEnd
EndFunc
can you say me why or even better, correct my mistakes
ty