Helldivers 2 Hack ( DLL Proxy - Proof Of Concept )

Upload *YOUR* gamehacking tools/helpers here
Serious0710
Noobzor
Noobzor
Posts: 5
Joined: Thu Mar 07, 2024 1:49 pm
Reputation: 0

Re: Helldivers 2 Hack ( DLL Proxy - Proof Of Concept )

Post by Serious0710 »

Kekner wrote:
Tue Mar 12, 2024 4:08 pm
superadvan wrote:
Tue Mar 12, 2024 2:50 pm
Kekner wrote:
Mon Mar 11, 2024 6:59 pm


The show all maps cheat is broken in the table so I deleted it since its of no use anymore.

Your not supposed to attach CE after you suspend the application, you must attach CE to helldivers and then wait for the address 180000000 to change (it will flash red once it has changed). Then suspend as soon as you see the address 180000000 flash red. Only then will you be able to tick and use the cheats in the menu.

You also don't have to use the Cheat Table I linked, you can use any cheat table you want! Hope this helped :D
I wrote the incorrect order in my post. It is attached then suspended as it shows in the video.
The table I attached to the post with my tutorial may no longer work as of when that post was made. It is possible that the cheat table is the issue and you are doing nothing wrong. Try a different table and see if you get better results? However just for peace of mind could you just double, triple, quadruple check that you are following the steps correctly and / or post a video of your attempt so it is easier to point out any mistakes made.

This is the table I have currently but there was a patch this morning so its possible some of the cheats in this table do not work either. I have not been home to play / check that the table still works.

HD2 with H hotkey.CT
I set all scripts to enable when hotkey "H" is pressed for convenience. The only two things that will not enable with "H" are the 50 samples script and 500 samples script.

Hope this helped! :D
Only working CE table for me right now :D Great job you are doing guys! 8-)
Ist an infiinite shield backpack difficult to insert? Would be great to have the infinite shield backpack back :D

patfussy69
What is cheating?
What is cheating?
Posts: 4
Joined: Fri Dec 23, 2022 3:11 pm
Reputation: 2

Re: Helldivers 2 Hack ( DLL Proxy - Proof Of Concept )

Post by patfussy69 »

running the dll and still crashing due to cheat detection within about 2 mins. is there something that I am doing wrong?

emoisback
Expert Cheater
Expert Cheater
Posts: 225
Joined: Sat Jun 09, 2018 8:56 am
Reputation: 132

Re: Helldivers 2 Hack ( DLL Proxy - Proof Of Concept )

Post by emoisback »

what dll u use this is detected, find other dll to use CE trick on tables forum

buttfucker2000
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Nov 30, 2023 3:44 pm
Reputation: 0

Re: Helldivers 2 Hack ( DLL Proxy - Proof Of Concept )

Post by buttfucker2000 »

neon2115 wrote:
Wed Mar 13, 2024 5:34 am
XathMan83 wrote:
Wed Mar 13, 2024 3:45 am
BoBFalcon07 wrote:
Tue Mar 12, 2024 8:06 am
Man this was awesome when all we had to do was add a DLL named version and BAM it worked, fuck I want cheats to be FUN! Fuck arrowhead and SONY,. let us play games and have fun.
It still works for me ;)
How?
I'm pretty sure your question has already been answered.

Someone correct me if I'm wrong, please -- but should be as easy as opening a Hex Editor -- the post I saw mentioned HxD which has been a solid pick.
Then just adding some bytes at the end.

Could also do an md5 bypass check apparently, too.

neon2115
Noobzor
Noobzor
Posts: 8
Joined: Wed Mar 06, 2024 11:09 am
Reputation: 0

Re: Helldivers 2 Hack ( DLL Proxy - Proof Of Concept )

Post by neon2115 »

buttfucker2000 wrote:
Wed Mar 13, 2024 3:18 pm
neon2115 wrote:
Wed Mar 13, 2024 5:34 am
XathMan83 wrote:
Wed Mar 13, 2024 3:45 am


It still works for me ;)
How?
I'm pretty sure your question has already been answered.

Someone correct me if I'm wrong, please -- but should be as easy as opening a Hex Editor -- the post I saw mentioned HxD which has been a solid pick.
Then just adding some bytes at the end.

Could also do an md5 bypass check apparently, too.
ah okay thanks for the response

Ducky072
Noobzor
Noobzor
Posts: 7
Joined: Thu Mar 07, 2024 6:23 pm
Reputation: 0

Re: Helldivers 2 Hack ( DLL Proxy - Proof Of Concept )

Post by Ducky072 »

when i do it 180000000 doesnt turn green am i doing something wrong?

User avatar
JellyAOI
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Mar 12, 2024 1:19 am
Reputation: 0

Re: Helldivers 2 Hack ( DLL Proxy - Proof Of Concept )

Post by JellyAOI »

Goth667 wrote:
Tue Mar 12, 2024 6:00 pm
zoomas wrote:
Mon Mar 11, 2024 5:09 pm
Anyone have a script CE for ALL icon on the map ?
Sure, although disable isnt tested. Worked yesterday.
Spoiler

Code: Select all

[ENABLE]
aobscanmodule(aob_CheckIsBlipSeen,game.dll,41 0F B6 44 97 23)
aobscanmodule(aob_CheckIfAlienHivesAreObstructed,game.dll,41 80 BE 3C BA 07 00 00)
aobscanmodule(aob_CheckIfMinorInterestBlipIsDiscovered,game.dll,0F 85 ?? ?? ?? ?? 48 8B 44 24 ?? 80 78 29 00)
aobscanmodule(aob_GetMinorInterestBlipIcon,game.dll,0F 84 ?? ?? ?? ?? 48 8B 4C 24 ?? F3 41 0F 10 4F)
aobscanmodule(aob_CheckMissionBlip,game.dll,0F 85 59 02 00 00 49 8D)
registersymbol(aob_CheckIsBlipSeen)
registersymbol(aob_CheckIfMinorInterestBlipIsDiscovered)
registersymbol(aob_GetMinorInterestBlipIcon)
registersymbol(aob_CheckIfAlienHivesAreObstructed)
registersymbol(aob_CheckMissionBlip)

aob_CheckIsBlipSeen:
  db B8 01 00 00 00 90

aob_CheckIfAlienHivesAreObstructed:
  db F8
  nop 7

aob_CheckIfMinorInterestBlipIsDiscovered:
  db 90 E9

aob_GetMinorInterestBlipIcon:
  db EB 04

aob_CheckMissionBlip:
  db 90 E9

[DISABLE]
aob_CheckIsBlipSeen:
  db 41 0F B6 44 97 23

aob_CheckIfAlienHivesAreObstructed:
  db 41 80 BE 3C BA 07 00 00

aob_CheckIfMinorInterestBlipIsDiscovered:
  db 0F 85

aob_GetMinorInterestBlipIcon:
  db 0F 84

aob_CheckMissionBlip:
  db 0F 85

unregistersymbol(aob_CheckIsBlipSeen)
unregistersymbol(aob_CheckIfAlienHivesAreObstructed)
unregistersymbol(aob_CheckIfMinorInterestBlipIsDiscovered)
unregistersymbol(aob_GetMinorInterestBlipIcon)
unregistersymbol(aob_CheckMissionBlip)
It's been detected.

boyisdead
What is cheating?
What is cheating?
Posts: 3
Joined: Thu Oct 15, 2020 1:45 pm
Reputation: 0

Re: Helldivers 2 Hack ( DLL Proxy - Proof Of Concept )

Post by boyisdead »

Heruactic wrote:
Mon Mar 11, 2024 11:46 pm
you want to follow the video steps precisely to make it work. Make sure to read all the subtitles.

Set your game to launch in windowed mode if you only got 1 screen.

Step one open Cheat engine 7.5 and System Informer
open Memory browser on Cheat Engine.
Write down that long number 180000000 and copy it to clip board for easy paste (there are 7 zeroes)
pop open Find process and in both CE and SI type in Helldiver. (Note, in CE when you START helldiver game, you need to click on Applications tab and then back to processes so it refreshes and shows the game exe file)

START helldiver2
Asap attach the process to Cheat engine (if it does not populate in process tab, click on application box and back to process tab)
Right click on the Memory Browser and select (go to address) Paste in the number 180000000. You should now see that address as the first one on the list of addressed in memory viewer.
Now, System Informer. Right click on Helldivers process only. (Do not select all 4 processed that are associated with it.)
Hover your mouse cursor over the "suspend" button But do not click it yet.
AS SOON As you see that Address Value 180000000 change from "00 00 00 00" to Anything else. just leftclick on Suspend button imediately.
You do not need to see the Game "black screen" yet. Once the number change, Suspend that sucker.

Take the Cheat engine table you downloaded from our Wonderfull Lord and master the cheat maker. And drag it into Cheat Engine window. (Lower part)
Click on All the cheats you want.
Wait a few seconds. completely close Cheat engine.
Wait 5-10 seconds. Then Right Click Helldivers in System informer and "Resume"

Afterwards just close system informer.

I have a good PC and good SSD. So i have to time it pretty fast. If i can do it, so can you. I reccomend being at least on Windows 10.

I have done this 4 times last night. Once you practice it once or twice, you can make it happen.

Go forth and dont be a dick to others. Cheat if you are playing Solo or with a friend you trust.
Since the video tutorial is down, I followed this guide and it works for me. A little bit tricky since load time is fast but manageable. Thanks.
Kekner wrote:
Tue Mar 12, 2024 4:08 pm
The table I attached to the post with my tutorial may no longer work as of when that post was made. It is possible that the cheat table is the issue and you are doing nothing wrong. Try a different table and see if you get better results? However just for peace of mind could you just double, triple, quadruple check that you are following the steps correctly and / or post a video of your attempt so it is easier to point out any mistakes made.

This is the table I have currently but there was a patch this morning so its possible some of the cheats in this table do not work either. I have not been home to play / check that the table still works.
HD2 with H hotkey.CT
I set all scripts to enable when hotkey "H" is pressed for convenience. The only two things that will not enable with "H" are the 50 samples script and 500 samples script.

Hope this helped! :D
I used this CT and it mostly works. Except:
- Enemies aggro one seems weird, bugs do notice me but small ones rarely attack or call breach. Bots on the other hand, still fully engage with me.
- Inf. Backpack just can't be activated.
- Fully railgun charge sometimes randomly explode without holding.
- Inf. support weapons also weird. Doesn't work with Autocannon. Works with Railgun but there will be no damage if fire too fast. Works with EAT-17 but also makes Rocket Raider (bot) fires inf. rocket rapidly which make it unplayable. (I'm not actually sure if it's this option but this is most likely the case)

But anyway, Thanks.

rjlogan13
Noobzor
Noobzor
Posts: 11
Joined: Wed Mar 06, 2024 3:34 pm
Reputation: 3

Re: Helldivers 2 Hack ( DLL Proxy - Proof Of Concept )

Post by rjlogan13 »

Does this method no longer work? I've been detected with every attempt today. I had no problem before

Heruactic
Noobzor
Noobzor
Posts: 5
Joined: Sat Oct 08, 2022 4:37 pm
Reputation: 0

Re: Helldivers 2 Hack ( DLL Proxy - Proof Of Concept )

Post by Heruactic »

unfortunately can confirm. Seems due to update it now kicks for using any options. I should have grinded more medals in hindsight last few days.

User avatar
JellyAOI
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Mar 12, 2024 1:19 am
Reputation: 0

Re: Helldivers 2 Hack ( DLL Proxy - Proof Of Concept )

Post by JellyAOI »

rjlogan13 wrote:
Thu Mar 14, 2024 6:08 pm
Does this method no longer work? I've been detected with every attempt today. I had no problem before
Can I ask if you are using a CT or a DLL? The CT was still working fine when tested 8 hours ago.

rjlogan13
Noobzor
Noobzor
Posts: 11
Joined: Wed Mar 06, 2024 3:34 pm
Reputation: 3

Re: Helldivers 2 Hack ( DLL Proxy - Proof Of Concept )

Post by rjlogan13 »

JellyAOI wrote:
Fri Mar 15, 2024 1:21 am
rjlogan13 wrote:
Thu Mar 14, 2024 6:08 pm
Does this method no longer work? I've been detected with every attempt today. I had no problem before
Can I ask if you are using a CT or a DLL? The CT was still working fine when tested 8 hours ago.
I'm using the CT

Heruactic
Noobzor
Noobzor
Posts: 5
Joined: Sat Oct 08, 2022 4:37 pm
Reputation: 0

Re: Helldivers 2 Hack ( DLL Proxy - Proof Of Concept )

Post by Heruactic »

Same, using cheat table. it worked fine the day before. Now if i follow the same steps, i get into the lobby of my ship and then a minute later i get kicked from the game.

User avatar
JellyAOI
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Mar 12, 2024 1:19 am
Reputation: 0

Re: Helldivers 2 Hack ( DLL Proxy - Proof Of Concept )

Post by JellyAOI »

Heruactic wrote:
Fri Mar 15, 2024 12:36 pm
Same, using cheat table. it worked fine the day before. Now if i follow the same steps, i get into the lobby of my ship and then a minute later i get kicked from the game.
CT is still working fine, but you have to start cheats and turn off CE at a faster rate.
Test your CT for failure.

boyisdead
What is cheating?
What is cheating?
Posts: 3
Joined: Thu Oct 15, 2020 1:45 pm
Reputation: 0

Re: Helldivers 2 Hack ( DLL Proxy - Proof Of Concept )

Post by boyisdead »

CT method still works today.

Make sure to attached CE to HD2 and wait until address 180000000 is loaded before suspending the process.
You'll get kick if you're too slow to suspend HD2's process so timing is key. You can filter HD2 process in System Informer beforehand and can use Ctrl+G to quickly open `go to address` window and paste the address in.

Post Reply

Who is online

Users browsing this forum: Sogou