| View previous topic :: View next topic |
| Author |
Message |
ak1200 How do I cheat?
Reputation: 0
Joined: 13 Oct 2009 Posts: 1
|
Posted: Tue Oct 13, 2009 8:19 pm Post subject: LOTRO pointers |
|
|
I can find player " health " but I have some issues, major ones lol.
I scan for a float and find it BUT when I find the pointer and add an address the values don't match. However i understand that my pointer is a 4 byte not a float. I assume its correct thou, because if I change the value in my new address it will change the value in the address it's pointing to. Now in the game of course it doesn't change but in CE it does. Also if I change the value my health value will go back to whats correct, once I get in a fight. FYI I am not trying to hack the game to cheat at health since thats on the serverside anyways. What I want to do is get one steady address so that I can monitor it for statics or botting later on.
MAJOR PROBLEM,,,, if I log a toon off and then back on, either the same toon or a different one ,, the pointer is invalid.
ANy ideas?
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Tue Oct 13, 2009 8:42 pm Post subject: |
|
|
1. floats are 4 bytes.
2. pointer to a pointer? you might have to go deeper in your pointer hunt.
3. moving
|
|
| Back to top |
|
 |
ak1200 How do I cheat?
Reputation: 0
Joined: 13 Oct 2009 Posts: 1
|
Posted: Wed Oct 14, 2009 3:11 pm Post subject: |
|
|
I am finding now multi lvl pointers and have success up to 6 deep. However when I try the 7th lvl pointer by using what access's it and put in the correct offsets for all the pointers it gets lost about half way in. In other words , somehow the pointers don't point all the way back to the original address, IF I USE THE 7TH pointer. 6 and down work great.
Is this a dead end? or am I doing something wrong here.
From what I understand I need to dig deep until I find a " green " address. However 7 is not green.
Also I found 3 values that all are the same value for player health. I tried the first one and thought it a dead end. The second one is what I mentioned above so now onto the last one.
I relogged my toon and the pointers are now wrong so I must need to keep digging.
Any ideas?
|
|
| Back to top |
|
 |
|