- Shutdown System With Message
This happens after victim click on OK button, then bat file force the system to shutdown.
Steps:
- Open Notepad
- Copy and paste the below code into Notepad
cls
msg * Ha HA Ha
shutdown -s -c "ERROR! YOU ARE TRAPED"
Save this file with .bat extension and close it.
You can then stop executing this file smartly by typing "shutdown -a" in RUN dialog box.
- Continuously Repeat Message
Steps:
- Open Notepad
- Copy below text in your Notepad File.
:BEGIN
msg * Welcome
msg * To
msg * SPIDER WEB
begins msg * Thanks for visiting
goto BEGIN
Save above text with .bat extension.
Open file by Double Click.
- Matrix Effect
Steps :
- Open Notepad
- Copy below text in your notepad file
@echo off
color 02
:start echo %random% %random% %random%
%random% HACKING begins %random% %random% %random%
%random% %random% %random%
goto start
Save this with .bat extension. You can also change color and text.
NOTE : Some of the following tricks can cause system damage or can lead process in infinite cycle. So do not try on your own system.
No comments:
Post a Comment