Jump to content
UBot Underground

Restart Ubot script every x seconds. Possible?


Recommended Posts

uBot slows down after a certain time.... currently I have to use a third party tool (mouse recorder) to restart uBot for me. It basically clicks "stop" and "run" after a certain time.

Is there really no other way to solve this? If I use mouse recorder it won't allow me to do anything else on my computer since my mouse is controlled.

 

Would it be too difficult to implement something which solves this issue?

Link to post
Share on other sites

uBot slows down after a certain time.... currently I have to use a third party tool (mouse recorder) to restart uBot for me. It basically clicks "stop" and "run" after a certain time.

 

Is there really no other way to solve this? If I use mouse recorder it won't allow me to do anything else on my computer since my mouse is controlled.

 

Would it be too difficult to implement something which solves this issue?

 

There is commercial plugin that allows you to restart your bot:

http://www.ubotstudio.com/forum/index.php?/topic/16097-sell-plugin-advanced-ubot/

 

Dan

Link to post
Share on other sites

Or a couple free ways here

 

put your wait here or other commands

 

shell("put file path here")
plugin command("Advanced Shell.dll""shell batch hidden""taskkill /f /im \"your not name.exe\" /t")
comment("OR")
plugin command("File Management.dll""open file""put file path here")
plugin command("close bot.dll""Exit Program")

 

Exit program

 

http://www.ubotstudio.com/forum/index.php?/topic/12765-free-free-plugin-close-bot-command/

 

FM plugin

 

http://www.ubotstudio.com/forum/index.php?/topic/13237-free-file-management-plugin-multiple-commands-and-functions/

 

Shell hidden is at ubotdev.com along with some others

 

TC

  • Like 2
Link to post
Share on other sites
  • 1 year later...

Or a couple free ways here

 

put your wait here or other commands

 

shell("put file path here")

plugin command("Advanced Shell.dll""shell batch hidden""taskkill /f /im \"your not name.exe\" /t")

comment("OR")

plugin command("File Management.dll""open file""put file path here")

plugin command("close bot.dll""Exit Program")

 

Exit program

 

http://www.ubotstudio.com/forum/index.php?/topic/12765-free-free-plugin-close-bot-command/

 

FM plugin

 

http://www.ubotstudio.com/forum/index.php?/topic/13237-free-file-management-plugin-multiple-commands-and-functions/

 

Shell hidden is at ubotdev.com along with some others

 

TC

 

 

I tried several solutions inside thread in order to make BOT open a new instance and close old, and it seems I can get it to work. Generally, I need to restart my BOT and run again after certain time in order to free up resources... Is there any workable solution with these plugins. non-commercial ones that are mentioned here? I have them installed..

  • Like 1
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...