View previous topic :: View next topic |
Author |
Message |
militiaman How do I cheat?
Reputation: 0
Joined: 01 Jan 2015 Posts: 3
|
Posted: Thu Jan 01, 2015 6:39 am Post subject: Locking Address |
|
|
Hello all,
I am new to the site and am trying my hand at modding.
Mostly on mmo, but not for the purpose of botting or such but to modify my character clientside only.
I have read a lot of tutorials and got my feet wet finding addresses and modifying them ingame but that is where I am having an issue.
Once I change it, it will stay till i zone out, teleport or log off.
The log off isn't a huge issue but the zoning is, every time i go into a building or something it resets everything and that is what I wish to stop.
While the address only shifts at most 3 bytes it still means I am required to find it again and modify it.
I have tried to figure out what is writing to the memory but sadly I cannot. I did find what modifies it and can disable it which basically reverts everything to nothing (basically removes the object) but this stays true when I zone out of an area which makes me scratch my head.
Any thoughts as to how to go about doing this?
|
|
Back to top |
|
 |
Pingo Grandmaster Cheater
Reputation: 8
Joined: 12 Jul 2007 Posts: 571
|
Posted: Thu Jan 01, 2015 8:41 am Post subject: |
|
|
Have you tried finding pointers for these addresses using the pointer scanner?
You say you tried finding out what writes to these addresses, what about what accesses them?
Are you trying to do this with CE, or can you code at all. Something like you're describing wouldn't be all that hard to achieve though coding.
_________________
|
|
Back to top |
|
 |
militiaman How do I cheat?
Reputation: 0
Joined: 01 Jan 2015 Posts: 3
|
Posted: Thu Jan 01, 2015 9:19 am Post subject: |
|
|
Pingo wrote: | Have you tried finding pointers for these addresses using the pointer scanner?
You say you tried finding out what writes to these addresses, what about what accesses them?
Are you trying to do this with CE, or can you code at all. Something like you're describing wouldn't be all that hard to achieve though coding. |
Still not familiar with pointers all that much.
Like I said, I have tried using the "What writes to this address" and nothing seems to show up for me sadly.
|
|
Back to top |
|
 |
Pingo Grandmaster Cheater
Reputation: 8
Joined: 12 Jul 2007 Posts: 571
|
Posted: Thu Jan 01, 2015 9:25 am Post subject: |
|
|
CE has a pointer scanner built in. Doing all the work for you.
Right click one of the addresses and choose ( Pointer scan for this address)
See if that helps at all.
The other option, right click the address and choose (find out what accesses this address) and wait for you to either zone out, teleport or log off. Something should popup.
_________________
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25791 Location: The netherlands
|
Posted: Thu Jan 01, 2015 9:26 am Post subject: |
|
|
Find what accesses it instead
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
militiaman How do I cheat?
Reputation: 0
Joined: 01 Jan 2015 Posts: 3
|
Posted: Sat Jan 03, 2015 5:14 pm Post subject: |
|
|
So I guess I should give more information.
I am playing ffxiv and am trying to resize my character.
I can find the address but when I teleport it changes the address.
I am not sure what I should be looking for with the pointers per say, most of the tutorials are rather confusing to be honest.
I can find what accesses it but not what writes to it.
If i go in and use the "replace with non-code" or what ever it is called it will basically make my character look super strange till i restore it.
|
|
Back to top |
|
 |
|