Results 1 to 7 of 7
  1. #1
    trevor206's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    324
    Reputation
    12
    Thanks
    107

    Thumbs up [TUT]cookie cleaner/ETC. for internet explorer VB08

    IDK if this has been posted yet but im going to post it anyways.
    Make a new form and this is what you will need.
    You will need 10 buttons and thats it.
    And if you want to download mine it will be below.

    This is what it should look like.

    Content Advisor:
    Code:
    Process.Start("rundll32.exe", "msrating.dll,RatingSetupUI")
    Delete Temporary Internet Files:
    Code:
    Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess 
    8")
    Delete Cookies:
    Code:
    Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess 
    2")
    Delete Saved Passwords:
    Code:
    Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess 
    32")
    Delete History:
    Code:
    Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess 
    1")
    Delete All Browsing History:
    Code:
    Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess 
    255")
    Delete Form Data:
    Code:
    Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess 
    16")
    Organize Favorites:
    Code:
    Process.Start("rundll32.exe", "shdocvw.dll,DoOrganizeFavDlg")
    Delete All Files And Files Stored Add Ons:
    Code:
    Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess 
    
    4351")
    Display Internet Explorer Properties:
    Code:
    Process.Start("rundll32.exe", "shell32.dll,Control_RunDLL 
    inetcpl.cpl")
    Last edited by meme; 08-18-2021 at 03:28 PM.

  2. The Following User Says Thank You to trevor206 For This Useful Post:

    saissem15 (11-06-2011)

  3. #2
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Awesome.
    Ill give it a try later.
    Not on my own computer lol

    EDIT: I would like to make a button to delete all. How would i do that? Sorry im still noob to VB.

    thanks
    acid_buRn

  4. #3
    Katie_Perry's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    3,082
    Reputation
    31
    Thanks
    175
    My Mood
    Sneaky
    It is Spammed with the Word Button...Unless i am mistaken.

  5. #4
    trevor206's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    324
    Reputation
    12
    Thanks
    107
    Quote Originally Posted by Yuerno View Post
    It is Spammed with the Word Button...Unless i am mistaken.
    i'll put another picture up.

    Quote Originally Posted by ac1d_buRn View Post
    Awesome.
    Ill give it a try later.
    Not on my own computer lol

    EDIT: I would like to make a button to delete all. How would i do that? Sorry im still noob to VB.

    thanks
    acid_buRn
    i will see if i can figure that out.

  6. #5
    trevor206's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    324
    Reputation
    12
    Thanks
    107
    Quote Originally Posted by ac1d_buRn View Post
    Awesome.
    Ill give it a try later.
    Not on my own computer lol

    EDIT: I would like to make a button to delete all. How would i do that? Sorry im still noob to VB.

    thanks
    acid_buRn
    ok this is the only way in the three min of trying to figure ur question out that i could figure out.
    Ok make 1 new checkbox and name it delete all.
    and put this code in it, it works i tested it my self...causes a bit of lag though.
    Code:
    If CheckBox1.Checked = True Then
    Process.Start("rundll32.exe","InetCpl.cpl,ClearMyTracksByProcess 8")
    Process.Start("rundll32.exe","InetCpl.cpl,ClearMyTracksByProcess255")
    Process.Start("rundll32.exe","InetCpl.cpl,ClearMyTracksByProcess4351")
    Process.Start("rundll32.exe","InetCpl.cpl,ClearMyTracksByProcess16")
    Process.Start("rundll32.exe","InetCpl.cpl,ClearMyTracksByProcess 1")
    Process.Start("rundll32.exe","InetCpl.cpl,ClearMyTracksByProcess32")
    Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess2")
    End If
    tell me if it works for you or if i posted it wrong.
    This doesn't open the other stuff it just deletes all the junk and what not.

  7. #6
    geebes888's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    144
    Reputation
    10
    Thanks
    17
    My Mood
    Sneaky
    can you make a firefox version?? pretty plz?
    [IMG]https://i644.photobucke*****m/albums/uu165/geebes888/V1.png[/IMG]

    -Advertisements(Permanent ban)
    -Flaming(1+ day ban)
    -Nazi or Racist content/comments ( 5+ day ban)
    -Bumping old threads 1 week or older( 3 day ban)
    -Using outside download sources "Links"( 3+ day ban)
    -Spamming( 1+ day ban) -Begging for hacks ( 1 day ban)-
    No virus scan( 1 day ban)
    -Fake VirusScan ( 7+ day ban) -Posting Viruses,keyloggers (permanent ban) -
    Disrespect of Staff members (5+ day ban)




    OMfG i hate hate noobs that ask for hacks they shuld just go in a hole and die

    Thank me if i helped, or just thank me anyway


    [Respect list]

    Toymaker- for his crack hacking team.

    [MPGH]-XpliCitt-

    [MPGH]User1

    [MPGH]Liz

    [MPGH]Whitten

  8. #7
    weide43's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    4
    Code:
            If CheckBox1.Checked = True Then
                Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess 8")
                Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess 255")
                Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess 4351")
                Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess 16")
                Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess 1")
                Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess 32")
                Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess 2")
            End If

Similar Threads

  1. [TUT]How to signup for Parabellum CB
    By LazyCountry in forum Parabellum Hacks
    Replies: 2
    Last Post: 07-22-2009, 07:03 PM
  2. Rshare+steam+demonaid....etc for warrock account TRADE
    By shahins1 in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 07-19-2009, 09:12 PM
  3. INTERNET EXPLORER Speed up STARTUP
    By !~_Creedy_~! in forum General Hacking
    Replies: 0
    Last Post: 07-12-2009, 08:41 PM
  4. Replies: 12
    Last Post: 05-19-2009, 10:29 PM
  5. Internet Explorer Fails
    By carbon23 in forum General
    Replies: 6
    Last Post: 12-16-2008, 09:35 PM

Tags for this Thread