hexenos Posted September 20, 2014 Posted September 20, 2014 (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 September 20, 2014 by hexenos
Developers Jos Posted September 20, 2014 Developers Posted September 20, 2014 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.
Recommended Posts