Register for your free account! | Forgot your password?

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

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

Advertisement



Expl0itz in LOTF - How to solve/abuse them

Discussion on Expl0itz in LOTF - How to solve/abuse them within the CO2 Private Server forum part of the Conquer Online 2 category.

Closed Thread
 
Old 04/22/2009, 02:38   #16
 
LetterX's Avatar
 
elite*gold: 20
Join Date: May 2007
Posts: 1,125
Received Thanks: 332
Quote:
Originally Posted by Arcotemple View Post
i dont wanna be spoonfed answers...

i just need a little help in making serverside checks...

i have a coder that can do it but he's in germany...

im just asking for a lil help
Then you're SOL.
LetterX is offline  
Old 04/22/2009, 03:12   #17
 
justprownage's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 203
Received Thanks: 87
Weird the way 3 of these listed exploits aren't in my LOTF source.
justprownage is offline  
Old 04/22/2009, 03:15   #18
 
elite*gold: 0
Join Date: Feb 2008
Posts: 1,590
Received Thanks: 154
Which ones?
tao4229 is offline  
Old 04/22/2009, 03:37   #19
 
justprownage's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 203
Received Thanks: 87
Well 2 actually. The equipping bug I originally didn't have. The trading bug with the tons of money thing I don't have. And I fixed the jump bug myself =D with the disconnection thing.
justprownage is offline  
Old 04/22/2009, 17:04   #20
 
elite*gold: 0
Join Date: Dec 2007
Posts: 618
Received Thanks: 213
want to bet i can use hacks on ur server? ^^
alexbigfoot is offline  
Old 04/23/2009, 07:28   #21
 
elite*gold: 0
Join Date: Jan 2009
Posts: 201
Received Thanks: 9
ok at least tell me this
if i code it in is it gonna go in client.cs? or what
Arcotemple is offline  
Old 11/19/2009, 03:41   #22
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by tao4229 View Post


===============================================
Jumping
===============================================
Description - You can jump as far as you want. AS FAR AS YOU WANT.

Abuse - The only way you can really abuse this is with a proxy. Jumping to the other side of the map . I mean, you can do the super ass long jump by clicking opposite sides of the screen etc but meh.

Solution - Distance checks yet again. Simple solution, and if you do it like official CO(Disconnecting on long jumps) it provides an easy way to DC xD.
The way I fixed this was put in a pull back.
I got the pullback from Arcotemple and f0am a while back.

Code:
                                        if (MyMath.PointDistance(PrevX, PrevY, NewX, NewY) > 15)
                                        {
                                            MyChar.Teleport(MyChar.LocMap, MyChar.LocX, MyChar.LocY);
                                            SendPacket(General.MyPackets.SendMsg(MessageId,"SYSTEM", MyChar.Name, "PullBack!", 2011);
retrun;//this way your server won't still change the LocX and LocY of the client. 
                                        }
You're supposed to put that after I think case 133?
I'm pretty sure thats it.

Code:
ushort NewY = (ushort)((Data[0xf] << 8) + Data[0xe]);
It's supposed to be inserted directly under this code.
Sorry for bumping an old thread.
I barely realized the date on this thread.
Arcо is offline  
Old 11/19/2009, 16:47   #23
 
elite*gold: 0
Join Date: Sep 2008
Posts: 1,683
Received Thanks: 505
You can fix the trading, equipment and jumping easily.
I didn't know that changing files in your client would give you the opportunity to wear high level equipment. Going to fix that in my source.
Basser is offline  
Old 11/19/2009, 22:09   #24
 
elite*gold: 0
Join Date: Feb 2006
Posts: 550
Received Thanks: 81
heh, i've actually came across over 10 LOTF exploits when writing jonquer & checking LOTF how things are handled there, it seriously lacks validating anything the client sends it. Too bad i didn't log these as i came across them, but you can completely destroy any LOTF server if you wanted too.
ChingChong23 is offline  
Old 11/19/2009, 22:15   #25
 
elite*gold: 0
Join Date: Nov 2009
Posts: 149
Received Thanks: 22
Every solution you have ca be beatet.
The thing with jump is easy.
Also there is alot way more problems.
Speedhack,aimbot,botting,c3hack.
You cant fix the item.dat problem as your way.
You can change the language of it instead of checking everything.
If you have 1000players, you can check everything?
I dont think so, you ahve to make alot way more things to protect server real.
Thats why you have Screencam programs such as Fraps, so
players can report other players with videos.
Simple.
#*=DarkAngeL=*# is offline  
Old 11/20/2009, 18:35   #26
 
elite*gold: 0
Join Date: Sep 2008
Posts: 1,683
Received Thanks: 505
Quote:
Originally Posted by #*=DarkAngeL=*# View Post
Every solution you have ca be beatet.
The thing with jump is easy.
Also there is alot way more problems.
Speedhack,aimbot,botting,c3hack.
You cant fix the item.dat problem as your way.
You can change the language of it instead of checking everything.
If you have 1000players, you can check everything?
I dont think so, you ahve to make alot way more things to protect server real.
Thats why you have Screencam programs such as Fraps, so
players can report other players with videos.
Simple.

1) You're talking about hacks, not small edits to get benefit from
2) Changing the language? Can you please make clear what you mean? I don't think you can change the itemtype.dat to another language, since it's mainly numbers and will only effect the game in a bad way, besides there are many translators on the internet available. Beautiful isn't it?
3) What you're saying is: A server should depend on people sending videos of botters, hackers or what ever the guy is doing he shouldn't do.
4) What are you talking about? It's not simple to fix it, 2 lines above this, you said you have to make a lot more to protect the server for real, and now it's easy? Confused me.

Sorry for being a little rude, but your post didn't really make sense.
Basser is offline  
Old 07/02/2010, 13:40   #27
 
elite*gold: 0
Join Date: Apr 2009
Posts: 130
Received Thanks: 89
Quote:
Originally Posted by Basser View Post
1) You're talking about hacks, not small edits to get benefit from
2) Changing the language? Can you please make clear what you mean? I don't think you can change the itemtype.dat to another language, since it's mainly numbers and will only effect the game in a bad way, besides there are many translators on the internet available. Beautiful isn't it?
3) What you're saying is: A server should depend on people sending videos of botters, hackers or what ever the guy is doing he shouldn't do.
4) What are you talking about? It's not simple to fix it, 2 lines above this, you said you have to make a lot more to protect the server for real, and now it's easy? Confused me.

Sorry for being a little rude, but your post didn't really make sense.
Haha i agree
irritantgassie is offline  
Old 07/02/2010, 23:29   #28
 
elite*gold: 0
Join Date: Jun 2009
Posts: 787
Received Thanks: 314
...
8 month bump,

Pretty ninja there
_tao4229_ is offline  
Thanks
5 Users
Closed Thread


Similar Threads Similar Threads
HOW TO SOLVE THIS ? HELP ME
09/10/2010 - Soldier Front Hacks, Bots, Cheats & Exploits - 18 Replies
PAG INOPEN KO UNG SPECIAL FORCE GANITO KAGAD UNG LUMALABAS D KO LAM KUNG BKIT WALA NMN AKUNG GINAMIT NA KUNG ANU PWDNG MAKA SIRA GG HELP ME PLS http://www.flickr.com/photos/52382664@N04/4973739 595/
[HELP] To solve this bug.
12/17/2009 - EO PServer Hosting - 2 Replies
Hello again. I wanna make a DB, by myself, starting from ManqeuinFull Database. In this DB, it's a bug, if i make more than lvl 137, like 138/255, when i relog, my char crash. Why ? I'm noob :) Thanks !
[HELP] Compile error with LOTF(i know LOTF sucks but just help)
06/19/2009 - CO2 Private Server - 3 Replies
It says: Loaded 254 portals. Loaded 1027 NPCs. Loaded 37 mobs. Loaded 11147 items. Loaded 172 mob spawns. System.ArgumentOutOfRangeException: 'minValue' cannot be greater then mxValue. Parameter name : minValue at System.Random.Next<Int32 minValue, Int32 maxValue> at COServer_Project.Mobs.SpawnAllMobs<> in C:\Documents and Settings\Admin\My Documents\COServerProject1\COServerProject\Entitie s.cs:line 207



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


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.