Log in

View Full Version : User input along with script?



gallowsCalibrator
08-26-2012, 03:10 PM
First off, not sure if this is a dumb question or not, buuut: Is there a way to pause a running script and give user input? For example, if the bot program is stuck at a random, can I pause the script and complete the random myself, and the re-initiate the script afterwards? And give user input while the script is running, as is the case with RSBot?

white_lycan
08-26-2012, 03:27 PM
Well, you could go to the simba window click pause then go to smart and click on disable smart (bottom left) and be able to control the mouse.

Solar
08-26-2012, 04:48 PM
If you are using SMART just click Disable SMART and you gain control of the mouse.

riwu
08-27-2012, 06:41 AM
Make sure you pause (not stop!) the script first before disabling SMART, else the script will continue running but not able to detect anything so it's going to mess up and you will probably have to restart it. Then unpause AFTER you have enable the SMART again.

Also you can utilize srl random tool (http://villavu.com/forum/showthread.php?t=77480) for the aforementioned purpose.

Solar
08-27-2012, 07:55 AM
Make sure you pause (not stop!) the script first before disabling SMART, else the script will continue running but not able to detect anything so it's going to mess up and you will probably have to restart it. Then unpause AFTER you have enable the SMART again.

Also you can utilize srl random tool (http://villavu.com/forum/showthread.php?t=77480) for the aforementioned purpose.

Thanks, never even knew about that tool.