Thumbs upTriggerbot

Posts 115 of 36 · Page 1 of 3
Triggerbot
Triggerbot on "AutoItScript".
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
...
code.txt1 KB · 137 downloads Scanning…
code 2.txt1 KB · 109 downloads Scanning…
what's the problem? the pic need approval :/
"IF" statement must have THEN ....
Quote Originally Posted by luka9x View Post
"IF" statement must have THEN ....
what.... ?
try the frekin code .. it's not working ...

try this

If Not @error Then


p.s. color is not right .. it doesn't fire at all
Quote Originally Posted by luka9x View Post
try the frekin code .. it's not working ...

try this

If Not @error Then


p.s. color is not right .. it doesn't fire at all
thx i can edit , i don't know why
error to line 17

Error message when i run the script:

"Line 17 (File "C:\Users\PanicBacon\Documents\teuber.au3")

If Not

Error :"If" statements must have a "Then" keyword."
Quote Originally Posted by panicbacon View Post
error to line 17

Error message when i run the script:

"Line 17 (File "C:\Users\PanicBacon\Documents\teuber.au3")

If Not

Error :"If" statements must have a "Then" keyword."
Ok see the topic now ... the code was wrong
for me work 100%
Lol, this is a lot more complex then you think it is pipoka. You don't account for different weapons, different screen resolutions, different brightness levels and controls from the gui, different shader packs, etc. etc. etc.
detected --'

Kick by punkbuster
Quote Originally Posted by panicbacon View Post
detected --'

Kick by punkbuster
i never get kicked by punkbuster -.-
Think you still need to virus scan the files.
Posts 115 of 36 · Page 1 of 3

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?