Flash Game Trainer Tutorial?

Discussion in 'Code Snippets and Tutorials' started by gawjus1234, Jul 8, 2007.

Thread Status:
Not open for further replies.
  1. gawjus1234

    gawjus1234 Level III

    Joined:
    May 22, 2007
    Messages:
    518
    Likes Received:
    3
    Location:
    Las Vegas
    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.
     
  2. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
    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
     
  3. gawjus1234

    gawjus1234 Level III

    Joined:
    May 22, 2007
    Messages:
    518
    Likes Received:
    3
    Location:
    Las Vegas
    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?
     
  4. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
    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
     
  5. Snowman

    Snowman Level IV

    Joined:
    Apr 9, 2007
    Messages:
    825
    Likes Received:
    0
    Make sure you have a full version decompiler some versions dfont let you decompile swf's until you buy it
     
  6. gawjus1234

    gawjus1234 Level III

    Joined:
    May 22, 2007
    Messages:
    518
    Likes Received:
    3
    Location:
    Las Vegas
    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?
     
  7. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
    not so legal is teh only optin to get a good one
     
  8. Snowman

    Snowman Level IV

    Joined:
    Apr 9, 2007
    Messages:
    825
    Likes Received:
    0
    Theres no free versions out there, youd have to use limewire or something like that to get a cracked version of some sort
     
  9. gawjus1234

    gawjus1234 Level III

    Joined:
    May 22, 2007
    Messages:
    518
    Likes Received:
    3
    Location:
    Las Vegas
    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.
     
  10. Snowman

    Snowman Level IV

    Joined:
    Apr 9, 2007
    Messages:
    825
    Likes Received:
    0
    Look in all the different sections, not sure what they're called but they each have something differnet in them
     
  11. gawjus1234

    gawjus1234 Level III

    Joined:
    May 22, 2007
    Messages:
    518
    Likes Received:
    3
    Location:
    Las Vegas
    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.
     
  12. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
    spread out through the whole thing. Use a source from a trainer and see if you can find the varibles they have listed
     
  13. Snowman

    Snowman Level IV

    Joined:
    Apr 9, 2007
    Messages:
    825
    Likes Received:
    0
    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.
     
  14. gawjus1234

    gawjus1234 Level III

    Joined:
    May 22, 2007
    Messages:
    518
    Likes Received:
    3
    Location:
    Las Vegas
    okay. you wouldn't happen to have a source you wouldn't mind letting me use would you?
     
Thread Status:
Not open for further replies.