Hallo Com, gibt es eigt. noch einen Funktionierenden PickUp Bot ?
Hab mal einen versucht doch irgendwie will der nicht so wie ich es will.
HotKeySet("{F6}", "Pause")
HotKeySet("{F7}", "Start")
HotKeySet("{F8}", "Ende")
While 1
Sleep(75)
WEnd
Func Start()
While 1
Sleep(75)
ControlSend("METIN2", "", "", "Y")
WEnd
EndFunc ;==>Start
Func Ende()
Exit
EndFunc ;==>Ende
Func Pause()
While 1
Sleep(100)
WEnd
EndFunc ;==>Pause
Naja hoffe einer kann helfen...






