does anyone know of a tutorial on how to find the variables of flash games? i already know vb6 and how to use flash components so i just need to know how to find the variables. +rep for any help and thank you in advance.
Well you will need a flash decompiler at the very least. I would use ie to load teh games. You want to delete all temoparary internet files then navigate to teh game you wish to make a trainer for. Then you completly load the game. Go to tools intent options click on tempoary internet files settign and then click on view files. Remember where teh folder is then open up the flash decompiler go to the tempoary internet files. Now look for a swf file that has g(game id)_v4... and click on that. IT is NOT the np8 loder it uses a post command to get the game file. Then look for any varibles that seem to match. If you want an easier job get flash 8 and decomplie to fla and run teh game and look for vaibles. EDIT: UNlike ricky92 you whent on other forms and here to ask flash decompiling questions. he sucked so much on taht he thought the preloader was the yyb game
ive tried that. but i am still having trouble. i can't open up the swf in my decompiler. is there something you can think of that i might be doing wrong?
You have to open up the flash decompiler and go to then click on goto and then internet cache page if you are using ie. You canot just click on the swf file and open it in teh decompiler
Make sure you have a full version decompiler some versions dfont let you decompile swf's until you buy it
haha i ran into that problem and i really don't want to buy the full version. are there any that are free? or should i find a 'not so legal' version?
Theres no free versions out there, youd have to use limewire or something like that to get a cracked version of some sort
okay so i have the full version and i loaded the game in the decompiler. where do i look for variables? in the Main Movie thing? and what should i be looking for? and how will i know that i found the right variable? how can i test the variables. there all my questions out. thanks again.
Look in all the different sections, not sure what they're called but they each have something differnet in them
so there isn't a section where they define the variables? is there any section that usually has them like the main movie or is it just through out the whole thing? thanks again.
spread out through the whole thing. Use a source from a trainer and see if you can find the varibles they have listed
The variables are everywhere. The main movie thing is kind of like a Form_Load in VB where it specifies variables to make the hame run. The other section are for different aspects of the game such as different game modes, sending score, etc.