Page 23 of 45

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

Posted: Thu Mar 07, 2024 7:54 pm
by IntensityInquisitor
The unlock options dont seem to work, but everything to stratagems seems to work

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

Posted: Thu Mar 07, 2024 7:54 pm
by rjlogan13
LOL!! Speedhack works on Bile Titans

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

Posted: Thu Mar 07, 2024 7:58 pm
by Ournareck
LoginZanyat wrote:
Thu Mar 07, 2024 7:36 pm
vosszaa wrote:
Thu Mar 07, 2024 7:30 pm

what do you mean by this? can you elaborate a bit more pls
It means - add any kind of symbols in comments or create your own comments in code, so dll would be different from others when you compile it. Problem is - its 1 time solution. After game restart youll need compile again with another set of symbols. I use ansii pron for it)
can you explain

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

Posted: Thu Mar 07, 2024 8:07 pm
by imba.pc
AcidityVibes wrote:
Thu Mar 07, 2024 6:52 pm
also compile says when building previous IPDB not found fall back to full compilation is that whats meant to happen
Yes, just be patient until it says 1 success

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

Posted: Thu Mar 07, 2024 8:22 pm
by Phaux
Seems like you have to build it and replace it every time you launch the game, or it's just coincidence.

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

Posted: Thu Mar 07, 2024 8:32 pm
by Ducky072
how do you build it ? never done it sorry !

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

Posted: Thu Mar 07, 2024 8:33 pm
by XathMan83
Phaux wrote:
Thu Mar 07, 2024 8:22 pm
Seems like you have to build it and replace it every time you launch the game, or it's just coincidence.
You are right on the money. We have to build it each time. We can no longer share .dll files. We have to get the code and build it ourselves. 8-) 8-) 8-)

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

Posted: Thu Mar 07, 2024 8:43 pm
by dadasa
do people know if the anticheat includes some sort of softban method ?

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

Posted: Thu Mar 07, 2024 8:56 pm
by Alex221
Hey guys, I've got the code from github, added some junk comments to it, compiled it and tried in the game. I'm not getting anticheat detections but the game just silently crashes after 5 minutes of playing when I'm using the cheat.
Does anyone have the same issue? Am I doing something wrong?

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

Posted: Thu Mar 07, 2024 8:59 pm
by XathMan83
Alex221 wrote:
Thu Mar 07, 2024 8:56 pm
Hey guys, I've got the code from github, added some junk comments to it, compiled it and tried in the game. I'm not getting anticheat detections but the game just silently crashes after 5 minutes of playing when I'm using the cheat.
Does anyone have the same issue? Am I doing something wrong?
No, you just have to make sure you change the “print” text and add some different characters to the commands. ensure to select release and not debug when you build the DLL.

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

Posted: Thu Mar 07, 2024 8:59 pm
by XathMan83
Ducky072 wrote:
Thu Mar 07, 2024 8:32 pm
how do you build it ? never done it sorry !
You are gonna have to research this on YouTube or the prior comments in this thread.

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

Posted: Thu Mar 07, 2024 9:06 pm
by efvf56
can confirm, self compile on github working fine. thank you!

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

Posted: Thu Mar 07, 2024 9:11 pm
by concor
Got it working, have to recompile each game load.
Tested the Unlock functions and they do work, the way it worked for me was toggling them, then complete a mission, once you are back on the ship they are all unlocked in the armory. BUT not unlocked on the warbonds, Same with weapons and grenades. Also have them as the only selected choices, as it seems to crash the game otherwise.

Also if you use the Unlock function, beaware it literally unlocks all the armors avalible and not avalible that are currently in the game. So if you are seen wearing something in co-op and it gets picked up its going to be obvious you have used a hack.
There are some cool looking ones though.

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

Posted: Thu Mar 07, 2024 9:17 pm
by dadasa
anyone know how to change the comments during a compilation ?

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

Posted: Thu Mar 07, 2024 9:30 pm
by imnotatroll
dadasa wrote:
Thu Mar 07, 2024 9:17 pm
anyone know how to change the comments during a compilation ?
A couple things:
  • Yes someone knows. But that isn't what you're asking. Ask better questions
  • You want to change the comments in the code. Comments are lines beginning with "/". You can change the text to anything, and the code should still compile.
  • Comments are removed from release binaries, so you're wasting this time. It may have an impact on Debug builds for changing the resulting binary.
  • The solution is to change the binary is to add arbitrary and unique code throughout the file. That being said, it's a matter of time until they catch on specific aspects.
  • The real solution is to encrypt/decrypt the binary. Probably sets off AV flags though. Nobody is going to walk you through this.
  • Do you ask how to wipe after a visit to the toilet?
Edit: looks like this was already added to the code ~3 hours ago! xor cipher on all the strings and binary sequences. A+