Register for your free account! | Forgot your password?

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

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

Advertisement



How To code Tools or bot For Silkroad

Discussion on How To code Tools or bot For Silkroad within the SRO Coding Corner forum part of the Silkroad Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2011
Posts: 10
Received Thanks: 0
Exclamation How To code Tools or bot For Silkroad

Hello People,


Can anybody help me out. i'm new in Visual Basic 2010 Express
and i want to create Tools or a bot for Silkroad I want to start from little to big


I have Some experience ( Not Alot )
*Programs i Made*
-TextSpammer
-a Simple Login System
-Security with Program List
-EmailBomber
-File Converter
-And Sam Computer Talker
-Browser
---- Video of the Programs i made ---

#1
#2

#3

(THis PROGRAMS MADE FROM SOME GUIDES I FOLLOWD BUT DESIGNED BY ME AND CODED!)
-----------------------------------


i hope anybody wants to help me out!
dbay12 is offline  
Old 08/17/2011, 23:49   #2
 
elite*gold: 0
Join Date: Nov 2010
Posts: 76
Received Thanks: 7
PC Beep??

Fail
Monaiz is offline  
Old 08/17/2011, 23:53   #3
 
elite*gold: 0
Join Date: Aug 2011
Posts: 10
Received Thanks: 0
not really an useful reaction..

Quote:
Originally Posted by Monaiz View Post
PC Beep??

Fail
not really an useful reaction..
dbay12 is offline  
Old 08/17/2011, 23:56   #4
 
kevin_owner's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 1,484
Received Thanks: 809
and that browser is probably a standard control of some library??

You said you were new to visual basic I suggest you to learn it before you start on a bot and then learn how to community with tcp/ip and how the hexadecimal system works.

But basicly a bot is a program which sends some packets to the server. so you need a client to connect to your program and your program has to connect to the server. then you start reading data and writing data.
kevin_owner is offline  
Old 08/18/2011, 00:03   #5
 
elite*gold: 0
Join Date: Nov 2010
Posts: 76
Received Thanks: 7
Quote:
Originally Posted by dbay12 View Post
not really an useful reaction..



not really an useful reaction..
Console.Beep() isn't hard
Monaiz is offline  
Thanks
1 User
Old 08/18/2011, 00:10   #6
 
elite*gold: 0
Join Date: Aug 2011
Posts: 10
Received Thanks: 0
Quote:
Originally Posted by kevin_owner View Post
and that browser is probably a standard control of some library??

You said you were new to visual basic I suggest you to learn it before you start on a bot and then learn how to community with tcp/ip and how the hexadecimal system works.

But basicly a bot is a program which sends some packets to the server. so you need a client to connect to your program and your program has to connect to the server. then you start reading data and writing data.
the Browser is just basic Design and buttons codded like navigate blabla
not hard, and, Yes youre right but its oke to collect some information
thank you for youre Reaction! do you have more information that i must know to start making a bot?
dbay12 is offline  
Old 08/18/2011, 00:30   #7
 
kevin_owner's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 1,484
Received Thanks: 809
yeah time lots of it. you won't write it in a day or a week or a month. well a basic one is doable in a month but you don't have much experience with it so it'll take lots of time.

Just play arround with sockets create some client/server apps see how the structure of the silkroad packets is. there are enough open source emulator projects so you could always use those to understand the packets.
kevin_owner is offline  
Old 08/18/2011, 01:41   #8
 
elite*gold: 0
Join Date: Aug 2011
Posts: 10
Received Thanks: 0
Yes i searched for some Sources but i want it for Visual Basic 2010
and Time is not a problem i don't care if it takes a Year i just want to learn
making it. il try but hope somebody can give me More info about how to make client/server apps i dont know how to let my program send packets to silkroad, i just made a keyPresser
with SendKeys.Send ({}) and timer and interval but it sucks because i dont know how to make it to auto open Silkroad and d oit by him self
dbay12 is offline  
Old 08/18/2011, 02:05   #9
 
kevin_owner's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 1,484
Received Thanks: 809
take a look at drew's post of the silkroadsecurityapi it handles the security of silkroad and has a proxy example in it. it is all C# but you can convert it to vb.net with an online tool.
kevin_owner is offline  
Old 08/18/2011, 10:28   #10
 
elite*gold: 0
Join Date: Aug 2011
Posts: 10
Received Thanks: 0
kevin youre the best Thankyou Bro!
dbay12 is offline  
Old 08/19/2011, 14:52   #11
 
elite*gold: 0
Join Date: May 2009
Posts: 18
Received Thanks: 6
i dont think you can code a bot in VB
may be C++?
giniyat202 is offline  
Old 08/19/2011, 16:52   #12
 
kevin_owner's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 1,484
Received Thanks: 809
You can code a bot in any language that supports sockets and binary packing. So yeah you can in vb you even code it in PHP
kevin_owner is offline  
Old 08/19/2011, 17:21   #13
 
Shane¸'s Avatar
 
elite*gold: 100
Join Date: May 2010
Posts: 1,948
Received Thanks: 1,635
Quote:
Originally Posted by kevin_owner View Post
You can code a bot in any language that supports sockets and binary packing. So yeah you can in vb you even code it in PHP
hmm... It would be interesting... you could upload the bot on a webserver and happy clientless botting 24/7, if you want you can check the bot status anytime / from any PC...
Shane¸ is offline  
Old 08/19/2011, 17:27   #14
 
elite*gold: 0
Join Date: Jan 2010
Posts: 243
Received Thanks: 37
Quote:
Originally Posted by ~ Shane View Post
hmm... It would be interesting... you could upload the bot on a webserver and happy clientless botting 24/7, if you want you can check the bot status anytime / from any PC...
lol that sounds awsome
kagestodder is offline  
Thanks
1 User
Old 08/19/2011, 17:42   #15


 
Yo123's Avatar
 
elite*gold: 41
Join Date: Nov 2007
Posts: 3,390
Received Thanks: 2,700
Quote:
Originally Posted by ~ Shane View Post
hmm... It would be interesting... you could upload the bot on a webserver and happy clientless botting 24/7, if you want you can check the bot status anytime / from any PC...
benco is doing that for csro...
Yo123 is offline  
Reply


Similar Threads Similar Threads
Silkroad Tools Pack
09/10/2010 - SRO Hacks, Bots, Cheats & Exploits - 25 Replies
Hi guys, for the lottery, someone won it btw, i wasn't a scammer :D Today, i introduce to you a program that is 6 in 1... Silkroad Tools pack... First, it is programmed by me, by VB 6.0 :D It contains lots of features, like Taxi Maker Timer, Taxi Maker Guide, Taxi Joiner Timer, Taxi Joiner Guide, Auto Login for Private Silkroad Versions, and Uniques Maps and health....
[Tools]Silkroad Tools Collection
07/05/2008 - SRO Hacks, Bots, Cheats & Exploits - 4 Replies
Hi guys, i thought it would be a good idea to post the best and most important tools for Silkroad which have been posted here in one package, so that u dont have to download every file seperately.I added some general information and links to guides in form of ReadMe files. Content: Newest: -AgBot -Testosterone-Loader -GreYFoX´ No-Dc Client -AgDev -LogSro



All times are GMT +2. The time now is 04:35.


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.