November 21, 20169 yr I have several scripts in my script selector. Instead of manually having to click the play button at the top left of the osbot client and then selecting the specific script manually, is there anyway to assign hotkeys that would activate the assigned script. I know you can have the script start on login, but I use several different ones throughout the time frame and since they are individual private scripts, I cant put them all together to work after each other etc, so manually selecting each one over several bots becomes very demanding. Thanks!
November 22, 20169 yr CLI automatically plays the script. -script id:parameters sleep 60s (any time amount you want) pkill -9 java -script id2:parameters continue this pattern and it will open new scripts It will start script 1 and then it will kill the client after a certain amount of time, opening it with the new script you want it to run. Not sure if there is another way to do this though. Edited November 22, 20169 yr by Juggles
November 22, 20169 yr I have several scripts in my script selector. Instead of manually having to click the play button at the top left of the osbot client and then selecting the specific script manually, is there anyway to assign hotkeys that would activate the assigned script. I know you can have the script start on login, but I use several different ones throughout the time frame and since they are individual private scripts, I cant put them all together to work after each other etc, so manually selecting each one over several bots becomes very demanding. Thanks! Do you have access to the source code of these scripts?
November 22, 20169 yr No, I do not have access to the source codes. Do your scripts have a completion point where they stop? Or do you have to manually stop the script?
November 22, 20169 yr Author Do your scripts have a completion point where they stop? Or do you have to manually stop the script? Yes 1 stops whilst staying logged in and the other logs out after completing task.
November 24, 20169 yr Author Do your scripts have a completion point where they stop? Or do you have to manually stop the script? they stop on completion,
Create an account or sign in to comment