Elo001 Posted September 12, 2006 Posted September 12, 2006 $a = pixelsearch(0,0,1024,768,"colour in hex (forgot colour )",10,10) mouseclick("left", $a[0], $a[1], 1) this is my script for an 2d-game-aimbot...but it doesnt work xD ($a = pixelsearch(0,0,1024,768,,10,10) $a = pixelsearch(0,0,1024,768,^ ERROR) ^debug window
Moderators SmOke_N Posted September 12, 2006 Moderators Posted September 12, 2006 It shows you the error, you have 2 commas side by side. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Elo001 Posted September 12, 2006 Author Posted September 12, 2006 (edited) ah , here is it : $a = pixelsearch(0,0,1024,768,#C99F6D,10,10) mouseclick("left", $a[0], $a[1], 1) mmmmh , it says "#" is an illegal charachter...... but i need # for the hex-colour Edited September 12, 2006 by Elo001
Bounda Posted September 12, 2006 Posted September 12, 2006 i have no idea how many times ive said this.. Forum Rules This is not a general support forum! CS:S Aimbot - List From INI Funcs
cppman Posted September 12, 2006 Posted September 12, 2006 (edited) $a = pixelsearch(0,0,1024,768,0xC99F6D,10,10) mouseclick("left", $a[0], $a[1], 1) # is used for HTML and other stuff like that... use '0x' although this is the wrong forum... Next time post in 'Support". Edited September 12, 2006 by CHRIS95219 Miva OS Project
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now