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
baayveer
How do I cheat?
Reputation: 0

Joined: 30 Sep 2008
Posts: 4

PostPosted: Sun Oct 12, 2008 7:09 am    Post subject: Reply with quote

hi am stuck like i used to Very Happy
look i find 2 address
the address 1
link.imgshare.us/0bjF0M
the address 2
link.imgshare.us/0bjFcP

so i take address 2 but i stuck here

link.imgshare.us/0bjFar

i take one address make it as he pointer then i change the value but in the game its doesnt work
Back to top
View user's profile Send private message
Eraser
Grandmaster Cheater
Reputation: 0

Joined: 23 Jul 2008
Posts: 504
Location: http://www.youtube.com/PCtrainers

PostPosted: Fri Oct 24, 2008 6:32 am    Post subject: Reply with quote

1:

2:

3:

4:

5:


I cant find out the offsets in the first 4 images i posted. And on the 5th it's 04b? But it doesn't point to the address i want to...

And all of the 5 images i posted has the 0295F580 value? When i try to scan for it (in hex mode) i get a black and not green address.... help me pls :/
Back to top
View user's profile Send private message
flexers
How do I cheat?
Reputation: 0

Joined: 26 Sep 2008
Posts: 7

PostPosted: Wed Nov 05, 2008 2:10 pm    Post subject: Reply with quote

can someone tell me the offset coz i cant seem to get it
eax*4+c00 tryng to make a trainer but cant get it right
Back to top
View user's profile Send private message
KillerX3189
Expert Cheater
Reputation: 0

Joined: 27 Nov 2007
Posts: 180
Location: Under your bed

PostPosted: Wed Nov 12, 2008 5:04 pm    Post subject: wtf? Reply with quote

I try to make a pointer for a certain hack (weapon spawn hack) for cheatengine. I do everything to get a pointer, but the pointer's address is always the same as the address of the hack i want a pointer for. if my address is 2591A6F0, the pointer address is always the same. And this is a pointer for the weapon spawn hack for stick arena ballistick
_________________
92Garfield wrote:
What is flasm?

,.Kira., wrote:
LOL, its the internet no-one gives a fuck about the law.

PM me for sothink 4.4 code

Insert;
Eject;
Insert;
Eject;
MALFUNCTION
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
twebbas
How do I cheat?
Reputation: 0

Joined: 17 May 2005
Posts: 6

PostPosted: Tue Dec 23, 2008 3:38 pm    Post subject: Reply with quote

Burningmace wrote:
I'd like to set something straight, as there are a lot of questions about server-side editing.

In a multiplayer game values are stored and manipulated server-side, you CANNOT memory edit. Take this pseudo-conversation between a server and player as an example:

Player 1: What is in my inventory?
Server: Large Spoon, Wool Hat, 32 worms.
Player 1: How much money do I have?
Server: 5000 coins.
Player 1: Buy a Pwnage Sword
Server: You cannot buy a Pwnage Sword, it costs 10000 coins.
Player 1: Buy a Wooden Sword
Server: You bought a Wooden Sword for 200 coins.
Player 1: What is in my inventory?
Server: Large Spoon, Wool Hat, 32 worms, Wooden Sword
Player 1: How much money do I have?
Server: 4800 coins.

Now, say I searched for 5000 then 4800 and found my value, then changed it to 99999999. The memory address on my computer would be changed to that value. If try to buy a Pwnage Sword, the server checks its database (NOT my memory address) to see if I have enough money. I don't, so I don't get my sword. If I ask the server "How much money do I have?" it returns 4800 and overwrites the 99999999 in local memory.

Don't despair though, you can still do some cool things. For example. some FPS games don't check the coherency of position data on their server. You may be able to search for and alter the X,Y,Z values of your player's position and modify them in order to teleport. However, it is hard to find these values and teleporting is usually detected.


If I´m running the server on a local lan game in RA3 I CAN cheat by for example increasing my money. Maybe only when Im hosting the game or what?

Well. Increasing my money in RA3 multiplayer is exactly what I'm doing, and it works, no server or computer crash. Anyways, I just can't find the right pointer. 06B515E4 is the adress i got this time searching for the money. Changing that value works. I get more gold in the game.

I did the usual see what writes to this address and came up with the stuff you see in the extra info. Now checking the ESI=06B515E0 I'd figured that thats the adress i need to search in hex with the offset 04. Right?
I ran this adress in a new search (HEX-box checked) and came up with the new address "0609DC70".

I pressed "Add address manually".. I checked pointer and filled in the 0609DC70. I also addes the offset 04. Now I have two adresses. Both showing the correct value.

I guess its not the final address(read pointer) I need, since none is green. But how do I proceed? I really wanna learn this stuff.

Thnx for helping me out and a Merry Christmas all you cheaters out there. (that didn't come out as good in typing.. well. Wink



red alert 3 trying to cheat.jpg
 Description:
 Filesize:  112.8 KB
 Viewed:  71484 Time(s)

red alert 3 trying to cheat.jpg



_________________
Typos are my signature
Back to top
View user's profile Send private message
LittlJ
How do I cheat?
Reputation: 0

Joined: 03 May 2009
Posts: 1

PostPosted: Wed May 06, 2009 7:26 am    Post subject: Reply with quote

Pory wrote:
Thank you so much for this! I'm having a hell of a time with pointers in Far Cry. Sad

EDIT: One thing though... this is what I get when I "view what writes to this address" for health, ammo, etc...

35501275 - 89 01 - mov [ecx],eax

Any help would be greatly appreciated, thanks. Smile

EDIT #2: Also...

"The value of the pointer needed to find the address is probably 1824418C"

But when I scan for that I get no results. I don't understand pointers at all, I have very little ASM knowledge (I only know the number converting system and a little about how the registers work.)

Here's a screenshot if it helps any...

Back to top
View user's profile Send private message AIM Address Yahoo Messenger
flyingcow93
How do I cheat?
Reputation: 0

Joined: 17 Nov 2009
Posts: 4

PostPosted: Wed Nov 18, 2009 6:15 pm    Post subject: Reply with quote

I get multiple results after each hex search and none are green I never know what one to use. Every time.
Back to top
View user's profile Send private message AIM Address
ShaDoW9
How do I cheat?
Reputation: 0

Joined: 06 Dec 2009
Posts: 0

PostPosted: Wed Dec 09, 2009 1:24 pm    Post subject: Reply with quote

please check the first thread.....it's about bots i can't figure it how to find the pointer address for infinite trans ..... i receive an error and the game shuts down.....pls help me
_________________
Feel the technology.
Back to top
View user's profile Send private message Yahoo Messenger
ykbks
Cheater
Reputation: 0

Joined: 02 Dec 2009
Posts: 44

PostPosted: Sun Dec 13, 2009 12:05 pm    Post subject: Reply with quote

Hi !
I am trying to find a pointer of the game Aveyond 2 : Eon's quest. But, whenever i want to NOP something, the game crashes Sad
Back to top
View user's profile Send private message
evilkermit
How do I cheat?
Reputation: 0

Joined: 11 Jan 2010
Posts: 1

PostPosted: Mon Jan 11, 2010 1:49 am    Post subject: Reply with quote

Alright, call me a noob, but when exactly would you need to find a pointer? What is a good example?
Back to top
View user's profile Send private message
Xenico
Advanced Cheater
Reputation: 0

Joined: 27 Dec 2009
Posts: 94

PostPosted: Mon Jan 11, 2010 12:26 pm    Post subject: Reply with quote

A pointer is needed when after a game restart the value changes and you dont want to search every time
_________________
Back to top
View user's profile Send private message
nelly369
How do I cheat?
Reputation: 0

Joined: 30 Apr 2010
Posts: 6

PostPosted: Sun May 02, 2010 5:39 am    Post subject: Reply with quote

I have a opcode with mov [esi+01],ecx, the estimated value of the pointer can't be found, and i don't know what to do anymore. I've tried everything but i hit my limits.

Please help.

This is a screen with every info on the problem: img532.imageshack.us/i/pointery.png/
If you need more info, just ask.

This is another screen with a view on the disassembler img64.imageshack.us/i/disassembler.png/

Thanks in advance.
Back to top
View user's profile Send private message
franz1986
How do I cheat?
Reputation: 0

Joined: 08 May 2010
Posts: 4

PostPosted: Sun May 09, 2010 9:27 am    Post subject: Reply with quote

hello, I'm trying to find a pointer for settlers 7 demo resources
i can find an address where planks are stored, I check what writes to that address and I get this:

img517.imageshack.us/img517/1101/screen1lq.png

img683.imageshack.us/img683/7162/screen2i.png

img718.imageshack.us/img718/4770/screen3l.png


after that i search for ESI value, and I get 12 results, none are black nor green, can someone point me what to do next?
Back to top
View user's profile Send private message
lampuiho
Expert Cheater
Reputation: 6

Joined: 16 Jan 2010
Posts: 122

PostPosted: Fri Oct 14, 2011 4:19 am    Post subject: Reply with quote

I have found out that there are 3 pointers that point to the same address and they all come from a stack (no, they aren't static) What should I do?
Back to top
View user's profile Send private message
Dacnomania
Expert Cheater
Reputation: 1

Joined: 03 Sep 2010
Posts: 124

PostPosted: Fri Oct 14, 2011 8:03 am    Post subject: Reply with quote

Eraser wrote:
1:

2:

3:

4:

5:


I cant find out the offsets in the first 4 images i posted. And on the 5th it's 04b? But it doesn't point to the address i want to...

And all of the 5 images i posted has the 0295F580 value? When i try to scan for it (in hex mode) i get a black and not green address.... help me pls :/



Note that the address may be black or green, it doesn't matter.

@lampuiho

What're you trying to do, and which game is it, provide some screenshots too so I can try help you.
Back to top
View user's profile Send private message Send e-mail AIM Address
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 7 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