Trying to make an aimbot for S4 League, So far, this is what my friend gave me:
#include <Misc.au3>
Global $pausa
HotKeySet("{F1}","start")
HotKeySet("{TAB}","pausa")
While 2
ToolTip("F1 per iniziare" & @CRLF &"ESC per uscire",0,0)
WEnd
Func start()
Global $dll = DllOpen("user32.dll")
While 1
ToolTip("Click sinistro per sparare"&@crlf&"TAB per mettere in pausa",0,0)
If _IsPressed("01",$dll) Then
$pixel = PixelSearch(0,0,1280,768,0x000000);ho capito a cosa diavolo serve [0] o [1] ecc.
MouseMove($pixel[0],$pixel[1],5)
ElseIf _IsPressed("1B",$dll) Then
Exit
DllClose($dll)
EndIf
WEnd
EndFunc
func pausa()
While 3
ToolTip("In pausa"&@CRLF&"F1 per riprendere",0,0)
WEnd
EndFunc
I don't want to make it shoot, just move towards the color of E8041F with 10 shade of variation. I want insert to be the toggle key... Any help?
PS
800x600 Screen
Pss
I don't want to bug you but can you just make a short GUI that just says On or OFF? Please?