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 › [TUTORIAL] Make flash games full screen

[TUTORIAL] Make flash games full screen

Posts 1–8 of 8 · Page 1 of 1
treeham
treeham
[TUTORIAL] Make flash games full screen
You'd be surprised how much better this is.

Step One. Download the firefox add on "Flash and Video Download"

Step Two. You should see a little arrow near the bottom of the screen


Step Three. Goto your favorite flash game site and load up your game. Click the little arrow and find your game.


Step Four. Open up VB and start a new project and name it whatever.

Step Five. Click Tools>Choose Toolbox Items>Com Components>Shockwave Flash Object>ok


Step Six. Add a shockwave object, make it set to your screen hight (e.g. 1280, 800) and set both it's x and y to ZERO.

Step Seven. Find your swf file's location (C:/Documents and Settings/<username>/My Documents/Downloads/ha3miniclip.swf) and put that into the "movie" properties


Step Eight. Doubleclick your form and paste this into Form1_load (or whatever you named your form
Code:
        Me.FormBorderStyle = Windows.Forms.FormBorderStyle.None
        Me.WindowState = FormWindowState.Maximized
Step Nine. Press f5, if the game does not load, right click and press play. if it says "Movie not loaded" you did something wrong

I know this is easy, but this teaches basics of getting flash games into vb apps
#1 · 16y ago
Bombsaway707
Bombsaway707
Good TUT i guess, btw if a game is at Games at Miniclip.com - Play Free Games 99% of the time the swf file will be www.miniclip.com/nubgame/nubgame.swf. just put that url into movie data and it should work.
BTW nubgame is not a real game, just a example
#2 · 16y ago
treeham
treeham
ya but people would have never guessed that heli attack 3 was ha3miniclip.swf
#3 · 16y ago
Bombsaway707
Bombsaway707
Quote Originally Posted by treeham View Post
ya but people would have never guessed that heli attack 3 was ha3miniclip.swf
True but if you view source page source you can find the embed code, the only problem wit urs is that people cant use the full screen game on another pc.
#4 · 16y ago
NextGen1
NextGen1
Quote Originally Posted by bombsaway707 View Post
True but if you view source page source you can find the embed code, the only problem wit urs is that people cant use the full screen game on another pc.
I was going to say the same thing, Right Click ---> View Source, Locate the swf, Enter that into address bar, and you have a full screen Flash game, without having to Write a single line of code.

But decent tut .
#5 · 16y ago
treeham
treeham
Viewing the page source is useful, however, this add-on gets EVERYTHING. It's really useful for sites without the .swf in the page source.

Plus I like this way because it bypasses school blocks
#6 · 16y ago
mnpeepno2
mnpeepno2
how does it bypass EXPLAIN I WANNA KNOW!!!
#7 · 16y ago
treeham
treeham
You have the .swf file, and it runs off that. No need for internet. So there is nothing to block
#8 · 16y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Tags for this Thread

None