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 › How To Hex Edit

How To Hex Edit

Posts 1–15 of 59 · Page 1 of 4
CO
CodingTerror
How To Hex Edit
A LOT of people want to know how to hex edit a hack to remove ads, so I have decided to make a thread on how to do it!

Step 1: Open your file in a HEX editor, I recommend using Frhed. (I am also using an old version of the MPGH public hack to edit.)



Step 2: Hold CTRL+F and search for the word you are trying to change.



In this case, we will look for MPGH (even though we aren't changing it /)



Now you could change that to whatever you want.

Step 3: If there is an advertisement on the MENU, then you would do a Unicode search:



HOW TO EDIT A UNICODE SEARCH (you do this differently than different text):

Unfortunately, this hack has no unicode HEX so there is nothing to edit. If for some reason yours does, just PM me and I will show you how to do it.

Step 4: Save the file, and if you did it correctly, it should work like a charm. /

If there is anything I did incorrectly, please let me know.

Have fun, and enjoy editing your hacks.

EDIT: Here is a little something from Shunnai:

You have to fill in space with the certain amount of space

Bad Ex
- 0093 www.Iown.net
- 0092 www.Iownedyou.net
That is Incorrect X


Good example
- 00e2 www.Iown.net
- 00e12 www.Iownedyou.net (Ignore the descriptions I just typed in random websites and when you do that in mpgh the description of the site like google comes up )
√


Lets remember now that when correcting or removing or replacing an advertisement the SAME amount of space needs to be in your re movement/replacement/

Notice in how the bad example the 2nd line 0092 , has more then the first line 0093.. That right there will Corrupt the file, this happens from the .dll files and space changing not being it able to work. In simpler words for you all your fucking up the file

Now lets look at the good example , notice how 00e2 and 00e12 are the exact same numbers of space letters .. This will work perfectly but of course there will be times where you have too much to write and you cant make it fit into just 4 letters.. When this happens we are gonna be using the keys Space, or (>) (<) ::. [] To perfect them so it would look like this..

0045 LOL.Net
0043 www.Iownedyou.net
- Ok now you see that the 0043 has more letters then 0045.
Not to worry this is where your Space, or (>) (<) ::. [] Keys pop up.. all your gonna do is use any one of those keys ( Does not Matter ) and it will come out like this

Lets say we are trying to hex the site we leeched the hack from (Iownedyou.net) to lol.net ( Our website )

There are 3 letters in lol.net but there is 9 letters in Iownedyou.net..

We are gonna use the Space, or (>) (<) ::. [] Keys to fix this big problem


0045 www.lol.net
0043 www.Iownedyou.net
=
0042 www.lol.net_________

You see we have to add those 9 _ because our goal is too have the same amount of letters as we had earlier.. which was 9.
By the way the _ are just examples of Space, or (>) (<) ::. [] keys.

Well I hope you all understood , Coding could you add this onto to your tut some do not fully understand this concept


* Please ignore the descriptions!!
#1 · edited 15y ago · 15y ago
Hardstyle1234
Hardstyle1234
This belongs to Tutorials but there is 1 already in WR section and another in CA
#2 · 15y ago
CO
CodingTerror
Are the others as thorough as mine?
#3 · 15y ago
Terell.
Terell.
Quote Originally Posted by CodingTerror View Post
Are the others as thorough as mine?
No no no
#4 · 15y ago
Hardstyle1234
Hardstyle1234
True ,they have less pics.
#5 · 15y ago
gsingh1
gsingh1
Whenever i save the file and open it it says file is now corrupted...
#6 · 15y ago
CO
CodingTerror
Quote Originally Posted by Hardstyle1234 View Post
True ,they have less pics.
Also, they were closed, and you had to download something. No download for this one.
#7 · 15y ago
Solo
Solo
I was gonna get around to making a tut on this. This is such a simple skill that everyone should know.
#8 · 15y ago
CO
CodingTerror
Quote Originally Posted by TrapJesus View Post
I was gonna get around to making a tut on this. This is such a simple skill that everyone should know.
Yes, it is very simple.
#9 · 15y ago
Terell.
Terell.
Quote Originally Posted by gsingh1 View Post
Whenever i save the file and open it it says file is now corrupted...
you have to fill in space with the certain amount of space

Bad Ex
- 0093 www.Iown.net
- 0092 www.Iownedyou.net
That is Incorrect X


Good example
- 00e2 www.Iown.net
- 00e12 www.Iownedyou.net (Ignore the descriptions I just typed in random websites and when you do that in mpgh the description of the site like google comes up )
√


Lets remember now that when correcting or removing or replacing an advertisement the SAME amount of space needs to be in your re movement/replacement/

Notice in how the bad example the 2nd line 0092 , has more then the first line 0093.. That right there will Corrupt the file, this happens from the .dll files and space changing not being it able to work. In simpler words for you all your fucking up the file

Now lets look at the good example , notice how 00e2 and 00e12 are the exact same numbers of space letters .. This will work perfectly but of course there will be times where you have too much to write and you cant make it fit into just 4 letters.. When this happens we are gonna be using the keys Space, or (>) (<) ::. [] To perfect them so it would look like this..

0045 LOL.Net
0043 www.Iownedyou.net
- Ok now you see that the 0043 has more letters then 0045.
Not to worry this is where your Space, or (>) (<) ::. [] Keys pop up.. all your gonna do is use any one of those keys ( Does not Matter ) and it will come out like this

Lets say we are trying to hex the site we leeched the hack from (Iownedyou.net) to lol.net ( Our website )

There are 3 letters in lol.net but there is 9 letters in Iownedyou.net..

We are gonna use the Space, or (>) (<) ::. [] Keys to fix this big problem


0045 www.lol.net
0043 www.Iownedyou.net
=
0042 www.lol.net_________

You see we have to add those 9 _ because our goal is too have the same amount of letters as we had earlier.. which was 9.
By the way the _ are just examples of Space, or (>) (<) ::. [] keys.

Well I hope you all understood , Coding could you add this onto to your tut some do not fully understand this concept


* Please ignore the descriptions!!


#10 · edited 15y ago · 15y ago
AH
ahmed adel228
can u make another better thhan this?!
#11 · 15y ago
Terell.
Terell.
Quote Originally Posted by ahmed adel228 View Post
can u make another better thhan this?!
What the fuck is there not to get , if you can understand it you understand it, If you cant you cant. Thats it then just dont hex, the guy just took few good minutes to make this thread and you come and not even say thanks
#12 · 15y ago
CO
CodingTerror
Quote Originally Posted by ahmed adel228 View Post
can u make another better thhan this?!
What do you mean?
#13 · 15y ago
Alen
Alen
Quote Originally Posted by CodingTerror View Post
What do you mean?
He probably means a "proper" tutorial for newbies with pics and stuff /
#14 · 15y ago
Terell.
Terell.
Quote Originally Posted by m³ View Post
He probably means a "proper" tutorial for newbies with pics and stuff /
Can you sticky for coding
#15 · 15y ago
Posts 1–15 of 59 · Page 1 of 4

Post a Reply

Similar Threads

  • How to Hex edit Instant draw and No Prefire delayBy yodaliketaco in Combat Arms Mod Tutorials
    32Last post 15y ago
  • How to hex edit please helpBy iRobot™ in WarRock Discussions
    5Last post 16y ago
  • [TUT] How to Hex edit an Hack [TUT]By Leaf in WarRock Tutorials
    5Last post 16y ago
  • How To Hex EditBy CodingTerror in WarRock Tutorials
    16Last post 15y ago
  • How To Hex EditBy CodingTerror in WarRock Discussions
    58Last post 15y ago

Tags for this Thread

None