Jump to content
Sign in to follow this  
Dan

Discussion of current Exploit

Recommended Posts

So as many know, there has been an exploit going around, it's almost the same pattern, such that GroupServer loses socket connect with GateServer.

Has anyone out there know a solution for this such that it can be reproduced? Checked logs and did not find quite much about it. However, I have found that of 

MP_TEAM_CREATE() send ToGameServer data to GateServer.

 

This is a significant loss in the hopes of server admins running servers, as much have been closed due to this.

 

and as a result if a person parties another, they will experience a disconnection.

If chat they will disconnect.

Experiencing this I have found that -> If disconnect character with a 2nd client, the potential error is fixed, but it is a hassle to doing this over and over everytime exploit is done comparableto restarting Group/Gate.

Results is with and without filter = same. This is not a packet issue I assume, as limitations have applied but results the same.

1 (1).png

qweqweqw.png

Edited by GOAT
  • Like 4

Nissan-GT-R.gif

Share this post


Link to post
Share on other sites

Now another known exploit:

 

Argent map crashes nothing inside logs. Cannot kill from console either.

No "Debug" or GameServer.exe has stopped working.

Edited by GOAT

Nissan-GT-R.gif

Share this post


Link to post
Share on other sites

I'm having the same problem and after that error there comes to me that one.

I already tried several configurations in the gameserver.cft [Entity]

even though I only open argent after falling back to give me that same problem.

There are no errors in Lua_err.txt etc ...

unknown.png


Being better than others is for those who are weak; what matters is to be true to yourself.         

 

Share this post


Link to post
Share on other sites
18 minutes ago, z0nT said:

is it doesnt help?
 

 

I have already fixed these exploits on my gameserver.

CCharacter::BickerNotice

CCharacter::PopupNotice

CPlayer::SystemNotice

 

 

 

 


Being better than others is for those who are weak; what matters is to be true to yourself.         

 

Share this post


Link to post
Share on other sites

@1g0rS1lv4 Theres another exploit to crash ur GameServer, which are being used from some kiddies out there.
Changing Birth Map to a Map with big letters = GS Crash!
Another one is done while Teleporting through NPC Teleporter.

So far i know this two only & i talked about this with ROSO Owner "Derick" who had such problem tho, try make a DUMP File and check it out and share on forum and i hope as some of Known Devs already said on another topic that "if you share the problem they can help fix for the public"

Edited by FapFap

Share this post


Link to post
Share on other sites
12 hours ago, FapFap said:

@1g0rS1lv4 Theres another exploit to crash ur GameServer, which are being used from some kiddies out there.
Changing Birth Map to a Map with big letters = GS Crash!
Another one is done while Teleporting through NPC Teleporter.

So far i know this two only & i talked about this with ROSO Owner "Derick" who had such problem tho, try make a DUMP File and check it out and share on forum and i hope as some of Known Devs already said on another topic that "if you share the problem they can help fix for the public"

 

and how a normal player can do this? all those packets edits, they are using custom tool instead of wpe pro or RPE?

 

btw the Changing Birth Map to a Map with big letters = GS Crash is because system chat, so we can say its fixed.

Edited by squaller

Share this post


Link to post
Share on other sites

since we re talking about exploits, ide say that theres infinite stats exploit,(they add the stats directly to the character, not stats points) i dont know how to do it , but is real, since some players did it on my server. they can get infinite stats even if you limit max stats on Init_Attr.lua. so if you guys are running server, make sure you don't have players edited, by adding an stats checking script .

 

 

Edited by squaller

Share this post


Link to post
Share on other sites
2 hours ago, squaller said:

since we re talking about exploits, ide say that theres infinite stats exploit,(they add the stats directly to the character, not stats points) i dont know how to do it , but is real, since some players did it on my server. they can get infinite stats even if you limit max stats on Init_Attr.lua. so if you guys are running server, make sure you don't have players edited, by adding an stats checking script .

 

 

Just check attr's after player is created and change to 5 at AttrCalculate.lua

 

 

14 hours ago, squaller said:

btw the Changing Birth Map to a Map with big letters = GS Crash is because system chat, so we can say its fixed.

Nope.

Share this post


Link to post
Share on other sites
Just check attr's after player is created and change to 5 at AttrCalculate.lua

true :)

 

btw the Changing Birth Map to a Map with big letters = GS Crash is because system chat, so we can say its fixed.

well, i tried it already so idk  XD

Edited by squaller

Share this post


Link to post
Share on other sites

This is just an example of the exploit being re-produced. (Resulting in "Connection Failed")

 

 @V3ct0r  

возможно, вы можете предотвратить отправку нескольких пакетов? Я думаю, если возможно, сделайте патч в GateServer, который распознает легальные пакеты, или если 1 I.P соединяется 5 раз в течение 10 секунд = удар или бан. Это не требует от человека подключения к игре. Я могу больше об этом говорить, но только наедине.

UvNlzKo.gif

Edited by GOAT

Nissan-GT-R.gif

Share this post


Link to post
Share on other sites

didnt v3ctor is selling gateserver patched ? with max socked 6400+ i saw one like that before. 

 

 

Edited by squaller

Share this post


Link to post
Share on other sites
25 minutes ago, squaller said:

didnt v3ctor is selling gateserver patched ? with max socked 6400+ i saw one like that before. 

 

 

Never heard of, any proof?


Nissan-GT-R.gif

Share this post


Link to post
Share on other sites

 

but, i have re-produced the DoS on this gateserver 65k connections, but the gateserver crash at the socket connection 2048

 

so this , dont work. sorry

 

gate.jpg

Edited by squaller

Share this post


Link to post
Share on other sites
1 hour ago, squaller said:

 

but, i have re-produced the DoS on this gateserver 65k connections, but the gateserver crash at the socket connection 2048

 

so this , dont work. sorry

 

gate.jpg

"In Internet protocols, 65535 is also the number of TCP and UDP ports available for use, since port 0 is reserved."


Nissan-GT-R.gif

Share this post


Link to post
Share on other sites
On 5/13/2019 at 5:24 PM, FapFap said:

@1g0rS1lv4 Theres another exploit to crash ur GameServer, which are being used from some kiddies out there.
Changing Birth Map to a Map with big letters = GS Crash!
Another one is done while Teleporting through NPC Teleporter.

So far i know this two only & i talked about this with ROSO Owner "Derick" who had such problem tho, try make a DUMP File and check it out and share on forum and i hope as some of Known Devs already said on another topic that "if you share the problem they can help fix for the public"

any update about this exploits?


nagi_no_asukara_signature_by_tsukii_h0sh

Share this post


Link to post
Share on other sites

Gameserver can also be crashed by spamming apply to guild packets, but this applies only to gameserver containing ascaron. Open wpe, start recording, apply to guild, start sending packets and gameserver crashes within seconds.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...