Jump to content


Photo

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


  • Please log in to reply
20 replies to this topic

#1 BotNinja

BotNinja

    Member

  • Members
  • PipPip
  • 17 posts

Posted 25 June 2010 - 07:56 AM

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"

Posted Image

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.

Posted Image

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

#2 webautomationlab

webautomationlab

    Advanced Member

  • Members
  • PipPipPip
  • 437 posts

Posted 25 June 2010 - 11:11 AM

Great work. I think someone had shared this here, but it is good you reposted it in such a clean format.

#3 JohnB

JohnB

    Advanced Member

  • UBot Users
  • PipPipPip
  • 3350 posts
  • LocationNJ
  • OS:Windows 7
  • Total Memory:8Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 25 June 2010 - 11:49 AM

Are these commands OS specific or universal across the windows platform?

#4 nemesis

nemesis

    Member

  • Members
  • PipPip
  • 21 posts

Posted 25 June 2010 - 11:58 PM

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.

#5 alcr

alcr

    Advanced Member

  • Members
  • PipPipPip
  • 1813 posts

Posted 26 June 2010 - 09:35 AM

Good stuff BotNinja! I'm moving this to the tutorial section! :)

#6 JohnB

JohnB

    Advanced Member

  • UBot Users
  • PipPipPip
  • 3350 posts
  • LocationNJ
  • OS:Windows 7
  • Total Memory:8Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 26 June 2010 - 09:40 AM

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!




#7 Super Dave

Super Dave

    Advanced Member

  • Members
  • PipPipPip
  • 133 posts

Posted 07 September 2010 - 08:24 AM

Have a look here for an additional line to run that deletes the folder used to store Flash Cookies

http://ubotstudio.com/forum/index.php?/topic/4239-ultimate-cookie-solution/page__p__16860__fromsearch__1#entry16860

#8 UBotBuddy

UBotBuddy

    Professional Botter

  • Moderators
  • 3111 posts
  • LocationVirginia
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 07 September 2010 - 08:59 AM

Awesome share! I gave you a +1.

NewSig2.png


#9 Guest_ninjaman_*

Guest_ninjaman_*
  • Guests

Posted 08 September 2010 - 11:58 AM

mate, that is a legend of a post. Thank you so much this will be very helpful to me. Subbing that lot all together!

#10 Enigma

Enigma

    Advanced Member

  • UBot Users
  • PipPipPip
  • 824 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 11 September 2010 - 05:52 AM

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:
*** AVAILABLE FOR HIRE, PM ME ***

#11 IRobot

IRobot

    Advanced Member

  • Members
  • PipPipPip
  • 511 posts

Posted 11 September 2010 - 06:48 AM

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


Try:

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

#12 Enigma

Enigma

    Advanced Member

  • UBot Users
  • PipPipPip
  • 824 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 11 September 2010 - 08:40 AM

Try:

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


Works!
Thanks IRobot.
Rep added ;)
*** AVAILABLE FOR HIRE, PM ME ***

#13 HiddenChampion

HiddenChampion

    Member

  • Members
  • PipPip
  • 27 posts

Posted 02 October 2010 - 08:18 AM

Temporary Internet Files:
rundll32.exe,InetCpl.cpl,ClearMyTracksByProcess 8 doesn't work

This is how it works for me: Rundll32.exe InetCpl.cpl,ClearMyTracksByProcess 8 (see the removed comma). Thanks irobot

#14 Guest_PraneyBehl_*

Guest_PraneyBehl_*
  • Guests

Posted 02 October 2010 - 12:27 PM

Great Share :)

#15 Praney Behl

Praney Behl

    Master Blaster

  • UBot Users
  • PipPipPip
  • 2371 posts
  • LocationBrisbane, Australia
  • OS:Windows 7
  • Total Memory:More Than 9Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 02 October 2010 - 12:28 PM

Very nice :)


Complete WordPress Management Tool - WP Master Blaster
Get 100's of links from Powerful Wiki Sites : Wiki Master Blaster

The number of possibilities to do something with a tool you master, are only limited to your imagination. Try to think outside of the box.


#16 Rasho Han

Rasho Han

    Advanced Member

  • UBot Users
  • PipPipPip
  • 98 posts
  • LocationNYC
  • OS:Windows 7
  • Total Memory:< 1Gb
  • Framework:v3.5
  • License:Standard

Posted 06 February 2011 - 04:19 AM

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, 06 February 2011 - 05:34 AM.

Always open to JV's please PM!

#17 big dog status

big dog status

    Member

  • Members
  • PipPip
  • 14 posts

Posted 28 June 2011 - 12:41 PM

Man my bot just stops running about 30-40% of the time using these shell commands, does this happen with anyone else?

#18 firionicable

firionicable

    Advanced Member

  • Members
  • PipPipPip
  • 61 posts
  • OS:Windows 7
  • Total Memory:2Gb
  • Framework:v4.0
  • License:None Yet

Posted 10 February 2012 - 03:25 AM

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

#19 Bliss

Bliss

    Advanced Member

  • UBot Users
  • PipPipPip
  • 288 posts
  • LocationUK
  • OS:Windows 7
  • Total Memory:8Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 09 March 2012 - 11:29 PM

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

#20 uniquebot

uniquebot

    Advanced Member

  • UBot Users
  • PipPipPip
  • 721 posts
  • OS:Windows 7
  • Total Memory:3Gb
  • Framework:v4.0
  • License:Standard

Posted 23 October 2012 - 02:22 PM

Bot Ninja,

If it's not working for some people then it's obvious they're doing something wrong in the coding which they are overlooking. Howabout you attach your mini script and others can download it ? This way, they'll notice were they're going wrong ?
Checkout my Joint venture Proposal here:
http://www.ubotstudi...ing-signup-bot/

And read my Profile, whatever is available of it. :)




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users