Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Delete Cookis Firfox & Chrome All Windows


rayane888

Recommended Posts

[HIDE-THANKS]

 

;~ //////////////////////////

;~ ////

;~ //// http://level23hacktools.com

;~ ////

;~ //// Mr.888

;~ ////

;~ //// Delete Cookis Firfox & Chrome

;~ ////

;~ //////////////////////////

 

 

Func _Chrome()

 

ProcessClose("chrome.exe")

 

Sleep(1000)

 

If @OSVersion = "WIN_XP" Then

 

$dPath=(@UserProfileDir & "\Local Settings\Application Data\Google\Chrome\User Data\Default")

$dPath_Cache=(@UserProfileDir & "\Local Settings\Application Data\Google\Chrome\User Data\Default\Cache")

 

Else

 

$dPath = (@UserProfileDir & "\AppData\Local\Google\Chrome\User Data\Default")

$dPath_Cache = (@UserProfileDir & "\AppData\Local\Google\Chrome\User Data\Default\Cache")

 

EndIf

 

FileDelete($dPath & "" & "Cookies")

FileDelete($dPath & "" & "Cookies-journal")

FileDelete($dPath & "" & "Current Session")

FileDelete($dPath & "" & "History")

FileDelete($dPath & "" & "History-journal")

 

DirRemove($dPath_Cache, 1)

 

 

EndFunc

 

Func _FireFox()

 

 

ProcessClose("firefox.exe")

 

Sleep(1000)

 

 

If @OSVersion = "WIN_XP" Then

 

 

DirRemove(@UserProfileDir & "\Application Data\Mozilla\Firefox\Profiles")

 

FileDelete(@UserProfileDir & "\Application Data\Mozilla\Firefox\profiles.ini")

 

Else

 

DirRemove(@AppDataDir & "\Mozilla\Firefox\Profiles")

 

FileDelete(@AppDataDir & "\Mozilla\Firefox\profiles.ini")

 

EndIf

 

EndFunc

 

[/HIDE-THANKS]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.