|
| 20 Jul 2013 01:58 PM |
How to set up the F5 nuke:
1. open notepad on a windows computer 2. copy/paste this:
set a = wscript.CreateObject("WScript.Shell")
times = 1000 name = "Your name here (optional)" key = "your key here"
If name = "Your name here (optional)" then name = "user" End If
x = inputbox("Hello, "+name+", Please enter the confirmation code to launch.", "Please enter the confirmation key.")
If x = key then For i = 1 to times a.SendKeys("{F5}") wscript.sleep 1 Next d = msgbox("Deployment successful. You will experience some moderate lag before completion.", 0, "Congratulations!")
Else d = msgbox("Access Denied.", 0, "Access Denied") End If
3. go to save as 4. change the encoding to Unicode 5. save to the desktop as nuke.vbs
There will be some moderate lag before the F5 nuke is completed. Just be patient and don't touch anything or your computer could freeze.
|
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 20 Jul 2013 02:05 PM |
| you get out...I created this script to entertain the F5ers. This doesn't concern you. |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2013 02:05 PM |
stop encouraging them
~Take me down to the paradise city!~ |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2013 02:07 PM |
nop...their F5ing doesn't hurt anyone. I think it's funny how people react to them
XD |
|
|
| Report Abuse |
|
|
| |
|