Register for your free account! | Forgot your password?

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

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

Advertisement



[Question] Memory address of VP?

Discussion on [Question] Memory address of VP? within the Conquer Online 2 forum part of the MMORPGs category.

Reply
 
Old   #1
 
hok30's Avatar
 
elite*gold: 0
Join Date: Feb 2007
Posts: 1,366
Received Thanks: 256
[Question] Memory address of VP?

Anyone know the memory address for Virtue Points? Or is this stored on the server? How is it that people get it on their tools...
hok30 is offline  
Old 06/05/2008, 00:15   #2
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,749
Received Thanks: 2,198
Quote:
Originally Posted by hok30 View Post
Anyone know the memory address for Virtue Points? Or is this stored on the server? How is it that people get it on their tools...
0056C7DC



^ Check that out. There's A LOT of addresses like Level, Stamina, Class, Ping, MapID, Zoom, etc.
IAmHawtness is offline  
Old 06/05/2008, 00:28   #3
 
hok30's Avatar
 
elite*gold: 0
Join Date: Feb 2007
Posts: 1,366
Received Thanks: 256
tyvm. Do these ever get changed/updated?
Nmvrnd... just read the thread- I don't get how it works tho
hok30 is offline  
Old 06/05/2008, 00:37   #4
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,749
Received Thanks: 2,198
Quote:
Originally Posted by hok30 View Post
tyvm. Do these ever get changed/updated?
Nmvrnd... just read the thread- I don't get how it works tho
People keep updating the addresses every time the Conquer.exe gets updated. Just downloading the ma-global.inf file. It's a text file, all the memory addresses are in there, it's written for Visual Basic so just replace the &H in the address with 00
IAmHawtness is offline  
Old 06/05/2008, 03:22   #5
 
hok30's Avatar
 
elite*gold: 0
Join Date: Feb 2007
Posts: 1,366
Received Thanks: 256
I thought &H was for C++ or C#...
Anyways- I would replace it with 0x for AutoIt.
I don't get how to update my script though... would I manually have to go and do it? Or is there some way I could make it update...
hok30 is offline  
Old 06/05/2008, 03:38   #6
 
nTL3fTy's Avatar
 
elite*gold: 0
Join Date: Jun 2005
Posts: 692
Received Thanks: 353
Quote:
Originally Posted by hok30 View Post
I thought &H was for C++ or C#...
Anyways- I would replace it with 0x for AutoIt.
I don't get how to update my script though... would I manually have to go and do it? Or is there some way I could make it update...
Different languages have different "identifiers" of hex numbers.

.NET (VB .NET/C#): &H
C/C++: 0x
AutoIt: 0x

etc.
nTL3fTy is offline  
Old 06/05/2008, 04:55   #7
 
Hiyoal's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 2,444
Received Thanks: 1,066
You have to update your script for every address update, unless you got permission from Joek to use his tables in your project. You could then just perfom an IniRead and get the values...Replate the &H with 0x using StringReplace and then store that IniRead/StringReplace String inside a variable. Then just use those variables inside the project.

Hiyoal
Hiyoal is offline  
Old 06/05/2008, 12:28   #8
 
hok30's Avatar
 
elite*gold: 0
Join Date: Feb 2007
Posts: 1,366
Received Thanks: 256
Hmmm... Again-wouldn't the user have to download the tables?
hok30 is offline  
Old 06/05/2008, 12:38   #9
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,749
Received Thanks: 2,198
Quote:
Originally Posted by hok30 View Post
Hmmm... Again-wouldn't the user have to download the tables?
You could just release the tables along with your hack
IAmHawtness is offline  
Thanks
1 User
Old 06/05/2008, 12:46   #10
 
hok30's Avatar
 
elite*gold: 0
Join Date: Feb 2007
Posts: 1,366
Received Thanks: 256
I guess. Ty guys. I am probably not going to use the tables for auto-updating but their useful.
hok30 is offline  
Old 06/05/2008, 12:50   #11
 
lucasss's Avatar
 
elite*gold: 0
Join Date: Jun 2006
Posts: 44
Received Thanks: 0
Somebody know if have some place how i can find JobId Adress with cheat engine , i think if somebody know how to find every adress can make a thread very useful
lucasss is offline  
Old 06/05/2008, 12:54   #12
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,749
Received Thanks: 2,198
Quote:
Originally Posted by lucasss View Post
Somebody know if have some place how i can find JobId Adress with cheat engine , i think if somebody know how to find every adress can make a thread very useful
That's easy. Open 2 different Conquer windows, let's say you log in on a MasterTrojan on one of the CO windows, then you log in a WarriorMaster on the other CO window.

First, attach Cheat Engine to the first CO process (the MasterTrojan) then search for the value 15 (this is the value of the job TrojanMaster, find the values in ProfessionalName.ini inside your Conquer2.0/ini)

Then, attach Cheat Engine to the other CO process (the WarriorMaster) and search for the value 25. It'll ask if you want to start a new search, just press no to that to continue your current searching. Hopefully, there'll only be 1 memory address to choose, if not, repeat the steps
IAmHawtness is offline  
Thanks
1 User
Old 06/05/2008, 15:45   #13
 
lucasss's Avatar
 
elite*gold: 0
Join Date: Jun 2006
Posts: 44
Received Thanks: 0
WOW , thx a lot , i was searching for this for long time =p , i will try to make one 2 weapon hack for me , if i can i will post here
lucasss is offline  
Old 06/05/2008, 19:25   #14
 
hok30's Avatar
 
elite*gold: 0
Join Date: Feb 2007
Posts: 1,366
Received Thanks: 256
Won't work. It's server sided.

EDIT: Anyone know the memory address of your total HP? It doesn't say on the table.
hok30 is offline  
Old 06/05/2008, 21:15   #15
 
elite*gold: 0
Join Date: Mar 2006
Posts: 583
Received Thanks: 182
it's dma-ed and encrypted
UPSman2 is offline  
Reply


Similar Threads Similar Threads
Memory Address
04/01/2010 - CO2 Programming - 8 Replies
Hi, i think there is a new problem , Tq done something?? When i go and try to find my hp base address with cheat engine, I can find the current hp,only thing i can find is max hp which is of no use,can some one tell me what is going on!!! thank you
[VB]Memory Address
06/30/2009 - .NET Languages - 5 Replies
Weiß jemande wie ich eine Memory Addresse in Visual Basic einbauen kann ? :) Ahja habe VB08 :) Liebe Grüße, AngelAndi
[QUESTION] HP Memory Address
05/17/2009 - CO2 Programming - 18 Replies
Is it possible to get the memory address of HP? I read around and saw that it is DMA but more reading around the AutoIt forums said there's a way around that by getting the memory address of the pointer to HP. I tried cheatengine but not really sure what to look for. I'm now starting to get the hang of programming in general so maybe my terms aren't correct. Anyone understand what I'm looking for? P.S. I'm trying to find out to make a memory-based auto-potter.
memory address
10/22/2008 - Eudemons Online - 0 Replies
Hey could sumone please Post the new memory address for zoom for patch 1150? or tell me the memory values for zoomed in and out so i can try and find. Nevermind i found the sucker the zoom address for patch 1150 is 0095D9EC enjoy!
Memory Address
12/19/2007 - Conquer Online 2 - 0 Replies
Hello, I need help for making memory address's result based on what we need from MemAddr.ini. I.e: for C#/CSharp language:- // Declare the unmanaged functions. private static extern int GetPrivateProfileString(string lpAppName, string lpKeyName, string lpDefault, StringBuilder lpReturnedString, int nSize, string lpFileName);



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


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.