Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › C# Programming › [Tutroial]Hacking Flash Games

[Tutroial]Hacking Flash Games

Posts 1–3 of 3 · Page 1 of 1
XxTylerxX
XxTylerxX
[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: http://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.
#1 · 16y ago
Hell_Demon
Hell_Demon
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
#2 · 16y ago
Kuro Tenshi
Kuro Tenshi
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.)
#3 · 16y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • How to hack flash games.By XxTylerxX in Social Game Hacks & Trainers
    26Last post 12y ago
  • Need help hacking flash gamesBy ilovepie21 in General Game Hacking
    0Last post 19y ago
  • [TUT]How to Hack Flash Games with Cheat EngineBy JIGS4W in Programming Tutorials
    5Last post 16y ago
  • Flash Games Hacking?By ilovepie21 in General Game Hacking
    20Last post 19y ago
  • Making a Flash game hack in VB6?By Dizzybro in Visual Basic Programming
    3Last post 18y ago

Tags for this Thread

None