Register for your free account! | Forgot your password?

You last visited: Today at 15:08

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

Advertisement



Legit User OPcodes

Discussion on Legit User OPcodes within the SRO Private Server forum part of the Silkroad Online category.

Reply
 
Old   #1
 
B13.'s Avatar
 
elite*gold: 0
Join Date: Jun 2012
Posts: 239
Received Thanks: 26
Legit User OPcodes

hey guys im not sure if this is the right section to ask,
any ways any one knows opcodes that a normal user will send
[ a user who started the game from Silkroad.exe]
and opcodes that a BOT user will send ?
is there is a way to know the difference between these 2 users and how to detect them

thx in advance

Sorry for;
bad english, wrong section?
B13. is offline  
Old 08/31/2016, 18:43   #2

 
elite*gold: 100
Join Date: Jun 2013
Posts: 442
Received Thanks: 778
I don't think the "start" button on the launcher sends a packet.

But you can make your own dll and hook it to the launcher and make it send an opcode, i don't see how that is going to help you though since it can be easy to crack if people know what they're doing
Anonymous-9238 is offline  
Thanks
1 User
Old 08/31/2016, 19:38   #3
 
elite*gold: 11
Join Date: May 2009
Posts: 617
Received Thanks: 587
if player logins with launcher, he disconnects from gateway after pressing start and creating new connection to gateway again, so you cant track if player started game with launcher or not.
qoaway is offline  
Thanks
1 User
Old 08/31/2016, 20:10   #4
 
B13.'s Avatar
 
elite*gold: 0
Join Date: Jun 2012
Posts: 239
Received Thanks: 26
Quote:
Originally Posted by qoaway View Post
if player logins with launcher, he disconnects from gateway after pressing start and creating new connection to gateway again, so you cant track if player started game with launcher or not.
thank you for that note.
so how does filters lets say k-guard detects mbot users and shuts them down ?
B13. is offline  
Old 08/31/2016, 20:21   #5
 
LastThief*'s Avatar
 
elite*gold: 60
Join Date: Feb 2012
Posts: 3,942
Received Thanks: 6,475
Okay first of all the launcher is just literally a launcher and serves absolutely no purpose except for updates. what it does is launching sro_client.exe with the following parameters /locale 0 0 in case of vsro the locale is 22 so the launcher launches the sro_client.exe as the following sro_client.exe /22 0 0 so the bot just skips the "updating" and just launches the client with corresponding parameters and now regarding to your question about shutting down the bots it's all about SilkroadSecurityAPI while sending the handshake you can set the two parameters of sending to true,true (which are encrypted, massive)
As far as I recall if you set the handshake packet to be both encrypted and massive the bot won't handle it and it'll terminate. The filter aka "k-guard" serves as a intermediary between the client and server and it works as the following if you are NOT using a filter

Bot : Hi, I'm starting please handshake me
Server : Okay there you go the handshake packet which is encrypted but not massive.
Client : Thank you so much I started.

And in this case you can't control what's going on. But if you have a filter between the client and server it'll go as following

Bot : Hi, I'm starting please handshake me
Server : Okay there you go the handshake packet which is encrypted but not massive.
Filter : Surprise ************ *proceeds to recreate the packet which is encrypted and massive using the bytes from the server*
Filter : There you go a packet which won't make you work.
Bot : DAFUQ IS THIS **** ? *crashes in Spanish*

Annnd, that's it
LastThief* is offline  
Thanks
5 Users
Old 08/31/2016, 20:37   #6
 
Finsterlord's Avatar
 
elite*gold: 0
Join Date: Mar 2011
Posts: 347
Received Thanks: 544
So it's possible to shutdown bots connecting to the server completely? Or will there still be any backdoors for them to connect?

@ You want to create a botfree server?
Finsterlord is offline  
Thanks
1 User
Old 08/31/2016, 20:38   #7
 
LastThief*'s Avatar
 
elite*gold: 60
Join Date: Feb 2012
Posts: 3,942
Received Thanks: 6,475
Quote:
Originally Posted by Finsterlord View Post
So it's possible to shutdown bots connecting to the server completely? Or will there still be any backdoors for them to connect?

@ You want to create a botfree server?
Nope there's no work around if you set both parameters to true while creating packet.
I.E : Packet p = new Packet(someOpcodeHere,true,true)
LastThief* is offline  
Thanks
1 User
Old 08/31/2016, 20:46   #8
 
rares495's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 462
Received Thanks: 219
Quote:
Originally Posted by LastThief* View Post
Nope there's no work around if you set both parameters to true while creating packet.
I.E : Packet p = new Packet(someOpcodeHere,true,true)
So basically k-guard already does that?
rares495 is offline  
Old 08/31/2016, 20:47   #9
 
LastThief*'s Avatar
 
elite*gold: 60
Join Date: Feb 2012
Posts: 3,942
Received Thanks: 6,475
Quote:
Originally Posted by rares495 View Post
So basically k-guard already does that?
Yes but k-guard suck ***** so bad and the code base is hideous
LastThief* is offline  
Thanks
1 User
Old 08/31/2016, 20:47   #10
 
B13.'s Avatar
 
elite*gold: 0
Join Date: Jun 2012
Posts: 239
Received Thanks: 26
Quote:
Originally Posted by LastThief* View Post
Okay first of all the launcher is just literally a launcher and serves absolutely no purpose except for updates. what it does is launching sro_client.exe with the following parameters /locale 0 0 in case of vsro the locale is 22 so the launcher launches the sro_client.exe as the following sro_client.exe /22 0 0 so the bot just skips the "updating" and just launches the client with corresponding parameters and now regarding to your question about shutting down the bots it's all about SilkroadSecurityAPI while sending the handshake you can set the two parameters of sending to true,true (which are encrypted, massive)
As far as I recall if you set the handshake packet to be both encrypted and massive the bot won't handle it and it'll terminate. The filter aka "k-guard" serves as a intermediary between the client and server and it works as the following if you are NOT using a filter

Bot : Hi, I'm starting please handshake me
Server : Okay there you go the handshake packet which is encrypted but not massive.
Client : Thank you so much I started.

And in this case you can't control what's going on. But if you have a filter between the client and server it'll go as following

Bot : Hi, I'm starting please handshake me
Server : Okay there you go the handshake packet which is encrypted but not massive.
Filter : Surprise motherfucker *proceeds to recreate the packet which is encrypted and massive using the bytes from the server*
Filter : There you go a packet which won't make you work.
Bot : DAFUQ IS THIS SHIT ? *crashes in Spanish*

Annnd, that's it
what you said sure explains this in a great way
PHP Code:
    if (Form1.mbotlogin != "Close")
                    
this.lg_local_security.GenerateSecurity(truetruetrue);
                else
                    
this.lg_local_security.GenerateSecurity(truefalsefalse); 
i have 2 questions tho
1.sbot can handle those ?
as i worked with kguard befor when closing mbot , sbot users act like nothing happend
2.can i change the locale 22 to any thing ?
B13. is offline  
Old 08/31/2016, 20:52   #11
 
LastThief*'s Avatar
 
elite*gold: 60
Join Date: Feb 2012
Posts: 3,942
Received Thanks: 6,475
Quote:
Originally Posted by B13. View Post
what you said sure explains this in a great way
PHP Code:
    if (Form1.mbotlogin != "Close")
                    
this.lg_local_security.GenerateSecurity(truetruetrue);
                else
                    
this.lg_local_security.GenerateSecurity(truefalsefalse); 
i have 2 questions tho
1.sbot can handle those ?
as i worked with kguard befor when closing mbot , sbot users act like nothing happend
2.can i change the locale 22 to any thing ?
1-Nope all bots will be disabled
2-Techincally yes, production-wise ? nope
LastThief* is offline  
Thanks
1 User
Old 08/31/2016, 21:37   #12
 
B13.'s Avatar
 
elite*gold: 0
Join Date: Jun 2012
Posts: 239
Received Thanks: 26
Quote:
Originally Posted by LastThief* View Post
1-Nope all bots will be disabled
2-Techincally yes, production-wise ? nope
can't be done throw srblabal.ini from the cert files ?
or the server files will have some changes as well the blabalserver.exe and stuff ?

Quote:
Originally Posted by Finsterlord View Post
So it's possible to shutdown bots connecting to the server completely? Or will there still be any backdoors for them to connect?

@ You want to create a botfree server?
yes i do, bots are so annoying beside the system i have in my mind wont need a single bot task or take too much time so the users dont just leave the pc and come back after a day see if its done, the answer LastThief provided solves every thing but still looking for every way to do it.
B13. is offline  
Thanks
1 User
Old 08/31/2016, 22:13   #13
 
Finsterlord's Avatar
 
elite*gold: 0
Join Date: Mar 2011
Posts: 347
Received Thanks: 544
Will these measures prevent from other 3rd party programs like multiclients and alchemy tools, too?

I'm sorry to ask, but I never used (and never will) any of these bot programs and thus I don't know how they work. I prefer playing in an environment with human beings playing the game.
Finsterlord is offline  
Thanks
1 User
Old 08/31/2016, 23:39   #14
 
LastThief*'s Avatar
 
elite*gold: 60
Join Date: Feb 2012
Posts: 3,942
Received Thanks: 6,475
Quote:
Originally Posted by Finsterlord View Post
Will these measures prevent from other 3rd party programs like multiclients and alchemy tools, too?

I'm sorry to ask, but I never used (and never will) any of these bot programs and thus I don't know how they work. I prefer playing in an environment with human beings playing the game.
Yes as they will prevent everything that's 3rd party.

Quote:
Originally Posted by B13. View Post
can't be done throw srblabal.ini from the cert files ?
or the server files will have some changes as well the blabalserver.exe and stuff ?



yes i do, bots are so annoying beside the system i have in my mind wont need a single bot task or take too much time so the users dont just leave the pc and come back after a day see if its done, the answer LastThief provided solves every thing but still looking for every way to do it.
Not really sure, I did not go deep into file structure so not really sure.
LastThief* is offline  
Thanks
3 Users
Old 09/01/2016, 12:03   #15
 
B13.'s Avatar
 
elite*gold: 0
Join Date: Jun 2012
Posts: 239
Received Thanks: 26
Small Update
PHP Code:
   this.lg_local_security.GenerateSecurity(truefalsefalse); 
worked
and mbot client didn't run
how ever some tools are still able to run
vSro Alchemy worked.

so i tried to change the locale every server file worked fine but
smc fail to load plugins tho , and idea ?
.can login
.when loads plugins stops working.
B13. is offline  
Reply


Similar Threads Similar Threads
looking for CSGO LEVEL 3 BOOSTER (legit user only)
09/18/2015 - Counter-Strike Trading - 1 Replies
Hello, I am looking for serious/legit Players who can boost my CSGO Accounts to level 3. I prefer German players. But any other players from Europe are welcome too. Make me any offers via PN. I can pay via Money (Paypal/Bank transfer/Keys/csgo Skins/PSC/...)
i want a little help in opcodes
05/27/2015 - SRO Private Server - 4 Replies
guys i want some helps :confused: 1- this opcode of send global : Packet packet = new Packet(0x704C, true); packet.WriteUInt8(0x0D); packet.WriteUInt8(0xEC); packet.WriteUInt8(0x29); packet.WriteAscii(Message); Agent.Send(packet);
[Buying] LEGIT USER lvl 35+
02/20/2015 - WarRock Trading - 3 Replies
hi :D The user dont have to be with any retail or perm! only K/D 1.up max price is 30 EURO TNX :)
3.7 opcodes
06/10/2013 - Aion Private Server - 6 Replies
Does anyone know where to find the aion F2P 3.7 opcode list?
[How to ] User GameAnarchy Legit hack! German
09/25/2011 - Combat Arms Hacks, Bots, Cheats & Exploits - 1 Replies
GameAnarchy Legit ViP hack tutorial german - YouTube



All times are GMT +2. The time now is 15:08.


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.