You are viewing our Forum Archives. To view or take place in current topics click here.
{TUT} How to run Wbot in Developer mode.
Posted:

{TUT} How to run Wbot in Developer mode.Posted:

nober555
  • Prospect
Status: Offline
Joined: Dec 06, 201013Year Member
Posts: 667
Reputation Power: 46
Status: Offline
Joined: Dec 06, 201013Year Member
Posts: 667
Reputation Power: 46
I have already seen a couple people ask this question "how do I run wbot/rsbot in dev mode?" So I thought I would just make a topic showing people how to do it.
First off there really is not reason for anyone to run a bot in dev mode unless you are using it for its purpose. Which is to make/test a script that ether you or someone else wrote. WARNING! There is a chance of your RS Account being banned for logging in to a bot client in dev mode. Use at your own risk.

1st) Once you have downloaded wbot or RSbot you are going to want to make a folder and put the client in that folder.
[ Register or Signin to view external links. ]


2nd) You are going to make a new text document in that same folder.

3rd) Edit the text document and paste this code in it. Make sure that it has the exact name. For instance when you download RSbot its named different Like "RSbot-4051.jar" Edit that to "RSbot.jar"

Wbot
@echo off
java -jar -Xmx1024m wbot.jar -dev
pause

RSbot
@echo off
java -jar -Xmx1024m RSbot.jar -dev
pause

[ Register or Signin to view external links. ]


4th) You are going click "file> save as" and save it as "run.bat" under all files.
[ Register or Signin to view external links. ]

[ Register or Signin to view external links. ]

5th) Double click the run.bat batch file. It should open up into command prompt window followed by the bot of your choice in dev mode.
[ Register or Signin to view external links. ]


I hope this tutorial help some of you. If anyone needs any help feel free to PM me.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.