-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSeniors_Webcam_Prank
90 lines (89 loc) · 1.41 KB
/
Seniors_Webcam_Prank
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
REM Title: Seniors_Webcam_Prank
REM Author: LulzAnarchyAnon
REM Description: The first thing is volume is increased to 100% to draw attention.
REM Afterwards Two seniors appear to be webcaming with you, and you don't know why!
REM Target: Windows 10 PowerShell
REM Props: Darren Kitchen and I am Jakoby
REM Version: 1.0
REM Category: Prank
GUI r
DELAY 200
STRING powershell -windowstyle hidden
DELAY 200
ENTER
DELAY 500
STRING Function Set-SoundVolume
DELAY 100
ENTER
STRING {
DELAY 100
ENTER
STRING Param(
DELAY 100
ENTER
STRING [Parameter(Mandatory=$true)]
DELAY 100
ENTER
STRING [ValidateRange(0,100)]
DELAY 100
ENTER
STRING [Int]
DELAY 100
ENTER
STRING $volume
DELAY 100
ENTER
STRING )
DELAY 100
ENTER
DELAY 200
STRING $keyPresses = [Math]::Ceiling( $volume / 2 )
DELAY 200
ENTER
DELAY 200
STRING $obj = New-Object -ComObject WScript.Shell
DELAY 100
ENTER
DELAY 200
STRING 1..50 | ForEach-Object { $obj.SendKeys( [char] 174 ) }
DELAY 100
ENTER
STRING for( $i = 0; $i -lt $keyPresses; $i++ )
DELAY 100
ENTER
STRING {
DELAY 100
ENTER
STRING $obj.SendKeys( [char] 175 )
DELAY 100
ENTER
STRING }
DELAY 100
ENTER
STRING }
DELAY 100
ENTER
STRING New-Alias -Name "ssv" Set-SoundVolume
DELAY 100
ENTER
STRING Set-SoundVolume 100
DELAY 100
ENTER
DELAY 1000
STRING exit
DELAY 100
ENTER
DELAY 5000
GUI r
DELAY 100
STRING cmd /c start https://www.youtube.com/watch?v=7Pa_P_8h6Vk
DELAY 200
ENTER
DELAY 500
TAB
DELAY 200
ENTER
DELAY 200
TAB
DELAY 200
f