Posted November 11, 200519 yr 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?
November 12, 200519 yr 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.
November 12, 200519 yr ReadProcessMemory, WriteProcessMemory. MSDN them. (Yes, MSDN is now a verb because I say it is)
November 12, 200519 yr Also, get a memory editor or a debuggerto get adresses and try differnt methods.