Jump to content
UBot Underground

Quick Guide to Running CCleaner in Ubot


Recommended Posts

Hey everyone...

 

Upon trying to successfully implement CCleaner in my latest bot I ran into numerous problems and while searching for the answers, I found that a lot of others were having similar problems. You can view my recent support request thread on this topic here: http://ubotstudio.com/forum/index.php?/topic/3707-running-ccleaner-from-within-ubot/

 

Now, let me start by mentioning that there are a lot of different reasons as to why you might want to run CCleaner from within your Ubot code. This is especially important for those of you that are building account creation bots, account verification bots, or any other bot where stored cookies and other Internet tracks may become an issue.

 

I found that problem did not rest on the Ubot side but rather was being caused by a change in recent updates to CCleaner itself. Fortunately, this made the workaround rather easy. Simply download and install a previous version of CCleaner from File Hippo, I chose version 2.10, and you should be good to go. You can view the File Hippo repository page here: http://www.filehippo.com/download_ccleaner/ and simply choose an older version from the right hand sidebar.

 

Once you have your older version of CCleaner installed, open up Ubot Studio and follow the instructions below:

 

Select Action Commands -> Shell and browse to your Ccleaner.exe file. When finished you should be able to add /AUTO to the end of that file location. This will cause CCleaner to run on auto pilot with no further input from you.

 

Your new shell command should look something like this:

 

C:\Program Files (x86)\CCleaner\CCleaner.exe /AUTO

 

Thats it folks. Run your bot, and it will auto clean your cookies and other traces each time before it runs. I hope this helps someone avoid the same problem that I encountered. Happy botting!

  • Like 1
Link to post
Share on other sites
  • 3 weeks later...

Thank You,

i build a couple of bots running 24/7.

Every morning i woke up to a crashed system, after implementing your patch system runs 6 days now without any problem!

  • Like 1
Link to post
Share on other sites
  • 3 weeks later...

Thank You,

i build a couple of bots running 24/7.

Every morning i woke up to a crashed system, after implementing your patch system runs 6 days now without any problem!

 

Does this still work, I am using the versions specified here but when I run the Shell I get a bot error.

 

Just reporting in case a bug.

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

Shell => C:\Program Files (x86)\CCleaner\CCleaner.exe /AUTO

Make sure there is a space between exe and /

It is working for me.

 

Hi John,

 

Do you use the latest version of uBot and the latest version of Ccleaner?

As you can see the command i added already contains a space between exe and /.

It does not work for me.

Link to post
Share on other sites
  • 2 weeks later...

Hi guys anybody confirm this method still working?? I am still having a xenocode error after I run shell with this..

 

Thanks

 

 

I had that same problem til I used the portable one.

 

You can download it here:

 

http://www.mediafire.com/?kziozjjdfgm

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

Running the latest Ccleaner from shell gives the following Xenocode 2008 error:

 

http://img515.imageshack.us/img515/7703/ccleanershell.png

 

C:\Program Files\CCleaner\CCleaner.exe /AUTO

Link to post
Share on other sites

If you are using Win 7 then try to put the path in " ", as Gogetta described in one of his latest threads.

 

Praney

 

Using Win7 Ultimate, tried:

 

C:\Program Files\CCleaner\CCleaner.exe /AUTO

C:\Program Files\CCleaner\CCleaner.exe /auto

"C:\Program Files\CCleaner\CCleaner.exe" /AUTO

"C:\Program Files\CCleaner\CCleaner.exe" /auto

"C:\Program Files\CCleaner\CCleaner.exe /AUTO"

"C:\Program Files\CCleaner\CCleaner.exe /auto"

 

Does not work... :(

Link to post
Share on other sites

I even tried to download the portable CCleaner, put it in the application folder.

Then:

 

Shell => $application folder \CCleaner.exe /AUTO and compiled the bot and ran it.

 

Even without /AUTO does give the Xenocode error.

Link to post
Share on other sites

No Ccleaner 3.03 will not work on /AUTO.

 

Please read the starting post carefully. /AUTO feature only works with version 2.10.

 

Praney

 

LOL

So that was the issue BEFORE your first reply already!

On 22 December 2010 - 08:06 PM i posted that i was using 3.01.

So who needs to read carefully here? :rolleyes:

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

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