![]() |
| |||||||
| Home | GzP Upload | GzP Arcade | Register | vbBux / vbPlaza | All Albums | FAQ | Donate | Members List | Calendar | Mark Forums Read |
| SilkRoad Online Bots/Hacks Discussion SilkRoad Bots and Hacks discussion |
![]() |
| | Thread Tools | Display Modes |
| | #1 |
| Lurker | [Tutorial] Using Cleric/Bard skills with fighting classes in AgBot Things you are going to need: -notepad This is nothing more than a VBScript solution. You could also do a script in AutoIt, a language i have only heard about a few days ago, but have not take the time to study. Anyway, here is an example: set wshshell = wscript.createobject("Wscript.shell") wscript.sleep 60000 for i=1 to 3000000000 wshshell.sendkeys "7" wscript.sleep 2000 wshshell.sendkeys "8" wscript.sleep 2000 wshshell.sendkeys "9" wscript.sleep 2000 wshshell.sendkeys "0" wscript.sleep 30000 next What this script does is press your 7, 8, 9, and 0 keys in exactly that order, at an interval of 2 seconds between each key pressed and then, after 30 seconds do that again, exactly 3000000000 times. How can that help you use cleric/bard buffs on your wizard or warrior character? Well its quite simple. To start with, you have to keep your silkroad window maximized. Then place your cleric rod on the 7th hotkey, bless spell on the 8th key, recovery division spell on the 9th hotkey and your normal weapon on the 0 hotkey. All of that is, of course, customizable. And here are a few tips on doing that: wshshell.sendkeys "7" the wshshell.sendkeys command tells the script to press a key. The key pressed will be included in between quotation ( " ) marks. Needless to say you can add as many of these as necesary. wscript.sleep 2000 - the wscript.sleep command tells the script to stop for a while. The exact ammount of time to stop is specified next to it. 2000 means 2 seconds. If you didn't realize... it's in miliseconds :P. You might notice there are 3 points at wich i use this command. The first one, in the beggining tells the script to wait ( 60000miliseconds ) 60 seconds so you can easily get your silkroad window maximized, otherwise the script will press the keys on your desktop. The main reason you dont want that is because you might end up spamming yourself, and it wont do anything with your character on silkroad. The second time i use it is in between push-key commands. That is because silkroad cant process commands if there are given too fast. So if you press 7 to get the cleric rod, then press 8 to get bless spell really fast, it wont be able to process is and go to the next command, and so on. The 3rd time I use it is to set pauses between the time a series of commands ends and the next starts. So your character wont go mad and heal itself every 1 second, wasting all your pots and dying when it really needs healing. for i=1 to 3000000000 - this tells the script how many times its going to repeat its commands. Let's say you want to leave the bot overnight... then you might have to set the value after "to" to a reasonable one. Think about the fact that it needs to heal itself every 30 seconds ( this is case is a mere example ) and healing itself takes about 6 seconds. And also think about the fact that a night has no less then 12 hours. And do the maths... that should get you your result. Anyway... long story short: if you want your charcacter to heal itself 10 times set this to for i=1 to 10, if you want it to heal itself 100 times set to for i=1 to 100, and so on... you get the point. After you're done setting all those values just save your file as... let's say sexonthebeach.vbs and save it. When you want your bot to heal itself run it and have fun. Good luck. BTW, this goes out to all the admins. If this is a discussion and suggestions forum why did you close my thread where i was asking how to fix this problem? I had to do it on my own...thx for nothing gamerz planet :P |
| | |
| Sponsored Links |
| |
| | #2 |
| Registered User | Re: [Tutorial] Using Cleric/Bard skills with fighting classes in AgBot How does it turn off?778 Nvm didnt change a value lol. It only works when i do nothing. Last edited by Storm; 08-01-2008 at 06:48 PM.. Reason: Triplepost |
| | |
| | #3 |
| Registered User | Re: [Tutorial] Using Cleric/Bard skills with fighting classes in AgBot Noobs ! xD Just use this prog [Only registered and activated users can see links. ] Is quite simple and works fine all you have to do is run bot + silkroad and then start this prog. Select your Player name on the prog and config the autoswitchweapon + skill buff yourself as you wish ;) bonfig the delay time and your done :D |
| | |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |