Jump to content

Recommended Posts

Posted

I am wondering how would I go about making my clicks and such run in the background so I can still do things on my computer without it getting in the way? Used for a flash game. Thanks. :D

Posted (edited)

There are multiple ways around the problem that you are having.

1. Why are you using clicks to automate a flash script? You can most likely do it another way that does not require input synthesizing.

You can load the flash object in an AutoIt program, and from there you should be able to figure out what flash variables to edit to get the job done.

Check out this thread for more info: http://www.autoitscript.com/forum/index.php?showtopic=82784

2. Try editing the flash save file.

http://sourceforge.net/projects/soleditor/

3. If you cant/wont change the script to work without kb/mouse input, then you can run it on a virtual machine.

Try: http://www.microsoft.com/downloads/details.aspx?FamilyId=28C97D22-6EB8-4A09-A7F7-F6C7A1F000B5&displaylang=en

Edited by NerdFencer

_________[u]UDFs[/u]_________-Mouse UDF-Math UDF-Misc Constants-Uninstaller Shell

Posted

Hey fencer thanks for the reply, unfortunately most data handled in this game are server sided so manipulating variables won't really do any good, but the vm idea sounds pretty nifty, I'll have to give that a twirl. Thanks. :D

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...