Arcade Prehacks

Results 1 to 6 of 6
  1. #1

    Join Date
    Oct 2008
    Location
    Netherlands
    Posts
    14

    [TUT] How to make a flash trainer [TUT]

    Okay well i heard a lot of people are having trouble and are asking questions on how to make trainers. so this tutorial is for all of those who want to learn how to make a flash trainer.

    So what you need is visual basic 6 download it here: [Removed]

    DO NOT PM ME ASKING FOR A DOWNLOAD LINK!

    Then download a SWF decompiler here if you already don't have one:
    http://www2.sothink.com/download/swfdec.zip
    okay so open vb6 and a window should pop up. click on "Reg key (Allows .Exe extensions) then click on run vb6. and then click on "standard exe" now you should have something that looks like this:

    Now go to "project/compnents"


    Add the component called "shockwave flash" (its at the bottom of the list of components) and click okay.

    then you should see a small page icon on your left side in your components


    now click on it and put it on your page


    now click on the white flash document once and on the right bottom side it should say: "(name). name it to flash1. this is very important.
    now above it click on the (custom) blank space and click on the (...) button

    now you need a SWF. you can get them many ways. a couple ways are:
    go to any flash game, and right click and click on view source, and search for SWF, or you can go to tools and sothink SWF cather and see what the SWF URL is, don't save the SWF.

    I used this SWF: http://www.miniclip.com/games/heli-atta ... niclip.swf
    now paste that URL into the "property pages" form

    then click ok.
    Now the game should load.
    on the left side under "general" click on the "command button" tab and add a button to your form.



    now above the "commandbutton" tab there is the "textbox" tab. click on it and add a text box next to your button.


    now double click on your button and the code should appear.


    now type in this code: Call Flash1.SetVariable("score", Text1.text)


    now you can test your game by pressing F5. now click on "start game" now type 99999 in the text box and click on your button. your score should be changed to whatever you just typed in the textbox.
    you can customize your trainer now too. you can change it's color, rename your button so it doesn't same command1 instead it says: score hack.
    you can add more buttons and more hacks.



    so now, why do you need the decompiler??? well the decompiler is for look for values such as the score. in this case the value was "score" but in different games such as battleon you wouldn't type in "health" but "int.heath". so how do you use the decompiler??? open up Internet explorer (not firefox) and got to any flash game you want to hack. go to tools, Sothink SWF catcher

    now open sothink decompiler and open the file

    go to Action, then click on main movie.

    and your all set!! now just look for values like "score" "high score" "Helis"
    or whatever else goes with the game.

    have fun and good luck!

    if you want to download the trainer i made using this tutorial you can.
    Download it here http://forum.cheatengine.org/download.php?id=15536

    +rep (karma) would be appreciated and it would be nice if it was Stickied. (not that I' m begging for it to be) but I think it's helpful, for people to make simpler flash games.

    ~Dark Byte~
    Credits
    Me
    Valve of CEF

  2. #2

    Join Date
    Aug 2008
    Location
    Above and beyond the valleys of contentment
    Posts
    1,217

    Re: [TUT] How to make a flash trainer [TUT]

    1.Please dont double topic
    2.you can add pictures or tut vids to help your tut
    Edit: and it should be Text1.Text instead of Text1.text, and you dont paste the swf to the property pages, you paste it into properies > movie
    + you do the same for df and mq.

  3. #3

    Join Date
    Nov 2009
    Posts
    1

    Re: [TUT] How to make a flash trainer [TUT]

    Quote Originally Posted by mathewthe2
    1.Please dont double topic
    2.you can add pictures or tut vids to help your tut
    Edit: and it should be Text1.Text instead of Text1.text, and you dont paste the swf to the property pages, you paste it into properies > movie
    + you do the same for df and mq.
    Hi all, I am a new member of forum. Would a newcomer be warmly welcome here? Good day you guys!!!

    __________________
    Watch Anime Episodes

  4. #4
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: [TUT] How to make a flash trainer [TUT]

    I hope you're not a bot,now you got a verbal warning warning from me for reviving very old topic

  5. #5

    Join Date
    Sep 2009
    Posts
    14

    Re: [TUT] How to make a flash trainer [TUT]

    You should sticky this. Dark Byte created CE.

  6. #6
    Senior Member noahzhang's Avatar
    Join Date
    Jan 2009
    Posts
    691

    Re: [TUT] How to make a flash trainer [TUT]

    This is the second time you've bumped. read the

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •