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 › Visual Basic Programming › how to make a sime flash game trainer[tut]

how to make a sime flash game trainer[tut]

Posts 1–7 of 7 · Page 1 of 1
tremaster
tremaster
how to make a simple flash game trainer[tut]
When I first started to code vb it was to code flash game hacks so I'm going to make a simple tut on the first game i hacked

1. OK first you will open Microsoft vb 2008 and create new project

2. go to tools>choose tool box items>click the .com tab>find axshockwave and choose it

3. after that you will need to get the swf for this tut ill just give you it to make it simple heres the swf.... h t tp://w w w.miniclip.com/games/sniper/en/sniper.swf make sure to unspace http and www

4. ok copy the swf and go back to vb 2008 go to tool box click you shockwave and place it were you want on the form dont for get to size it good

5. go to axshockwave properties and find movie once you found that put the swf in the movie space then push enter youll c the game load in the axshockwave

6. at this point click debug it should load and say enter click enter then click start you should see score life and medic

7. ok you will usually have a variable scanner but i want to keep it simple so the variables are sometimes simple like on this game it says score life and medic witch are the variables

8. get 2 buttons on your form and a timer

9. name button 1 (high health) button 2 (god mode)

10.go into button 1 code and put this code AxShockwaveFlash1.SetVariable("life", 999)

life is the variable and 999 is the value debug and test that one out

11. ok now for heath that you cant loose witch is god mode click your timer and put AxShockwaveFlash1.SetVariable("life", 100)
and button 2 code is timer.enabled = true




and your done now design it and make more features heres my finished one
#1 · edited 16y ago · 16y ago
Kallisti
Kallisti
don't upload image as an attachment.
#2 · 16y ago
ST
steph777
Upload the pictures to imageshack.us
#3 · 16y ago
tremaster
tremaster
ok but if you wanted to learn did i explain it good
#4 · 16y ago
Kallisti
Kallisti
Quote Originally Posted by tremaster View Post
ok but if you wanted to learn did i explain it good
tl; dr
#5 · 16y ago
NextGen1
NextGen1
Kallisti Watch the trolling in my section.......
#6 · 16y ago
Blubb1337
Blubb1337
Tutorial lacks screens.

Also use php tags for code.
#7 · 16y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

  • How to make your own Flash Game Trainer NEWBy Mlkellinas in CrossFire Hack Coding / Programming / Source Code
    3Last post 16y ago
  • EASY FLASH GAME TRAINERBy crepern123 in Hack Requests
    2Last post 16y ago
  • VB 2008 game trainer tut. NOT FLASHBy ownedpk in Programming Tutorial Requests
    0Last post 16y ago
  • [HELP] HOW TO MAKE WALLHACK IN ONLINE GAMEBy gaymar001 in C++/C Programming
    18Last post 16y ago
  • How to make a an advanced GUI trainer in CE?By Demented420 in Call of Duty Modern Warfare 2 Help
    2Last post 16y ago

Tags for this Thread

None