Search found 8 matches

by xomux
Wed Aug 30, 2023 4:32 pm
Forum: Cheat Engine
Topic: The Texas Chain Saw Massacre Cheat Engine Xp
Replies: 2
Views: 1883

Re: The Texas Chain Saw Massacre Cheat Engine Xp

Hi man. Could you post some code to see what's happening?
by xomux
Tue Aug 29, 2023 9:13 am
Forum: Cheat Engine
Topic: Can't change EDI value to 0.
Replies: 6
Views: 728

Re: Can't change EDI value to 0.

tempHealth is a placeholder. As you defined it with dd, you don't do mov [],rax (which is 8 bytes, not 4) and magically let CE handle your alignment. You do mov [],eax because you know for a fact your tempHealth will store 4 bytes, not 8. So it's not only the define you gotta pay attanetion to, but...
by xomux
Mon Aug 28, 2023 5:34 pm
Forum: Cheat Engine
Topic: Can't change EDI value to 0.
Replies: 6
Views: 728

Re: Can't change EDI value to 0.

I don't get why you're moving into rbx+98 a quad word. Since when are integer values in games stored as 8 bytes? Then where do you control or inspect edi.. and why not rdi, if you use quad word above?.. You mean why do I use the rax register instead of using eax? Wasn't dd used to declare 4 byte va...
by xomux
Mon Aug 28, 2023 5:31 pm
Forum: Cheat Engine
Topic: Can't change EDI value to 0.
Replies: 6
Views: 728

Re: Can't change EDI value to 0.

^ assuming you have the correct struct/offset, try setting it to '5' (or something). basically you'll have to hit them at least once. (some games do not coop - well - with "instant" death) => i'm also guessing that 'resHealth' applies to your player only... ?! AND: there is a good chance that this ...
by xomux
Sun Aug 27, 2023 5:17 pm
Forum: Cheat Engine
Topic: Can't change EDI value to 0.
Replies: 6
Views: 728

Can't change EDI value to 0.

Currently i'm working on a Blasphemous 2 cheat table. I know this forum has but i prefer to make it. Here's the code, I wanna do a one hit. Whenever i change the register it works for a few screens. Then it turns enemies into god mode. Thanks in advance. [ENABLE] aobscanmodule(INJECT,GameAssembly.dl...
by xomux
Tue Mar 12, 2019 9:52 pm
Forum: General Discussions
Topic: Didn't find health static address
Replies: 4
Views: 17197

Re: Didn't find health static address

I've done the 9 steps. All of them, but thanks, i'll check it out :D
by xomux
Tue Mar 12, 2019 8:54 pm
Forum: General Discussions
Topic: Didn't find health static address
Replies: 4
Views: 17197

Re: Didn't find health static address

Cz i'm learning and i feel that i need to create my own ones.
by xomux
Tue Mar 12, 2019 8:50 pm
Forum: General Discussions
Topic: Didn't find health static address
Replies: 4
Views: 17197

Didn't find health static address

Currently im not gettting dante's health, i've been doing pointers scan for hours looking for it and nothing. A simple question, do i need a the static address or can i just modify the asm code to get unlimited health? Will i lose the address when i restart the DMC process? I've found nero and v hea...