Page 1 of 1

Possible Anti Cheat in "Dead In Bermuda v1.1"? Any solutions/fix?

Posted: Mon Apr 16, 2018 5:01 pm
by hysspy
I've got a success make a cheat table for game "Dead In Vinland" it's from the same dev.

Here my post : [URL]http://fearlessrevolution.com/threads/dead-in-vinland-10-update-2.6464/[/URL]



Then i got curious why there's no cheat about Dead In Bermuda. I got the version 1.1, try playing it a little, then i knew the memory address [item, stat, skill] are basically the same with Dead In Vinland. Inventory item[4 bytes], stat & skill [float].



I do the scan thing, got wood address, attach the debugger to find access instruction, then booom. :D

Game got crash not responding and sometimes game exit automatically :(

There's 2 condition :

1. If this file [doge.w0w] in the game folder, i attach the debugger, then game crash suddenly not responding.

2. If this file [doge.w0w] not in the game folder, i attach the debugger, game exit automatically.



[S]Below i include 2 files : doge.w0w and output_log.txt. Anyone kindly to analyze this doge.w0w file? Is that file really an anti cheat file? :([/S]



Update#1 :

I've make ctable for "Dead In Bermuda v1.1 " . Go to my post here : [URL]http://fearlessrevolution.com/threads/dead-in-bermuda-7-dead-in-bermudav1-1.6494/[/URL]

Possible Anti Cheat in "Dead In Bermuda v1.1"? Any solutions/fix?

Posted: Mon Apr 16, 2018 5:17 pm
by SunBeam
I think it's just Steam's classic memory integrity check you're faced with :p Read around, you'll get it ;) "doge.w0w" is "steam_api.dll".

Possible Anti Cheat in "Dead In Bermuda v1.1"? Any solutions/fix?

Posted: Mon Apr 16, 2018 9:06 pm
by hysspy
[QUOTE="SunBeam, post: 42646, member: 12587"]I think it's just Steam's classic memory integrity check you're faced with :p Read around, you'll get it ;) "doge.w0w" is "steam_api.dll".[/QUOTE]

Thank you sir, still a lot of things to learn for me right? :D



Update :

I found the solution sir, thank you for giving me the clue : memory integrity check :D

VEH and Kernel ;)

Screenshot : [URL]http://ibb.co/cJ55z7[/URL]