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++/C Programming › Address Changing

Address Changing

Posts 1–12 of 12 · Page 1 of 1
25
258456
Address Changing
I have created a hack for an online flash game, but everytime i open the game again the address changes, is there anything i can do for that?
#1 · 16y ago
Melodia
Melodia
The Browser will never allocate it at the same place, So Find what makes why it is stored to a place =).
#2 · 16y ago
freedompeace
freedompeace
Flash stores the variables at different addresses each time, so instead of having a single address, make a search function to search the same way as you did to find that address. Then you'll have the right address each time.
#3 · 16y ago
why06
why06
Quote Originally Posted by freedompeace View Post
Flash stores the variables at different addresses each time, so instead of having a single address, make a search function to search the same way as you did to find that address. Then you'll have the right address each time.
Search for it each time..... or find what points to your address you found during game play. You can then usually trace back till you find some fixed pointer that doesn't change. I'm not sure how flash works, but perhaps some kind of flash mother pointer stored in the flash .dll component for the browser or something.

Or how Mel awkwardly put it: "Find what makes why it is stored to a place." =p
But yeh that's what you need to do. /yea
#4 · 16y ago
25
258456
well, don't give me the answer i guess but would you mind telling me how i can trace the address so that i find the "mother" address as Why06(HD) put it.lol.

Thanks guys.
#5 · 16y ago
Lonely Tedy Bear
Lonely Tedy Bear
Quote Originally Posted by 258456 View Post
well, don't give me the answer i guess but would you mind telling me how i can trace the address so that i find the "mother" address as Why06(HD) put it.lol.

Thanks guys.
do a pointer scan in cheat engine
#6 · 16y ago
25
258456
kk thanks hopefully this works

holy crap, ok i did that search and i came up with over 100,000 results. is there a way to narrow it down?
#7 · edited 16y ago · 16y ago
Lonely Tedy Bear
Lonely Tedy Bear
Quote Originally Posted by 258456 View Post
kk thanks hopefully this works

holy crap, ok i did that search and i came up with over 100,000 results. is there a way to narrow it down?
ya and also . There is a tutorial made by CodeHPro that shows how to do it /yea/yea
#8 · 16y ago
25
258456
wow, thanks a bunch guys i'll keep you posted on how it's going over a billion addresses so far. thanks a bunch guys
#9 · 16y ago
Lonely Tedy Bear
Lonely Tedy Bear
Quote Originally Posted by 258456 View Post
wow, thanks a bunch guys i'll keep you posted on how it's going over a billion addresses so far. thanks a bunch guys
ya if you need anymore help add me on MSN also press thanks if i helped
#10 · 16y ago
why06
why06
Quote Originally Posted by 258456 View Post
kk thanks hopefully this works

holy crap, ok i did that search and i came up with over 100,000 results. is there a way to narrow it down?
There are ways to narrow ur results and even then you will need to create a script, or program a way to locate ur address from this pointer. HINT: Usually the index will be the same.

Now about the flash thing. I did a little bit of research myself real quick. The flash component installs into ur SYSTEM32 folder (aka. root). Now if ur going on this endeavor ur going to need some tools. PEiD is one of my favs. Use it to find what Modules have been loaded up into ur process. you can then compare ur address, to the module's addresses to see which module ur in. Once you know this you can usually calculate from the base of your loaded module to the address you have. If not do a pointer search and a fixed RVA should be close by. Goodluck.

You'll have to do the rest urself though. This tool should make it easier.
#11 · 16y ago
25
258456
Thanks a lot man
#12 · 16y ago
Posts 1–12 of 12 · Page 1 of 1

Post a Reply

Similar Threads

  • address changingBy ragman1234 in WarRock - International Hacks
    3Last post 19y ago
  • C# Address ChangingBy Calebb in C++/C Programming
    10Last post 16y ago
  • [SOLVED]MAC Address Changing - Is It Safe?By nesakysiu in Call of Duty Modern Warfare 2 Help
    5Last post 16y ago
  • How do i undo an IP Address change?By John990 in Combat Arms Help
    2Last post 16y ago
  • Solution For Warrock Address Changing[How to update your hacks using an updater]By radnomguywfq3 in Visual Basic Programming
    0Last post 18y ago

Tags for this Thread

None