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 › MultiPlayer Game Hacks & Cheats › CrossFire Hacks & Cheats › CrossFire Hack Coding / Programming / Source Code › How to make your own Flash Game Trainer NEW

How to make your own Flash Game Trainer NEW

Posts 1–4 of 4 · Page 1 of 1
ML
Mlkellinas
How to make your own Flash Game Trainer NEW
CREDITS TO : CdParty FOR Making tut. and scrennie i made =)

Preresequites
1)VB 2008
2)Basic knowledge of Visual basic lanugage
3)A FLASH game

Additional Tools
1. Sothink SWF Decompiler (for finding game variables) if you want Username and key for this pm me -ImMorTal-



[GUIDE]
1. Open a new project

2. Choose a flash game, for this TuT I'll be using Bloons Tower Defense 2

3. We need to add the Shockwave Object component to our toolbox; in order to do this go ahead and click Tools -> Choose toolbox Items then go ahead and click the COM Components tab, scroll down and check "Shockwave Flash Object" and press OK.

4. Go on to the Toolbox and go all the way down to "General Tools" and go ahead and drag the shockwave flash object component to your form.

5. Now for the work, we're going to click on our Shockwave flash object on our form and adjust to fill almost the whole form, but leave some room at the bottom, now go to your shockwave object's properties, we need to tell the object what SWF object or flash game to call so we're gonna go down to "Movie" in the object's property window and give it a link to call the flash game, in my case, Bloons Tower Defense 2, and so I'm going to put this link into the "Movie" property of the shockwave object. Here is the link -> "http://www.addictinggames.com/D78AQSAKQLQWI9/4329.swf"

6. The game should now appear on your form, if it doesn't don't worry it will later on. Now we're going to start coding, go ahead and go to your toolbox and drag a button to your form, name it whatever you want, and also drag a textbox onto your form also.

7.Double click the button on your form, you should now be taken to the coding page now what we need to do is call the flash object (the flash game) and set the object's variable that I used to find with Sothink's SWF Decompiler which decompiles SWF object which in our case our flash game and displays the actionscript which possess the variables that we alter. Ok so now you should be at the coding screen for Button1 now to call the object and set the "money" varible.

Code:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Call AxShockwaveFlash1.SetVariable("td.money" , TextBox1.Text)
End Sub

8.(Skip if you already know what this does)
Ok for people curious about what this code does let me explain it thouroughly; detailed.

Call AxShockwaveFlash1.SetVariable("td.money" , TextBox.Text)

Ok what "Call" does is it actually calls our shockwave object (AxShockwaveFlash1)
What "SetVariable" does is set the following variable to a specific value.
td.money is the variable we are trying to set in this case its a money variable(*NOTE : this is not a universal variable, it is a specific variable only for Bloons Tower Defense 2)

When it says ("td.money" , TextBox1.Text)
its saying, ok td.money is the variable I want to set (Note SetVariable) then , Textbox1.Text, it is referring the textbox we added to our form and telling AxShockwaveFlash1 to set td.money to the value that is in TextBox1.
If this seems confusing don't worry keep practicing you'll get the hang of it.

9. You are pretty much done, to test it out start debugging it (Green play button on top toolbar)



Thanks for your time and enjoy!

my screen shot
This image has been resized. Click this bar to view the full image. The original image is sized 1280x720.





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
What i did differently instead of a textbox i have mine load the 9999999 cash i wanted =)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source
~
Code:

Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Call AxShockwaveFlash1.SetVariable("td.money", 9999999999)
End Sub
End Class

Last edited by ImMoRtAl-; 01-19-2010 at 03:50 PM.
#1 · 16y ago
HolySinX
HolySinX
This has nothing to do with Crossfire.
#2 · 16y ago
A⁴
A⁴
Post in the right section... FFS.
#3 · 16y ago
MvRouC12
MvRouC12
Lol... i already knew how to do this... and like the two posts above... this has nothing to do with crossfire and is in the wrong section.
#4 · 16y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • how to make a sime flash game trainer[tut]By tremaster in Visual Basic Programming
    6Last post 16y ago
  • How to make your own trainer MW2 by iJustHelp [UnPatchable]By iJustHelp in Call of Duty Modern Warfare 2 Tutorials
    20Last post 16y ago
  • How to make your own radiostation?By nasir91 in General
    3Last post 19y ago
  • (TUT)how to make your own warrock menuBy aprill27 in WarRock - International Hacks
    0Last post 19y ago
  • [Tutorial] How to make your own undetected module in VB6By markfracasso11 in Visual Basic Programming
    17Last post 18y ago

Tags for this Thread

None