Jump to content

Featured Replies

Posted

Hi.

 

I just picked up on the 1 hp spectator bug, got some ideas, and thought it might be quite fun to mess around with some possible cheats/viruses.

 

I was wondering if it was possible to edit what a variable contains, the variable is inside the client dll, and I want to edit what it contains just once, is this possible?

 

And, I saw about reading memory, is there any "simple" way to work out where/how I retrieve the info from?

The only way to edit the client.dll is with a hex editor and if you do you will most likely get detected so just give up. As far as editing memory values go you can use a memory editor like tsearch.

ReadProcessMemory, WriteProcessMemory.

 

MSDN them. (Yes, MSDN is now a verb because I say it is)

Also, get a memory editor or a debuggerto get adresses and try differnt methods.
Guest
This topic is now closed to further replies.