Search found 6 matches

by denismu
Wed Sep 15, 2021 8:35 pm
Forum: Tables
Topic: Here's a BFG Edition cheat table for DOOM 3
Replies: 0
Views: 527

Here's a BFG Edition cheat table for DOOM 3

One hit kills and unlimited life.
All that there is.

Have fun.

Regards.
by denismu
Wed Sep 15, 2021 4:24 pm
Forum: Tables
Topic: Here is a Doom 1 & 2 cheat table
Replies: 1
Views: 514

Re: Here is a Doom 1 & 2 cheat table

Edit again:
this is supposed to work with DOOM 3: BFG Edition,
not the Bethesda one I guess, only the Steam one has been tested.
by denismu
Wed Sep 15, 2021 4:14 pm
Forum: General Gamehacking
Topic: Not sure how to handle Assembly in Doom 1
Replies: 2
Views: 6158

Re: Not sure how to handle Assembly in Doom 1

Hey thank you very much for the reply. I figured it out ,just like you said. Find a piece of code in memory via the structure dissection and put it into assembly when it should get executed. I just used a cmp instruction to that end, and .... it works. Thank you again for offering your help to me. I...
by denismu
Wed Sep 15, 2021 4:10 pm
Forum: Tables
Topic: Here is a Doom 1 & 2 cheat table
Replies: 1
Views: 514

Here is a Doom 1 & 2 cheat table

Here is a Doom 1 & 2 cheat table.
Basically invulnerability and one hit kills.

Have fun with it, even if you don't.

Edit:
you must start the game *before* you use the table
by denismu
Mon Sep 13, 2021 2:32 pm
Forum: General Gamehacking
Topic: Not sure how to handle Assembly in Doom 1
Replies: 2
Views: 6158

Not sure how to handle Assembly in Doom 1

Hi there, I am trying on a cheat for Doom 1. Now the good thing is I guess I know, that Doom 1 has coded two locations for health. One is => sub [edi+20],ebx that is the one where it subtracts the value of health as seen. The second is => sub [esi+6c],eax or similar, but when I replace it with code ...
by denismu
Mon Sep 07, 2020 6:56 pm
Forum: General Gamehacking
Topic: How to rescan memory with ReadProcessMemory in C++
Replies: 0
Views: 1172

How to rescan memory with ReadProcessMemory in C++

Hi there I have made up for a basic memory scanner, which returns a set value for a scanned memory range of a targets process memory. Now if I fprintf these values into a txt file and try to rescan them using another value, it will not find just one out of perhaps 20-30000 addresses. What am I doing...