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 › Other Semi-Popular First Person Shooter Hacks › WarRock - International Hacks › WarRock Hack Source Code › No More EndBanner

No More EndBanner

Posts 1–11 of 11 · Page 1 of 1
znoen
znoen
No More EndBanner
I hate this banner...


#Define ADR_NoEndBanner 0x8D62F8 //12-8

Pattern to always find this addy
Code:
DWORD NoEndBanner = FindPattern((PBYTE)"\x68\xF8\x00\x8D\x00\x50\xFF\x15\xF0\x00\x00\x00\x83\xC4\x0C", "xx?xxxxxx??xxxx", 1, true);
Code to modify text buffer (tnx @AeroMan More info)
Code:
void WriteMemory(void *adr, void *ptr, int size)
{
	DWORD dwback;
	VirtualProtect(adr, size, PAGE_EXECUTE_READWRITE, &dwback);
	memcpy(adr, ptr, size);
	VirtualProtect(adr, size, dwback, &dwback);
}
Change the Banner to something random
Code:
WriteMemory((void *)ADR_NoEndBanner, (PBYTE)"http://www.mpgh.net", 20);
Now you never have to see it again :3
#1 · edited 11y ago · 11y ago
WhiteHat PH
WhiteHat PH
Good Job Bro! how about if i change it to WriteMemory((void *)ADR_NoEndBanner, (PBYTE)"http://www.mpgh.net", 20);
#2 · 11y ago
znoen
znoen
Quote Originally Posted by WhiteHat PH View Post
Good Job Bro! how about if i change it to WriteMemory((void *)ADR_NoEndBanner, (PBYTE)"http://www.mpgh.net", 20);
Great idea
#3 · 11y ago
Mayion
[MPGH]Mayion
Great share.
#4 · 11y ago
_PuRe.LucK*
_PuRe.LucK*
naice : - ).
#5 · 11y ago
pusongbato
pusongbato
good job, thanks for sharing
#6 · 11y ago
DA
darkmanzp96
Why You Hate It
#7 · 11y ago
AeroMan
AeroMan
Remember not to override the original buffer
Goodjob!
#8 · 11y ago
WhiteHat PH
WhiteHat PH
@AeroMan So what is the orriginal buffer ? if we use 20 what happen ?
#9 · 11y ago
AeroMan
AeroMan
Quote Originally Posted by WhiteHat PH View Post
@AeroMan So what is the orriginal buffer ? if we use 20 what happen ?
each byte has a particular function, if your original buffer is for example: http://www.mpgh.net <- that's 19 bytes.
If you then overwrite this function with a text for example: http://ImaginaryTextExample.com <- which is obviously alot longer you are going to overwrite more bytes, meaning you will overwrite another function which may result in a crash.
#10 · 11y ago
WhiteHat PH
WhiteHat PH
Thank for the great info Sir
#11 · 11y ago
Posts 1–11 of 11 · Page 1 of 1

Post a Reply

Similar Threads

  • Two more weapons in WarrockBy Zededarian in Game Hacking Tutorials
    4Last post 20y ago
  • Gunz Starter Hack Pack & More HacksBy ___saman___ in Gunz General
    29Last post 17y ago
  • Hacking Programs And Way MoreBy EleMentX in General Game Hacking
    2Last post 18y ago
  • More Warrock Korean GlitchesBy Kyojiro in WarRock - International Hacks
    11Last post 20y ago
  • No more leeching for me! Dash/Tumbling BinderBy Duagang in Gunz General
    4Last post 20y ago

Tags for this Thread

#banner#end#ever#no more#znoen