CURVEBALL-BOT!!!
Hallo ich habe in AutoIt gearbeitet und habe einen Curveball-Bot releast^^
Ich stelle des am bessten public :D
Hier noch die Seite vom Spiel:
[Only registered and activated users can see links. Click Here To Register...]
Hier ist der Script:
Hallo ich habe in AutoIt gearbeitet und habe einen Curveball-Bot releast^^
Ich stelle des am bessten public :D
Hier noch die Seite vom Spiel:
[Only registered and activated users can see links. Click Here To Register...]
Hier ist der Script:
PHP Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#JoJoo2000
HotKeySet("{F1}", "Start")
HotKeySet("{F2}", "Pause")
HotKeySet("{Esc}", "_Exit")
Sleep (2000)
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 319, 156, 188, 123)
$Button1 = GUICtrlCreateButton("Start", 8, 0, 305, 41, $WS_GROUP)
$Button2 = GUICtrlCreateButton("Pause", 8, 40, 305, 57, $WS_GROUP)
$Button3 = GUICtrlCreateButton("Close", 8, 96, 305, 57, $WS_GROUP)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button2
Exit
EndSwitch
$Varible = PixelSearch(247,322,738,640,0xD8FFCE)
If IsArray($Varible) = True Then
MouseMove($Varible [0], $Varible [1], 1)
MouseClick("left")
EndIf
WEnd
Func _Exit ()
Exit
EndFunc
Func Pause()
;;Stop the Function "Start" ("F2")
Endfunc
Func Start()
Send ("s")
EndFunc