Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2
You last visited: Today at 17:54

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



memory reading and writing problem

Discussion on memory reading and writing problem within the Conquer Online 2 forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2006
Posts: 457
Received Thanks: 67
hello all,

i learnt to use C++ recently and is trying to write my own little proggy to monitor values in game. Right now i came across a little problem. i can't make my program read the memory addresses. Can someone please tell me the code to reading memory addresses for their values and also the relevant header files to use.


Additional info:
the memory editor i used give me this type of address, eg : 000A09E4, 009207C8. 00BF0EE0 ...


Pros please help. i really want to have a feel of having a program of my own.
shitboi is offline  
Old 08/10/2006, 10:40   #2
 
elite*gold: 0
Join Date: Dec 2005
Posts: 831
Received Thanks: 60
i dont think this is easy todo in C++,
but, memory addresses are this in programming language:
0x000A09E4, maybe unkownone knows this.
else i prefer you to use C#
toreddo is offline  
Old 08/10/2006, 17:02   #3
 
unknownone's Avatar
 
elite*gold: 20
Join Date: Jun 2005
Posts: 1,013
Received Thanks: 381
#include <windows.h>

#define ADDRESS = 0x000A09E4

int readvalue=0;
ReadProcessMemory(pHandle, (void*)ADDRESS, (void*)&readvalue, sizeof(readvalue), NULL);
unknownone is offline  
Old 08/11/2006, 03:18   #4
 
KatsuAkimoto's Avatar
 
elite*gold: 0
Join Date: Feb 2006
Posts: 804
Received Thanks: 21
Ahahah, unknownone strikes again!
Very good job, "Your C++ is strong."
----------------(Lame Star Wars Allusion)----------------
KatsuAkimoto is offline  
Reply


Similar Threads Similar Threads
[Source] Memory Reading / Writing SRO / VB6
07/07/2011 - SRO Hacks, Bots, Cheats & Exploits - 3 Replies
here is a simple source i made to show a buddy of mine how to call the read and write memory functions in vb6. right now it will call target / hp / mp ... you may want to update the offsets. this is a good example to show those out ther that want to learn. please if you use my code's give me credit /./
Memory Reading Problem
05/09/2010 - AutoIt - 1 Replies
Hi Habe momentan Probleme, die HP eines gegnerischen Mobs auszulesen. Gehe ich richtig in der Annahme, dass ich als CurObject die GUID vom Target brauche? Habe lange gegooglet aber nichts hilfreiches gefunden, was mir weiterhelfen könnte. Habe zwar NinjaSkid Source, aber das ganze zu durchwühlen, umzuschreiben und dann doch irgendwelche Fehler drin zu haben kackt mich an. Könnte jemand kurz einen Beispiels-Code posten, wäre sehr hilfreich. Und wenn sich diese Person noch mit Namen...
[HELP]Writing and reading from *.ini files
02/18/2009 - CO2 Programming - 2 Replies
i was trying to do that by myself but after 3days i must say that i cant do it :mad: sooo i will be very happy if somebody could help me with it :) thanks :)
Reading and Writing .INI Files
11/16/2008 - General Coding - 2 Replies
CodeGuru: CIniFile - Class for Reading and Writing .INI Files I found this information useful for starting out on understanding more about the code for read/write ini files. Maybe this will help some others (That are willing to read) :D enjoy



All times are GMT +2. The time now is 17:54.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.