Jarvis Posted July 6, 2011 Posted July 6, 2011 im just playing around with botting a simple flash game and im new to it, and i was wondering if there was like a Move to postion type function. say i wanted to make the t00n to to where i have my mouse locked to like example while 1 $var = pixelsearch(blah, blah, blah, blah, 0xblah) if isArray($var) = true then mousemove($var [0], $var [1], 1) end if example below If something = some value then move to $vars position. end if
PsaltyDS Posted July 6, 2011 Posted July 6, 2011 Start by reading the Forum Rules, no game scripting here. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
rockets Posted July 6, 2011 Posted July 6, 2011 (edited) use the MouseMove() function to move the mouse , and dont talk about botting games , that is a big No No now. Edited July 6, 2011 by rockets
Recommended Posts