OUTDATED AT THE MOMENT
Hi everyone. If any of you play on PlaySRO you know that on some of their servers botting is allowed as long as you don't goldbot. However there is a 3 hour "buff" which gives you the xp/sp gained from monsters and if it's over you can't get xp until you re-log in.
I wrote a little script that interrupts and reconnects your internet connection every 3 hour so you get dc and the bot can log in again.
In case you have problems which bot is the best for this private server here are the ones I use:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
So here is the code
You have to place this into a notepad and the rename it to <anything>.vbs
You start silkroad, setup the bot to re-log in after dc, and then simply double-click on the created .vbs file.
A few notice:
-After you started the script you won't see anything but it starts to countdown from 3 hour.
-It's a windows script and I don't really know where you can track it's progress.
-The script start itself 11 times which means you can bot for 33 hours without editing anything manually. If you want to stop the script restart your computer.
-It works for me but don't work for one of my friend. It's because when the script breaks his connection and his internet unable to connect back for about a half hour.
+If the same happens to you you can try reduce the time between disconnect and connect, by modify the second sleep (WScript.Sleep(15000)) to a lower number.
This is set for 15 seconds now, you can try different times.
[Only registered and activated users can see links. Click Here To Register...]
I hope it's helped, feel free to post/pm if you have any question.
Hi everyone. If any of you play on PlaySRO you know that on some of their servers botting is allowed as long as you don't goldbot. However there is a 3 hour "buff" which gives you the xp/sp gained from monsters and if it's over you can't get xp until you re-log in.
I wrote a little script that interrupts and reconnects your internet connection every 3 hour so you get dc and the bot can log in again.
In case you have problems which bot is the best for this private server here are the ones I use:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
So here is the code
Code:
For i = 0 to 10
WScript.Sleep(10800000)
set oWSH = CreateObject ("WScript.Shell")
oWSH.Run "CMD /C ipconfig /release", 1, True
WScript.Sleep(15000)
oWSH.Run "CMD /C ipconfig /renew", 1, True
Next
You start silkroad, setup the bot to re-log in after dc, and then simply double-click on the created .vbs file.
A few notice:
-After you started the script you won't see anything but it starts to countdown from 3 hour.
-It's a windows script and I don't really know where you can track it's progress.
-The script start itself 11 times which means you can bot for 33 hours without editing anything manually. If you want to stop the script restart your computer.
-It works for me but don't work for one of my friend. It's because when the script breaks his connection and his internet unable to connect back for about a half hour.
+If the same happens to you you can try reduce the time between disconnect and connect, by modify the second sleep (WScript.Sleep(15000)) to a lower number.
This is set for 15 seconds now, you can try different times.
[Only registered and activated users can see links. Click Here To Register...]
I hope it's helped, feel free to post/pm if you have any question.