Page 1 of 45

Helldivers 2 Hack ( DLL Proxy - Proof Of Concept )

Posted: Sun Mar 03, 2024 12:42 pm
by emoisback
This is PoC that i create to learn about dll proxy using C++ on 64bit application / game.

Feature is :

Code: Select all

//Console Menu
  std::vector<Checkbox> checkboxes = { 
        {_XOR_("Inf Health"), false}
      , {_XOR_("Inf Grenades"), false}
      , {_XOR_("Inf Grenades(Legit)"), false}
      , {_XOR_("Inf Ammo"), false}
      , {_XOR_("Inf Ammo(Legit)"), false}
      , {_XOR_("Inf Syringes"), false}
      , {_XOR_("Inf Syringes(Legit)"), false}
      , {_XOR_("Inf Stamina"), false}
      , {_XOR_("Inf Stratagems"), false}
      , {_XOR_("Speed Hack X6"), false}
      , {_XOR_("Inf Mission Time"), false}
      , {_XOR_("No Reload"), false}
      , {_XOR_("Max Resources"), false}
      , {_XOR_("Add 5 Samples"), false}
      , {_XOR_("No Recoil"), false}
      , {_XOR_("Inf Backpack"), false}
      , {_XOR_("Inf Special Weapon"), false}
      , {_XOR_("No Laser Cannon Overheat"), false}
      , {_XOR_("Instant Railgun"), false}
      , {_XOR_("Show All Map Icons"), false}
      , {_XOR_("No Stationary Turret Overheat"), false}
      , {_XOR_("No Backpack Shield Cooldown"), false}
      , {_XOR_("No JetPack Cooldown"), false}
      , {_XOR_("All Stratagems in Loadout"), false}
      , {_XOR_("All Equipment in Armory"), false}
      , {_XOR_("All Armor in Armory"), false}
  
  };
How to use :
- Download DLL
- Extract DLL inside helldivers 2 game folder ( same folder as helldivers2.exe )
- Run Game
- Choose Feature
- Enter
- Happy Cheating

Doesnt need old exe



[Link]

Credit To :
Thanks to @gir489 and @cfemen for information and tables.

Password : emoisback
version.rar
Working After Detected & Add Speedhack Feature.
(27.98 KiB) Downloaded 6956 times

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

Posted: Sun Mar 03, 2024 1:21 pm
by HellDiversGuy
Works great, much appreciated

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

Posted: Sun Mar 03, 2024 1:33 pm
by Kekner
oh shit nice! Thank you for sharing, Great Work!

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

Posted: Sun Mar 03, 2024 1:36 pm
by dori
If i have old .exe, this dll work or not?

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

Posted: Sun Mar 03, 2024 1:41 pm
by emoisback
Kekner wrote:
Sun Mar 03, 2024 1:33 pm
oh shit nice! Thank you for sharing, Great Work!
you welcome, will put github leter when im home..hope someone can learn from it.
dori wrote:
Sun Mar 03, 2024 1:36 pm
If i have old .exe, this dll work or not?
its work what ever exe you have..

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

Posted: Sun Mar 03, 2024 1:44 pm
by Kekner
emoisback wrote:
Sun Mar 03, 2024 1:15 pm
Kekner wrote:
Sun Mar 03, 2024 12:52 pm
gir489 table + no recoil.CT

Gir498's table with the recoil script just for those who dont know how to add it themselves, i also went ahead and hot keyed all scripts to run when H is pressed so its super fast. Just press H and all scripts will enable at the same time. Enjoy!
gir489 wrote:
Sun Feb 18, 2024 6:24 am
So I figured out that if you add --delay_gameguard_init to the launch parameters, it will delay GameGuard from loading a little bit.

If you're fast enough on the draw, you can attach Cheat Engine, enable the features, and then close Cheat Engine before GameGuard has a chance to notice what happened. Then you can play as normal.

EDIT: Since February 21st, they updated the EXE to remove this parameter. You can download the original EXE and restore it. Instructions found here: viewtopic.php?p=337842#p337842
you can use a new tools here viewtopic.php?f=23&t=28060

doesnt need old exe.

Thanks to @gir489 and @cfemen
This for some reason does not seem to work, i launch the game and the new window opens but its like the tool never finds the exe? I even tried using the regular helldivers2.exe without the steam launch option --delay_gameguard_init with no luck. it never follows through?

Image

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

Posted: Sun Mar 03, 2024 1:46 pm
by emoisback
Kekner wrote:
Sun Mar 03, 2024 1:44 pm
emoisback wrote:
Sun Mar 03, 2024 1:15 pm
Kekner wrote:
Sun Mar 03, 2024 12:52 pm
gir489 table + no recoil.CT

Gir498's table with the recoil script just for those who dont know how to add it themselves, i also went ahead and hot keyed all scripts to run when H is pressed so its super fast. Just press H and all scripts will enable at the same time. Enjoy!

you can use a new tools here viewtopic.php?f=23&t=28060

doesnt need old exe.

Thanks to @gir489 and @cfemen
This for some reason does not seem to work, i launch the game and the new window opens but its like the tool never finds the exe? I even tried using the regular helldivers2.exe without the steam launch option --delay_gameguard_init with no luck. it never follows through?

Image
close that crs_handler.exe cmd, there is another one name helldivers2.exe cmd

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

Posted: Sun Mar 03, 2024 1:51 pm
by Kekner
I have noticed that infinite sprint does not work, and when i finished the mission i was met with a black loading screen that never loaded so i had to alt F4. This could also be a issue with just my machine. If i spot anything else i will post here!

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

Posted: Sun Mar 03, 2024 2:34 pm
by emoisback
Kekner wrote:
Sun Mar 03, 2024 1:51 pm
I have noticed that infinite sprint does not work, and when i finished the mission i was met with a black loading screen that never loaded so i had to alt F4. This could also be a issue with just my machine. If i spot anything else i will post here!
sure thanks for reply..gonna check it..

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

Posted: Sun Mar 03, 2024 2:42 pm
by bluemoon27112
how do i navigate within cmd window ? i can only press " Enter " one time and i can't do anything anymore

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

Posted: Sun Mar 03, 2024 2:51 pm
by emoisback
space to select feature i already write on console how to navigate.
Kekner wrote:
Sun Mar 03, 2024 1:51 pm
I have noticed that infinite sprint does not work, and when i finished the mission i was met with a black loading screen that never loaded so i had to alt F4. This could also be a issue with just my machine. If i spot anything else i will post here!
are you sure has been check infinite stamina, infinite stamina will slow if you are slowed by enemy or injurie, i try 2 times already there is no black loading screen on me..

i cant recreate the issue.

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

Posted: Sun Mar 03, 2024 3:06 pm
by bluemoon27112
emoisback wrote:
Sun Mar 03, 2024 2:51 pm
space to select feature i already write on console how to navigate.
Kekner wrote:
Sun Mar 03, 2024 1:51 pm
I have noticed that infinite sprint does not work, and when i finished the mission i was met with a black loading screen that never loaded so i had to alt F4. This could also be a issue with just my machine. If i spot anything else i will post here!
are you sure has been check infinite stamina, infinite stamina will slow if you are slowed by enemy or injurie, i try 2 times already there is no black loading screen on me..

i cant recreate the issue.
i just finish a mission without black loading screen for me too

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

Posted: Sun Mar 03, 2024 4:33 pm
by XxDarkus101Xx
Do you think you can add no weapon swaying and no bullet spread as well?

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

Posted: Sun Mar 03, 2024 4:39 pm
by emoisback
XxDarkus101Xx wrote:
Sun Mar 03, 2024 4:33 pm
Do you think you can add no weapon swaying and no bullet spread as well?
i dont have much time due to real life things,

so i just learn how to code right now, i take tables from contributor.
and i dont have uce right now , ill learn how to make / make ce undetected when times come.

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

Posted: Sun Mar 03, 2024 4:41 pm
by XxDarkus101Xx
emoisback wrote:
Sun Mar 03, 2024 4:39 pm
XxDarkus101Xx wrote:
Sun Mar 03, 2024 4:33 pm
Do you think you can add no weapon swaying and no bullet spread as well?
i dont have much time due to real life things,

so i just learn how to code right now, i take tables from contributor.
and i dont have uce right now , ill learn how to make / make ce undetected when times come.
oh ok cool. I wish you the best of luck if you decide to do it some day