Jump to content
UBot Underground

[TIP] Use each CCleaner Version in Ubot Studio


Recommended Posts

Hi everybody,

 

i have create a really simple Solution, to use each Version of CCleaner. I use my Solution and it works fine. I hope it can Help any Ubot Studio Developer.

 

Step 1

 

Create a CCleaner.txt file and Rename it to CCleaner.bat.

 

Step 2

 

Insert the follow Code in CCleaner.bat. (change the Path with your Path to CCleaner)

 

@echo off
Start "" "C:\Program Files (x86)\CCleaner\CCleaner.exe" /AUTO
cls
exit

 

Step 3

 

Insert the CCleaner.bat into the Windows Startmenu.

 

Step4

 

Use the Input Command "move mouse" and "mouse click" to start the CCleaner.bat.

 

Step5

 

Insert delay for wait the Clean Process and have fun. ;)

 

Best Regards

Z!nni

  • Like 1
Link to post
Share on other sites

Can you not use the shell command to run the .bat file instead of input controls?

 

John

 

Thid dosn`t work :( Only CCleaner 2.10 work with .bat file in Shell.

Link to post
Share on other sites
  • 4 months later...

Hi everybody,

 

i have create a really simple Solution, to use each Version of CCleaner. I use my Solution and it works fine. I hope it can Help any Ubot Studio Developer.

 

Step 1

 

Create a CCleaner.txt file and Rename it to CCleaner.bat.

 

Step 2

 

Insert the follow Code in CCleaner.bat. (change the Path with your Path to CCleaner)

 

@echo off
Start "" "C:\Program Files (x86)\CCleaner\CCleaner.exe" /AUTO
cls
exit

 

Step 3

 

Insert the CCleaner.bat into the Windows Startmenu.

 

Step4

 

Use the Input Command "move mouse" and "mouse click" to start the CCleaner.bat.

 

Step5

 

Insert delay for wait the Clean Process and have fun. ;)

 

Best Regards

Z!nni

 

ERROR: Can't find the file C:\Program Files (x86)\CCleaner\CCleaner.exe. Check if the filename is correct and try again.

 

Yes Ccleaner is installed in its default folder.

Link to post
Share on other sites

ERROR: Can't find the file C:\Program Files (x86)\CCleaner\CCleaner.exe. Check if the filename is correct and try again.

 

Yes Ccleaner is installed in its default folder.

 

try apostrophe maybe it works

'C:\Program Files (x86)\CCleaner\CCleaner.exe'

Link to post
Share on other sites

Same problem. Does it work on x32bit instead?

 

 

hey, my 2cents:

 

in ubot 3.5 pro, with windows 7 64bit os.

trying to run ccleaner ver 3.06 64bit.

shell cmd didnt run 64bit bat file, it error'd out "not a 32bit program"

shell cmd didnt run a exe either from the (bat to exe conversion) program,because it was a 64bit prog.it error'd out "not a 32bit program"

 

trying to run ccleaner ver 2.2 (old 32bit program)

shell cmd worked running .bat file

this line below is the only line in my text editor.

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

 

 

 

in ubot 4 pro,win7 64bit os.

trying to run ccleaner v3.06 64bit software.

shell cmd worked running a regular bat file executing a 64bit program.

"C:\Program Files\ccleaner\CCleaner64.exe" /AUTO

shell cmd also worked running the bat to exe version of the same 64bit software bat file.

 

I'm new to ubot but have used a .bat and ccleaner with other macro software before.

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