View Full Version : pointer problems
Wilo
29th July 2006, 05:59
how i make my pointers work? memory view works but pointers don't, unless I do server emulation.
shr!mp
29th July 2006, 06:20
Seems like you need a new UCE to me, I could give a link to a really good guide but that would ruin the purpose of the search button.
Wilo
29th July 2006, 06:28
well that uce is brand new and i highly doubt that my string names are detected. btw i did rolling dice tut.
shr!mp
29th July 2006, 06:29
Which client are you playing?
Wilo
29th July 2006, 06:59
global
shr!mp
29th July 2006, 07:18
The only explanation would be that your UCE is crippled and you messed up on something. Remake it? Re-making is easier then trying to figure out what you messed up.
brownie2293
29th July 2006, 07:39
Its either your UCE doesnt work.
Or you used the wrong addresses when you made the CT :)
ForeverBlake
29th July 2006, 08:25
Since I'm nice.. I'll give ya this. i used this to fix my pointers hope it works for you. I take no credit for finding this out, I just got it off cheatengine forums..
credits goes to Xentar for this fix.
1. Start your UCE
2. Start NotePad (or any process you already have running)
3. Attach your UCE to the NotePad process (or any applications)
4. Click on MemoryView
5. Click Kernel Tools -> Get Address
6. Type in KeAttachProcess
* this should bring you to the address of the KeAttachProcess function
7. write down that memory address (in my case it is 804EB938)
8. close down memory viewer
9. Click on Add Address Manually
10. Enter the address found in step 7
11. Type : Array Of Byte
12. Number Of byte : 5 (don't check Unicode or pointer)
13. Description : RestoreKeAttachProcess (or whatever you like)
14. It is not a bad idea to save this so you don't have to do it every time.
15. now freeze this address
16. don't close down UCE, start MS and attach to MS
17. Your pointer should work.
If you already have the address saved, next time all you have to do is
1. Start UCE
2. Load the saved address
3. Attach to any process (not MS) (I alway use notepad )
4. After you attach to a process you can freeze this address
5. Start MS and have UCE attach to it.
If UCE asked if you want to keep the address list (click Yes)
Goodluck ;)
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.