heyhey Posted January 31, 2011 Posted January 31, 2011 (edited) Removed Edited January 31, 2011 by heyhey
kaotkbliss Posted January 31, 2011 Posted January 31, 2011 This 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
jvanegmond Posted January 31, 2011 Posted January 31, 2011 Local $enableO = False While True $color = PixelGetColor(@DesktopWidth / 2, @DesktopHeight / 2) If $color = 16711680 Or $color = 16646144 Then $enableO = Not $enableO ; Switches $enableO from true to false and false to true If $enableO Then MouseClick("left") Send("{LALT}") Send("{O}") Sleep(300) Else MouseClick("left") Send("{LALT}") Send("{P}") Sleep(600) EndIf EndIf WEnd And http://www.autoitscript.com/forum/forum-2/announcement-12-game-bots-and-automation/ github.com/jvanegmond
heyhey Posted January 31, 2011 Author Posted January 31, 2011 (edited) Edit : Sorry , didn't read his post good enhough, problem fixed. Edited January 31, 2011 by heyhey
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