Jump to content
Heads Up! This website is no longer maintained, if your a member from our era, consider joining the discord to say hello.
Sign in to follow this  

Asm Help!

Recommended Posts

Ok Im trying to make a basic asm hack but its not working out :suicide2:

 

This is what im trying to accomplish

Change of HIDDEN - 89 91 d8 f0 57 00 - mov [ecx+HIDDEN],edx

 

If you want the hidden values pm me and ill gief im not publicing them for a reason. All help is much appriated.

 

Oh I know some already. I failed at this

 

.elseif esi == VK_F12

 

mov ecx, HIDDEN

mov edx, 0

.endif

Share this post


Link to post

I would help you if i know what you were makeing :S.

Share this post


Link to post

So say "HIDDEN" was 1234567h, your trying to change the line of code at 1234567h to "mov [ecx+HIDDEN], edx"? Once I understand what your trying to do exactly I will be able to help you better. If you give me the addy I'll check it out in ollydbg.

 

Also "mov [ecx+HIDDEN], edx" doesn't look right..

Share this post


Link to post

.data

Unknown db 03h, 44h, 08h ; The bytes

 

I found those bytes at the offset of "004D564B", BTW You know what unknown me = the hack you are makeing :D.

"ADD EAX,DWORD PTR DS:[ESI*4+EAX+8]" Also the hack your trying to make is going to need, alot more than just that code you have...

Share this post


Link to post
Sign in to follow this  

×