Jump to content

Need Help with Autoit Colour Aim


hexenos
 Share

Recommended Posts

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
Link to comment
Share on other sites

  • Developers

Next post made not adhering to our forum rules will result in a ban from our forums.

So, do yourself a favor and read those forumrules now.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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