mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 19:31:30 +00:00
Adding lost UNC0V3R3D BadUSB Collection
This commit is contained in:
@@ -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
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user