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
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...
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.
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.
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
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
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);