Jump to content
UBot Underground

I Need Help For Clear The Memory Of The Applications Automatically


Recommended Posts

There are a few things you can do but it depends on what you are doing and what YOU are using in your code.

 

close page

 

may help too

 

Restarting your bot after x minutes is an option too.

 

Regards,

Nick

  • Like 1
Link to post
Share on other sites

There are a few things you can do but it depends on what you are doing and what YOU are using in your code.

 

close page

 

may help too

 

Restarting your bot after x minutes is an option too.

 

Regards,

Nick

my friend how if run this rundll32.exe after x min or x record :) ?

 

http://www.wikihow.com/Clear-Windows-7-Cache

  • Like 1
Link to post
Share on other sites

my friend how if run this rundll32.exe after x min or x record :) ?

 

http://www.wikihow.com/Clear-Windows-7-Cache

You can run the "shell command"

 

http://wiki.ubotstudio.com/wiki/Shell

or

use subprocess module in iron python 

 

import subprocess

subprocess.check_call('path/to the/program', shell=True)

 

https://docs.python.org/2/library/subprocess.html#subprocess.check_output

$python result

 

if you dont need to see any output just use call

https://docs.python.org/2/library/subprocess.html#subprocess.call

 

or

use "advance shell" plugin - free

 

Regards,

Nick

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