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 › Borderlands 2 Hacks › [WIP] Cheat Engine Value & Scripts Table

Post[WIP] Cheat Engine Value & Scripts Table

Posts 1–15 of 97 · Page 1 of 7
…
Xaymar
Xaymar
[WIP] Cheat Engine Value & Scripts Table - Oh and Gold Keys!
Description:
This is a combined Cheat Engine Table that contains scripts and pointers to various server side variables, like the amount of golden keys used and available.
It also includes hours of debugging Borderlands 2 with LMHS JIT Debugger, which is more usable than Cheat Engines own one, due to LMHS allowing me to map values into a structure. This way I made the Golden Keys and other things available for everyone.

Features:
  • Global - Custom Amount of Golden Keys Available/Used
  • Global - Bad ass Tokens and Bonus editing
  • Character - Skill Points
  • Character - Shield
  • Character - Health
  • Character - Experience
  • Character - No Skill Cooldown (Script)
  • Character - No Recoil & 100% Accuracy (Script)
  • Character - God mode (Script)
  • Character - Infinite Ammo (Script)
  • Character - Inventory - Weapon Decks
  • Character - Inventory - Money
  • Character - Inventory - Eridium
  • Character - Inventory - Backpack Size
  • Character - Ammo - Sniper Rifle
  • Character - Ammo - Shotgun
  • Character - Ammo - SMG
  • Character - Ammo - Rockets
  • Character - Ammo - Pistol
  • Character - Ammo - Grenades
  • Character - Ammo - Assault Rifle

Usage:
Global - Custom Amount of Golden Keys Available/Used
  1. Start Borderlands 2
  2. For non DLCers: Go to Extras and register a Shift account.
  3. Change the value of 'BL2 - Global - Available Golden Keys' to 255.
  4. Change the value of 'BL2 - Global - Used Golden Keys' to 0 and freeze it there.
  5. Enjoy your endless rare loot.
Anything else
  1. Start a Server with the character you want to edit.
  2. Change the value of the specific thing you want to edit.

Notes:
  • I regularly release new versions on my private TS3, so these versions will be outdated by a few days, if not weeks, unless I'm being notified of an update. I would link to it, but the blue text states it's not allowed, unless a moderator is willing to do an exception.
  • To make this SKIDROW/AnyOtherRelease compatible: replace the base pointer variable with the one from skidrow.
  • I am not the only author of these tables, some of these originate from the Cheat Engine website.
  • There is no support via PM! Only contact me through PM if there's a Borderlands 2 update.
  • I or any other author of the contained pointers and scripts are not to be held reliable for any damage caused by or to Borderlands 2 and your account.
Borderlands2.txt
#1 · edited 13y ago · 13y ago
RA
raphyduffy
How do you use this table? I cant open it with cheatengine. Or i'm doing it wrong?
#2 · 13y ago
Xaymar
Xaymar
Quote Originally Posted by raphyduffy View Post
How do you use this table? I cant open it with cheatengine. Or i'm doing it wrong?
  1. Launch Cheat Engine and Borderlands 2
  2. Open up Borderlands2.exe in Cheat Engine
  3. Open the file

Unless you didn't do the above, you should be able to open the file after renaming it to Borderlands2.CT
#3 · 13y ago
DeathXReapar
DeathXReapar
Kiss you :P it works surprisingly
#4 · 13y ago
melodicshredder
melodicshredder
Someone has already made this with all the same features.
Tbh the only thing I've seen that no one has figured out would be rigging the slot machines.

"Marcus == 0
Cherries == 1
Single Eridion == 2
Double Eridion == 3
Triple Eridion == 4
Seven's == 5
Moxxi's Leg == 6
Bandit Head == 7
Borderlands symbol == 8
Bell's == 9

It gets written to from: this instruction at 0x46A80A (using IDA)
Code: // 89 4A 0C E9 B2 08 00 00 80
mov [edx+0C], ecx" - Swagga Jackin

If you can make a table like this you should be able to figure out the function of the slots, I'd do it personally.. But I don't have the time being that I've been playing the game and doing so legit so I have no use for this.
#5 · 13y ago
BDLstatechamp
BDLstatechamp
Hey I was wondering if anyone could tell me how to use the golden key one. Cant seem to get one to work...
#6 · 13y ago
KA
kamikazi454
How do I use the xp hack I cant figure it out?
#7 · 13y ago
DU
dubstepremiix
Quote Originally Posted by Xaymar View Post
Description:
This is a combined Cheat Engine Table that contains scripts and pointers to various server side variables, like the amount of golden keys used and available.
It also includes hours of debugging Borderlands 2 with LMHS JIT Debugger, which is more usable than Cheat Engines own one, due to LMHS allowing me to map values into a structure. This way I made the Golden Keys and other things available for everyone.

Features:
  • Global - Custom Amount of Golden Keys Available/Used
  • Global - Bad ass Tokens and Bonus editing
  • Character - Skill Points
  • Character - Shield
  • Character - Health
  • Character - Experience
  • Character - No Skill Cooldown (Script)
  • Character - No Recoil & 100% Accuracy (Script)
  • Character - God mode (Script)
  • Character - Infinite Ammo (Script)
  • Character - Inventory - Weapon Decks
  • Character - Inventory - Money
  • Character - Inventory - Eridium
  • Character - Inventory - Backpack Size
  • Character - Ammo - Sniper Rifle
  • Character - Ammo - Shotgun
  • Character - Ammo - SMG
  • Character - Ammo - Rockets
  • Character - Ammo - Pistol
  • Character - Ammo - Grenades
  • Character - Ammo - Assault Rifle

Usage:
Global - Custom Amount of Golden Keys Available/Used
  1. Start Borderlands 2
  2. Change the value of 'BL2 - Global - Available Golden Keys' to 255.
  3. Change the value of 'BL2 - Global - Used Golden Keys' to 0 and freeze it there.
  4. Enjoy your endless rare loot.
Anything else
  1. Start a Server with the character you want to edit.
  2. Change the value of the specific thing you want to edit.

Notes:
  • I regularly release new versions on my private TS3, so these versions will be outdated by a few days, if not weeks, unless I'm being notified of an update. I would link to it, but the blue text states it's not allowed, unless a moderator is willing to do an exception.
  • To make this SKIDROW/AnyOtherRelease compatible: replace the base pointer variable with the one from skidrow.
  • I am not the only author of these tables, some of these originate from the Cheat Engine website.
  • There is no support via PM! Only contact me through PM if there's a Borderlands 2 update.
  • I or any other author of the contained pointers and scripts are not to be held reliable for any damage caused by or to Borderlands 2 and your account.

YEH i need help opening this with cheat engine im not really a smart person when it comes to these things and can this be used with the steam version?
#8 · 13y ago
ST
stoneman144
so when i hit open cheat engine crashes know any solutions
#9 · 13y ago
DeathXReapar
DeathXReapar
Quote Originally Posted by dubstepremiix View Post
YEH i need help opening this with cheat engine im not really a smart person when it comes to these things and can this be used with the steam version?
Okay im going to say this as simple as possible
First-download the file he provided
Second-open it. it will open as notepad now go to file and click save as change Borderlands2.txt to Borderlands2.CT and it will turn into CE file
Third-open it with CE and look for Borderlands2.exe
Fourth-Enjoy your editing simple
#10 · 13y ago
ST
stoneman144
so yeh was that simple ty
#11 · 13y ago
XN
xNoahx
Thanks for the release! Works great on Steam version. Do you know if you can be banned by using this? (Especially editing the Golden Keys)
#12 · edited 13y ago · 13y ago
CH
Chronicassassin
I get the ?? in the value of the Custom Amount of Golden Keys Available/Used? do you have to have one to be able to use it or is there something im suppose to do?
#13 · 13y ago
D3
d3athrow
i get Data error when loading the table.
#14 · 13y ago
PO
polio23
Quote Originally Posted by d3athrow View Post
i get Data error when loading the table.
Alright so to solve your problem and the person above you I will explain how to do it.

1 download file
2 open file in note pad or word pad and choose save as. When you go to save MAKE SURE YOU CHANGE THE BOTTOM SECTION TO BE ALL FILES INSTEAD OF JUST TEXT FILES. Then save as borderlands2.ct
3 start borderlands up and get in a game.
4 start cheat engine.
5 in cheat engine click file, then load, and load the borderlands2 cheat engine file
6 click the picture of the computer and find borderlands2.exe, click it then click open
7 it will ask you if you want to keep the same address list, click yes
8 in the bottom box of cheat engine you will see several items. to mod one of them you must click value and change it.

If this does not make it clear, go turn in an app at McDonalds.

Now on to my question, is there anyway to make the changes to ammo and badass attributes permanent? Everytime i go to a new game they reset, however my money and gold keys stay the same.
#15 · 13y ago
Posts 1–15 of 97 · Page 1 of 7
…

Post a Reply

Similar Threads

  • How do I find Cheat engine values in battlefield 3By ars322 in Battlefield 3 (BF3) Hacks & Cheats
    33Last post 14y ago
  • Cheat Engine ValuesBy kmarco120 in Alliance of Valiant Arms (AVA) Help
    2Last post 14y ago
  • Cheat Engine ValuesBy Bull3t in WarRock - International Hacks
    0Last post 20y ago
  • cheat engine scripts???By ISObapman in Mission Against Terror Discussions
    10Last post 15y ago
  • values cheat engineBy psyzeiro in Blackshot Hacks & Cheats
    8Last post 16y ago

Tags for this Thread

#borderlands 2#cheat#cheat engine#golden key#hack#script#table