Register for your free account! | Forgot your password?

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

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

Advertisement



Memory Address

Discussion on Memory Address within the Conquer Online 2 forum part of the MMORPGs category.

Reply
 
Old   #1
 
marhazk2's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 53
Received Thanks: 1
Memory Address

Hello,

I need help for making memory address's result based on what we need from MemAddr.ini. I.e: for C#/CSharp language:-

Code:
    // Declare the unmanaged functions.
    [DllImport("kernel32.dll", EntryPoint = "GetPrivateProfileString")]
    private static extern int GetPrivateProfileString(string lpAppName, string lpKeyName, string lpDefault, StringBuilder lpReturnedString, int nSize, string lpFileName);


    static void MAddr(string section, string key)
    {
        string filename = "\MemAddr.ini";

        int chars = 256;
        StringBuilder buffer = new StringBuilder(chars);
        string sDefault = "";
        if (GetPrivateProfileString(section, key, sDefault, buffer, chars, filename) != 0)
        {
            RMAddr(key, buffer.ToString())
        }
        else
        {
            Console.WriteLine("Value of Key1 in [SampleSection] is: " + null);
        }
    }
Then, I stucked at RMAddr() fuction, because I dont know how to make that function reading a conquer.exe's memory addresses and making a result. I.e, &H5120BC (Character name memory address) in that current Conquer.exe is xBlahBlahx. How to read that "&H5120BC" so that its result appear "xBlahBlahx"? Well, this memory address is Old version because its based from patch 4356 and joek's memory address guide (List of addresses and reading from INI guide, ). (Need example from Patch 4356 or any version)

p/s: if you guys dont know how to code it in CSharp, well any language likes C++/C, or VB, AutoIT, etc is allowed, unless it can help me to get a clue..
marhazk2 is offline  
Reply


Similar Threads Similar Threads
Memory Address
03/05/2010 - CO2 Programming - 10 Replies
Hey, when i find a memory adress for Example :name = 0x5AC45(Example) i add it to my bot and it shows my name but when i close co and open another one it doesnt show my name and when i search for the address it shows another address,i would like to know how to search for the Main address,som1 told me to look for the Pointer,am using cheat engine and idk how to look for the points i right click on the address and click search for pointer an empty box shows up plz help !!!
[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
memory address
01/23/2008 - Conquer Online 2 - 0 Replies
any1 can make a memory address on monster count?using cheat engine perhaps?
memory address
12/07/2007 - Conquer Online 2 - 3 Replies
is it possible for memory address the monster count i could use 1 for 300 kills monster :P
MP address in memory
05/06/2007 - Lineage 2 - 0 Replies
I want to make bot, I found HP address in memory, its 09DDD190 but I still can't find MP address ? Can anybody help me ? And srry because of my english, it is bad :rolleyes:



All times are GMT +1. The time now is 00:55.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.