Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Pointer Tutorial
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Tutorials -> Pointer tutorials
View previous topic :: View next topic  
Author Message
samuri25404
Grandmaster Cheater
Reputation: 7

Joined: 04 May 2007
Posts: 955
Location: Why do you care?

PostPosted: Thu Jul 12, 2007 10:56 am    Post subject: Reply with quote

o.O

Well, you do pointers a bit differently than I do. I guess it's better for the leechers, because it makes them think a little bit, but what I do is:

1) Find the addy
2) Find what writes
3) More Info
4) There is this thing that says "the value of this pointer is probably xxxxxxxx", or something like that
5) Tick HEX on the little search window thing
6) Search for "xxxxxxxx" or whatever the More Info window told me

=D
Back to top
View user's profile Send private message
m1938mauser
Cheater
Reputation: 0

Joined: 11 Apr 2006
Posts: 36
Location: United States

PostPosted: Thu Jul 26, 2007 6:13 am    Post subject: Reply with quote

this helps understanding pointers, thanks
Back to top
View user's profile Send private message
SoulCrusher
Newbie cheater
Reputation: 0

Joined: 23 Aug 2007
Posts: 22
Location: Why do you care? You sick fucking pedophile!

PostPosted: Sat Aug 25, 2007 4:08 am    Post subject: Reply with quote

*bumps* jk,

I need help...

I try making a pointer for Attack Speed on Last Chaos, now, my problem is I just can't get the pointer, or better... The offset. Or maybe just both.

This is what I do:

1. I get the address of Attack Speed.
2. I add it to CT.
3. I right-click and click "Find out what writes to this address"
4. I change weapons in-game, to get some code which is as follows: 1011d656 - 88 88 60 68 0e 00 - mov [eax+000e6860],cl
5. I double-click the code. To get the mroe info up.
6. I tick HEX box, put in the value of the EAX from the more info window (which is the "The value needed to find this address is probably 012a0020" one)
7. I get 7 addresses. As the tutorial said: "look for a green one, if there isn't one, go on with a black one." So that's what I do, I pick the green one which is: 10538f24.
8. I click add address manually and tick pointer box, Address = 10538f24, Pointer = HOW THE HELL SHOULD I KNOW FROM [eax+000e6860]? So I just try putting 0 for pointer, but then the value = 16320548 instead of 14 from my Attack Speed address...

So that doesn't work out for me, so what am I doing wrong? Or should I try another method?

I tried other methods as well stated in the tutorial, but no matter which I try, I just can't seem to get the right pointer... Or better, no pointer...

Help is PRETTY MUCH appreciated! Thanks!
Back to top
View user's profile Send private message
haha01haha01
Grandmaster Cheater Supreme
Reputation: 0

Joined: 15 Jun 2007
Posts: 1233
Location: http://www.SaviourFagFails.com/

PostPosted: Sun Aug 26, 2007 5:52 am    Post subject: Reply with quote

oh my.
when u get [eax+000e6860] it means that (if its a simple pointer)
address of pointer=value of eax (this is written in the "address is probably blahblah")
OFFSET=000E6860

ur pointer work like this:
an address is being moved into eax. then cl is being moved into the address stored in eax PLUS 000e680.
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
Derian Gothsend
How do I cheat?
Reputation: 0

Joined: 25 Aug 2007
Posts: 2

PostPosted: Sun Aug 26, 2007 5:17 pm    Post subject: Offset Reply with quote

ok, my problem is how do you figure out what the number for the offset is... ie 00456d3f - mov [eax+12]?
Back to top
View user's profile Send private message
haha01haha01
Grandmaster Cheater Supreme
Reputation: 0

Joined: 15 Jun 2007
Posts: 1233
Location: http://www.SaviourFagFails.com/

PostPosted: Sun Aug 26, 2007 10:03 pm    Post subject: Reply with quote

thats a basic....
a pointer must always be inside []
so if its a simple pointer, the address is what stored in the register being changed, and thats also what is written in the "address of pointer is probably...." u can choose 1 of them.
offset is the thing added to the register.
for example:
Quote:

mov [eax+0c],bl
eax = 00D47DF5
the value of address of pointer (blahblahblah) is probably 00D47DF5
wich is also the value of eax.

value to look for address will be 00d47df5, offset will be 0c

eax+76
offset = 76

eax+E56FD3B4
offset = E56FD3B4

got it?
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
Lego
Master Cheater
Reputation: 2

Joined: 02 Aug 2007
Posts: 340
Location: Playing the game "Real life"

PostPosted: Tue Sep 11, 2007 4:13 pm    Post subject: Reply with quote

Hopefully this helps.. Smile with
the memory view part... Shocked



NOOB%20TEST%20101.jpg
 Description:
 Filesize:  392.36 KB
 Viewed:  34738 Time(s)

NOOB%20TEST%20101.jpg



_________________
http://forum.cheatengine.org/viewtopic.php?t=310820
[AM]HackOtaku wrote:
Lego wrote:
[AM]HackOtaku wrote:
Talix is easy to troll.
Harder than you were though..I've tried to troll him. He always fucking knows.
Psh. I troll him /constantly/.
Back to top
View user's profile Send private message MSN Messenger
haha01haha01
Grandmaster Cheater Supreme
Reputation: 0

Joined: 15 Jun 2007
Posts: 1233
Location: http://www.SaviourFagFails.com/

PostPosted: Tue Sep 11, 2007 11:50 pm    Post subject: Reply with quote

lawl wtf?
red is the hex view, purple is the hex view of each address, eax is most commonly used for returning values from calls to api, the green is the VA, the other green is the menu(sry i dont know much about hacking maple, only on hacking common stuff) zf is deciding if jump or not on je\jne\jle\etc...


all the words u use are so maple-ish... array of bytes = the hex view of each command.
memory dump = hex view
address = VA
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
Lego
Master Cheater
Reputation: 2

Joined: 02 Aug 2007
Posts: 340
Location: Playing the game "Real life"

PostPosted: Wed Sep 12, 2007 1:31 pm    Post subject: Reply with quote

haha01haha01 wrote:
lawl wtf?
red is the hex view, purple is the hex view of each address, eax is most commonly used for returning values from calls to api, the green is the VA, the other green is the menu(sry i dont know much about hacking maple, only on hacking common stuff) zf is deciding if jump or not on je\jne\jle\etc...


all the words u use are so maple-ish... array of bytes = the hex view of each command.
memory dump = hex view
address = VA
I didnt make it...I found it...
_________________
http://forum.cheatengine.org/viewtopic.php?t=310820
[AM]HackOtaku wrote:
Lego wrote:
[AM]HackOtaku wrote:
Talix is easy to troll.
Harder than you were though..I've tried to troll him. He always fucking knows.
Psh. I troll him /constantly/.
Back to top
View user's profile Send private message MSN Messenger
haha01haha01
Grandmaster Cheater Supreme
Reputation: 0

Joined: 15 Jun 2007
Posts: 1233
Location: http://www.SaviourFagFails.com/

PostPosted: Thu Sep 13, 2007 9:46 am    Post subject: Reply with quote

i hope so.
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
hero4rune
Newbie cheater
Reputation: 0

Joined: 20 Oct 2007
Posts: 15

PostPosted: Sat Oct 20, 2007 1:02 am    Post subject: Reply with quote

only what i find by AEX is: 00CFF020

What must i enterby hex??
Back to top
View user's profile Send private message
Mechaaa
Cheater
Reputation: 0

Joined: 24 Oct 2007
Posts: 37

PostPosted: Thu Oct 25, 2007 1:44 am    Post subject: Reply with quote

in the Adrees Search Window i can see wich adress is Static Because Its Green and Wich is not.. because its Black..

but when i add an adress manualy .. how can i know ??
Back to top
View user's profile Send private message
SupNiga
Newbie cheater
Reputation: 0

Joined: 11 Sep 2007
Posts: 13

PostPosted: Fri Oct 26, 2007 12:02 am    Post subject: Reply with quote

too many adres i hget
Back to top
View user's profile Send private message
angelman200
Newbie cheater
Reputation: 0

Joined: 30 Jun 2007
Posts: 13

PostPosted: Tue Nov 20, 2007 3:52 am    Post subject: Reply with quote

i got a prob and non of tut helped me...
i want to find pointer when i get to the step of scanning hex it isn't finding any address...
and the address told to search is the same as the address of the cheat i want to find is pointer.... (like i found inf ammo:099C055C and when it i scan what writes and then double click and it say the value of pointer bla bla bla is probbly: 099C055C same as the address i found for the inf ammo it's always like that... and i cant find this hex it shows: 0 address)
i have no idea what to do!!! help me!!!!
Back to top
View user's profile Send private message
Zaper
Cheater
Reputation: 0

Joined: 02 Dec 2007
Posts: 27

PostPosted: Sat Dec 08, 2007 9:06 pm    Post subject: Reply with quote

I've tried 3 times, and every time I try and find the pointers, I get the blue screen of death, but not before I see a pop up with some numbers and stuff in CE, help pl0x?
_________________
When you Assume, you make an ASS out of U and ME.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Tutorials -> Pointer tutorials All times are GMT - 6 Hours
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Page 4 of 8

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites