Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 13:54

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

Advertisement



[Development] 4267 conquer server.

Discussion on [Development] 4267 conquer server. within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old 02/11/2010, 06:04   #16
 
andyd123's Avatar
 
elite*gold: 20
Join Date: Apr 2006
Posts: 1,341
Received Thanks: 886
Good luck.
In regards to anti-botting, the simplest thing is: if there is a will, there is a way.
There's no such thing as unhackable, or unbotable, or uncheatable.

In the virtual world, impossible and impenetrable are both impossible.
andyd123 is offline  
Old 02/11/2010, 06:24   #17
 
Nullable's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 390
Received Thanks: 321
Quote:
Originally Posted by andyd123 View Post
Good luck.
In regards to anti-botting, the simplest thing is: if there is a will, there is a way.
There's no such thing as unhackable, or unbotable, or uncheatable.

In the virtual world, impossible and impenetrable are both impossible.
We all know so, just trying to somewhat give those guys a challenge, and i know they will totally love it
Nullable is offline  
Old 02/11/2010, 19:45   #18
 
elite*gold: 0
Join Date: Jul 2006
Posts: 60
Received Thanks: 170
I'm with a big project of the 1.0 server, We have done a great source from scratch and we are trying to find guys to help with the stuff (mobs spawns, quests and etc) I mean, is hard to remember olds things (more than 5 years ago)...

For who want talk about the team and the progress, add me at msn:
master15 is offline  
Old 02/11/2010, 21:57   #19
 
hunterman01's Avatar
 
elite*gold: 20
Join Date: Dec 2006
Posts: 945
Received Thanks: 175
Quote:
Originally Posted by lostsolder05 View Post
you clearly didn't read. i also suggested changing spell encryption and bf encryption (5018+). i doubt there's a noob out there who could *bypass it so easily* as you say. unless your just talking about the bot packet.
i was talking about change bf encryption
hunterman01 is offline  
Old 02/11/2010, 22:41   #20
 
lostsolder05's Avatar
 
elite*gold: 20
Join Date: Jan 2006
Posts: 890
Received Thanks: 240
Quote:
Originally Posted by hunterman01 View Post
i was talking about change bf encryption
i'm not talking about just changing the initial bf key,etc...im talking about changing the encryption entirely through injection,etc. i should have been more specific. anyways, let's stay on topic...


good luck with the server.
lostsolder05 is offline  
Old 02/11/2010, 22:51   #21
 
ImmuneOne's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 754
Received Thanks: 544
Quote:
Originally Posted by lostsolder05 View Post
i'm not talking about just changing the initial bf key,etc...im talking about changing the encryption entirely through injection,etc. i should have been more specific. anyways, let's stay on topic...


good luck with the server.
Thanks, I really appreciate your comments guys.
ImmuneOne is offline  
Thanks
1 User
Old 02/12/2010, 14:55   #22
 
Nullable's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 390
Received Thanks: 321
Character spawn should work now, can't test it since i don't have a 4267 client -.-
does someone have a 4267 client uploaded on a mirror other than megaupload i can't use the latter..
HUGE EDIT:
IT IS ALIVE! Character spawn! Immune will upload the pic!
Nullable is offline  
Old 02/12/2010, 22:41   #23
 
ImmuneOne's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 754
Received Thanks: 544
#UPDATED;
Progress
ImmuneOne is offline  
Thanks
1 User
Old 02/12/2010, 23:38   #24
 
Nullable's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 390
Received Thanks: 321
Now after finishing the difficult part, we are now writing the other packets
And anti-bot system totally finished except background clicks, we will hook it up later.
EDIT:
Client side progress:
Working on a autopatch system.
Nullable is offline  
Old 02/13/2010, 12:29   #25
 
ImmuneOne's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 754
Received Thanks: 544
#UPDATE

- Walking impemented.
- Jumping implemented.
- Equipping/Unequipping implemented.
- Chat implemented.
- Supporting ping.
ImmuneOne is offline  
Thanks
1 User
Old 02/13/2010, 16:34   #26
 
hunterman01's Avatar
 
elite*gold: 20
Join Date: Dec 2006
Posts: 945
Received Thanks: 175
**** yall are really coming along goodjob
hunterman01 is offline  
Old 02/13/2010, 17:10   #27


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
Ive gotten abit stuck on my IPC stuff, at the moment i have fully implemented the Item Packet, and all of its switches, char creation, walking, jumping, partial npcs, a quadtree to hold all character positions, dropped item positions, monster positions and npc positions.

Korvacs is offline  
Old 02/13/2010, 17:17   #28
 
andyd123's Avatar
 
elite*gold: 20
Join Date: Apr 2006
Posts: 1,341
Received Thanks: 886
Just a heads up:
If your anti-bot system in any way accesses the hard drive (i.e. to scan for files), checks running processes (to check for illegal processes), or does anything other than modify the conquer client (which, I'm rather sure is also illegal), you might want to have a very clear EULA stating so, or you could be facing a lawsuit / related case, as you'd be violating end user privacy rights.

Otherwise, though, good job so far.
andyd123 is offline  
Old 02/13/2010, 17:21   #29


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
Im going down a different route, i wont atually touch the client or the client's host, rather im going to check everything that the client does, its alot simpler when an entirely seperate app deals with it, it wont effect the game server at all. So people can use a proxy as much as they like, although it will only last a few minutes and then thats it, banned.
Korvacs is offline  
Old 02/13/2010, 18:32   #30
 
Nullable's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 390
Received Thanks: 321
Quote:
Originally Posted by andyd123 View Post
Just a heads up:
If your anti-bot system in any way accesses the hard drive (i.e. to scan for files), checks running processes (to check for illegal processes), or does anything other than modify the conquer client (which, I'm rather sure is also illegal), you might want to have a very clear EULA stating so, or you could be facing a lawsuit / related case, as you'd be violating end user privacy rights.

Otherwise, though, good job so far.
We don't access hard-drives nor search through processes(although we enumerate modules running in the conquer process but you already excluded that), and however anyone who wants to use a proxy has only 3 minutes before his or her client gets banned..
I don't think we violate any end user privacy rights as we never read data related to anything running outside the boundaries of the conquer client

Thanks for stating some info though :P
Nullable is offline  
Reply




All times are GMT +1. The time now is 13:54.


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.