Triggerbot
Game should be in windowed mode!
Use at your own risk
Code:
;________________________________________________
If WinExists(@ScriptName) Then Exit
AutoItWinSetTitle(@ScriptName)
;________________________________________________
;________________________________________________
;________________________________________________
Global $Paused, $counter = 0
HotKeySet("{F3}", "TogglePause")
HotKeySet("{F2}", "Terminate")
Shoot()
;________________________________________________
;________________________________________________
;________________________________________________
Func Shoot()
While 1
Local $coord = PixelSearch(948,540,978,570,0xBA0714,10)
If Not @error Then
MouseClick("Left")
EndIf
WEnd
EndFunc
;________________________________________________
;________________________________________________
;________________________________________________
While 1
$counter +=1
WEnd
;________________________________________________
;________________________________________________
;________________________________________________
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
;________________________________________________
;________________________________________________
;________________________________________________
How to use the code ?-Download AutoItScript and install you need to download frist latest AutoIT3 Production version & latest SciTE4AutoIT3, open AutoIt Script Editor, copy this code in editor , press file save as "Yourfilename.au3" go back go to tools -> build .
All downloads is free...
you need to edit the text

for this

If Not @error Then
I can edit the text , i don't know why... if the code 1 dont work use 2 code
virustotal file 1 & 2
https://www.virustotal.com/file/6b87...is/1360525167/
https://www.virustotal.com/file/1f08...is/1360525309/
Thx and enjoy!!!
by:l1merain
...


