Jump to content
UBot Underground

/auto on Ubot 5 not working on the standard version


Recommended Posts

There's This

 

ui stat monitor("<script type=\"text/javascript\">
    window.setTimeout(function() \{ ubot.runScript(\'onload()\') \}, 500)
</script>", "")
define onload {
    navigate("google.com", "Wait")
}

Link to post
Share on other sites
  • 1 month later...

/auto doesn't work in Version 5 - you are meant to instead now use the in built scheduler.

 

You can use Onload, that works for me but it won't close the procedure once it is finished, you will probably have to play around with .bat files to try and kill the process that way.

 

Personally, I find not having the /Auto in version 5 a serious problem, I have a lot of applications that need to fire off Ubots based on events not schedule time so version 5's scheduler isn't the answer, (its a nice addition but not an alternative).

 

I could use the Onload command but could really do with a terminate procedure function to go with it, better still just bring back the /auto command as that worked perfectly. 

 

I'm having to keep a version 4 installation around - is this progress - hmm, not sure, one step forward comes to mind. 

Link to post
Share on other sites

/auto doesn't work in Version 5 - you are meant to instead now use the in built scheduler.

 

You can use Onload, that works for me but it won't close the procedure once it is finished, you will probably have to play around with .bat files to try and kill the process that way.

 

Personally, I find not having the /Auto in version 5 a serious problem, I have a lot of applications that need to fire off Ubots based on events not schedule time so version 5's scheduler isn't the answer, (its a nice addition but not an alternative).

 

I could use the Onload command but could really do with a terminate procedure function to go with it, better still just bring back the /auto command as that worked perfectly. 

 

I'm having to keep a version 4 installation around - is this progress - hmm, not sure, one step forward comes to mind. 

There was a free plugin which allows you to close UBot with UBot command, so no need for batch.

 

Same here, I hope they add /auto asap!

Link to post
Share on other sites
  • 5 weeks later...

Thanks I was thinking that what it was for. Just wanted to make sure :)
I had to increase that value to 5000 because ubot takes to long to open up and then it gets stuck because its trying to do stuff before its fully loaded. Now it works fine.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...