Jump to content

Recommended Posts

Posted (edited)

Hello, i make Colour Aim but its working like Triggerbot. What i must change to Aim working when i press Mouse 1?

Script working only in Window mode in Cs 1.6 What i must do to works in fullscreen ?

Can i add more pixelsearch options ? (Need to Aim works with more colours than 1)

Why i want change now Hotkey Enter to F11 ESC to F12 its not working ?

My code :

HotKeySet ("{ENTER}", "Start")


HotKeySet ("{ESC}", "Exit")

While 1
Sleep(250)
WEnd

Func Start ()
While 1
$pxs = PixelSearch(715,455,727,466,0x00E400)
If IsArray($pxs) Then
MouseMove($pxs[0],$pxs[1], 0)
MouseClick("Left")
EndIf
WEnd
EndFunc

Func _Exit()
Exit
EndFunc

Edited by hexenos
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...