-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoochie 3.4R.bat
158 lines (157 loc) · 4.52 KB
/
coochie 3.4R.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
@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
setlocal
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"
endlocal
) 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%\*"
start ccleaner.exe /AUTO
cleanmgr /sagerun:1
) else if "%wow%"=="4" (
setlocal
set /p procname="pid to kill: "
taskkill /IM %procname% /F
endlocal
) else if "%wow%"=="5" (
start http://chicken.bulletinbay.com
) else if "%wow%"=="6" (
cls
echo This screensaver uses PYTHON! Make sure you have it installed!
setlocal
if exist "%homepath%\dvd-screensaver-x86.scr" (
cls
echo file already exists my friend!
) else (
echo we download cuz it doesnt already exist womp womp
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'"
)
cls
echo for some reason, it does take a long time.
echo this screensaver is located in your user folder.
timeout /t 1 >nul
"%homepath%\dvd-screensaver-x86.scr" /S
timeout /t 1 >nul
endlocal
) 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
cls
setlocal
powershell -Command "Invoke-WebRequest -Uri 'http://chicken.bulletinbay.com/data/strawberryfull.jpg' -OutFile '%temp%\chicken.jpg'"
echo we open file now
timeout /t 1 >nul
start %temp%\chicken.jpg
cls
echo do you like my chicken????
timeout /t 3 >nul
del "%temp%\chicken.jpg"
timeout /t 3 >nul
endlocal
) 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
timeout /t 1 >nul
del "%temp%\horn.mp3"
timeout /t 1 >nul
) else if "%wow%"=="sigma" (
setlocal
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"
timeout /t 1 >nul
endlocal
) else if "%wow%"==" " (
setlocal
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"
timeout /t 1 >nul
endlocal
) 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 setlocal
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%\"
rem timeout /t 1 >nul
rem endlocal