Results 1 to 3 of 3
  1. #1
    XxTylerxX's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    MPGH
    Posts
    1,269
    Reputation
    14
    Thanks
    522

    [Tutroial]Hacking Flash Games

    I have been looking around and researching and i have found out how to hack flash games. I am going to teach you how to hack flash games and by the way i will not do anything in vb because i am not a vb supporter
    Here is what you will need
    okay first you will need four things: Sothink Swf decompiler , Adobe Flash Pro , Firefox , and Visual studio 2010
    Lets get started
    Okay we are going to hack "Swat" Okay the first objective is to get the .swf (this is where you need firefox) okay goto the link to swat and goto Tools>page info>media and save


    Next step
    Now that you saved the swf open up SoThinkDecompiler and convert the swf to a fla like so

    Next step
    Now that you have converted the swf to a fla open up adobe flash pro and goto Debug>Debug Movie> In professional player like so....

    Next step
    Now two boxes should pop up.... close this one

    Now play the game in adobe flash pro and when you start shooting press CTRL+ALT+V and a list of variables should pop up like so....

    Last step
    Now keep adobe flash pro open because we need those variables... now open visual studio 2010 and create a c# windowsform project like so...

    Now you need to access the "Shock wave object" if you don't have it in your toolbox i'll show you how to get it. To get "Shock wave flash object" right click *IN* toolbox (it doesn't matter where right click on anything like the button *IN* the toolbox) after right clicking goto choose items... once it loads up goto "com components" and then scroll down until you see "Shock wave flash object" check it and press okay. Now make the form your using bigger and put in a "Shock wave flash object" thing and make it big and under it put two buttons. Name one button "God Mode" and the other "Infinite Ammo".Now that you have done this click on the "shock wave flash object" and goto properties then scroll down to "Movie" and type: https://farm.stickpage.com/swatgame.swf .Now go back to adobe flash pro and look through the variables until you see: MovieClip:Target="_level0.player.lifebar" now goto visual studio and double click your "God Mode" button and type:
    axShockwaveFlash1.SetVariable("_level0.player.life bar", "99999999999");
    Now double click your Infinite ammo button and type:
    axShockwaveFlash1.SetVariable("_level0.player.ammo ", "99999999999");
    Now press CTRL+F5 i hoped you learned something.
    Respect List:
    Nooby Banana
    Bombsaway
    Luke

  2. #2
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    nice, any way of doing this on the fly from a webbrowser object? I've been looking into that but haven't been able to do it yet
    Ah we-a blaze the fyah, make it bun dem!

  3. #3
    Kuro Tenshi's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    Where arth thou be
    Posts
    3,635
    Reputation
    70
    Thanks
    746
    My Mood
    Blah
    Quote Originally Posted by Hell_Demon View Post
    nice, any way of doing this on the fly from a webbrowser object? I've been looking into that but haven't been able to do it yet
    maybe some injection with Add references...> COM,
    or try to build a web browser.

    (maybe i can make a trainer if i got a vb tutorial. till this far VB and C++ have helped me allot.)
    DigiDrawing|+ ( (Elfen Archer) )
    Link:
    https://www.mpgh.net/forum/148-showro...en-archer.html


    @ Anime Section,Otaku/weeabo (orz.) @Graphics Section, Novice DigiArtist


    neuest gift from Yura~Chan:
    https://bakyurayuu.deviantar*****m/#/d372taw
    2nd Place MOTM#9 Theme: CharMods - Combat Arms [No - Thanks] button
    come on you know that don't want to push that ordinary button

Similar Threads

  1. [Tutorial] How to hack flash games.
    By XxTylerxX in forum Social Game Hacks & Trainers
    Replies: 26
    Last Post: 08-07-2014, 06:15 AM
  2. [TUT]How to Hack Flash Games with Cheat Engine
    By JIGS4W in forum Programming Tutorials
    Replies: 5
    Last Post: 11-22-2009, 05:59 AM
  3. Making a Flash game hack in VB6?
    By Dizzybro in forum Visual Basic Programming
    Replies: 3
    Last Post: 01-10-2008, 06:22 PM
  4. Flash Games Hacking?
    By ilovepie21 in forum General Game Hacking
    Replies: 20
    Last Post: 08-17-2007, 02:56 AM
  5. Need help hacking flash games
    By ilovepie21 in forum General Game Hacking
    Replies: 0
    Last Post: 08-15-2007, 08:04 PM