View previous topic :: View next topic |
Author |
Message |
dreu How do I cheat?
Reputation: 0
Joined: 07 May 2008 Posts: 5
|
Posted: Thu May 08, 2008 3:30 pm Post subject: Help please. |
|
|
No matter how many times I try it , trying to change it every which way...
I CAN NOT GET THE POINTERS.
I have done the pointer tutorials exactly 7 times , read every pointer TuT I could find , some multiple times.. completed ALL steps of the Tutorial.exe for CE...
And yet I cannot get the pointers to my health on this game...
If anyone has had this problem / knows how to fix this problem PLEASE help...
Game: Diablo II , 1.10 <-- if that matters.
;;;
Note: I read somewhere , something about "NOP'D" code?
|
|
Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Thu May 08, 2008 5:41 pm Post subject: |
|
|
Dont worry about NOP until you can at least find an address.
Your methods for doing scans, you could be making a mistake during scans and will cause you to not find any address's.
Also, not checking each scan type and doing scans.
Not attaching to the correct process will also cause no address's found.
|
|
Back to top |
|
 |
dreu How do I cheat?
Reputation: 0
Joined: 07 May 2008 Posts: 5
|
Posted: Thu May 08, 2008 8:00 pm Post subject: |
|
|
Labyrnth wrote: | Dont worry about NOP until you can at least find an address.
Your methods for doing scans, you could be making a mistake during scans and will cause you to not find any address's.
Also, not checking each scan type and doing scans.
Not attaching to the correct process will also cause no address's found. |
I can find the first address easily, and I'm 100% sure that I'm attaching to the correct process. I can find the first address for my health , and it changes according to my current state. Problem? It changes each time I restart the process so I need to find out whats writing to it , and get the pointer.
THATS when I dont get anything. I find out whats writing to the address , and I go to the "more info" window , take the line that it gives telling me "this is probably it , etc. "
and do a new search , check hex , and scan for the the value given.
That scan produced nothing.. I've done this multiple times , the same way every time , and I've occasionally gotten different "probable" addresses from the "More Info" window. I've worked on this a steady , and whole 4-5 hours between today and yesterday. Thats alot of trying and failing considering 1 failed attempt takes 2-3 minutes...
I am trying to get this on my own , but I'm stuck and I'm trying to make sure its not something IM doing wrong. Maybe the game protects against this?
Reason I'm so persistent is because other people have been able to get the static addresses... so that means theres SOMETHING I need to do. Just what... <-- that parts not covered in any tutorial I've found. But maybe I've not looked hard enough , so could anyone point me in the right direction?
|
|
Back to top |
|
 |
Chase Payne Grandmaster Cheater
Reputation: 1
Joined: 20 Mar 2008 Posts: 533
|
Posted: Thu May 08, 2008 9:53 pm Post subject: |
|
|
Are you saying that the pointer you create changes and point's to a wrong address? IF so you need to read up in the multi level pointers.
|
|
Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Fri May 09, 2008 8:05 am Post subject: |
|
|
The first address you find, look and find what write,reads or access's it.
From there if that address you find does not change, it is just DMA.
Once you have this address you dont need a pointer, you can very well use the assembly you found to make your cheat, and get it done.
Also, dont rule out the pointer scanner option as well. IF you still want to use the pointer. Go in the tutorial section and look for a tut stating about doing step 8 the long way.
This will help you learn how to dig up the pointer.
|
|
Back to top |
|
 |
|