Chosen undead, be One with the Dark!!

Memory scanning, code injection, debugger internals and other gamemodding related discussion
Post Reply
nanobyte
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Dec 31, 2017 12:19 am
Reputation: 0

Chosen undead, be One with the Dark!!

Post by nanobyte »

it's a 3 level pointer i think, and i'm trying to change the value of offset 140 but i cant seem to point at it correctly

this is what i have come up with so far and it doesn't seem to work

cmp [rcx+18+190],1 //Checking stuff
jne @f
mov [rcx+18+148+140],(float)0.1
@@:
mov [rcx+30],edx
mov rdx,[rbp+10]

Image

Acido
Table Makers
Table Makers
Posts: 348
Joined: Wed Dec 20, 2017 2:11 am
Reputation: 360

Re: Chosen undead, be One with the Dark!!

Post by Acido »

push rdx
mov rdx,[rcx+18]
mov rdx,[rdx+148]
mov rdx,[rdx+140]
mov [rdx],(float)0.1
pop rdx

[rcx+18+148+140] is NOT the same as [[[rcx+18]+148]+140] however since you cannot actually type this into the script. Your compare will fail as well btw for the same reason (if what you're trying to do is compare [[rcx+18]+190] that is, is unclear from the ss)

nanobyte
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Dec 31, 2017 12:19 am
Reputation: 0

Re: Chosen undead, be One with the Dark!!

Post by nanobyte »

Happy new Year Mate, and thanks alot for helping me out. it workz now :D

Acido
Table Makers
Table Makers
Posts: 348
Joined: Wed Dec 20, 2017 2:11 am
Reputation: 360

Re: Chosen undead, be One with the Dark!!

Post by Acido »

nanobyte wrote:
Sun Dec 31, 2017 11:32 am
Happy new Year Mate, and thanks alot for helping me out. it workz now :D
Great :) Happy new year.

Post Reply

Who is online

Users browsing this forum: No registered users