Damein Newbie cheater
Reputation: 0
Joined: 29 Sep 2010 Posts: 12
|
Posted: Wed Sep 29, 2010 9:35 am Post subject: Another Pointer Topic :( |
|
|
I've read through some topics about it, and I've also completed the tut. from CE.. but I still can't seem to get it right with this program.
Mind you, I am trying to create an Anti-Hack, injecting the hack in question, finding out what it writes to so I can stop it.
( Apparently I can't post URL's yet ^^; so anyone who wants to help can go to the Photobucket of mine which is at the end of this post)
Now, here is what I have:
I do a scan for All (Byte to Double) and do a few scans until I get the address I want, which in this case comes to:
This is what comes up when I double click the address:
(This is the name of the .dll I have injected, I am not sure what the +5068 is, but I noticed it matches the last four digits of the address, and that changes each time I restart the game)[/code]
Next I have done "Find out what writes to this address" and then went into more info and received the following information:
Which comes up with the exact same address I found. But according to the tut. I then did a hex search and I received 72 values, I took the lowest one and did a manual pointer like so:
But with that being said I don't know what to do next because that doesn't seem to do anything..
Thanks for the help
Code: |
http : / / s56 . photobucket . com / albums / g173 / Dameinoob / |
(Without spaces)
|
|