Register for your free account! | Forgot your password?

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

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

Advertisement



Let's talk about the recent patch and changes

Discussion on Let's talk about the recent patch and changes within the CO2 Programming forum part of the Conquer Online 2 category.

Reply
 
Old 05/22/2009, 07:45   #31
 
elite*gold: 0
Join Date: Jun 2006
Posts: 965
Received Thanks: 576
No it hasn't, at least I don't think it did. Looks the same at first glance.

Anyways, why not read the whole buffer? That way it doesn't matter if someone jumps onto screen.

Also it may be 0x65xxxx. Not sure, didn't write it down.
high6 is offline  
Old 05/22/2009, 08:48   #32
 
clintonselke's Avatar
 
elite*gold: 0
Join Date: Feb 2007
Posts: 348
Received Thanks: 2,175
0x6502D4 <-- as for that magic number

I KNOW WHY ITS x2 size... it reports number pairs (one after the other)... and THESE are the TWO parameters i can send to the attack function... im almost certain.

I'll release some autoit script to prove it soon.

Edit: Check it out, attached is the autoit script that shows the numbers i get from the DequeEx using that magic number.. I grouped it into pairs to show what i mean.

Edit: Have a look

From my olly (break point in attack function)
CPU Stack
Address Value ASCII Comments
0012EAF8 /0120B008 ; Arg1 = 120B008
0012EAFC |0FBC40A0 @ ; Arg2 = 0FBC40A0

From my autoit
0120B008:0FBC40A0

PERFECT MATCH

Edit: Added an additional column w/ the name of the mob as proof of correctness. Remember this is the [mob base address + 0xE4] (mob base address is 0120B008 in my example) (And also the pointer to the end of the string +0xE8 (from high6))
Attached Files
File Type: zip 5127moblist.zip (274.0 KB, 32 views)
clintonselke is offline  
Old 05/22/2009, 12:35   #33
 
elite*gold: 12
Join Date: Mar 2009
Posts: 383
Received Thanks: 1,317
@clintonselke
The moblist works for me
Alexios is offline  
Old 05/22/2009, 16:36   #34
 
clintonselke's Avatar
 
elite*gold: 0
Join Date: Feb 2007
Posts: 348
Received Thanks: 2,175
Also when a mob dies [mobBaseAddr + 0x14] seems to take on the value 0x20 . (So ur leveling bot does not keep attacking a already dead mob)
clintonselke is offline  
Old 05/22/2009, 18:31   #35
 
32991304's Avatar
 
elite*gold: 0
Join Date: Mar 2006
Posts: 44
Received Thanks: 9
dammit =( , char name have a dinamic address now , i can't use Co2Ren anymore
32991304 is offline  
Old 05/22/2009, 21:15   #36
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,749
Received Thanks: 2,198
About the recent botjailing episodes:

Quote:
Originally Posted by Zeroxelli View Post
Okay, found the reason for the botjailing of multiclients. The memory addresses to the void "findbots" is pushed down by the new client, in multiclients it's still the old address. So the Bot Check is constantly sending data (This also makes you check people's gears randomly, like 5Bot does now), So of course, this is counted as bot activity (Automation) and you're sent to botjail. By the looks of the things, I haven't been botjailed at all for this toole. But as soon as I tried ANY tool on a hacked exe (Multiclient) I got botjailed after a night in tg.

It's a bit extensive, but it proves a point. This tool should still be safe, i.e. no botjail from use (even extended). So, again. My note was to developers, not users. Because for users, you don't have to worry about it the developers have your back.
IAmHawtness is offline  
Old 05/22/2009, 21:55   #37
 
elite*gold: 0
Join Date: Jun 2006
Posts: 965
Received Thanks: 576
What?
high6 is offline  
Old 05/22/2009, 21:58   #38
 
elite*gold: 20
Join Date: Aug 2007
Posts: 1,749
Received Thanks: 2,198
Quote:
Originally Posted by high6 View Post
What?
I just posted Zeroxelli's theory about what caused the botjailings ?
Or was that not what you were talking about?
IAmHawtness is offline  
Old 05/22/2009, 23:16   #39
 
32991304's Avatar
 
elite*gold: 0
Join Date: Mar 2006
Posts: 44
Received Thanks: 9
Hey guys , has a new patch on Co ftp look ftp://64.151.117.77/enzf/ 5128 , take a look guys
32991304 is offline  
Old 05/22/2009, 23:25   #40
 
elite*gold: 0
Join Date: Jun 2006
Posts: 965
Received Thanks: 576
It is just a file for the autopatcher.
high6 is offline  
Old 05/23/2009, 04:24   #41
 
Ultimatum's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 277
Received Thanks: 52
Yep, all these changes are becoming a pain. Iv had to redo my packet structures about 3 times now x.x. My proxys still working fine tho so no real damage done since i can just get on a relog the packets everytime they update. Still though i would rather they would stop changing them >.>
Ultimatum is offline  
Old 05/23/2009, 10:32   #42
 
elite*gold: 0
Join Date: Jan 2006
Posts: 167
Received Thanks: 57
Anyone found a way to get CharName?
Ulfius is offline  
Old 05/23/2009, 18:32   #43
 
elite*gold: 0
Join Date: Jun 2006
Posts: 965
Received Thanks: 576
Quote:
Originally Posted by Ulfius View Post
Anyone found a way to get CharName?
Have you even read the thread?
high6 is offline  
Old 05/23/2009, 19:10   #44
 
elite*gold: 0
Join Date: Jan 2006
Posts: 167
Received Thanks: 57
Quote:
Originally Posted by high6 View Post
Have you even read the thread?
Of course I have. I am not asking what is its static address, but whether or not someone has discovered how it's being stored dynamically now (e.g. where the pointer to it's base address is).

I am one of the first that discovered that things have been changed to DMA and I have found other values with the CharacterBaseAddress + offset, but CharName is being illusive - hence my question.
Ulfius is offline  
Old 05/23/2009, 19:27   #45
 
elite*gold: 0
Join Date: Jun 2006
Posts: 965
Received Thanks: 576
Quote:
Originally Posted by Ulfius View Post
Of course I have. I am not asking what is its static address, but whether or not someone has discovered how it's being stored dynamically now (e.g. where the pointer to it's base address is).

I am one of the first that discovered that things have been changed to DMA and I have found other values with the CharacterBaseAddress + offset, but CharName is being illusive - hence my question.
It has already been posted in this thread...
high6 is offline  
Reply


Similar Threads Similar Threads
Q>about d recent patch offset setting thx.
07/29/2009 - Perfect World - 5 Replies
helow i'm ussing MHS-Bot-PW v2.3 nd i'm playing at phil, d old offset setting doesnt work anymore on d new patch, can anyone kind enaf can give me d new setting thx, sory for d wrong spelling coz i'm using my phone, thank you
Question about recent patch
07/18/2009 - Grand Chase Philippines - 13 Replies
so yeah NAGC was down for a little early today. i successfully used ZID and got hacks and junk that was fine. but when i reloaded the game again with the same addresses they didnt work so i found new ones. Main point:do we have to find new addresses again every time we log on >.<?
Patch 4354 all come and talk about it
04/29/2008 - Conquer Online 2 - 3 Replies
does anyone here know how to fix the 4354 patch problem if anyone here know how to fix the log in problem then we stil lcould bot again
Massive Reduction in Metdoves after Recent Patch
07/28/2006 - Conquer Online 2 - 5 Replies
Has anyone else noticed this? I bot metzone like 5-6 hours a day, and today I log on to do it again, and I quickly realize that there is probably 1/2 the ammount of Doves as there has been in the past. Did TQ remove a majority of them after the patch or what? Because currently metzone looks empty as hell compared to how it used to be.



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


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.