Page 20 of 45

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

Posted: Thu Mar 07, 2024 6:10 pm
by dadasa
Thank you for the hard workl. DLL is working now

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

Posted: Thu Mar 07, 2024 6:12 pm
by AcidityVibes
just downloaded new one game loads i load the stuff i want then shortly after 2 mins maybe game closes and error message detection

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

Posted: Thu Mar 07, 2024 6:14 pm
by fenor
Still the same error, immediately after starting the game.

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

Posted: Thu Mar 07, 2024 6:15 pm
by emoisback
if you still get detected try to download removed console title release or recompile

delete line : 21 SetConsoleTitle(_XOR_(L"Helldivers 2 DLL Proxy PoC"));

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

Posted: Thu Mar 07, 2024 6:16 pm
by nice_try91
Is it possible that this thread or github get too much attention and they updateted their protection immediately?
Because just a second after he uploded it here, it worked just fine.
After that I closed HD2 and opened it again. After 2 minutes I got a detection message.

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

Posted: Thu Mar 07, 2024 6:18 pm
by sipslipsip
nice_try91 wrote:
Thu Mar 07, 2024 6:16 pm
Is it possible that this thread or github get too much attention and they updateted their protection immediately?
Because just a second after he uploded it here, it worked just fine.
After that I closed HD2 and opened it again. After 2 minutes I got a detection message.
This is what happened to me. Switched steam accounts and suddenly I get hack detected error before I can even select a mission.

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

Posted: Thu Mar 07, 2024 6:19 pm
by WOLFBIRD
emoisback wrote:
Thu Mar 07, 2024 5:49 pm
i will post, im on testing speedhack will release with it.

will make it x6 for now, and will do some config so no console needed.
emoisback wrote:
Sun Mar 03, 2024 12:42 pm
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
I am properly hookin em in at the wrong moment but it is detected I have tried to activate them multiple times after this patch they just added also brother 6X is way way to high put the speed hack to x2 or 3 max 6 is retarded. it crashed my game instantly and got detected instantly as well.

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

Posted: Thu Mar 07, 2024 6:20 pm
by WOLFBIRD
nice_try91 wrote:
Thu Mar 07, 2024 6:16 pm
Is it possible that this thread or github get too much attention and they updateted their protection immediately?
Because just a second after he uploded it here, it worked just fine.
After that I closed HD2 and opened it again. After 2 minutes I got a detection message.
obvi the devs are in these forums bro. lol

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

Posted: Thu Mar 07, 2024 6:21 pm
by Meowtwo
I have tested both ways, if you use the download dll it will detect the files, but if you compile it yourself the poc will run fine.

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

Posted: Thu Mar 07, 2024 6:23 pm
by Kekner
The new version.dll works perfect now i compiled it myself? so im gonna upload a tutorial for others who may struggle or not know what to do...

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

Posted: Thu Mar 07, 2024 6:23 pm
by WOLFBIRD
Meowtwo wrote:
Thu Mar 07, 2024 6:21 pm
I have tested both ways, if you use the download dll it will detect the files, but if you compile it yourself the poc will run fine.
Well shit I am to stupid to do this lol

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

Posted: Thu Mar 07, 2024 6:24 pm
by nice_try91
WOLFBIRD wrote:
Thu Mar 07, 2024 6:20 pm
nice_try91 wrote:
Thu Mar 07, 2024 6:16 pm
Is it possible that this thread or github get too much attention and they updateted their protection immediately?
Because just a second after he uploded it here, it worked just fine.
After that I closed HD2 and opened it again. After 2 minutes I got a detection message.
obvi the devs are in these forums bro. lol
Then what is your explanation? At first it worked properly and right after gameguard loaded again I got detected right away.

At least, the last updated .dll seems to work for now.

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

Posted: Thu Mar 07, 2024 6:25 pm
by loveacat1
Kekner wrote:
Thu Mar 07, 2024 6:23 pm
The new version.dll works perfect now i compiled it myself? so im gonna upload a tutorial for others who may struggle or not know what to do...
it would be great

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

Posted: Thu Mar 07, 2024 6:26 pm
by yourlover
WOLFBIRD wrote:
Thu Mar 07, 2024 6:20 pm
nice_try91 wrote:
Thu Mar 07, 2024 6:16 pm
Is it possible that this thread or github get too much attention and they updateted their protection immediately?
Because just a second after he uploded it here, it worked just fine.
After that I closed HD2 and opened it again. After 2 minutes I got a detection message.
obvi the devs are in these forums bro. lol
Aww, if they are here I hope they see my post. "Why nerf the viable options for higher level plays in your PVE game!?"

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

Posted: Thu Mar 07, 2024 6:27 pm
by Kekner
A simple tutorial for those who might not know what to do :



Edit for those of you who are asking what to install in workloads and individual components tabs :

Image


If you need help feel free to post here or pm me.