AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Capturing variables from Flash swf files??

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Puzzled Greatly



Joined: 15 Aug 2009
Posts: 274

PostPosted: Wed Feb 03, 2010 1:58 am    Post subject: Capturing variables from Flash swf files?? Reply with quote

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
View user's profile Send private message
Guest






PostPosted: Wed Feb 03, 2010 2:06 am    Post subject: Reply with quote

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

PostPosted: Wed Feb 03, 2010 2:21 am    Post subject: Reply with quote

Thanks, so how do I find out what the memory address is?

GP
Back to top
View user's profile Send private message
Guest






PostPosted: Wed Feb 03, 2010 2:24 am    Post subject: Reply with quote

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

PostPosted: Wed Feb 03, 2010 2:32 am    Post subject: Reply with quote

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
View user's profile Send private message
Guest






PostPosted: Wed Feb 03, 2010 2:39 am    Post subject: Reply with quote

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

PostPosted: Wed Feb 03, 2010 3:08 am    Post subject: Reply with quote

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
View user's profile Send private message
Guest






PostPosted: Wed Feb 03, 2010 3:44 am    Post subject: Reply with quote

thats even better if u can save cookies
Encrypt the cookies, and FileRead the text file
Back to top
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group