ok sry mit adlibenable gehts doch net,
hier ma die einzelnen codes die ich gerne in einem hätte
pickup:
PHP Code:
HotKeySet ( "{Numpad1}" , "start" )
HotKeySet ( "{Numpad3}" , "Ende" )
Global $paused
HotKeySet("{Numpad2}", "Pause")
Func Pause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Script is "Paused"',0,0)
WEnd
EndFunc
While (1)
Sleep (200)
Wend
Func start()
While 1
Send ("{y}")
Sleep (100)
WEnd
EndFunc
Func Ende ()
Exit
EndFunc
fertigkeit:
PHP Code:
HotKeySet ( "{Numpad1}" , "start" )
HotKeySet ( "{Numpad3}" , "Ende" )
Global $paused
HotKeySet("{Numpad2}", "Pause")
Func Pause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Script is "Paused"',0,0)
WEnd
EndFunc
While (1)
Sleep (200)
Wend
Func start()
While 1
$pixel = PixelSearch ( 14, 40, 33, 61, 0x592019)
if @error then
send ("{F2}")
EndIf
WEnd
EndFunc
Func Ende ()
Exit
EndFunc
potter:
PHP Code:
Opt('PixelCoordMode', 2)
Opt('MouseCoordMode', 2)
HotKeySet ( "{Numpad1}" , "start" )
HotKeySet ( "{Numpad3}" , "Ende" )
Global $paused
HotKeySet("{Numpad2}", "Pause")
Func Pause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Script is "Paused"',0,0)
WEnd
EndFunc
While 1
sleep (200)
WEnd
Func start()
While (1)
$tpleiste = PixelGetColor (123,570)
$mpleiste = PixelGetColor (100, 586)
if $tpleiste = 0x141414 then
send ("{1}")
ElseIf $mpleiste = 0x454545 then
send ("{2}")
EndIf
WEnd
EndFunc
Func Ende()
Exit
Endfunc
vllt kann ma jemand versuchen die in einen code zu machen