Jump to content
UBot Underground

How to remain anonymous when surfing with UB browser ?


Recommended Posts

I tried this at the very top:

 

close page

clear cookies

define Clear ALL Cookies {

shell("C:\\windows\\system32\\rundll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351")

shell("cmd.exe /c rmdir /s /q \"%APPDATA%\\Macromedia\\Flash Player\\#SharedObjects\\\"")

}

Clear ALL Cookies()

 

I then went to google and did a search, the visited links showed up as purple.

Switched private proxy, ran the nodes again, went back to G, did the same search, got the same result with the purple links ????

I then went to Tumblr and logged in, switched proxy, ran the nodes to find out that i'm still logged into Tumblr ?

 

How come it's not working ? How come i'm not "cloaked" all the way and what shall i do to remains anonymous each time/proxy switch ?

 

What is missing ?

Thanks

  • Like 1
Link to post
Share on other sites

Yeah i know about it, good software and free ! But i need to do this with UB browser ?

Very odd that it's not working or that there's not something already in place regarding this and working ?

A command we could drop in or whatever ?

Link to post
Share on other sites

You can run CCleaner from the command line, check this out you might be able to run it as part of your bot:

 

http://forum.pirifor...?showtopic=6234

 

 

Edit: just tried it and it works just do shell then add this: C:\Program Files\CCleaner\ccleaner.exe /AUTO

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

I will try this thanks. I wonder what would happen when Ccleaner gets updated tho ?

I've never player with shell yet so...

 

But i would really like a built in solution guys (futur release?)

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

OOOOOOOOOOOHHHHHHHHH my it works !

Thank you so much for this !

 

I'm using

 

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

also

cmd.exe /c rmdir /s /q "%APPDATA%\Macromedia\Flash Player\#SharedObjects\"

and finally

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

 

from shell

 

Works like a charm !!!

 

EDITED:

 

Is there a  way to tell the bot to wait until Ccleaner finishes it's job before doing something else ? Besides the WAIT command with a timer ?

I tried WAIT FOR ELEMENT but i get invalid parameter (i tried to drop in the SHELL ccleaner command)

 

Thanks

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