also bei klappts nicht so wie bingbong man beschriebenhat bei mir klappts nur so
PHP Code:
HotKeySet ("{0}", "Start")
HotKeySet ("{9}", "pause")
while 1
Sleep(100)
WEnd
Func Start()
while True
Send(" 1 y 2 y 3 y 4 y")
Sleep(60)
WEnd
EndFunc
Func pause()
Global $Paused
$Paused = Not $Paused
While $Paused
Sleep(100)
WEnd
EndFunc