HELLDIVERS 2

Upload your cheat tables here (No requests)
shypony
Noobzor
Noobzor
Posts: 10
Joined: Thu Nov 22, 2018 7:01 am
Reputation: 3

Re: HELLDIVERS 2

Post by shypony »

I know this will either be ignored or hated but with 231 pages so far, can someone catch me up to speed on how this works, and what to do. like step by step if possible.

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
igromanru
Table Makers
Table Makers
Posts: 375
Joined: Sat Mar 25, 2017 11:20 pm
Reputation: 518

Re: HELLDIVERS 2

Post by igromanru »

ssskrt wrote:
Sat May 31, 2025 9:19 pm
igromanru wrote:
Thu May 29, 2025 7:55 pm
Here is the method that replaces the second slot of the Resupply Pod with Super Credits.
Similar method was made public already in a "worse place" (more visible to Devs), so I see no harm in posting it here in depth of the thread.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>1337201731</ID>
      <Description>"SC Drop 2"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
{$lua}
if syntaxcheck then return end
local resupplyPodSlot2 = AOBScan("79 75 4F 01 CA 13 49 A9 01 D0 DA CA", "-W")
if resupplyPodSlot2 == nil then
  error("Couldn't find the ID to replace")
end
registerSymbol("resupplyPodSlot2Address", resupplyPodSlot2[1], true)
resupplyPodSlot2.destroy()

{$asm}
resupplyPodSlot2Address:
  db 06 35 53 54 ED 03 86 81
[DISABLE]
resupplyPodSlot2Address:
  db 79 75 4F 01 CA 13 49 A9
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
I have somewhat made this work. While it shows a lot of errors in the code, it does drop 10 sc with every supply drop. however, after the 3rd-5th pickup, you no longer gain anything... is this something I am messing up and do you know a way around that?
What do you mean errors?
However, there is a limit on how many SC drops you can pickup pro mission per player.
The limit goes from 5 to like 15.
The best chance to get 10 pickups on average per mission is to play difficulty 3 missions with as much land as possible on the map.
What you want to do is to enable Stratagems Instant Drop. Spawn into the mission, drop like 12 resupply pods for each person and pickup until the notification doesn't show anymore that you have picked up SC.
Then leave the mission, no need for extraction, just cancel it.
With this method you can farm SC the fastest with 4 people, because everyone gets SC every time a player picks them up, but each player has the same amount per mission, how many he can pick up.

Private
What is cheating?
What is cheating?
Posts: 4
Joined: Mon May 20, 2024 11:02 am
Reputation: 0

Re: HELLDIVERS 2

Post by Private »

so many pages now since my last visit around a year ago. need direction which one CT is still working right now? no need fancy stuff. just need unlimited health, stamina, ammo, and 1 hit kill

ssskrt
Noobzor
Noobzor
Posts: 6
Joined: Sat May 31, 2025 9:11 pm
Reputation: 2

Re: HELLDIVERS 2

Post by ssskrt »

Just to make things easier for everyone, I figured I would post this.
I went ahead and tried out Cfemen product on patron after seeing someone briefly mention him for a bypass on a previous page. His product is quite inexpensive at $5 for the one that allows you to get SC and medals.
However, I am not here telling yall to go buy that, just that is the option I ended up going with as it was easier for me.
In order to help those who maybe don’t have the money, or don’t want to run someone else program on their computer, I’m willing to run lobbies and help people get these things. My discord is “ssskrt.”
The period in the username is essential so don’t miss it. Anyways add that and I can help run lobbies.

Otherwise, the code posted before my messages works somewhat, but I wasn’t able to make it work constantly and as well as the paid product, but if you’re able too then I would say it’s a good starting place.

Dante9744
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Jun 02, 2025 2:52 am
Reputation: 0

Re: HELLDIVERS 2

Post by Dante9744 »

Don’t know if this has been asked already, but is there any way to get the unlisted guns to be selectable again? (Truth whisperer, Nailspitter) I noticed they disappeared after an update awhile back.

ssskrt
Noobzor
Noobzor
Posts: 6
Joined: Sat May 31, 2025 9:11 pm
Reputation: 2

Re: HELLDIVERS 2

Post by ssskrt »

igromanru wrote:
Sun Jun 01, 2025 6:01 am
ssskrt wrote:
Sat May 31, 2025 9:19 pm
igromanru wrote:
Thu May 29, 2025 7:55 pm
Here is the method that replaces the second slot of the Resupply Pod with Super Credits.
Similar method was made public already in a "worse place" (more visible to Devs), so I see no harm in posting it here in depth of the thread.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>1337201731</ID>
      <Description>"SC Drop 2"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
{$lua}
if syntaxcheck then return end
local resupplyPodSlot2 = AOBScan("79 75 4F 01 CA 13 49 A9 01 D0 DA CA", "-W")
if resupplyPodSlot2 == nil then
  error("Couldn't find the ID to replace")
end
registerSymbol("resupplyPodSlot2Address", resupplyPodSlot2[1], true)
resupplyPodSlot2.destroy()

{$asm}
resupplyPodSlot2Address:
  db 06 35 53 54 ED 03 86 81
[DISABLE]
resupplyPodSlot2Address:
  db 79 75 4F 01 CA 13 49 A9
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
I have somewhat made this work. While it shows a lot of errors in the code, it does drop 10 sc with every supply drop. however, after the 3rd-5th pickup, you no longer gain anything... is this something I am messing up and do you know a way around that?
What do you mean errors?
However, there is a limit on how many SC drops you can pickup pro mission per player.
The limit goes from 5 to like 15.
The best chance to get 10 pickups on average per mission is to play difficulty 3 missions with as much land as possible on the map.
What you want to do is to enable Stratagems Instant Drop. Spawn into the mission, drop like 12 resupply pods for each person and pickup until the notification doesn't show anymore that you have picked up SC.
Then leave the mission, no need for extraction, just cancel it.
With this method you can farm SC the fastest with 4 people, because everyone gets SC every time a player picks them up, but each player has the same amount per mission, how many he can pick up.
I don’t recall the exact errors off the top of my head, but one of the more common ones were pretty simple along the lines of instruction unable to be compiled, and unable to find the values for the SC.
As for the rest, I was able to get consistently 5 drops every mission (so 50 SC) but only tested it by myself so that was the max I was able to get.
I am not sure what Cfemen has done within his menu, but it streamlined the process for me in a way I haven’t been able to figure out.
With that being said, this method is definitely the a viable method. I just need to figure out how he managed to bypass the limit on how many times a single player can pick it up…

Private
What is cheating?
What is cheating?
Posts: 4
Joined: Mon May 20, 2024 11:02 am
Reputation: 0

Re: HELLDIVERS 2

Post by Private »

ssskrt wrote:
Sun Jun 01, 2025 7:58 pm
Just to make things easier for everyone, I figured I would post this.
I went ahead and tried out Cfemen product on patron after seeing someone briefly mention him for a bypass on a previous page. His product is quite inexpensive at $5 for the one that allows you to get SC and medals.
However, I am not here telling yall to go buy that, just that is the option I ended up going with as it was easier for me.
In order to help those who maybe don’t have the money, or don’t want to run someone else program on their computer, I’m willing to run lobbies and help people get these things. My discord is “ssskrt.”
The period in the username is essential so don’t miss it. Anyways add that and I can help run lobbies.

Otherwise, the code posted before my messages works somewhat, but I wasn’t able to make it work constantly and as well as the paid product, but if you’re able too then I would say it’s a good starting place.
can i get the bypass exe from cfmen if i only sub $2? because i see that patreon page and minimum of $5 to get HD2

ssskrt
Noobzor
Noobzor
Posts: 6
Joined: Sat May 31, 2025 9:11 pm
Reputation: 2

Re: HELLDIVERS 2

Post by ssskrt »

Private wrote:
Mon Jun 02, 2025 10:15 am
ssskrt wrote:
Sun Jun 01, 2025 7:58 pm
Just to make things easier for everyone, I figured I would post this.
I went ahead and tried out Cfemen product on patron after seeing someone briefly mention him for a bypass on a previous page. His product is quite inexpensive at $5 for the one that allows you to get SC and medals.
However, I am not here telling yall to go buy that, just that is the option I ended up going with as it was easier for me.
In order to help those who maybe don’t have the money, or don’t want to run someone else program on their computer, I’m willing to run lobbies and help people get these things. My discord is “ssskrt.”
The period in the username is essential so don’t miss it. Anyways add that and I can help run lobbies.

Otherwise, the code posted before my messages works somewhat, but I wasn’t able to make it work constantly and as well as the paid product, but if you’re able too then I would say it’s a good starting place.
can i get the bypass exe from cfmen if i only sub $2? because i see that patreon page and minimum of $5 to get HD2
I believe you need the $5 version to get the bypass from him.

iminmychair
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Jun 02, 2025 5:21 pm
Reputation: 1

Re: HELLDIVERS 2

Post by iminmychair »

ssskrt wrote:
Mon Jun 02, 2025 5:09 pm
Private wrote:
Mon Jun 02, 2025 10:15 am
ssskrt wrote:
Sun Jun 01, 2025 7:58 pm
Just to make things easier for everyone, I figured I would post this.
I went ahead and tried out Cfemen product on patron after seeing someone briefly mention him for a bypass on a previous page. His product is quite inexpensive at $5 for the one that allows you to get SC and medals.
However, I am not here telling yall to go buy that, just that is the option I ended up going with as it was easier for me.
In order to help those who maybe don’t have the money, or don’t want to run someone else program on their computer, I’m willing to run lobbies and help people get these things. My discord is “ssskrt.”
The period in the username is essential so don’t miss it. Anyways add that and I can help run lobbies.

Otherwise, the code posted before my messages works somewhat, but I wasn’t able to make it work constantly and as well as the paid product, but if you’re able too then I would say it’s a good starting place.
can i get the bypass exe from cfmen if i only sub $2? because i see that patreon page and minimum of $5 to get HD2
I believe you need the $5 version to get the bypass from him.
I just bought the $2 membership on his patreon. It works just fine to bypass game guard. And using the cheat table here as well as the SC table, everything works, aside the movement speed multiplier. The $2 is JUST for the bypass. The $5 is for the bypass & his collaborated cheat table with others like Gir.

shypony
Noobzor
Noobzor
Posts: 10
Joined: Thu Nov 22, 2018 7:01 am
Reputation: 3

Re: HELLDIVERS 2

Post by shypony »

ssskrt wrote:
Sun Jun 01, 2025 7:58 pm
Just to make things easier for everyone, I figured I would post this.
I went ahead and tried out Cfemen product on patron after seeing someone briefly mention him for a bypass on a previous page. His product is quite inexpensive at $5 for the one that allows you to get SC and medals.
However, I am not here telling yall to go buy that, just that is the option I ended up going with as it was easier for me.
In order to help those who maybe don’t have the money, or don’t want to run someone else program on their computer, I’m willing to run lobbies and help people get these things. My discord is “ssskrt.”
The period in the username is essential so don’t miss it. Anyways add that and I can help run lobbies.

Otherwise, the code posted before my messages works somewhat, but I wasn’t able to make it work constantly and as well as the paid product, but if you’re able too then I would say it’s a good starting place.
sending ya a dicord friend request now if its alright, please an thx

tunamayo
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Jun 04, 2025 5:59 am
Reputation: 0

Re: HELLDIVERS 2

Post by tunamayo »

igromanru wrote:
Thu May 29, 2025 7:55 pm
Here is the method that replaces the second slot of the Resupply Pod with Super Credits.
Similar method was made public already in a "worse place" (more visible to Devs), so I see no harm in posting it here in depth of the thread.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>1337201731</ID>
      <Description>"SC Drop 2"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
{$lua}
if syntaxcheck then return end
local resupplyPodSlot2 = AOBScan("79 75 4F 01 CA 13 49 A9 01 D0 DA CA", "-W")
if resupplyPodSlot2 == nil then
  error("Couldn't find the ID to replace")
end
registerSymbol("resupplyPodSlot2Address", resupplyPodSlot2[1], true)
resupplyPodSlot2.destroy()

{$asm}
resupplyPodSlot2Address:
  db 06 35 53 54 ED 03 86 81
[DISABLE]
resupplyPodSlot2Address:
  db 79 75 4F 01 CA 13 49 A9
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>



i works fine without bypass thx, but is there any solution to resupply pod no cooldown or reduce cooldown?

if i call resupply stratagem i should wait about 2min 30s for 10 SuperCredits

i heard there is one on using bypass (like cfemen) allows no CD on stratagem

but i wonder if there is otherways , cause i cant pay patreon for some reasons

shypony
Noobzor
Noobzor
Posts: 10
Joined: Thu Nov 22, 2018 7:01 am
Reputation: 3

Re: HELLDIVERS 2

Post by shypony »

tunamayo wrote:
Wed Jun 04, 2025 6:03 am
igromanru wrote:
Thu May 29, 2025 7:55 pm
Here is the method that replaces the second slot of the Resupply Pod with Super Credits.
Similar method was made public already in a "worse place" (more visible to Devs), so I see no harm in posting it here in depth of the thread.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>1337201731</ID>
      <Description>"SC Drop 2"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
{$lua}
if syntaxcheck then return end
local resupplyPodSlot2 = AOBScan("79 75 4F 01 CA 13 49 A9 01 D0 DA CA", "-W")
if resupplyPodSlot2 == nil then
  error("Couldn't find the ID to replace")
end
registerSymbol("resupplyPodSlot2Address", resupplyPodSlot2[1], true)
resupplyPodSlot2.destroy()

{$asm}
resupplyPodSlot2Address:
  db 06 35 53 54 ED 03 86 81
[DISABLE]
resupplyPodSlot2Address:
  db 79 75 4F 01 CA 13 49 A9
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>



i works fine without bypass thx, but is there any solution to resupply pod no cooldown or reduce cooldown?

if i call resupply stratagem i should wait about 2min 30s for 10 SuperCredits

i heard there is one on using bypass (like cfemen) allows no CD on stratagem

but i wonder if there is otherways , cause i cant pay patreon for some reasons
how did you get it to work?

fallout11
Expert Cheater
Expert Cheater
Posts: 56
Joined: Tue Apr 30, 2024 11:17 am
Reputation: 16

Re: HELLDIVERS 2

Post by fallout11 »

Dante9744 wrote:
Mon Jun 02, 2025 2:53 am
Don’t know if this has been asked already, but is there any way to get the unlisted guns to be selectable again? (Truth whisperer, Nailspitter) I noticed they disappeared after an update awhile back.
They've been removed from the game code brother. Just like the old "call in SEAF reinforcements" strat.

Kuro_Kawa
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Dec 02, 2018 8:26 am
Reputation: 1

Re: HELLDIVERS 2

Post by Kuro_Kawa »

These two features are not working. "Infinite Syringes" and "Instant Railgun Ready". Please update them when you have time.

TheEntess
What is cheating?
What is cheating?
Posts: 2
Joined: Sat Oct 17, 2020 11:46 am
Reputation: 0

Re: HELLDIVERS 2

Post by TheEntess »

Hey, I'd love to have some information if anyone could share it.

At this time I can't find a free way to bypass GameGuard and I end up with a visible CT and therefore a game that closes. Would you have a link or a site to share with me where I could find a free bypass?

thanks in advance

Post Reply

Who is online

Users browsing this forum: alset85, BLEXBot, ckdhald4, Google [Bot], Google Adsense [Bot], ILegacyI, madskillzbt, Orfina, xiang950928, ZCustard