Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Coding Corner
You last visited: Today at 00:20

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

Advertisement



Escape Captcha While Loading

Discussion on Escape Captcha While Loading within the SRO Coding Corner forum part of the Silkroad Online category.

Reply
 
Old   #1
 
elite*gold: 53
Join Date: Sep 2014
Posts: 308
Received Thanks: 88
Escape Captcha While Loading

When i try to a login to a server as clientless if the server hasn't captcha the program stop at characher has been selected and the charcter didn't spawned,but now I need to check if there aren't a captcha exist the program escape it and continue logining
I'm using a notice src
Mr.Awesome1337 is offline  
Old 03/15/2018, 06:07   #2

 
SubZero**'s Avatar
 
elite*gold: 270
Join Date: Apr 2017
Posts: 1,031
Received Thanks: 523
else if ((current.Opcode == 0xa323) && (current.ReadUInt8() != 1))
{
current.ReadUInt8Array(4);
byte num10 = current.ReadUInt8();
ErrorTypeLog("Wrong Captcha (" + num10 + "/3)", new object[0]);
if (num10 == 3)
{
ErrorTypeLog("Disconnected !..", new object[0]);
}
}
else if (current.Opcode == 0x2322)
{
Packet packet = new Packet(0x6323);
packet.WriteAscii("");//change it to the Captcha text
Agent.Send(packet);
}
if you not set a Captcha this will work
SubZero** is offline  
Old 03/15/2018, 12:19   #3
 
elite*gold: 53
Join Date: Sep 2014
Posts: 308
Received Thanks: 88
Quote:
Originally Posted by Zoro.Sro View Post
else if ((current.Opcode == 0xa323) && (current.ReadUInt8() != 1))
{
current.ReadUInt8Array(4);
byte num10 = current.ReadUInt8();
ErrorTypeLog("Wrong Captcha (" + num10 + "/3)", new object[0]);
if (num10 == 3)
{
ErrorTypeLog("Disconnected !..", new object[0]);
}
}
else if (current.Opcode == 0x2322)
{
Packet packet = new Packet(0x6323);
packet.WriteAscii("");//change it to the Captcha text
Agent.Send(packet);
}
if you not set a Captcha this will work
What you mean
//Change it to captcha text
And where i can put this code
Mr.Awesome1337 is offline  
Old 03/15/2018, 14:44   #4

 
SubZero**'s Avatar
 
elite*gold: 270
Join Date: Apr 2017
Posts: 1,031
Received Thanks: 523
Quote:
Originally Posted by Mr.Awesome1337 View Post
What you mean
//Change it to captcha text
And where i can put this code
if the captcha is disabled in server.cfg
dont change the code

GatewayServer {
LastFullVersion_SR_Client 1
Certification "192.168.1.2", 64327
IBUVQueueReserveCount 20000
IBUVQueuePrepareRatio 0.10
IBUVFailureIPTolerance 0
IBUVStringSize 0 //disabled
IBUVCharacterSet "0"
}
////////////////////////////////////////////////////////////////
GatewayServer {
LastFullVersion_SR_Client 1
Certification "192.168.1.2", 64327
IBUVQueueReserveCount 20000
IBUVQueuePrepareRatio 0.10
IBUVFailureIPTolerance 0
IBUVStringSize 1 //enabled
IBUVCharacterSet "a"
}
so how i can put the text if it enable
set a captcha in ur program to read it
maybe text
captcha=a
in program read captcha
where you can put the code
in gateway.cs
SubZero** is offline  
Old 03/17/2018, 15:36   #5
 
elite*gold: 53
Join Date: Sep 2014
Posts: 308
Received Thanks: 88
up
Mr.Awesome1337 is offline  
Old 03/24/2018, 10:05   #6
 
Isoline*'s Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 667
Received Thanks: 348
If the server doesnt send any captcha info, skip it and do what you would normally do, You dont have to enforce the captcha with a nulled string if there is no req for it in the first place.
Isoline* is offline  
Reply


Similar Threads Similar Threads
[Selling] escape from tarkov prepare for escape edition
01/17/2018 - Escape from Tarkov Trading - 7 Replies
Hallo verkaufe ^Titel^ das spiel liegt mir garnicht habe 5-10 runden gezockt und verkaufe daher mein Account Was sollst kosten ? Macht ein Angebot. Paypal wünschenswert + gebe nicht first Nach erhalt des geldes ändere ich email sowie passwort



All times are GMT +1. The time now is 00:21.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.