Popeye1 0 Posted May 23, 2010 I'm trying to run a simple mouseclick script in a game window I have but nothing happens. The machine is windows 7 64 bit. The script works fine on my other non windows 7 machines. Does anyone know what the problem is? Share this post Link to post Share on other sites
GEOSoft 67 Posted May 23, 2010 Check line 259 of your script. GeorgeQuestion about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else."Old age and treachery will always overcome youth and skill!" Share this post Link to post Share on other sites
Popeye1 0 Posted May 24, 2010 HotKeySet("{PAUSE}", "EndScript") HotKeySet("{END}", "SetPause0") ; [x] variabile [x] ; CHANGES --------------------------------------------- Options Opt("PixelCoordMode", 0) ; pixelsearch function relative to active window not the whole screen! ; ------------- end Opt() While 1 ;start master loop MouseClick("left") Sleep(7000) WEnd ; end master loop This is all the script is, the first section is irrevelant because it's not used in this script but I have it there anyway, for some reason this does nothing when ran. Share this post Link to post Share on other sites
jaberwacky 327 Posted May 24, 2010 Works on my Win7 64 machine, maybe it's because you're trying to cheat on a game? Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum? Share this post Link to post Share on other sites