Thanks i am test 550 days
Global $Paused, $counter = 0
HotKeySet("{F5}", "TogglePause")
HotKeySet("{ESC}", "Terminate")
Opt("MouseCoordMode", 1)
$NFSW = "NEED FOR SPEED™ WORLD"
$result = WinExists($NFSW)
Local $state = WinGetState($NFSW)
Local $size = WinGetClientSize($NFSW)
If $result = 0 Then
MsgBox(0, "Error", "Need For Speed not activated")
Exit
EndIf
If BitAND($state, 16) Then
MsgBox(0, "Error", "Need For Speed is minimized")
WinActivate($NFSW)
EndIf
Sleep(500)
If $size[0] & $size[1] <> 800 & 600 Then
MsgBox(0, "Error", "Need For Speed World need to be 800 600. Your game size is: "&$size[0]&" "&$size[1]&"")
WinActivate($NFSW)
Sleep(100)
WinMove($NFSW, "", 0, 0, 800, 600)
EndIf
Sleep(500)
$number = inputbox("AutoClicker", "How many days you want to do?", "", "", 200, 130)
Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip("Script is Paused",0,0, $counter, 1)
WEnd
ToolTip("")
EndFunc
Func Terminate()
Exit 0
EndFunc
While $number
$number -= 1
ControlClick($NFSW,"","","left",1,162, 435)
Sleep(1500)
ControlClick($NFSW,"","","left",1,317, 327)
Sleep(1500)
$counter +=1
ToolTip("Days done",0,0, $counter, 1)
wend
beep(1000, 200)
beep(1000, 200)
beep(1000, 200)
every hack gives banned ...Quote:
Will i get banned for this??
please dude ..Quote:
Autoit nfsw days bot codeCode:Global $Paused, $counter = 0 HotKeySet("{F5}", "TogglePause") HotKeySet("{ESC}", "Terminate") Opt("MouseCoordMode", 1) $NFSW = "NEED FOR SPEED™ WORLD" $result = WinExists($NFSW) Local $state = WinGetState($NFSW) Local $size = WinGetClientSize($NFSW) If $result = 0 Then MsgBox(0, "Error", "Need For Speed not activated") Exit EndIf If BitAND($state, 16) Then MsgBox(0, "Error", "Need For Speed is minimized") WinActivate($NFSW) EndIf Sleep(500) If $size[0] & $size[1] <> 800 & 600 Then MsgBox(0, "Error", "Need For Speed World need to be 800 600. Your game size is: "&$size[0]&" "&$size[1]&"") WinActivate($NFSW) Sleep(100) WinMove($NFSW, "", 0, 0, 800, 600) EndIf Sleep(500) $number = inputbox("AutoClicker", "How many days you want to do?", "", "", 200, 130) Func TogglePause() $Paused = NOT $Paused While $Paused sleep(100) ToolTip("Script is Paused",0,0, $counter, 1) WEnd ToolTip("") EndFunc Func Terminate() Exit 0 EndFunc While $number $number -= 1 ControlClick($NFSW,"","","left",1,162, 435) Sleep(1500) ControlClick($NFSW,"","","left",1,317, 327) Sleep(1500) $counter +=1 ToolTip("Days done",0,0, $counter, 1) wend beep(1000, 200) beep(1000, 200) beep(1000, 200)
ok nice but u must know u can't get more than 150 part and skillsQuote:
Thanks i am test 550 days