-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoochie 3.9.2R.bat
168 lines (167 loc) · 5.2 KB
/
coochie 3.9.2R.bat
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
@echo off
:urmomshouse
cls
echo 1. kid
echo 2. random number 1-65000
echo 3. clean the files..
echo 4. kill certain pid
echo 5. open my website
echo 6. dvd screensaver
echo 10. exit
set /p wow="choose your fate: "
if "%wow%"=="1" (
cls
powershell -Command "Invoke-WebRequest -Uri 'http://chicken.bulletinbay.com/data/child.png' -OutFile '%temp%\child.png'"
echo we open file now
timeout /t 1 >nul
start %temp%\child.png
timeout /t 3 >nul
del "%temp%\child.png"
) else if "%wow%"=="2" (
cls
set /a random_number=%random% * 65000 / 32768 + 1
echo your random number is: %random%
pause
) else if "%wow%"=="3" (
cls
echo it is recommended to run this script as admin before doing this.
echo click any button to continue, or close out of the script.
pause
taskkill /f /im ccleaner64.exe
taskkill /f /im ccleaner.exe
del /f /q "C:\Windows\Installer\*"
del /f /q "C:\Program Files (x86)\Microsoft\EdgeUpdate\*"
del /f /q "C:\Program Files (x86)\Microsoft\Temp\*"
del /f /q "C:\Users\chicken\AppData\Local\SquirrelTemp\*"
del /f /q "C:\Program Files (x86)\BraveSoftware\Update\*"
del /f /q "C:\Windows\SoftwareDistribution\Download\*"
del /f /q "%temp%\*"
cls
echo you can close this window now.
start ccleaner.exe /AUTO
cls
echo you can close this window now.
cleanmgr /sagerun:1
) else if "%wow%"=="4" (
setlocal
set /p procname="pid to kill: "
taskkill /IM %procname% /F
endlocal
) else if "%wow%"=="5" (
echo great choice!
start http://chicken.bulletinbay.com
) else if "%wow%"=="6" (
cls
echo This screensaver uses PYTHON! Make sure you have it installed!
echo The screensaver is located in your user folder.
if exist "%homepath%\dvd-screensaver-x86.scr" (
echo file already exists my friend!
) else (
echo we download cuz it doesnt already exist womp womp
echo this download will take about 15 seconds
powershell -Command "Invoke-WebRequest -Uri 'https://github.com/lemonyte/dvd-screensaver/releases/download/v1.0.1/dvd-screensaver-x86.scr' -OutFile '"%homepath%\dvd-screensaver-x86.scr'"
)
echo starting the screen saver..
"%homepath%\dvd-screensaver-x86.scr" /S
) else if "%wow%"=="7" (
cls
echo this does nothing yet!
timeout /t 2 >nul
goto urmomshouse
) else if "%wow%"=="8" (
cls
echo this does nothing yet!
timeout /t 2 >nul
goto urmomshouse
) else if "%wow%"=="9" (
cls
echo this does nothing yet!
timeout /t 2 >nul
goto urmomshouse
) else if "%wow%"=="10" (
echo bye
exit
) else if "%wow%"=="e" (
cls
echo ooh.. secrect??
timeout /t 2 >nul
cls
powershell -Command "Invoke-WebRequest -Uri 'http://chicken.bulletinbay.com/data/strawberryfull.jpg' -OutFile '%temp%\chicken.jpg'"
echo we open file now
start %temp%\chicken.jpg
cls
echo do you like my chicken????
timeout /t 3 >nul
del "%temp%\chicken.jpg"
) else if "%wow%"=="horn" (
cls
echo ooh.. secrect??
timeout /t 1 >nul
powershell -Command "Invoke-WebRequest -Uri 'http://chicken.bulletinbay.com/data/horn.mp3' -OutFile '%temp%\horn.mp3'"
timeout /t 1 >nul
start wmplayer "%temp%\horn.mp3" /min
timeout /t 3 >nul
taskkill /f /im wmplayer.exe
cls
del "%temp%\horn.mp3"
) else if "%wow%"=="sigma" (
cls
echo ooh.. secrect??
timeout /t 1 >nul
powershell -Command "Invoke-WebRequest -Uri 'http://chicken.bulletinbay.com/data/sigma.jpg' -OutFile '%temp%\sigma.jpg'"
start %temp%\sigma.jpg
cls
timeout /t 2 >nul
del "%temp%\sigma.jpg"
) else if "%wow%"==" " (
cls
echo ooh.. secrect??
timeout /t 1 >nul
powershell -Command "Invoke-WebRequest -Uri 'http://chicken.bulletinbay.com/data/skibity.jpg' -OutFile '%temp%\skibity.jpg'"
start %temp%\skibity.jpg
cls
timeout /t 1 >nul
del "%temp%\skibity.jpg"
) else if "%wow%"=="crack" (
cls
echo ooh.. secrect??
timeout /t 1 >nul
powershell -Command "Invoke-WebRequest -Uri 'http://chicken.bulletinbay.com/data/cracker.jpg' -OutFile '%temp%\cracker.jpg'"
start %temp%\cracker.jpg
cls
timeout /t 1 >nul
del "%temp%\cracker.jpg"
) else if "%wow%"=="fart" (
cls
echo ooh.. secrect??
timeout /t 1 >nul
powershell -Command "Invoke-WebRequest -Uri 'http://chicken.bulletinbay.com/data/fart.gif' -OutFile '%temp%\fart.gif'"
start %temp%\fart.gif
cls
timeout /t 1 >nul
del "%temp%\fart.gif"
) else if "%wow%"=="" (
cls
echo wow! a secrect!
timeout /t 1 >nul
powershell -Command "Invoke-WebRequest -Uri 'http://chicken.bulletinbay.com/data/code.jpg' -OutFile '%temp%\code.jpg'"
start %temp%\code.jpg
cls
timeout /t 1 >nul
del "%temp%\code.jpg"
) else (
cls
echo ur fate is invalid hahahahahhaheiruydgohoiugusdf
echo i will send you back to the main menu!!
timeout /t 3 >nul
cls
goto urmomshouse
)
rem cls
rem echo ooh.. secrect??
rem timeout /t 1 >nul
rem powershell -Command "Invoke-WebRequest -Uri 'http://chicken.bulletinbay.com/data/' -OutFile '%temp%\'"
rem start %temp%\
rem cls
rem timeout /t 1 >nul
rem del "%temp%\"