Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2
You last visited: Today at 06:31

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

Advertisement



[Request] Need some help wit memory adresses

Discussion on [Request] Need some help wit memory adresses within the Conquer Online 2 forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2006
Posts: 136
Received Thanks: 15
[Request] Need some help wit memory adresses

Hello EPVP it's been a while that Ive been here, now that im back and playing CO again Im back into cheating haha.

Anyway since cracked SV and all is not allowed here anymore I am thinking of making a memory based bot myself, and i can use some pointers to the right direction.
(Yes i have used search first )

Im looking for some current adresses of a few things, for 1 the monster names and theres more to that, I wonder how SV searches for the monsters exactly, because well its unlikely all monsters have same memory adresses, so how could I ' search ' for them
And my second question is what are the current memory adresses of the current position that ur standing at.

Now if i knew the answer to those 2 questions I think I can make this work
Anyone that knows the answer please reply ASAP

Many thanks
purplehaze is offline  
Old 07/20/2008, 04:33   #2
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
purplehaze@
if u have use cheatengine before, searching a certain name does not take more than 2 seconds to scan through the whole co client
(if u have it in range, like 0x400000-0x700000, it will take like 0.5seconds)

after u get the memory address of the monster, u add +48hex = Xcoordinate of monster
then u add +4hex = Y coordinate
after u add all of the monsters data, then compare all the values with the current point u are standing, then command the bot to click the closest monster as possible

and about the current address for char position is the same
search for ur own character name, then add +48 for X, +4 for Y
the difference is CharName address is fixed (unless patches)
evanxxxm is offline  
Thanks
1 User
Old 07/21/2008, 02:31   #3
 
elite*gold: 0
Join Date: Feb 2006
Posts: 136
Received Thanks: 15
Quote:
Originally Posted by evanxxxm View Post
purplehaze@
if u have use cheatengine before, searching a certain name does not take more than 2 seconds to scan through the whole co client
(if u have it in range, like 0x400000-0x700000, it will take like 0.5seconds)

after u get the memory address of the monster, u add +48hex = Xcoordinate of monster
then u add +4hex = Y coordinate
after u add all of the monsters data, then compare all the values with the current point u are standing, then command the bot to click the closest monster as possible

and about the current address for char position is the same
search for ur own character name, then add +48 for X, +4 for Y
the difference is CharName address is fixed (unless patches)
I thank you very much
I have used cheatengine and indeed it scans fast, how cheatengine does its miracle is for me unknown, now for example VB.Net can read and write memory but can it search for matches? If so please share your knowledge

Many thanks
purplehaze is offline  
Old 07/21/2008, 04:51   #4
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
purplehaze@
if it can read/write memory, of course it can search for matches, just that u need to code it urself
concept:
Code:
read 0x123123 output as var AAA
if AAA = 6E617665 (e=65 v=76 a=61 n=6E)
{
found matches!
}
else
{
0x123123 ++
}
evanxxxm is offline  
Old 07/22/2008, 16:43   #5
 
elite*gold: 0
Join Date: Feb 2006
Posts: 136
Received Thanks: 15
Quote:
Originally Posted by evanxxxm View Post
purplehaze@
if it can read/write memory, of course it can search for matches, just that u need to code it urself
concept:
Code:
read 0x123123 output as var AAA
if AAA = 6E617665 (e=65 v=76 a=61 n=6E)
{
found matches!
}
else
{
0x123123 ++
}
yes I have thought about something alike, but was kind of looking for a faster way (hoping there is ofcourse)

But thank you for answering it is appreciated

Edit:

Before I can even continue on this i stumbled on a problem, so memory editing is new for me in VB.net.
So i thought lets start out simple and first read the money value, well it keeps showing 0 while i know i have coins with me.
Means somethings wrong with my code, maybe if you have a look at it you see where the problem is?
I have also tried to use &H56BE7C instead of 90720324 tho that gave me the result of 64, wich is not correct because i have 1.4kk on the account
Thanks in advance

Code:
        Dim iMoneyAddress As Integer
        iMoneyAddress = 90720324
        Dim Reader As New MemReader.ProcessMemoryReader()
        Dim MyProcs As System.Diagnostics.Process() = System.Diagnostics.Process.GetProcessesByName("Conquer")

        If MyProcs.Length = 0 Then
            MessageBox.Show("No Conquer Client found!")
            Return
        End If
        Reader.ReadProcess = MyProcs(0)
        Reader.OpenProcess()
        Dim bytesRead As Integer
        Dim Memory As Byte()
        Dim iMoney As Integer

        Memory = Reader.ReadProcessMemory(iMoneyAddress, 1, bytesRead)
        iMoney = Memory(0)
        txtMoney.Text = iMoney.ToString()
purplehaze is offline  
Reply


Similar Threads Similar Threads
Steed Color Adresses in memory[Request]
01/28/2010 - Conquer Online 2 - 1 Replies
Hello I am looking for the memory addresses for steed color in the memory using Cheat Engine. So far I've found the red value. I need the green and blue value. If anyone can help me out I will give them the new formula for rare steeds. Thanks!
[REQUEST]12sky2 MAYN adresses and UCE
11/04/2009 - 12Sky2 Hacks, Bots, Cheats & Exploits - 4 Replies
So ppls, i teh need MAYN new adresses and UCE (i think im not alone with that request) Help pls! I make trainer for aeria and mayn, but mayn adresses isn`t correct and i fail =( download wait 10 sec =)
Request: Memory addresses
07/25/2009 - CO2 Programming - 0 Replies
Well, Here we are. In the next step of my journey to hacking CO. I need the memory addresses for the following: HP, MP, Meteor colorID, DBColorID, PoisonFog, Attack ID etc. If you can think of more features which would be needed please post them here. Any contributions to this project would be GREATLY appreciated. I need accomplices for this bot, So if your interested and have knowledge of programming PLEASE catch me on msn, [email protected] Thank you all!
Memory adresses für Browsergames
04/27/2009 - General Coding - 4 Replies
Ich habe ein kleine Problem am besten ich Liste mal auf was ich habe und was nicht ;-) Ich habe: das browsergame von dem Ich die Addressen beziehen will die Addressen (als text ) ausgelesen und gespeichert , habe sie in einem Autoit Projekt eingebaut und anzeigen lassen ...... und zu meinem erstaunen ....... Autoit zeigt nicht den selben Wert als Text an , wie er eigentlich haben müsste ........ Er zeigt es auch nicht in ascII chars an (habe ich schon überprüft) , kann man addressen...
Big ask, request a memory hack
02/01/2009 - Dekaron Private Server - 0 Replies
Hi Big ask but can i request current dekaron seg CF no cool down and cast delay injection code please. Cant get myself. PM me or post that help heaps ty



All times are GMT +2. The time now is 06:31.


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.