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 › Call of Duty Hacks & Cheats › Call of Duty 12 - Black Ops 3 Hacks & Cheats › Use Mega Gobblegum Offline (Cheat Engine)

Use Mega Gobblegum Offline (Cheat Engine)

Posts 1–15 of 43 · Page 1 of 3
TE
tescofresco
Use Mega Gobblegum Offline (Cheat Engine) - Now With Cheat Table
(/u/TheReal_DF from reddit showed me this method, I was struggling to make it work on my own, so all credit goes to him)

I added a cheat table with a few scripted examples in it. To use, attach it to Black Ops 3, then tick the active boxes. Cheat Engine will look like it freezes but just wait and it will start working.


This works by changing one classic gobblegum into a mega gobblegum. The classic gobblegums name must be the same length or longer than the mega, otherwise when you edit the values, you end up overwriting bytes.

Only use this offline or you will be VAC banned.

1. Choose a classic gobblegum you don't mind not being able to use, and a mega gobblegum you want. For this example I will be turning Arms Grace into Perkaholic.

2. Use an online converter that converts ASCII to hex and put in the name of the classic gobblegum in lowercase. Write any spaces using an underscore. For example "arms_grace", which after conversion becomes "61 72 6d 73 5f 67 72 61 63 65".

3. While on the main menu in game, after going offline, open cheat engine and attach to Black Ops 3 process.

4. Underneath the search bar on cheat engine, change value type to "Array of Byte" and search for that hex string you converted earlier.
5. Once its finished searching, copy all the values it finds to the address list below.

6. Now use the ascii converter again to convert the mega gobblegum name to hex, again lower-case and using underscores for spaces. "perkaholic" becomes "70 65 72 6b 61 68 6f 6c 69 63" If the mega gobblegum name is shorter than the classic one, go to step 6a, if not go to 7.

6a. Take the hex string for the mega gobblegum and add 00s on the end until it is the same length as the classic gum. For example if the classic gobble gum is 12 letters long, and the mega is only 8, add on four lots of 00, so it looks like this ?? ?? ?? ?? ?? ?? ?? ?? 00 00 00 00. Where ?? is your converted string.

7. Change all the values in the address list to your new mega gobblegum value.

8. Go into game and bam, the gobblegum should be changed.

I've ended up making this sound a lot more complicated than it really is, if anyone has questions or problems just ask.


File Scan
Jotti - https://virusscan.jotti.org/en-US/fi...job/4lm3auv24c
VirusTotal - https://www.virustotal.com/en/file/6...is/1457481419/
GobblegumEnablerFixed_mpgh.net.rar
#1 · edited 10y ago · 10y ago
GamersPlace
GamersPlace
"2. Use an online converter to convert ASCII to hex and put in the name of the classic gobblegum in lowercase. Write any spaces using an underscore. For example "arms_grace", which becomes "61 72 6d 73 5f 67 72 61 63 65"." online converter what do you mean? im vac banned is there any way you can explain on how to use mega gobblegums while offline cause mine doesnt load the mega gobblegums cause im vac banned.

- - - Updated - - -

Quote Originally Posted by tescofresco View Post
(/u/TheReal_DF from reddit showed me this method, I was struggling to make it work on my own, so all credit goes to him)

This works by changing one classic gobblegum into a mega gobblegum. The classic gobblegums name must be the same length or longer than the mega, otherwise when you edit the values, you end up overwriting bytes.

Only use this offline or you will be VAC banned.

1. Choose a classic gobblegum you don't mind not being able to use, and a mega gobblegum you want. For this example I will be turning Arms Grace into Perkaholic.

2. Use an online converter to convert ASCII to hex and put in the name of the classic gobblegum in lowercase. Write any spaces using an underscore. For example "arms_grace", which becomes "61 72 6d 73 5f 67 72 61 63 65".

3. While on the main menu in game, after going offline, open cheat engine and attach to Black Ops 3 process.

4. Underneath the search bar on cheat engine, change value type to "Array of Byte" and search for that hex string you converted earlier.
5. Once its finished searching, copy all the values it finds to the address list below.

6. Now use the ascii converter again to convert the mega gobblegum name to hex, again lower-case and using underscores for spaces. "perkaholic" becomes "70 65 72 6b 61 68 6f 6c 69 63" If the mega gobblegum name is shorter than the classic one, go to step 6a, if not go to 7.

6a. Take the hex string for the mega gobblegum and add 00s on the end until it is the same length as the classic gum. For example if the classic gobble gum is 12 letters long, and the mega is only 8, add on four lots of 00, so it looks like this ?? ?? ?? ?? ?? ?? ?? ?? 00 00 00 00. Where ?? is your converted string.

7. Change all the values in the address list to your new mega gobblegum value.

8. Go into game and bam, the gobblegum should be changed.

I've ended up making this sound a lot more complicated than it really is, if anyone has questions or problems just ask.
add me on steam i do not understand this http://steamcommunity.com/id/gamerfourlife/
#2 · 10y ago
TE
tescofresco
Quote Originally Posted by GamersPlace View Post
"2. Use an online converter to convert ASCII to hex and put in the name of the classic gobblegum in lowercase. Write any spaces using an underscore. For example "arms_grace", which becomes "61 72 6d 73 5f 67 72 61 63 65"." online converter what do you mean? im vac banned is there any way you can explain on how to use mega gobblegums while offline cause mine doesnt load the mega gobblegums cause im vac banned.

- - - Updated - - -



add me on steam i do not understand this http://steamcommunity.com/id/gamerfourlife/
Use an online converter such as this one http://www.rapidtables.com/convert/n...cii-to-hex.htm to convert the name of the classic gobblegum you want to swap, then search for that
#3 · 10y ago
akim14
akim14
//Approved
#4 · 10y ago
StaindHart
StaindHart
Thanks for sharing, I may end up using this if I get banned.
#5 · 10y ago
GamersPlace
GamersPlace
it has a lua script error for the cheat engine table please fix!
#6 · 10y ago
TE
tescofresco
Quote Originally Posted by GamersPlace View Post
it has a lua script error for the cheat engine table please fix!
I have fixed it, but while waiting for the fix to be approved, to fix just click no when you open and it asks if you want to run the script.
#7 · 10y ago
Paralyze
Paralyze
File is safe, use at your own risk.
/approved
#8 · 10y ago
TH
TheRelaxingEnd
thank you very much for this
to be honest i dont have the original game so i was very happey to see this !
by the way i have a question , can i use this method to unlock specialists taunts or rare camos like dark matter ?
Regards

- - - Updated - - -

i tried this method with taunts and it didn't work then i went to try it for camos and i ended up making the game crash xD
so i guess this method only works with gubblegums...
#9 · 10y ago
AH
AhmedZBeast
Bro can u send me external link because mpgh dwnlds are banned where i live and vpn isnt working
#10 · 10y ago
RI
rico999866
can i use goblegumm on the awaking dlc?
#11 · 10y ago
CH
CheatingBarsteward
This is awesome! I've been doing a little messing around and managed to get a little table going that allows me to get either Perkaholic or Alchemical Antithesis from the machine each time, basically having 2 Perkaholics and 3 Alchemicals in my pack.

When I try and switch a shorter one (for example, Coagulant) to one with a longer name (like Fatal Contraption), it doesn't work correctly - anyone know how to do this? I've tried filling in the blank spaces of the classic gum with 00s like you'd do if the name of the mega gobblegum was shorter than the classic you were switching from, but no luck.
#12 · edited 10y ago · 10y ago
PR
Predaderp
Hey man, loved this cheat but can you create another table with lots more megas that are up to DLC 2s gobblegums, It would be a big public convenience for me and others
#13 · 10y ago
BE
BeeIRL
Quote Originally Posted by Predaderp View Post
Hey man, loved this cheat but can you create another table with lots more megas that are up to DLC 2s gobblegums, It would be a big public convenience for me and others
Do it yourself

1. Load up the cheat table included in the OP

2. Copy paste any script already included

3. Right click the script and select "change script"

4."Local Pattern" is the name of the Gobblegum you want to replace in Hex

Follow step 2 in the original post.

5."Local Replace" is the gobblegum you want to use.

Same thing.Follow the OP

It then should look something like this:

local pattern = "66 69 72 69 6e 67 5f 6f 6e 5f 61 6c 6c 5f 63 79 6c 69 6e 64 65 72 73"
local replace = "77 61 6c 6c 5f 70 6f 77 65 72 00 00 00 00 00 00 00 00 00 00 00 00 00"

(this is Now You See Me replaced by Perkaholic)

6.Press OK

7.Double click the name to change it

8.Save the updated table for future use

AFAIK,DLC gumballs work.

I tried it with Crawl Space and it worked 100%.

- - - Updated - - -

Also,this literally applies to only one or two gobblegums,but you not only have to write the name in lowercase and with underscore for spaces,but there also can't be any special characters

Who's Keeping Score? = whos_keeping_score

Took me way too long to find that out
#14 · 10y ago
CR
CrimBae
Will this work on split screen?
#15 · 10y ago
Posts 1–15 of 43 · Page 1 of 3

Post a Reply

Similar Threads

  • Help with using mega Gobblegums offline using cheat engine.By tescofresco in Call of Duty: Black Ops 3 Help
    0Last post 10y ago
  • AIMBOT STILL WORK OR NOT? AIMBOT USING PC HUNTER AND CHEAT ENGINEBy Darknes_ in Blackshot Discussion
    3Last post 11y ago
  • Do no use Gun Adder with Cheat Engine.By MarcMeunier in Alliance of Valiant Arms (AVA) Discussions
    17Last post 14y ago
  • how to use cheat engine & trainer to cheat game offlineBy z1z123 in Hack Requests
    0Last post 12y ago
  • Can one get VAC banned from using cheat engine in an offline/lan/local game?By pieguy12345 in Counter-Strike 2 Discussions
    7Last post 13y ago

Tags for this Thread

None