| View previous topic :: View next topic |
| Author |
Message |
Puzzled Greatly
Joined: 15 Aug 2009 Posts: 274
|
Posted: Wed Feb 03, 2010 1:58 am Post subject: Capturing variables from Flash swf files?? |
|
|
Hello, is there any way that autohotkey can get a variable generated from a swf file? I'm guessing not but am asking on the off chance.
GP |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Feb 03, 2010 2:06 am Post subject: |
|
|
well sure u can, its just reading memory address
thats how ppl use cheatengine to edit those variables in flash game and give themselves unlimited money or so
(note* as long as u know the memory address location) |
|
| Back to top |
|
 |
Puzzled Greatly
Joined: 15 Aug 2009 Posts: 274
|
Posted: Wed Feb 03, 2010 2:21 am Post subject: |
|
|
Thanks, so how do I find out what the memory address is?
GP |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Feb 03, 2010 2:24 am Post subject: |
|
|
cheatengine does have search function
once u have the location, u can start using ahk |
|
| Back to top |
|
 |
porrasnick
Joined: 30 Jan 2010 Posts: 166
|
Posted: Wed Feb 03, 2010 2:32 am Post subject: |
|
|
addresses change every time you run a flash game, you probably don't want to have to deal with that.
he wants to deal with variables, not addresses. |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Feb 03, 2010 2:39 am Post subject: |
|
|
addresses are the location of the variables, so yes, indeed its related
so if he wants to make it work, there is a way, unless u are talking about the swf flash program will actually output a text file??!
if that is so troublesome and not worth it, why would gamers/cheaters still use this method to cheat in flash game?
so if he thinks it worth it, then he will find the address, and bring that copy that address to his ahk script and ReadMemory the variable value |
|
| Back to top |
|
 |
Puzzled Greatly
Joined: 15 Aug 2009 Posts: 274
|
Posted: Wed Feb 03, 2010 3:08 am Post subject: |
|
|
Hi, I'm not interested in game cheats. I'm making my own swf files and want to be able to keep the variables created in one session and use them again in another. This is for offline use. I know about "flash cookies" but want something more secure.
GP |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Feb 03, 2010 3:44 am Post subject: |
|
|
thats even better if u can save cookies
Encrypt the cookies, and FileRead the text file |
|
| Back to top |
|
 |
|