Borderlands 3 [Engine:Unreal 4.20] - Console enabler, Dumper and more..

Upload your cheat tables here (No requests)
Hinki
Novice Cheater
Novice Cheater
Posts: 24
Joined: Fri Sep 20, 2019 5:38 am
Reputation: 5

Re: Borderlands 3 [Engine:Unreal Engine 4] - Console enabler, Dumper and more..

Post by Hinki »

I just want a stable experience on 1-2mbps up and the ini's are locked out and the set command is apparently nonexistent in this game.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

User avatar
SunBeam
Administration
Administration
Posts: 4779
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4408

Re: Borderlands 3 [Engine:Unreal Engine 4] - Console enabler, Dumper and more..

Post by SunBeam »

Hinki wrote:
Mon Sep 23, 2019 8:08 pm
I think you misunderstood, ConfiguredInternetSpeed isn't anything to do with game speed but rather a part of bandwidth and since the game uses quite literally 5x the value it did in Borderlands 2 and MaxInternetClientRate is a bit more than 3x I was wondering how to lower it since my upload speed really isn't high enough to play/host without throttling issues.
[00035611] IntProperty Engine.Player.ConfiguredInternetSpeed 0x0000000017ED0920

[17ED0920+0x44] = 0x3C

As you can see, that's an IntProperty. That UObject gives you the offset, at 0x17ED0920+0x44, which applies to an UObject of type "Engine.Player". And that UObject of yours is 'LocalPlayer' from my table (see [ Debug ] section). In my case, LocalPlayer is 65100600. And [65100600+0x3C] == 0xC350 (as in 50000).

No idea if changing it would return any results for you, but try.

BR,
Sun

Hinki
Novice Cheater
Novice Cheater
Posts: 24
Joined: Fri Sep 20, 2019 5:38 am
Reputation: 5

Re: Borderlands 3 [Engine:Unreal Engine 4] - Console enabler, Dumper and more..

Post by Hinki »

SunBeam wrote:
Mon Sep 23, 2019 8:15 pm
In my case, LocalPlayer is 65100600. And [65100600+0x3C] == 0xC350 (as in 50000).

No idea if changing it would return any results for you, but try.

BR,
Sun
I'm so sorry how do you calculate that the 65100600+0x3C and how would I change it? I am sorry for being such an amateur. I have my LocalPlayer value obviously I just don't know how it adds up to 0xC350 or what value you're looking at to find it.

EDIT: SORRY my brain was a bit overcramped I finally after rereading noticed the offset part don't bother replying thank you so much kind sir.

Ricehead
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Sep 23, 2019 8:37 pm
Reputation: 0

Re: Borderlands 3 [Engine:Unreal Engine 4] - Console enabler, Dumper and more..

Post by Ricehead »

Anyone got any suggestions for what I should be looking for in the dump to try and enable the debug menu mission progress functions?

I've tried ctrl+f'ing for 'perks', 'DevPerks', 'Developer'

None of what I could find seems to be related.

For a bit of context the shitty matchmaking meant that I was about to start the mission to open the first vault. I thought it would be nice to do this online with others. I start matchmaking. Get into a game and literally the second I spawn I'm in sanctuary and another player turns the mission in. I missed the entire vault mission because of the stupid matchmaking now I'm trying to reset my main story progress to back to the start of that mission.

User avatar
SunBeam
Administration
Administration
Posts: 4779
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4408

Re: Borderlands 3 [Engine:Unreal Engine 4] - Console enabler, Dumper and more..

Post by SunBeam »

Here's the run-down for the 'SpawnAwesomeItems' UFunction and its UnrealScript bytecode: [Link].

Then I have these:

Code: Select all

ItemPoolData ItemPool_SnipeRifles_Legendary.ItemPool_SnipeRifles_Legendary
ItemPoolData ItemPool_SMGs_Legendary.ItemPool_SMGs_Legendary
ItemPoolData ItemPool_Shotguns_Legendary.ItemPool_Shotguns_Legendary
ItemPoolData ItemPool_Pistols_Legendary.ItemPool_Pistols_Legendary
ItemPoolData ItemPool_Heavy_Legendary.ItemPool_Heavy_Legendary
ItemPoolData ItemPool_AssaultRifles_Legendary.ItemPool_AssaultRifles_Legendary
ItemPoolData ItemPool_ClassMods_Siren_05_Legendary.ItemPool_ClassMods_Siren_05_Legendary
ItemPoolData ItemPool_ClassMods_Operative_05_Legendary.ItemPool_ClassMods_Operative_05_Legendary
ItemPoolData ItemPool_ClassMods_Gunner_05_Legendary.ItemPool_ClassMods_Gunner_05_Legendary
ItemPoolData ItemPool_ClassMods_Beastmaster_05_Legendary.ItemPool_ClassMods_Beastmaster_05_Legendary
ItemPoolData ItemPool_ClassMods_05_Legendary.ItemPool_ClassMods_05_Legendary
ItemPoolData ItemPool_Artifacts_05_Legendary.ItemPool_Artifacts_05_Legendary
ItemPoolData ItemPool_Shields_05_Legendary.ItemPool_Shields_05_Legendary
ItemPoolData ItemPool_Guns_Legendary.ItemPool_Guns_Legendary
ItemPoolData ItemPool_GrenadeMods_05_Legendary.ItemPool_GrenadeMods_05_Legendary
ItemPoolData ItemPool_Customizations_RoomDeco_Loot_Legendary.ItemPool_Customizations_RoomDeco_Loot_Legendary
ItemPoolData ItemPool_SlotMachine_Guns_S_Legendary.ItemPool_SlotMachine_Guns_S_Legendary
ItemPoolData ItemPool_SlotMachine_Guns_L_Legendary.ItemPool_SlotMachine_Guns_L_Legendary
ItemPoolData ItemPool_ManufacturerRewards_Dahl_Legendary.ItemPool_ManufacturerRewards_Dahl_Legendary
ItemPoolData ItemPool_Sniper_Heavy_Legendary.ItemPool_Sniper_Heavy_Legendary
ItemPoolData ItemPool_AR_Shotgun_SMG_Legendary.ItemPool_AR_Shotgun_SMG_Legendary
And this is what it basically generates:

Image

That.. can be tweaked ;)

Aceofgods
Cheater
Cheater
Posts: 34
Joined: Sun Sep 22, 2019 11:20 pm
Reputation: 8

Re: Borderlands 3 [Engine:Unreal Engine 4] - Console enabler, Dumper and more..

Post by Aceofgods »

SunBeam wrote:
Mon Sep 23, 2019 9:36 pm
Here's the run-down for the 'SpawnAwesomeItems' UFunction and its UnrealScript bytecode: [Link].

That.. can be tweaked ;)
Ha! That's exactly what I was looking for a day or two ago!
Aceofgods wrote:
Sun Sep 22, 2019 11:27 pm
Do we know what the itempools property for the serverspawnitems command? I'm new with this stuff so idk if there's a command to see them in the console.

Also, thanks for all the awesome work SunBeam. :)
I was about to play something else, but now I want to play around with this for a bit 8-)

User avatar
SunBeam
Administration
Administration
Posts: 4779
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4408

Re: Borderlands 3 [Engine:Unreal Engine 4] - Console enabler, Dumper and more..

Post by SunBeam »

Updated main post with some goodies :D Now we can control what's spawned from a fixed Pool (not yet explicitly a certain item). But I'm getting there.

Zanzer
RCE Fanatics
RCE Fanatics
Posts: 1088
Joined: Fri Mar 03, 2017 10:48 pm
Reputation: 3492

Re: Borderlands 3 [Engine:Unreal Engine 4] - Console enabler, Dumper and more..

Post by Zanzer »

Look for that magic number 6 to change how many components those items spawn with too. :)

User avatar
Alice
Retired Donor
Retired Donor
Posts: 9
Joined: Sat Sep 21, 2019 12:10 am
Reputation: 6

Re: Borderlands 3 [Engine:Unreal Engine 4] - Console enabler, Dumper and more..

Post by Alice »

I know a couple people on here (including me) were waiting for a functional 3rd person camera, well here is how to move the console command one around:

Go to your ObjectsDump and find

Code: Select all

CameraMode_ThirdPerson.CameraMode_ThirdPerson.CameraBehavior_OffsetCameraRelative_1
At this point you can either manually browse to the memory region of that address and find the floats for the offsets of the 3rd person camera attached to the player (I show a picture of this below) or you can add the address manually:

X (how far the camera is from the character) = (your address found above) + 30
Y (left and right) = (your address) + 34
Z (up and down) = (your address) + 38

*Also note: like a lot of other stuff, this only gets taken into account at init so you won't see the change right away if you're already in game
And thank you SunBeam for giving us all these useful tools ^_^

Image

Example of third person:
Spoiler
Image
Last edited by Alice on Tue Sep 24, 2019 1:33 am, edited 1 time in total.

HuhThatThing
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Sep 24, 2019 12:50 am
Reputation: 0

Re: Borderlands 3 [Engine:Unreal Engine 4] - Console enabler, Dumper and more..

Post by HuhThatThing »

Following the instructions exactly
Downloading the new update
Redownloading the Console Dumper

I get "Command not recognized" but if I use update 2 and follow those instructions and the less specific way to use "spawnawesomeitems" it works just fine.

eyez
Novice Cheater
Novice Cheater
Posts: 16
Joined: Tue Sep 17, 2019 9:48 pm
Reputation: 2

Re: Borderlands 3 [Engine:Unreal Engine 4] - Console enabler, Dumper and more..

Post by eyez »

hey @HuhThatThing make sure you follow the initial command to make spawnawesomeitems, thats important part with the 3rd update too..

p1ratebutthex
Novice Cheater
Novice Cheater
Posts: 17
Joined: Tue Sep 24, 2019 12:55 am
Reputation: 4

Re: Borderlands 3 [Engine:Unreal Engine 4] - Console enabler, Dumper and more..

Post by p1ratebutthex »

So I'm getting a client crash when I try and Enable the CE scripts. I run Borderlands (client version: 1.0.0 CL 2005984), create a new character, get in-game. Disabled AV, run the injector, verify the the dump file gets re-created (I do Numpad "/" for good measure). I test "~" in-game, console displays just fine. I open CE, load in the latest table (Update #3), and as soon as I hit "Enable" and the checkbox is checked in the CE UI, the game client crashes.
EDIT: Looks like this happens for me with Update #3 but not Update #1 (haven't tried Update #2 yet)

User avatar
Idlehands88
Expert Cheater
Expert Cheater
Posts: 609
Joined: Mon Jun 11, 2018 1:25 pm
Reputation: 625

Re: Borderlands 3 [Engine:Unreal Engine 4] - Console enabler, Dumper and more..

Post by Idlehands88 »

p1ratebutthex wrote:
Tue Sep 24, 2019 1:01 am
So I'm getting a client crash when I try and Enable the CE scripts. I run Borderlands (client version: 1.0.0 CL 2005984), create a new character, get in-game. Disabled AV, run the injector, verify the the dump file gets re-created (I do Numpad "/" for good measure). I test "~" in-game, console displays just fine. I open CE, load in the latest table (Update #3), and as soon as I hit "Enable" and the checkbox is checked in the CE UI, the game client crashes.
EDIT: Looks like this happens for me with Update #3 but not Update #1 (haven't tried Update #2 yet)
You using CE 7.0? Are you on DX12 or DX11?

HuhThatThing
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Sep 24, 2019 12:50 am
Reputation: 0

Re: Borderlands 3 [Engine:Unreal Engine 4] - Console enabler, Dumper and more..

Post by HuhThatThing »

eyez wrote:
Tue Sep 24, 2019 12:56 am
hey @HuhThatThing make sure you follow the initial command to make spawnawesomeitems, thats important part with the 3rd update too..
That resolved it. I'd say that OP might be good to to the full process for those just getting into this as it makes it more clear.

User avatar
Alpha Toon
Noobzor
Noobzor
Posts: 6
Joined: Sun Sep 22, 2019 4:08 pm
Reputation: 0

Re: Borderlands 3 [Engine:Unreal Engine 4] - Console enabler, Dumper and more..

Post by Alpha Toon »

Found boss specific item pools that you can use to spawn variants of the legendary guns they drop:

Code: Select all

[00317139] ItemPoolData ItemPool__BandsofSytorak_Unstoppable.ItemPool__BandsofSytorak_Unstoppable               0x0000000073C8C7C0
[00317140] ItemPoolData ItemPool_Westergun_TheBoo.ItemPool_Westergun_TheBoo                                     0x0000000073C8C880
[00317141] ItemPoolData ItemPool_UnleashTheDragon_ElDragonJr.ItemPool_UnleashTheDragon_ElDragonJr               0x0000000073C8C940
[00317142] ItemPoolData ItemPool_Tsunami_KatagawaBall.ItemPool_Tsunami_KatagawaBall                             0x0000000073C8CA00
[00317143] ItemPoolData ItemPool_Thumper_DJBlood.ItemPool_Thumper_DJBlood                                       0x0000000073C8CAC0
[00317144] ItemPoolData ItemPool_Storm_Katagawa.ItemPool_Storm_Katagawa                                         0x0000000073C8CB80
[00317145] ItemPoolData ItemPool_Spidermind_Gigamind.ItemPool_Spidermind_Gigamind                               0x0000000073C89580
[00317146] ItemPoolData ItemPool_Skeksis_Skrakk.ItemPool_Skeksis_Skrakk                                         0x0000000073C89640
[00317147] ItemPoolData ItemPool_Shriek_DevilBug.ItemPool_Shriek_DevilBug                                       0x0000000073C89280
[00317148] ItemPoolData ItemPool_ShootingStar_SkyBullies.ItemPool_ShootingStar_SkyBullies                       0x0000000073C89AC0
[00317149] ItemPoolData ItemPool_Sabre_JudgeHightower.ItemPool_Sabre_JudgeHightower                             0x0000000073C89C40
[00317150] ItemPoolData ItemPool_Redliner_Roaddog.ItemPool_Redliner_Roaddog                                     0x0000000073C89DC0
[00317151] ItemPoolData ItemPool_Rakkman_Rakkman.ItemPool_Rakkman_Rakkman                                       0x0000000073C89F40
[00317152] ItemPoolData ItemPool_PsychoStabber_BormanNates.ItemPool_PsychoStabber_BormanNates                   0x0000000073C8A000
[00317153] ItemPoolData ItemPool_PredatoryLending_CrawlyFamily.ItemPool_PredatoryLending_CrawlyFamily           0x0000000073C8A0C0
[00317154] ItemPoolData ItemPool_Portals_VicAndWarty.ItemPool_Portals_VicAndWarty                               0x0000000073C8A3C0
[00317155] ItemPoolData ItemPool_Piss_ThunkandSloth.ItemPool_Piss_ThunkandSloth                                 0x0000000073C8A480
[00317156] ItemPoolData ItemPool_PhoenixTears_Phoenix.ItemPool_PhoenixTears_Phoenix                             0x0000000073C8A540
[00317157] ItemPoolData ItemPool_Pestilence_HeckleandHyde.ItemPool_Pestilence_HeckleandHyde                     0x0000000073C8A600
[00317158] ItemPoolData ItemPool_NimbleJack_HandsomeJackie.ItemPool_NimbleJack_HandsomeJackie                   0x0000000073C8A6C0
[00317159] ItemPoolData ItemPool_Mongol_ThunkandSloth.ItemPool_Mongol_ThunkandSloth                             0x0000000073C8A780
[00317160] ItemPoolData ItemPool_MessyBreakup_GeneVIV.ItemPool_MessyBreakup_GeneVIV                             0x0000000073C8A840
[00317161] ItemPoolData ItemPool_LootOGram_ConvertedToGuns.ItemPool_LootOGram_ConvertedToGuns                   0x0000000073C8A900
[00317162] ItemPoolData ItemPool_LootOGram.ItemPool_LootOGram                                                   0x0000000073C8A9C0
[00317163] ItemPoolData ItemPool_LeadSprinkler_AnointedIntro.ItemPool_LeadSprinkler_AnointedIntro               0x0000000073C8AA80
[00317164] ItemPoolData ItemPool_KillingWord_Mouthpiece.ItemPool_KillingWord_Mouthpiece                         0x0000000073C88B00
[00317165] ItemPoolData ItemPool_IceShield_Aurelia.ItemPool_IceShield_Aurelia                                   0x0000000073C86880
[00317166] ItemPoolData ItemPool_IceQueen_Aurelia.ItemPool_IceQueen_Aurelia                                     0x0000000073C8AB40
[00317167] ItemPoolData ItemPool_Horizon_Maxitrillion.ItemPool_Horizon_Maxitrillion                             0x0000000073C84900
[00317168] ItemPoolData ItemPool_Hive_Tarantella.ItemPool_Hive_Tarantella                                       0x0000000073C80A00
[00317169] ItemPoolData ItemPool_Headsplosion_Mothman.ItemPool_Headsplosion_Mothman                             0x0000000073C80B80
[00317170] ItemPoolData ItemPool_GraveandWard_Graveward.ItemPool_GraveandWard_Graveward                         0x0000000073C80D00
[00317171] ItemPoolData ItemPool_Freeman_Warden.ItemPool_Freeman_Warden                                         0x0000000073C80E80
[00317172] ItemPoolData ItemPool_EridianKeystone_Ryno.ItemPool_EridianKeystone_Ryno                             0x0000000073C80F40
[00317173] ItemPoolData ItemPool_EMPGrenade_BaronNoggin.ItemPool_EMPGrenade_BaronNoggin                         0x0000000073C81000
[00317174] ItemPoolData ItemPool_ElectricBanjo_GoreGirls.ItemPool_ElectricBanjo_GoreGirls                       0x0000000073C81600
[00317175] ItemPoolData ItemPool_BoneShredder_Crushjaw.ItemPool_BoneShredder_Crushjaw                           0x0000000073C81780
[00317176] ItemPoolData ItemPool_BloodSucker_Chupacabratch.ItemPool_BloodSucker_Chupacabratch                   0x0000000073C81900
[00317177] ItemPoolData ItemPool_Agonizer1500_Terror.ItemPool_Agonizer1500_Terror                               0x0000000073C81A80
[00317178] ItemPoolData ItemPool_9Volt_Killavolt.ItemPool_9Volt_Killavolt                                       0x0000000073C81B40

Post Reply

Who is online

Users browsing this forum: AhrefsBot, arap, DotBot, Elterin, GipsyDanger, Google Adsense [Bot], Killfromafar, Majestic-12 [Bot], MAKROZ, manakaiser, Nero95, Penthess, RebelMods, Tabbou, Yockey87