Hey there people.
I just wanted some help for making my script "faster".
I've just made a triggerbot with pixelsearch.
While 1
PixelSearch(0,0,@DesktopWidth,@DesktopHeight,0xD31E1E)
If Not @error Then
Send ("z")
EndIf
WEnd
I didn't do it with MouseClick ("left") because it whould crash my game.
The problem is that its really slow until it shoots.
Any way to make it faster? Please heeeeelp ;3