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 › Combat Arms Hacks & Cheats › Combat Arms Mods & Rez Modding › Combat Arms Mod Discussion › Hex Edit Vs Model Edit!

Hex Edit Vs Model Edit!

Posts 1–15 of 21 · Page 1 of 2
WhiteBoiNic
WhiteBoiNic
Hex Edit Vs Model Edit!
^ All in the Title.. /Discuss

I Myself Model Edit
#1 · 15y ago
Shakugan no Shana
Shakugan no Shana
http://www.mpgh.net/forum/211-combat...-hex-edit.html

/thread

Ever heard of search button?
#2 · 15y ago
WhiteBoiNic
WhiteBoiNic
Quote Originally Posted by Kataang View Post
http://www.mpgh.net/forum/211-combat...-hex-edit.html

/thread

Ever heard of search button?
Dun gotta be a dick, Didn't think about searchin for a topic like this.
#3 · 15y ago
Shakugan no Shana
Shakugan no Shana
Explain how I was a dick.
#4 · 15y ago
WhiteBoiNic
WhiteBoiNic
[B]
Quote Originally Posted by Kataang View Post
Ever heard of search button?
That don't seem rude to you?
#5 · 15y ago
-Gh0st-bkup
-Gh0st-bkup
Model edit is better cuz you can change animations.
#6 · 15y ago
supercarz1991
supercarz1991
Model edit due to the fact you can't change Bounding Boxes via hex, and you can easily edit Translations and such via model edit whereas with hex your guessing half the time
#7 · 15y ago
BenXer
BenXer
there is no difference, just different tools.
#8 · 15y ago
flameswor10
flameswor10
Model edit. More control
#9 · 15y ago
Drigien
Drigien
Quote Originally Posted by supercarz1991 View Post
Model edit due to the fact you can't change Bounding Boxes via hex, and you can easily edit Translations and such via model edit whereas with hex your guessing half the time
Quote Originally Posted by BenXer View Post
there is no difference, just different tools.
Quote Originally Posted by flameswor10 View Post
Model edit. More control
Wrong. You can do way more with hex than you can with ModelEdit.

With hex editing you can can edit and create any part of the model (verts, uvs, faces, indexes, ... ) or animation (new animations, bones, transforms, ... ) you want. Editing in hex allows for things like actually changing the scale of the model, or changing an animation around to do something else. But you need to know how to read and write hex in terms of datatypes not just know that '0x0A' = 10(dec).

That said, if you can do it with ModelEdit it will likely be way easier and faster than hex editing, (though RegEx can be pretty quick as well).
#10 · 15y ago
supercarz1991
supercarz1991
Quote Originally Posted by Drigien View Post
Wrong. You can do way more with hex than you can with ModelEdit.

With hex editing you can can edit and create any part of the model (verts, uvs, faces, indexes, ... ) or animation (new animations, bones, transforms, ... ) you want. Editing in hex allows for things like actually changing the scale of the model, or changing an animation around to do something else. But you need to know how to read and write hex in terms of datatypes not just know that '0x0A' = 10(dec).

That said, if you can do it with ModelEdit it will likely be way easier and faster than hex editing, (though RegEx can be pretty quick as well).
Like u said...u need to know hex language, most of us don't thus model edit is better for some of us
#11 · 15y ago
BenXer
BenXer
Quote Originally Posted by Drigien View Post
Wrong. You can do way more with hex than you can with ModelEdit.

With hex editing you can can edit and create any part of the model (verts, uvs, faces, indexes, ... ) or animation (new animations, bones, transforms, ... ) you want. Editing in hex allows for things like actually changing the scale of the model, or changing an animation around to do something else. But you need to know how to read and write hex in terms of datatypes not just know that '0x0A' = 10(dec).

That said, if you can do it with ModelEdit it will likely be way easier and faster than hex editing, (though RegEx can be pretty quick as well).
that why i said they were different tools.
#12 · 15y ago
Drigien
Drigien
Quote Originally Posted by supercarz1991 View Post
Like u said...u need to know hex language, most of us don't thus model edit is better for some of us
You said you couldn't edit OBB's with hex when you can. I know ModelEdit is easier for most people, that is why no one (except a select few) could really do anything before my converter. I just don't want people thinking that they can't do something when it is quite possible to do so.

Quote Originally Posted by BenXer View Post

that why i said they were different tools.
You said there is no difference, but one can only do maybe 10% of what the other can. I think thats a pretty big difference.
#13 · 15y ago
supercarz1991
supercarz1991
Quote Originally Posted by Drigien View Post
You said you couldn't edit OBB's with hex when you can. I know ModelEdit is easier for most people, that is why no one (except a select few) could really do anything before my converter. I just don't want people thinking that they can't do something when it is quite possible to do so.



You said there is no difference, but one can only do maybe 10% of what the other can. I think thats a pretty big difference.
Ahh ok I get it, I mean yeah I have figured out a lot through hex, I actually did long range pickup by hex b4 model edit

And instant flag pick up I did via hex too


But bounding boxes I've never figured out how
#14 · 15y ago
MrKillaCam
MrKillaCam
is there a download for model edit
#15 · 15y ago
Posts 1–15 of 21 · Page 1 of 2

Post a Reply

Tags for this Thread

None