Jump to content
UBot Underground

How To Delete Browser Cookies When The UBot Clear Cookies Sub Does Not Work


Recommended Posts

That was using an older version of Ubot Studio. The thread is 5 years old you should probably not try this. What is the problem you're trying to solve? You may want to post a topic about the problem you're trying to solve.

Link to post
Share on other sites

I'm just trying to clear my cookies, temoporary internet files, cahec etc. (in one word: all the browser data)

 

If you want to be sure that everything is cleared then get CCleaner - https://www.piriform.com/ccleaner

 

Then use their command line options: https://www.piriform.com/docs/ccleaner/advanced-usage/command-line-parameters

 

You can call a "shell" in Ubot (search for it)

 

Then try something like this: Set a varaiable to be the location of the CCleaner exe file (let's call it #var)

 

Then in "shell": #var /AUTO

 

This will run CCleaner and it will clean everything for you (based on the settings in CCleaner) make sure you put an ample wait time so that CCleaner can do its business before continuing with your script.

 

If you need more help I am sure if you run this query in Google you will find people talking about this: site:ubotstudio.com/forum ccleaner

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