Borderlands 3 +30

Upload your cheat tables here (No requests)
Post Reply
justiny
Expert Cheater
Expert Cheater
Posts: 157
Joined: Mon May 22, 2017 1:02 pm
Reputation: 33

Re: Borderlands 3 +14

Post by justiny »

CJBok wrote:
Tue Sep 17, 2019 6:06 am
Sorry for my previous script post, should have tested it a bit more carefully.

Improved Unlimited Health / Shield / Ammo / Grenades
Modifyable Currency's: Money / Eridium / Golden Keys


Infinite Ammo and Grenades will give you Max - 1, with this you will always pickup ammo and nades .

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>16199</ID>
      <Description>"ENABLE"</Description>
      <Options moHideChildren="1"/>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
// AMMO/HP/SHIELD ====================================================
aobscanmodule(GetMaxAmmoAOB,Borderlands3.exe,F3 0F 11 83 AC 00 00 00 48 83)
alloc(GetMaxAmmoMEM,512,GetMaxAmmoAOB)
label(return)
label(_slot)
label(fone)
label(_flags)
registersymbol(_slot)
registersymbol(_flags)
registersymbol(GetMaxAmmoAOB)


GetMaxAmmoAOB:
  jmp GetMaxAmmoMEM
  nop 3
return:

GetMaxAmmoMEM:
  movss [rbx+000000AC],xmm0
  push rax
  push rdx
  push rcx
  mov eax,[rsp+138]
  cmp eax,00
  jne @exit
  mov [_slot],rbx

// Loop Stats
  mov ecx,09
@lp:
  mov eax,09
  sub eax,ecx
  mov edx,eax
  lea rdx,[_flags]
  cmp byte ptr [rdx+rax],01
  jl @continue
  xorps xmm10,xmm10
  cmp byte ptr [rdx+rax],01
  jne @nosubtract
  movss xmm10,[fone]
@nosubtract:
  imul eax,F8
  lea rdx,[rbx+eax]
  test rdx,rdx
  je @continue
  movss xmm0,[rdx+000000AC]
  comiss xmm0,[fone]
  jle @continue
  subss xmm0,xmm10
  movss [rdx+000000A0],xmm0
@continue:
  loop @lp

@exit:
  xorps xmm10,xmm10
  pop rcx
  pop rdx
  pop rax
  jmp return

_flags:
  dq 0 0
_slot:
  dq 0
fone:
  dd (float)1.0


// CURRENCY ==========================================================
aobscanmodule(GetCurrencyAOB,Borderlands3.exe,48 85 C0 74 F8 8B 40 08)
alloc(GetCurrencyMEM,$1000,GetCurrencyAOB)
label(GetCurrencyRET)
label(_goldenkeys)
label(_currency)
registersymbol(GetCurrencyAOB)
registersymbol(_goldenkeys)
registersymbol(_currency)


GetCurrencyAOB:
  jmp GetCurrencyMEM
GetCurrencyRET:

GetCurrencyMEM:
  test rax,rax
  jne @f
  xor eax,eax
  ret
@@:
  push rax
  mov [_goldenkeys],rax
  test r13,r13
  je @f
  mov rax,[r13+00000228]
  test rax,rax
  je @f
  mov [_currency],rax
@@:
  pop rax
  mov eax,[rax+08]
  ret

_goldenkeys:
  dq 0
_currency:
  dq 0


[DISABLE]
// AMMO/HP/SHIELD ====================================================
GetMaxAmmoAOB:
  db F3 0F 11 83 AC 00 00 00

unregistersymbol(_slot)
unregistersymbol(_flags)
unregistersymbol(GetMaxAmmoAOB)
dealloc(GetMaxAmmoMEM)

// CURRENCY ==========================================================
GetCurrencyAOB:
  db 48 85 C0 74 F8

unregistersymbol(_currency)
unregistersymbol(_goldenkeys)
unregistersymbol(GetCurrencyAOB)
dealloc(GetCurrencyMEM)
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>16243</ID>
          <Description>"Inf Health"</Description>
          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">00:OFF
02:ON
</DropDownList>
          <LastState Value="00" RealAddress="16581009C"/>
          <ShowAsHex>1</ShowAsHex>
          <VariableType>Array of byte</VariableType>
          <ByteLength>1</ByteLength>
          <Address>_flags+1</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>16244</ID>
          <Description>"Inf Shield"</Description>
          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">00:OFF
02:ON
</DropDownList>
          <LastState Value="00" RealAddress="16581009D"/>
          <ShowAsHex>1</ShowAsHex>
          <VariableType>Array of byte</VariableType>
          <ByteLength>1</ByteLength>
          <Address>_flags+2</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>16241</ID>
          <Description>"Inf Ammo"</Description>
          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">00 00 00 00 00 00:OFF
01 01 01 01 01 01:ON
</DropDownList>
          <LastState Value="00 00 00 00 00 00" RealAddress="16581009E"/>
          <ShowAsHex>1</ShowAsHex>
          <VariableType>Array of byte</VariableType>
          <ByteLength>6</ByteLength>
          <Address>_flags+3</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>16242</ID>
          <Description>"Inf Grenades"</Description>
          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">00:OFF
01:ON
</DropDownList>
          <LastState Value="00" RealAddress="16581009B"/>
          <ShowAsHex>1</ShowAsHex>
          <VariableType>Array of byte</VariableType>
          <ByteLength>1</ByteLength>
          <Address>_flags+0</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>16238</ID>
          <Description>"Golden Keys"</Description>
          <LastState Value="16" RealAddress="62D78308"/>
          <VariableType>4 Bytes</VariableType>
          <Address>_goldenkeys</Address>
          <Offsets>
            <Offset>8</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>16239</ID>
          <Description>"Money"</Description>
          <LastState Value="19365" RealAddress="D44CC058"/>
          <VariableType>4 Bytes</VariableType>
          <Address>_currency</Address>
          <Offsets>
            <Offset>18</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>16240</ID>
          <Description>"Eridium"</Description>
          <LastState Value="198" RealAddress="D44CC098"/>
          <VariableType>4 Bytes</VariableType>
          <Address>_currency</Address>
          <Offsets>
            <Offset>58</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>16229</ID>
          <Description>"DEBUG"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>808080</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>16234</ID>
              <Description>"FLAGS"</Description>
              <LastState Value="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" RealAddress="16581009B"/>
              <VariableType>Array of byte</VariableType>
              <ByteLength>16</ByteLength>
              <Address>_flags</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>16196</ID>
              <Description>"PLAYER STATS"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" Activated="1" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>16185</ID>
                  <Description>"Health"</Description>
                  <LastState Value="225.0132599" RealAddress="BB34C1A8"/>
                  <VariableType>Float</VariableType>
                  <Address>[_slot]+A0+F8*1</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>16235</ID>
                  <Description>"Shield"</Description>
                  <LastState Value="346.8093872" RealAddress="BB34C2A0"/>
                  <VariableType>Float</VariableType>
                  <Address>[_slot]+A0+F8*2</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>16195</ID>
              <Description>"AMMO"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" Activated="1" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>16236</ID>
                  <Description>"PISTOL"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="BB34C2F8"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>0</ByteLength>
                  <Address>[_slot]+F8*3</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>16202</ID>
                      <Description>"CURRENT"</Description>
                      <LastState Value="199" RealAddress="BB34C398"/>
                      <VariableType>Float</VariableType>
                      <Address>+A0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>16203</ID>
                      <Description>"MAX (base)"</Description>
                      <LastState Value="200" RealAddress="BB34C318"/>
                      <VariableType>Float</VariableType>
                      <Address>+20</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>16204</ID>
                      <Description>"MAX"</Description>
                      <LastState Value="200" RealAddress="BB34C3A4"/>
                      <VariableType>Float</VariableType>
                      <Address>+AC</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>16205</ID>
                  <Description>"SMG"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="BB34C4E8"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>0</ByteLength>
                  <Address>[_slot]+F8*5</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>16206</ID>
                      <Description>"CURRENT"</Description>
                      <LastState Value="359" RealAddress="BB34C588"/>
                      <VariableType>Float</VariableType>
                      <Address>+A0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>16207</ID>
                      <Description>"MAX (base)"</Description>
                      <LastState Value="360" RealAddress="BB34C508"/>
                      <VariableType>Float</VariableType>
                      <Address>+20</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>16208</ID>
                      <Description>"MAX"</Description>
                      <LastState Value="360" RealAddress="BB34C594"/>
                      <VariableType>Float</VariableType>
                      <Address>+AC</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>16209</ID>
                  <Description>"ASSAULT"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="BB34C5E0"/>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>0</ByteLength>
                  <Address>[_slot]+F8*6</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>16210</ID>
                      <Description>"CURRENT"</Description>
                      <LastState Value="279" RealAddress="BB34C680"/>
                      <VariableType>Float</VariableType>
                      <Address>+A0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>16211</ID>
                      <Description>"MAX (base)"</Description>
                      <LastState Value="280" RealAddress="BB34C600"/>
                      <VariableType>Float</VariableType>
                      <Address>+20</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>16212</ID>
                      <Description>"MAX"</Description>
                      <LastState Value="280" RealAddress="BB34C68C"/>
                      <VariableType>Float</VariableType>
                      <Address>+AC</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>16213</ID>
                  <Description>"SHOTGUN"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="BB34C3F0"/>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>0</ByteLength>
                  <Address>[_slot]+F8*4</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>16214</ID>
                      <Description>"CURRENT"</Description>
                      <LastState Value="79" RealAddress="BB34C490"/>
                      <VariableType>Float</VariableType>
                      <Address>+A0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>16215</ID>
                      <Description>"MAX (base)"</Description>
                      <LastState Value="80" RealAddress="BB34C410"/>
                      <VariableType>Float</VariableType>
                      <Address>+20</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>16216</ID>
                      <Description>"MAX"</Description>
                      <LastState Value="80" RealAddress="BB34C49C"/>
                      <VariableType>Float</VariableType>
                      <Address>+AC</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>16217</ID>
                  <Description>"HEAVY"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="BB34C7D0"/>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>0</ByteLength>
                  <Address>[_slot]+F8*8</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>16218</ID>
                      <Description>"CURRENT"</Description>
                      <LastState Value="11" RealAddress="BB34C870"/>
                      <VariableType>Float</VariableType>
                      <Address>+A0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>16219</ID>
                      <Description>"MAX (base)"</Description>
                      <LastState Value="12" RealAddress="BB34C7F0"/>
                      <VariableType>Float</VariableType>
                      <Address>+20</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>16220</ID>
                      <Description>"MAX"</Description>
                      <LastState Value="12" RealAddress="BB34C87C"/>
                      <VariableType>Float</VariableType>
                      <Address>+AC</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>16221</ID>
                  <Description>"SNIPER"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="BB34C6D8"/>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>0</ByteLength>
                  <Address>[_slot]+F8*7</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>16222</ID>
                      <Description>"CURRENT"</Description>
                      <LastState Value="47" RealAddress="BB34C778"/>
                      <VariableType>Float</VariableType>
                      <Address>+A0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>16223</ID>
                      <Description>"MAX (base)"</Description>
                      <LastState Value="48" RealAddress="BB34C6F8"/>
                      <VariableType>Float</VariableType>
                      <Address>+20</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>16224</ID>
                      <Description>"MAX"</Description>
                      <LastState Value="48" RealAddress="BB34C784"/>
                      <VariableType>Float</VariableType>
                      <Address>+AC</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>16225</ID>
                  <Description>"GRENADES"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="BB34C010"/>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>0</ByteLength>
                  <Address>[_slot]+F8*0</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>16226</ID>
                      <Description>"CURRENT"</Description>
                      <LastState Value="2" RealAddress="BB34C0B0"/>
                      <VariableType>Float</VariableType>
                      <Address>+A0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>16227</ID>
                      <Description>"MAX (base)"</Description>
                      <LastState Value="3" RealAddress="BB34C030"/>
                      <VariableType>Float</VariableType>
                      <Address>+20</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>16228</ID>
                      <Description>"MAX"</Description>
                      <LastState Value="3" RealAddress="BB34C0BC"/>
                      <VariableType>Float</VariableType>
                      <Address>+AC</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Hey, can you make the unlimited ammo as max -30, to worrk with Moze regenerating ammo in current mag skils?

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
Last edited by justiny on Tue Sep 17, 2019 9:12 am, edited 2 times in total.

matthew120gb
Noobzor
Noobzor
Posts: 11
Joined: Tue Sep 17, 2019 3:29 am
Reputation: 0

Re: Borderlands 3 +14

Post by matthew120gb »

thanks, Agasio and all that helped

Resolve
Expert Cheater
Expert Cheater
Posts: 75
Joined: Sat Aug 25, 2018 2:59 am
Reputation: 11

Re: Borderlands 3 +14

Post by Resolve »

Anyone here able to make a script that freezes enemies in place? I'm having a hard time finding the NPC structure to modify their movement speed.

User avatar
Khim
Noobzor
Noobzor
Posts: 10
Joined: Mon Sep 16, 2019 7:32 pm
Reputation: 2

Re: Borderlands 3 +14

Post by Khim »

hernachu wrote:
Mon Sep 16, 2019 9:53 pm
would anyone happen to have a file with the porcelain pipe bomb?
Moze with porcelein pipebomb for easy graveward farming, lvl 50 not completed TVHM yet
Moze with PipeBomb.zip
Code: fearlessrevolution
(1.31 MiB) Downloaded 54 times

tomato1121
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Sep 17, 2019 9:51 am
Reputation: 0

Re: Borderlands 3 +14

Post by tomato1121 »

Agasio wrote:
Tue Sep 17, 2019 2:33 am
Look mom I did a thing, a bonafide slot machine cheat.

Here's how you use it. Numpad+ will turn the script on and off. You turn it on, roll slots, then turn it off while slots are rolling but before they finish. This is really just scripting the unrandomizer feature.

Here's a list of values you can use for the different slots. They're not complete, but it's good enough for what I personally use.

Oh, I should probably mention, you might have to enable then disable the unrandomizer when you first launch the game for it to work correctly.
Spoiler

Code: Select all

Loot Boxer

0-8191     Lose
8192-11468 Explosion
11469-18021 White Weapon
18022-21298 Green Weapon
21299-22281 Blue Weapon
22282-22773 Purple Weapon
22774-22854 Legendary Weapon
22855-23182 Weapon Skin
23183-24165 Weapon Trinket
24166-25804 Small Eridium
25805-26787 Med Eridium
26788-27114 Large Eridium
27115-30391 Small Cash
30392-32029 Med Cash
32030-32685 Large Cash
32686-32767 E-Tech Weapon

Vault Line
27750 Legendary Weapon
32767 Relic

Cash Trap
22400 - Legendary Class Mod
22500 - Skin
24000 - Head

Tink
22000 - Legendary Shield
26800 - Legendary Grenade
when using this table, i only get 1 specific thing or weapon, i have no idea how to create tables like these so i am thankfull that you did it :) but it still only gives me 1 specific gun/shield/ etc :)

glyth
Expert Cheater
Expert Cheater
Posts: 184
Joined: Tue Aug 29, 2017 4:30 am
Reputation: 5

Re: Borderlands 3 +14

Post by glyth »

tomato1121 wrote:
Tue Sep 17, 2019 9:54 am
Agasio wrote:
Tue Sep 17, 2019 2:33 am
Look mom I did a thing, a bonafide slot machine cheat.

Here's how you use it. Numpad+ will turn the script on and off. You turn it on, roll slots, then turn it off while slots are rolling but before they finish. This is really just scripting the unrandomizer feature.

Here's a list of values you can use for the different slots. They're not complete, but it's good enough for what I personally use.

Oh, I should probably mention, you might have to enable then disable the unrandomizer when you first launch the game for it to work correctly.
Spoiler

Code: Select all

Loot Boxer

0-8191     Lose
8192-11468 Explosion
11469-18021 White Weapon
18022-21298 Green Weapon
21299-22281 Blue Weapon
22282-22773 Purple Weapon
22774-22854 Legendary Weapon
22855-23182 Weapon Skin
23183-24165 Weapon Trinket
24166-25804 Small Eridium
25805-26787 Med Eridium
26788-27114 Large Eridium
27115-30391 Small Cash
30392-32029 Med Cash
32030-32685 Large Cash
32686-32767 E-Tech Weapon

Vault Line
27750 Legendary Weapon
32767 Relic

Cash Trap
22400 - Legendary Class Mod
22500 - Skin
24000 - Head

Tink
22000 - Legendary Shield
26800 - Legendary Grenade
when using this table, i only get 1 specific thing or weapon, i have no idea how to create tables like these so i am thankfull that you did it :) but it still only gives me 1 specific gun/shield/ etc :)
you gota guess the rest, i provided some

Mister Modification
Expert Cheater
Expert Cheater
Posts: 118
Joined: Sun Mar 05, 2017 6:31 pm
Reputation: 59

Re: Borderlands 3 +14

Post by Mister Modification »

Any chance for drop rate modifier?

User avatar
Kalamity222
Expert Cheater
Expert Cheater
Posts: 79
Joined: Mon May 08, 2017 1:49 pm
Reputation: 15

Re: Borderlands 3 +14

Post by Kalamity222 »

This game has such a good random weapon customization in place. It's sad they didn't add crafting in it to change individual parts.
Since you can see each one on the gun when you go into detail mode on the weapon.
Really wish we could upgrade or change parts, hell even roll for random rarities on them.

badger88
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Sep 17, 2019 12:26 pm
Reputation: 0

Re: Borderlands 3 +14

Post by badger88 »

Hey Idle, I'm wondering if the gaurdian rank is working, couldn't activate gaurdian rank? trying to delevel instead of level cheers.
Last edited by badger88 on Tue Sep 17, 2019 12:43 pm, edited 1 time in total.

benny89
Expert Cheater
Expert Cheater
Posts: 173
Joined: Mon Sep 18, 2017 10:11 pm
Reputation: 10

Re: Borderlands 3 +14

Post by benny89 »

Agasio wrote:
Tue Sep 17, 2019 2:33 am
Look mom I did a thing, a bonafide slot machine cheat.

Here's how you use it. Numpad+ will turn the script on and off. You turn it on, roll slots, then turn it off while slots are rolling but before they finish. This is really just scripting the unrandomizer feature.

Here's a list of values you can use for the different slots. They're not complete, but it's good enough for what I personally use.

Oh, I should probably mention, you might have to enable then disable the unrandomizer when you first launch the game for it to work correctly.
Spoiler

Code: Select all

Loot Boxer

0-8191     Lose
8192-11468 Explosion
11469-18021 White Weapon
18022-21298 Green Weapon
21299-22281 Blue Weapon
22282-22773 Purple Weapon
22774-22854 Legendary Weapon
22855-23182 Weapon Skin
23183-24165 Weapon Trinket
24166-25804 Small Eridium
25805-26787 Med Eridium
26788-27114 Large Eridium
27115-30391 Small Cash
30392-32029 Med Cash
32030-32685 Large Cash
32686-32767 E-Tech Weapon

Vault Line
27750 Legendary Weapon
32767 Relic

Cash Trap
22400 - Legendary Class Mod
22500 - Skin
24000 - Head

Tink
22000 - Legendary Shield
26800 - Legendary Grenade
What is "Loot Boxer", "Cash Trap" and "Vault Line"? Will that work on Golden Chest?

benny89
Expert Cheater
Expert Cheater
Posts: 173
Joined: Mon Sep 18, 2017 10:11 pm
Reputation: 10

Re: Borderlands 3 +14

Post by benny89 »

Anyone having maybe a save with Butcher, Hellwalker or King's Call Legendaries? Or some Legendary Torgue Shotgun?

aussietanker
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Sep 17, 2019 4:24 am
Reputation: 3

Re: Borderlands 3 +14

Post by aussietanker »

benny89 wrote:
Tue Sep 17, 2019 12:33 pm
What is "Loot Boxer", "Cash Trap" and "Vault Line"? Will that work on Golden Chest?
They are the name of the slot machines

Vortox14
Fearless Donors
Fearless Donors
Posts: 61
Joined: Sun May 21, 2017 2:04 am
Reputation: 13

Re: Borderlands 3 +14

Post by Vortox14 »

Within Moxxi's Bar on Sanctuary.

User avatar
Kalamity222
Expert Cheater
Expert Cheater
Posts: 79
Joined: Mon May 08, 2017 1:49 pm
Reputation: 15

Re: Borderlands 3 +14

Post by Kalamity222 »

Really hope someone finds a way to edit stats on gear.
The singularity Grenade for example, has only one second timer that pulls in enemies.
Want to set that option to longer , like 5 seconds or more ...

ciaran
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Sep 17, 2019 1:54 am
Reputation: 0

Re: Borderlands 3 +14

Post by ciaran »

Idlehands88 wrote:
Tue Sep 17, 2019 2:01 am
ciaran wrote:
Tue Sep 17, 2019 1:56 am
The Unlimited Health option causes a loud buzzing in the speakers - something must be conflicting with a sound card address.
You playing as Moze? If yes, then remove the Skill called Thin Red Line.
Playing as FL4K

Post Reply

Who is online

Users browsing this forum: Aplixion, Bing [Bot], Cid_G, DotBot, Dyrnwyrm, Fast2454, ForsakenMage, Google Adsense [Bot], JKramez, Luke76bg, shekelnator