Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Programming
You last visited: Today at 21:43

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

Advertisement



[Question]SirHooks v0.01

Discussion on [Question]SirHooks v0.01 within the CO2 Programming forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
Henrique MD's Avatar
 
elite*gold: 0
Join Date: Feb 2006
Posts: 41
Received Thanks: 12
[Question]SirHooks v0.01

Hello,
Im trying to update sirhooks 0.01 to conquest(brazilian conquer), the
melee.dll work but sirhooks dont find the pattern to jump, hunt and loot function...
well, ai changed something and commented others...
know somethings like lvl, name, coords are working...
by the way i dont know how to find the new bytes to update the functions,
i know just base + pointer, and how to find and use then, but how
does i find things like this:

this part is working:
Quote:
public Coordinate Coord
{
get
{
byte[] code = new byte[] {0xE8, 0x00, 0x00, 0x00, 0x00, 0x83, 0x2C, 0x24, 0x05, 0xB9, 0x88, 0x88, 0x88, 0x88, 0x8B, 0x01, 0xFF, 0x50, 0x14, 0xC3};
BinaryWriter bw = new BinaryWriter(new MemoryStream(code));
bw.Seek(10, SeekOrigin.Begin);
bw.Write(_basePtr);
int mem = _client.AllocMem(code.Length);
_client.Write(mem, code);
_client.Call(mem);
int X = _client.ReadDword(mem);
int Y = _client.ReadDword(mem + 4);
_client.FreeMem(mem);
return new Coordinate(X, Y);
}
}
How can i find it with cheat engine?
Quote:
byte[] code = new byte[] {0xE8, 0x00, 0x00, 0x00, 0x00, 0x83, 0x2C, 0x24, 0x05, 0xB9, 0x88, 0x88, 0x88, 0x88, 0x8B, 0x01, 0xFF, 0x50, 0x14, 0xC3};
well, i made a speed hack, where i just need to know the base + pointer and change the value to the cyclone...

any help or tutorial link are wellcome
Henrique MD is offline  
Reply


Similar Threads Similar Threads
(Question) SirHooks
03/22/2010 - Conquer Online 2 - 0 Replies
Any 1 know how too add the item called "LegendRefinedPack" in the SirHooks ?? for the autoloot?
HELP WITH SIRHOOKS
01/13/2010 - Conquer Online 2 - 1 Replies
i cant use this program i downloaded items.txt, but in conquer appears an error system that asks for details, or go out, what i do :confused::confused::confused::confused::confused: :confused::confused::confused::confused::confused:



All times are GMT +2. The time now is 21:43.


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.