-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYou_Have_Been_Quacked
39 lines (37 loc) · 1012 Bytes
/
You_Have_Been_Quacked
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
REM Title: You_Have_Been_Quacked
REM Author: LulzAnarchyAnon
REM Description: A speech synthesizer with the volume increased to 100% states
REM "you have been quacked" followed by a browser image "You've Been Quacked!"
REM and a "Quacked" Youtube video that opens full screen.
REM Target: Windows 10-11 (PowerShell)
REM Props: Hak5
REM Version: 2.0
REM Category: Prank
GUI r
DELAY 200
STRING powershell -windowstyle hidden
ENTER
DELAY 200
STRING $key=[Math]::Ceiling(100/2);$obj=New-Object -ComObject WScript.Shell;for($i=0;$i -lt $key;$i++){$obj.SendKeys([char] 175)}
ENTER
DELAY 500
STRING $sp=New-Object -ComObject SAPI.SpVoice
ENTER
DELAY 500
STRING $sp.Speak("you have been quacked.")
ENTER
DELAY 100
STRING start firefox https://loginportal.funnyjunk.com/pictures/Mytril+urorubragg+taboo+quacked_d7d9b1_6228073.jpg
ENTER
DELAY 2000
GUI r
DELAY 200
STRING powershell -windowstyle hidden
ENTER
DELAY 200
STRING start firefox https://www.youtube.com/watch?v=CRkzItBabzs
ENTER
DELAY 2000
ENTER
DELAY 1000
F