Jump to content
UBot Underground

[Sell Plugin] OS (operating system) Addins


Recommended Posts

http://content.screencast.com/users/lowridertj/folders/Ubot%20Studio%20Plugins/media/48e7671e-09d5-48ae-9f5b-db634968fdbe/OS%20Addins%20-%20New%20sales%20page%20image%208-20-13.png



Best use code below for clear memory

set(#temp_mem, "yes", "Global")
thread {
    loop while($comparison(#temp_mem, "=", "yes")) {
        plugin command("OSCommandsFunctions.dll", "os free memory")
        wait($multiply(60, 5))
    }
}
comment("start your code below here")
comment("your code above here this below stops the thread
where memory is cleared")
set(#temp_mem, "no", "Global")


OS addin example.ubot

  • Like 3
Link to post
Share on other sites
  • Replies 129
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

http://content.screencast.com/users/lowridertj/folders/Ubot%20Studio%20Plugins/media/48e7671e-09d5-48ae-9f5b-db634968fdbe/OS%20Addins%20-%20New%20sales%20page%20image%208-20-13.png Best use code be

set(#temp_mem, "yes", "Global") thread { loop while($comparison(#temp_mem, "=", "yes")) { plugin command("OSCommandsFunctions.dll", "free memory") wait($multiply(60, 5)) } } co

added clear memory on single process by name

Hi does this one supports auto bot start after restart

 

I mean in between a job it needs restart then i want the bot to start again after restart

Is it possible?

Edited by utsavat
Link to post
Share on other sites

Hey TJ,

 

This looks great, and I am wanting to purchase.  Only problem is I can't use paypal.  Please PM me if you have alternate payment methods available. 

Link to post
Share on other sites

Once again TJ has gone above and beyond with his customer service.

 

This plugin is absolutely AMAZING!

 

Originally the only reason I purchased this plugin was for the free up memory command.  But now I am finding so many other uses for it.

 

The free up memory command is a god send for ALL Ubot users!  I have been implementing it into all of my bots, and so far it has really reduced the number of crashes I was struggling with.

 

Thanks again TJ for the awesome plugin and great customer support. 

Link to post
Share on other sites

Hmmm, seem to remember having another post here???

 

Anyway, just want to say this plugin is awesome.

 

I can run 5x more (when I used to run 3-5,now 15+ no probs 24hrs ++ no problems!!) .  bots on one computer. Usually, you can see a difference when you are running a bunch of bots. When I am doing other stuff I don't notice any lag, I mean, I can run 10 bots using the "Free up memory" node in a loop and it's like the bots are not running at all. As if they are not running.

 

Just the memory part is worth over $100 easy!!

 

This is a steal, if you have low RAM this is a must.

 

First I tried on 8GB RAM. then my 4GB machine. I ran the same amount of bots (8) and it's like nothing is running at all.

 

 

Thanks TJ For a great plugin.

Link to post
Share on other sites

Just picked it up, and it sure makes a HECK of a difference in knocking that memory down for sure! Not sure how that works exactly, so can you advise on how often it would pay to run that free memory command inside the bot to keep things under control? Any suggested 'best practices' on this?

 

Thanks for the awesome plugin! Worth more than the $15 for sure!

Edited by dankass
Link to post
Share on other sites
set(#temp_mem, "yes", "Global")
thread {
    loop while($comparison(#temp_mem, "=", "yes")) {
        plugin command("OSCommandsFunctions.dll", "free memory")
        wait($multiply(60, 5))
    }
}
comment("start your code below here")
comment("your code above here this below stops the thread
where memory is cleared")
set(#temp_mem, "no", "Global")

 

this is the best way to use it..

and adjust the $multiply  5 is based on your own situation, on how often it needs to be cleared.

  • Like 1
Link to post
Share on other sites

this is the best way to use it..

and adjust the $multiply  5 is based on your own situation, on how often it needs to be cleared.

Thanks man, this looks like a great way to do it!

Link to post
Share on other sites

Unfortunately have to wait for the payment to clear, as soon as it does the plugin will be sent to you automatically from the system.

 

This is likely because on paypal you had a checking account attached to your paypal, instead of a credit or debit card.

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