Jump to content
UBot Underground

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


Recommended Posts

Unfortunately the "delete cookies" sub in UBot studio is not working for me, here is a work round with a few options.

 

If you are having problems getting the UBot sub "clear cookies" to work then here is an alternative method.

 

Step 1. Go to "Action Commands" > "Shell"

 

http://botninja.com/images/botninja/tutorial_pics/choose-action-commands-then-shell.png

 

Step 2. Drag this into your script and a pop up parameters box will appear, enter the shell command RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2 into the choose file input box.

 

http://botninja.com/images/botninja/tutorial_pics/enter-shell-command-delete-cookies.PNG

 

This will delete just the cookies, if you want to delete other browser data then here are some more commands.

 

Temporary Internet Files:

rundll32.exe,InetCpl.cpl,ClearMyTracksByProcess 8

 

Delete Cookies:

rundll32.exe,InetCpl.cpl,ClearMyTracksByProcess 2

 

Delete History:

rundll32.exe,InetCpl.cpl,ClearMyTracksByProcess 1

 

Delete Form Data:

rundll32.exe,InetCpl.cpl,ClearMyTracksByProcess 16

 

Delete Passwords:

rundll32.exe,InetCpl.cpl,ClearMyTracksByProcess 32

 

Delete All:

rundll32.exe,InetCpl.cpl,ClearMyTracksByProcess 255

 

Delete All. Also delete files and settings stored by add-ons:

rundll32.exe,InetCpl.cpl,ClearMyTracksByProcess 4351

  • Like 7
Link to post
Share on other sites

Yes it's been shared before but not as detailed as this one, great post, thumbs up!

 

JohnB: for my windows 7 x64 I had to insert at the beginning "C:\windows\system32\" or it won't work.

Link to post
Share on other sites

Yes it's been shared before but not as detailed as this one, great post, thumbs up!

 

JohnB: for my windows 7 x64 I had to insert at the beginning "C:\windows\system32\" or it won't work.

 

That's my OS as well, so thank you!

 

 

 

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

It does not work for me guys.... :(

 

I tried:

 

shell => "C:\windows\system32\"rundll32.exe,InetCpl.cpl,ClearMyTracksByProcess 255

 

shell => C:\windows\system32\rundll32.exe,InetCpl.cpl,ClearMyTracksByProcess 255

 

shell => rundll32.exe,InetCpl.cpl,ClearMyTracksByProcess 255

 

 

None of them working (Win 7 Ultimate 32) :huh:

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

C:\windows\system32\rundll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351

 

 

seems to work universally. Took some time but I found it. This thread should be a sticky because I'm sure clearing everything is one of the top needed/used commands for any bot! :)

 

EDIT: Lol it is already! I found it with search. :P

Edited by Imhotep
Link to post
Share on other sites
  • 4 months later...
  • 7 months later...
  • 4 weeks later...

Will you also be able to set it up automatically to run like every week?

 

 

If you made a compiled bot and put them in, you could then use the built in windows task scheduler and use the /auto command to make it auto run.

 

Regards

 

Jane

Link to post
Share on other sites
  • 10 months later...
  • 2 years 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...