Jump to content
UBot Underground

Regarding Ubot Scheduling


Recommended Posts

You can use the scheduler to run a custom command every 24 hours. Alternatively, you can have a bot auto run every 24 hours by setting up a task in the windows task manager. Pash also has a plugin that would allow you to essentially make your own scheduler using the windows task manager, its called Advanced Systems and you can see the task scheduler commands. If you only need to do this once and don't need your customers to use it then probably just do it manually is easier.

 

Just be sure to call the /auto parameter when you setup the task to autorun your bot.

Link to post
Share on other sites
  • 3 months later...

The easiest way to do that is to use a wait command and put 86400. 86400 seconds in a day.

 

Put that at the end of your loop.

 

Regards,

CD

Does that actually work for you? I am using the built-in browser and if that sits for a longer period (never checked how long but 1 hour is likely enough), it just won't load any URL at all anymore. HTTP get etc seems to still work just not the built in browser.

Link to post
Share on other sites

The Wait command is good but you should not use it in that capacity.

 

IMHO.  Developing your bot to do that function and then using the /auto command line switch that HelloInsomnia mentioned would be best.  Anything else would be overkill for what you are trying to do.

 

Buddy

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...