October 24, 201213 yr i have a script i use, the scripting language is autoit, (google it)anyway...here is my codeShellExecute("C:\Windows\System32\inetcpl.cpl")sleep(1000)Send("{ALTDOWN}d{ALTUP}")sleep(2000);sets the preserve favorites website dataControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:1]", "check");sets the temporary internet filesControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:2]", "check");sets the cookiesControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:3]", "check");sets the historyControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:4]", "check");sets the download historyControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:5]", "check");sets the form dataControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:6]", "check");sets the passwordsControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:7]", "check");;sets the activeX filtering and tracking protection dataControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:8]", "check")sleep(2000)Send("{ALTDOWN}d{ALTUP}{ESC}")Send("{ESC}")
Create an account or sign in to comment