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 


Read MW2 Memory

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
hitman.pt
How do I cheat?
Reputation: 0

Joined: 09 Feb 2011
Posts: 3

PostPosted: Wed Feb 09, 2011 12:38 pm    Post subject: Read MW2 Memory Reply with quote

Hi i'm using this table (i found those not downloaded) and i want to read the value of those memory addresses how can i do it in C#? i search and tested a lot of source codes and i can't get it to work :S am i using the right address? PLEASE HELP i don't want to change the value just want to read
The Process is iw4mp.dat (AlterIWNet MW2)



COD MW2 Tables.CT
 Description:

Download
 Filename:  COD MW2 Tables.CT
 Filesize:  1.4 KB
 Downloaded:  669 Time(s)

Back to top
View user's profile Send private message
xNef
Cheater
Reputation: 0

Joined: 23 Jan 2011
Posts: 25

PostPosted: Wed Feb 09, 2011 1:01 pm    Post subject: Reply with quote

Use the function:

ReadProcessMemory Function

Search in msdn.microsoft I tried to put the link but I still cant post.
Back to top
View user's profile Send private message
hitman.pt
How do I cheat?
Reputation: 0

Joined: 09 Feb 2011
Posts: 3

PostPosted: Wed Feb 09, 2011 3:47 pm    Post subject: Reply with quote

In Cheat Engine table i'm getting this address 033C202C
and when i double click in that value a popup window appears with is iw4mp.dat+2FC202C
witch one i should use?
the 033C202C
or iw4mp.dat+2FC202C
or should i convert one of them...
Back to top
View user's profile Send private message
xNef
Cheater
Reputation: 0

Joined: 23 Jan 2011
Posts: 25

PostPosted: Wed Feb 09, 2011 4:22 pm    Post subject: Reply with quote

033C202C is the adress for the value, (its dynamic adress, so everytime you restart the game changes), iw4mp.dat+2FC202C is the pointer for the value, so everytime you open CE the adress will be update.
If you use adress you have to enter everytime in you program, if you use the pointer, u dont have to do this.

To use the adress you do

Code:
LPVOID  lpAddress = (LPVOID)0x033C202C;
ReadProcessMemory(hProcess, lpAddress, &Buffer,  sizeof(Buffer), NULL)


With pointer I dunno yet.
Back to top
View user's profile Send private message
hitman.pt
How do I cheat?
Reputation: 0

Joined: 09 Feb 2011
Posts: 3

PostPosted: Wed Feb 09, 2011 4:38 pm    Post subject: Reply with quote

Ok... All working Thanks Wink
Back to top
View user's profile Send private message
AhMunRa
Grandmaster Cheater Supreme
Reputation: 27

Joined: 06 Aug 2010
Posts: 1117

PostPosted: Thu Feb 10, 2011 5:08 pm    Post subject: Reply with quote

Isn't iw4mp.dat related to the multiplayer portion of COD?
_________________
<Wiccaan> Bah that was supposed to say 'not saying its dead' lol. Fixing >.>
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
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