Deep Rock Galactic + Legacy Edition + Survivor (Console, Modding & SaveGame)

Upload your cheat tables here (No requests)
User avatar
Akira
Table Makers
Table Makers
Posts: 1272
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: [Steam & Windows] Deep Rock Galactic (CT, Mods, Cheat Codes, SaveGame)

Post by Akira »

NMss2 wrote:
Tue Nov 09, 2021 9:46 am
Tested the table with Unlimited Health (I prefer that only) and it's not working. Tried 4.9 and 5.1 version. :(
99% of all scripts are broken, no need to report that. ;)

As mentioned before I only update the table for patreons.
Already fixed god mode and some other stuff.

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

Vraska
Noobzor
Noobzor
Posts: 11
Joined: Mon May 22, 2017 8:34 pm
Reputation: 1

Re: [Steam & Windows] Deep Rock Galactic (CT, Mods, Cheat Codes, SaveGame)

Post by Vraska »

Too bad that Patron stuff dont scale my home currency to authors country currency - it's just too much for me, per month, ngl :\
Oh well

COMMANDBrawler
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Nov 09, 2021 11:21 pm
Reputation: 0

Re: [Steam & Windows] Deep Rock Galactic (CT, Mods, Cheat Codes, SaveGame)

Post by COMMANDBrawler »

does somebody have a savegame with all the new skins and overclocks of the season 1 rival incursion update?

User avatar
Akira
Table Makers
Table Makers
Posts: 1272
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: [Steam & Windows] Deep Rock Galactic (CT, Mods, Cheat Codes, SaveGame)

Post by Akira »

COMMANDBrawler wrote:
Tue Nov 09, 2021 11:22 pm
does somebody have a savegame with all the new skins and overclocks of the season 1 rival incursion update?
Yes, I uploaded a new 100% Savegame some minutes ago in our discord server:
Akira wrote:
Fri Oct 23, 2020 12:18 pm
[Link]

COMMANDBrawler
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Nov 09, 2021 11:21 pm
Reputation: 0

Re: [Steam & Windows] Deep Rock Galactic (CT, Mods, Cheat Codes, SaveGame)

Post by COMMANDBrawler »

pog, i joined the discord lmao now i must wait 10 min to click on the thumbs up

COMMANDBrawler
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Nov 09, 2021 11:21 pm
Reputation: 0

Re: [Steam & Windows] Deep Rock Galactic (CT, Mods, Cheat Codes, SaveGame)

Post by COMMANDBrawler »

let me quess you must be a patreon to unlock the drg save edits? where you posted the new savegame?

User avatar
Akira
Table Makers
Table Makers
Posts: 1272
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: [Steam & Windows] Deep Rock Galactic (CT, Mods, Cheat Codes, SaveGame)

Post by Akira »

COMMANDBrawler wrote:
Wed Nov 10, 2021 12:18 am
let me quess you must be a patreon to unlock the drg save edits? where you posted the new savegame?
Lol no, patreon is only for my table updates.

Pick the Deep Rock Galactic role in the #reaction-roles channel and then you can find my Savegame in the #drg-save-edits channel.

User avatar
Akira
Table Makers
Table Makers
Posts: 1272
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: [Steam & Windows] Deep Rock Galactic (CT, Mods, Cheat Codes, SaveGame)

Post by Akira »

Akira wrote:
Wed Dec 01, 2021 11:08 pm
I might post some small scripts like "Inf. Ammo" from time to time.
Here ya go:
Akira wrote:
Fri Oct 23, 2020 12:18 pm
A few Scripts updated for free
Inf. Magazine Ammo:

Code: Select all

[ENABLE]

aobscanmodule(ClipCount,FSD-Win64-Shipping.exe,89 81 58 06 00 00 48 8B)
alloc(newmem,$1000,ClipCount)

label(code)
label(return)

newmem:
  mov eax,[rcx+0000063C]

code:
  mov [rcx+00000658],eax
  jmp return

ClipCount:
  jmp newmem
  nop
return:
registersymbol(ClipCount)

[DISABLE]

ClipCount:
  db 89 81 58 06 00 00

unregistersymbol(ClipCount)
dealloc(newmem)
Inf. Reserve Ammo:

Code: Select all

[ENABLE]

aobscanmodule(AmmoCount,FSD-Win64-Shipping.exe,89 8B 54 06 00 00 48)
alloc(newmem,$1000,AmmoCount)

label(code)
label(return)

newmem:
  mov ecx,[rbx+00000638]

code:
  mov [rbx+00000654],ecx
  jmp return

AmmoCount:
  jmp newmem
  nop
return:
registersymbol(AmmoCount)

[DISABLE]

AmmoCount:
  db 89 8B 54 06 00 00

unregistersymbol(AmmoCount)
dealloc(newmem)
Inf. GatlingGun Ammo:

Code: Select all

[ENABLE]

aobscanmodule(ClipCount_GatlingGun,FSD-Win64-Shipping.exe,89 86 58 06 00 00 89)
alloc(newmem,$1000,ClipCount_GatlingGun)

label(code)
label(return)

newmem:
  mov eax,[rsi+0000063C]

code:
  mov [rsi+00000658],eax
  jmp return

ClipCount_GatlingGun:
  jmp newmem
  nop
return:
registersymbol(ClipCount_GatlingGun)

[DISABLE]

ClipCount_GatlingGun:
  db 89 86 58 06 00 00

unregistersymbol(ClipCount_GatlingGun)
dealloc(newmem)
Inf. Flares:

Code: Select all

[ENABLE]

aobscanmodule(Flares,FSD-Win64-Shipping.exe,89 8F 40 02 00 00 48 85)
alloc(newmem,$1000,Flares)

label(code)
label(return)

newmem:
  mov ecx,[rdi+0000023C]

code:
  mov [rdi+00000240],ecx
  jmp return

Flares:
  jmp newmem
  nop
return:
registersymbol(Flares)

[DISABLE]

Flares:
  db 89 8F 40 02 00 00

unregistersymbol(Flares)
dealloc(newmem)

Algester
Expert Cheater
Expert Cheater
Posts: 281
Joined: Sun Mar 04, 2018 9:48 am
Reputation: 58

Re: [Steam & Windows] Deep Rock Galactic (CT, Mods, Cheat Codes, SaveGame)

Post by Algester »

I need some pointers on getting the PickAxe Dig size... (I know its very hard to get to it without specific Unreal Decompiling Tools also because its a "static" number where there is no way to change it in game)

ray2160
Table Makers
Table Makers
Posts: 97
Joined: Fri Mar 03, 2017 12:57 pm
Reputation: 77

Re: [Steam & Windows] Deep Rock Galactic (CT, Mods, Cheat Codes, SaveGame)

Post by ray2160 »

This is for 1.38.96606.0 / 1.38.96589.0 (Windows/Steam PC)

updated 3/16/2024

Drop Pod Extraction Timer Freeze Timer Hot Key Is (Shift+1)
Waiting For Drop Pod Timer Set To 0 Hot Key Is (Shift+2)

Instant destroy Contagion Spikes Hot Key is (Shift+5)

Grappling Hook Set Timer (Set To 0 For Instant Use Default Is 4)

Dig Size Multiplier
Start digging to populate address
make sure to check the box once when you set the size

𝘾𝙊𝙈𝙋𝘼𝘾𝙏 𝙈𝙊𝘿𝙀 (𝙈𝘼𝙆𝙀𝙎 𝙏𝙃𝙀 𝙈𝙀𝙉𝙐 𝙁𝙐𝙇𝙇𝙎𝘾𝙍𝙀𝙀𝙉 𝙊𝙉 𝘾𝙀)
𝘿𝙄𝙎𝘼𝘽𝙇𝙀 𝘼𝙇𝙇 𝙊𝙋𝙏𝙄𝙊𝙉𝙎
Unlimited Health / Drilldozer / One Hit Kill
Unlimited Shield
Unlimited Ammo
Shard Diffractor Unlimited Ammo
No Reload
No Overheat
Fire rate
Unlimited Grenades
Unlimited Flares
Sentry No Reload
Sentry Fire rate
Unlimited Sentry Guns
Unlimited Pickaxe Special
Unlimited Oxygen
Unlimited Resources/Currency
Max Resources While Pickaxing
Max Resources collected
Unlimited Gunner Shield/Bombs
Unlimited Driller Fuel
Dig Size Multiplier
Unlimited Bosco Revives
Unlimited Bosco Rockets
Unlimited Gunner Heavy weapon Ammo
Engineer Rifle Unlimited Targeting
M1000 Bonus Damage
Unlimited Grappling hook
Cryo Cannon No Over heat
Cryo Cannon Instant Shooting
Max Resources Collected / Deposit
Plasma Charger No Over Heat
Experimental Plasma Charger Power Shot
Experimental Plasma Charger Power Shot Duration
Corrosive Slodge Pump Power Shot
Instant Build And Activate
Normal Temperature
Unlimited Jump
Easy Collect First Mission
Easy collect Secondary Mission
Drop Pod Extraction Timer
Unlimited Health / Drilldozer
Change Gravity Scale
Unlimited Pipeline Length
Ignore Pipeline Angle
Never Repair Pipe Line
Instant fill Refinery
Fester Fleas
Instant destroy Contagion Spikes
Rockpox Immunity
Crate and lost helmet spawn
Force Jet Boots Spawn (Enable Before Mission Load)
Instant Hacking For Hack-C
Grappling Hook Set Timer
Calling Supply Pod Adds Nitra
Lead Storm Powered Minigun Ready To Shoot
Free Shopping
No Recoil
Instant Fill Fuel Canister
100% Richochet
Enable Ice Spear
Pickaxe Stun Chance
Zipline Angle And Length
Fast Ziplining
Grappling Hook Lenght
Instamine Dirt and Ground
Run Speed
Walk Speed
Jump Height
Fast Walk Speed

happy gaming and enjoy
Attachments
Deep Rock Galactic For Steam And Windows.CT
NEW Version: 1.38.96606.0 / 1.38.96589.0 (For Windows/Steam PC)
(73.16 KiB) Downloaded 359 times
Deep Rock Galactic For Steam V1.38.91584.0.CT
Old Version: 1.38.91584.0 (For Steam And For Windows PC)
(67.71 KiB) Downloaded 1278 times
Deep Rock Galactic For Steam V1.38.90589.0.CT
Old Version: 1.38.90589.0 (For Steam And For Windows PC)
(67.71 KiB) Downloaded 279 times
Deep Rock Galactic V1.38.90606.0.CT
Old V1.38.90606.0
(60.56 KiB) Downloaded 176 times
Deep Rock Galactic V1.38.89559.0.CT
Old V1.38.89559.0
(56.23 KiB) Downloaded 122 times
Deep Rock Galactic V1.38.88873.0.CT
Old V1.38.88873.0
(38.87 KiB) Downloaded 189 times
Deep Rock Galactic V1.37.80751.0.CT
Old V1.37.80751.0
(19.83 KiB) Downloaded 1804 times
FSD-WinGDK-Shipping V 1.36.71378.0.CT
Old V 1.36.71378.0
(19.42 KiB) Downloaded 2415 times
FSD-WinGDK-Shipping V 1.36.70959.0.CT
Old V 1.36.70959.0
(19.39 KiB) Downloaded 241 times
FSD-WinGDK-Shipping V 1.36.70803.0.CT
Old V 1.36.70803.0
(19.39 KiB) Downloaded 183 times
FSD-WinGDK-Shipping V1.35.69454.0.CT
Old V 1.35.69454.0
(19.45 KiB) Downloaded 534 times
FSD-WinGDK-Shipping V1.35.67431.0.CT
Old V 1.35.67431.0
(19.5 KiB) Downloaded 627 times
Last edited by ray2160 on Mon Mar 18, 2024 9:30 pm, edited 78 times in total.

User avatar
Akira
Table Makers
Table Makers
Posts: 1272
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: [Steam & Windows] Deep Rock Galactic (CT, Mods, Cheat Codes, SaveGame)

Post by Akira »

ray2160 wrote:
Sat Feb 19, 2022 11:59 pm
Unlimited Driller Drill Fuel
Unlimited Gunner Shield Generator
Easy Fester Fleas Killed
Instead of setting the values to a custom value you could set 'em to their max values.

For "Unlimited Driller Drill Fuel", the offset of your current fuel is "478" and the offset of your max fuel is "474".
So you could make the script like this

Code: Select all

[ENABLE]

aobscanmodule(UnlimitedDrillerDrillFuel,FSD-WinGDK-Shipping.exe,F3 0F 11 8E 78 04 00 00)
alloc(newmem,$100,UnlimitedDrillerDrillFuel)

label(code)
label(return)

newmem:
  movss xmm1,[rsi+00000474] //;MaxFuel

code:
  movss [rsi+00000478],xmm1 //;Fuel
  jmp return

UnlimitedDrillerDrillFuel:
  jmp newmem
  nop 3
return:
registersymbol(UnlimitedDrillerDrillFuel)

[DISABLE]

UnlimitedDrillerDrillFuel:
  db F3 0F 11 8E 78 04 00 00

unregistersymbol(UnlimitedDrillerDrillFuel)
dealloc(newmem)
Same can be done for "Unlimited Gunner Shield Generator" and some others.
The "max" values are always different up to the upgrades you use in-game, so I like it more to make it read the max value instead of making it write a custom value.

It's just a suggestion, both methods work.

ray2160
Table Makers
Table Makers
Posts: 97
Joined: Fri Mar 03, 2017 12:57 pm
Reputation: 77

Re: [Steam & Windows] Deep Rock Galactic (CT, Mods, Cheat Codes, SaveGame)

Post by ray2160 »

Akira wrote:
Sun Feb 20, 2022 12:54 pm
ray2160 wrote:
Sat Feb 19, 2022 11:59 pm
Unlimited Driller Drill Fuel
Unlimited Gunner Shield Generator
Easy Fester Fleas Killed
Instead of setting the values to a custom value you could set 'em to their max values.

For "Unlimited Driller Drill Fuel", the offset of your current fuel is "478" and the offset of your max fuel is "474".
So you could make the script like this

Code: Select all

[ENABLE]

aobscanmodule(UnlimitedDrillerDrillFuel,FSD-WinGDK-Shipping.exe,F3 0F 11 8E 78 04 00 00)
alloc(newmem,$100,UnlimitedDrillerDrillFuel)

label(code)
label(return)

newmem:
  movss xmm1,[rsi+00000474] //;MaxFuel

code:
  movss [rsi+00000478],xmm1 //;Fuel
  jmp return

UnlimitedDrillerDrillFuel:
  jmp newmem
  nop 3
return:
registersymbol(UnlimitedDrillerDrillFuel)

[DISABLE]

UnlimitedDrillerDrillFuel:
  db F3 0F 11 8E 78 04 00 00

unregistersymbol(UnlimitedDrillerDrillFuel)
dealloc(newmem)
Same can be done for "Unlimited Gunner Shield Generator" and some others.
The "max" values are always different up to the upgrades you use in-game, so I like it more to make it read the max value instead of making it write a custom value.

It's just a suggestion, both methods work.
OK awesome thank you very much for the tip

Algester
Expert Cheater
Expert Cheater
Posts: 281
Joined: Sun Mar 04, 2018 9:48 am
Reputation: 58

Re: [Steam & Windows] Deep Rock Galactic (CT, Mods, Cheat Codes, SaveGame)

Post by Algester »

interesting so shield value starts at 0 then counts more as you use up more shield

starts at 0 then maxes out at 30

does that mean likewise the same can be said for HP?

User avatar
Akira
Table Makers
Table Makers
Posts: 1272
Joined: Fri May 24, 2019 2:04 am
Reputation: 1685

Re: [Steam & Windows] Deep Rock Galactic (CT, Mods, Cheat Codes, SaveGame)

Post by Akira »

Algester wrote:
Tue Feb 22, 2022 11:32 am
interesting so shield value starts at 0 then counts more as you use up more shield

starts at 0 then maxes out at 30

does that mean likewise the same can be said for HP?
In DRG they are not "health" values, they are "damage taken" values.
So they start at 0 and go up when you take damage, if it reaches the value of your max health then you're dead.

ray2160
Table Makers
Table Makers
Posts: 97
Joined: Fri Mar 03, 2017 12:57 pm
Reputation: 77

Re: [Steam & Windows] Deep Rock Galactic (CT, Mods, Cheat Codes, SaveGame)

Post by ray2160 »

updated Table for Windows version 1.35.67431.0
Last edited by ray2160 on Sat Feb 26, 2022 2:36 am, edited 1 time in total.

Post Reply