HELLDIVERS 2

Upload your cheat tables here (No requests)
alex3604
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Jul 05, 2020 10:13 pm
Reputation: 0

Re: HELLDIVERS 2

Post by alex3604 »

The @cfemen .dll it'still undetected, but the current patch broke again some things like damage editor.

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

forgamingx570
Noobzor
Noobzor
Posts: 8
Joined: Fri Jun 11, 2021 8:01 pm
Reputation: 1

Re: HELLDIVERS 2

Post by forgamingx570 »

alex3604 wrote:
Thu Mar 07, 2024 1:21 pm
The @cfemen .dll it'still undetected, but the current patch broke again some things like damage editor.
may i know where you get the file, please? thank you

captainosborn
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Jun 07, 2022 9:36 am
Reputation: 0

Re: HELLDIVERS 2

Post by captainosborn »

Someone on UC found out how to patch GameGuardian from closing your game. Maybe we could just do this while using the DLL method

Link: https://www.fearlessrevolution.com/forum/hell ... vers2.html

forgamingx570
Noobzor
Noobzor
Posts: 8
Joined: Fri Jun 11, 2021 8:01 pm
Reputation: 1

Re: HELLDIVERS 2

Post by forgamingx570 »

captainosborn wrote:
Thu Mar 07, 2024 1:46 pm
Someone on UC found out how to patch GameGuardian from closing your game. Maybe we could just do this while using the DLL method

Link: https://www.fearlessrevolution.com/foru ... vers2.html
The requested page could not be found.

User avatar
Cheat Code
Noobzor
Noobzor
Posts: 9
Joined: Sun Mar 03, 2024 6:07 pm
Reputation: 1

Re: HELLDIVERS 2

Post by Cheat Code »

Undetected Cheat Engine Helldivers2

[NO credit goes to me for the Lua scripts or Drivers / DLL Used ]
This will work with Cheat Engine DBK driver, and no access driver



Method:
Change Cheat Engine Exe name to anything, i named it OE.exe, and make sure to not run it as admin.
After Used HexEditor to change all the strings, That mention Cheat engine, Remove icons ETC, Use a obfuscator Like VMP. After that open up main.lua it will be in the same directory as Cheat Engine and put this
Code:
--This lua script gets loaded when Cheat Engine loads
--You can use this to define some often used functions and libraries you'd like to use

require("defines")

--for documentation read celua.txt

function renameComponents(c)
local i
if c.Component then
for i=0,c.ComponentCount-1 do
renameComponents(c.Component)
end
end

if c.Caption then
c.Caption='Hell'
end
end


for i=0,getFormCount()-1 do
local form = getForm(i)
for j=0,form.ControlCount-1 do
renameComponents(form)
end

form.Caption='Diver'
end

registerFormAddNotification(function(f)
f.registerCreateCallback(function(frm)
renameComponents(f)
end)
end)
symbols = createSymbolList();
symbols.register();

function onOpenProcess(pid)
symbols.unregister();
symbols = createSymbolList();
symbols.register();

reinitializeSymbolhandler();

if (pid == 4) then
return;
end

local proc = dbk_getPEProcess(pid);
--printf("proc: %08X", proc);

local peb = readQword(proc + 0x550);
--printf("peb: %08X", peb);

local ldr = readQword(peb + 0x18);
--printf("ldr: %08X", ldr);

local index = readQword(ldr + 0x10);
--printf("index: %08X\n", index);

while (index ~= ldr + 0x10) do
local mod = readQword(index);
--printf("mod: %08X", mod);

local name = readString(readQword(mod + 0x58 + 0x8), readSmallInteger(mod + 0x58), true);
--printf("name: %s", name);

local base = readQword(mod + 0x30);
--printf("base: %08X", base);

local size = readInteger(mod + 0x40);
--printf("size: %04X\n", size);

symbols.addModule(name, "", base, size, true);

index = readQword(mod);
end

local name = readString(proc + 0x5A8, 15);
--print("name:", name);

local base = readQword(proc + 0x520);
--printf("base: %08X", base);

local size = readQword(proc + 0x498);
--printf("size: %04X", size);

symbols.addModule(name, "", base, size);

reinitializeSymbolhandler();

--print("finished!");
end
After words, Download from here Noseh [No Access], this will be the driver we will be using to RW from helldivers unless you want to use DBK https://www.fearlessrevolution.com/forum/d...=file&id=37388

Now follow these instructions:
Navigate inside the Noseh - Access folder and inside CMD enter:
"kdu.exe -dse 6"

After that map the Bypass Driver entering:
"kdu.exe -map Driver.sys"

Now open up Cheat Engine and attach Cheat Engine to itself, go inside "Memory View" -> "Tools" -> "Inject Dll" and inject the "Dll.dll" into Cheat Engine Or you can use ProcessHacker to inject.

Please make sure the game isnt open when doing this, or you will crash. But after words all you have to do is open the game make sure you do all the steps above and boom it works, also make sure to click pause game when scanning or you will crash.


Credits:
https://www.fearlessrevolution.com/forum/a...heats-eac.html
Valorant Cheat Engine Bypass + Debug Bypass


Here is something i did find though to disable the game crashing when the messagebox shows gamehack detected, patch the function

here 48 83 EC 28
switch function ^

48 8D 15 45 50 56 01
^ the message displayed



if you make result always return 1 it will never crash your game if Cheat engine gets detected (:
Last edited by Cheat Code on Thu Mar 07, 2024 2:01 pm, edited 1 time in total.

ServersFxcked
Novice Cheater
Novice Cheater
Posts: 18
Joined: Thu Mar 07, 2024 4:49 am
Reputation: 0

Re: HELLDIVERS 2

Post by ServersFxcked »

Cheat Code wrote:
Thu Mar 07, 2024 1:59 pm
Undetected Cheat Engine Helldivers2
https://www.fearlessrevolution.com/foru ... vers2.html
Didnt work again mate

alex3604
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Jul 05, 2020 10:13 pm
Reputation: 0

Re: HELLDIVERS 2

Post by alex3604 »

forgamingx570 wrote:
Thu Mar 07, 2024 1:39 pm
alex3604 wrote:
Thu Mar 07, 2024 1:21 pm
The @cfemen .dll it'still undetected, but the current patch broke again some things like damage editor.
may i know where you get the file, please? thank you
From his patreon, i don't know if i can post It.
Search on Google cfemen patreon.

forgamingx570
Noobzor
Noobzor
Posts: 8
Joined: Fri Jun 11, 2021 8:01 pm
Reputation: 1

Re: HELLDIVERS 2

Post by forgamingx570 »

alex3604 wrote:
Thu Mar 07, 2024 2:00 pm
forgamingx570 wrote:
Thu Mar 07, 2024 1:39 pm
alex3604 wrote:
Thu Mar 07, 2024 1:21 pm
The @cfemen .dll it'still undetected, but the current patch broke again some things like damage editor.
may i know where you get the file, please? thank you
From his patreon, i don't know if i can post It.
Search on Google cfemen patreon.
alright, thank you, will check it out

Loathed
Noobzor
Noobzor
Posts: 13
Joined: Fri May 21, 2021 9:03 pm
Reputation: 3

Re: HELLDIVERS 2

Post by Loathed »

A fix has been found on emoisback's github.

Epexx
Cheater
Cheater
Posts: 29
Joined: Thu Mar 07, 2024 2:36 pm
Reputation: 8

Re: HELLDIVERS 2

Post by Epexx »

Hello Fearless Revolution
I don't usually post on here more active on UC
There is an easy to implement bypass using a very very old method with a few tweaks
Hint it used to Bypass even BE EAC and vanguard but not anymore sadly ):
Still works for This Game tho!
Happy Hunting if there is enough intrest ill drop a working dll
Image

User avatar
Kekner
Expert Cheater
Expert Cheater
Posts: 147
Joined: Tue Feb 27, 2024 12:52 am
Reputation: 78

Re: HELLDIVERS 2

Post by Kekner »

[Link]

You can check out Cfemens patreon and support him here! His work is incredible and every donation helps keep the cheats and updates coming!

dark1024
Noobzor
Noobzor
Posts: 9
Joined: Wed Feb 15, 2023 8:27 pm
Reputation: 0

Re: HELLDIVERS 2

Post by dark1024 »

Inded dll detected after few minutes, I complied with the latest commit

xyzbca
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Mar 05, 2024 7:25 pm
Reputation: 0

Re: HELLDIVERS 2

Post by xyzbca »

Anyone can help me with samples? :'S

Yanoto
Expert Cheater
Expert Cheater
Posts: 59
Joined: Mon May 22, 2017 1:04 pm
Reputation: 6

Re: HELLDIVERS 2

Post by Yanoto »

Kekner wrote:
Thu Mar 07, 2024 2:50 pm
[Link]

You can check out Cfemens patreon and support him here! His work is incredible and every donation helps keep the cheats and updates coming!
Stop kissing his ass.
There are people here who don't want to see the commercials.
With all due respect.

Yanoto
Expert Cheater
Expert Cheater
Posts: 59
Joined: Mon May 22, 2017 1:04 pm
Reputation: 6

Re: HELLDIVERS 2

Post by Yanoto »

Yanoto wrote:
Thu Mar 07, 2024 2:57 pm
Kekner wrote:
Thu Mar 07, 2024 2:50 pm
[Link]

You can check out Cfemens patreon and support him here! His work is incredible and every donation helps keep the cheats and updates coming!
Stop kissing his a**.
There are people here who don't want to see the commercials.
With all due respect.

Post Reply

Who is online

Users browsing this forum: DotBot, EYE_31251, Google [Bot], jesse0191, NotKindryte, SemrushBot