Saturday, May 2, 2009

How to Create a Fake and Harmless Virus

Learn how to create two fake and harmless viruses for windows. This is useful for a prank, getting revenge, etc.. It is safe if you follow the instructions. It's pretty simple

1. Right-click on your desktop, go to "new" and click "Create Shortcut"
2. A window will come up. Where it says "Location" enter: shutdown -s -t
3. The rest of the location is customizable. After the -t, press space and enter the amount of time you want someone to have until shutdown in seconds with only numbers when virus is activated. Press space and enter -c then another space and in quotations, type in a comment that will appear when the computer is shutting down. Click "Next". (example: shutdown -s -t 10 -c "WARNING: VIRUS DETECTED. BEGIN SHUTDOWN")
4. On the next screen, name your virus whatever you want, it will still have the same effect. Click "OK".
5. Your fake virus will be on your desktop as whatever you named it. Click to activate it. If done correctly a shutdown or log-off window will come up with the amount of time, your comment, and a bunch of other stuff. You can not abort the shutdown with task manager by trying to close the window or delete the processes.
6. TO ABORT THE FAKE VIRUS YOU MUST click the Start button on your taskbar and click run. Then type in: shutdown -a
7. Heres another way to make a virus, it's completely harmless, all it does is create a folder in your all programs menu and shutdown your pc =) Open notepad and save as whatever.bat:
8. cls
:A
9. color 0a
10. cls
11. @echo off
12. echo Wscript.Sleep
13. echo Wscript.Sleep 5000>C:\sleep5000.vbs
14. echo Wscript.Sleep 3000>C:\sleep3000.vbs
15. echo Wscript.Sleep 4000>C:\sleep4000.vbs
16. echo Wscript.Sleep 2000>C:\sleep2000.vbs
17. cd%systemroot%\System32
18. dir
19. cls
20. start /w wscript.exe C:\sleep3000.vbs
21. echo Deleting Critical System Files...
22. echo del *.*
23. start /w wscript.exe C:\sleep3000.vbs
24. echo Deletion Successful!25. echo:
26. echo:
27. echo:
28. echo Deleting Root Partition...
29. start /w wscript.exe C:\sleep2000.vbs
30. echo del%SYSTEMROOT%
31. start /w wscript.exe C:\sleep4000.vbs
32. echo Deletion Successful!
33. start /w wscript.exe C:\sleep2000.vbs
34. echo:
35. echo:
36. echo:
37. echo Creating Directory h4x...
38. cd C:\Documents and Settings\All Users\Start Menu\Programs\
39. mkdir h4x
40. start /w wscript.exe C:\sleep3000.vbs
41. echo Directory Creation Successful!
42. echo:
43. echo:
44. echo:
45. echo Execution Attempt 1...
46. start /w wscript.exe C:\sleep3000.vbs
47. echo cd C:\Documents and Settings\All Users\Start Menu\Programs\Startup\h4x\
48. echo start hax.exe
49. start /w wscript.exe C:\sleep3000.vbs
50. echo Virus Executed!
51. echo:
52. echo:
53. echo:
54. start /w wscript.exe C:\sleep2000.vbs
55. echo Disabling Windows Firewall...
56. start /w wscript.exe C:\sleep2000.vbs
57. echo Killing all processes...
58. start /w wscript.exe C:\sleep2000.vbs
59. echo Allowing virus to boot from startup...
60. start /w wscript.exe C:\sleep2000.vbs
61. echo:
62. echo:
63. echo Virus has been executed successfully!
64. start /w wscript.exe C:\sleep2000.vbs
65. echo:
66. echo Have fun!
67. start /w wscript.exe C:\sleep2000.vbs
68. pause
69. shutdown -f -s 10 -c "Your computer has committed suicide. Have a nice day."
70. For a way to have a bunch of Command Prompts pop up out of nowhere go to notepad and type in "start" alot (don't add quotations)
71. Save it as whatever.bat to your desktop
72. When you open it however many times you typed "start" thats how many times the command prompt will pop up
73. You can disquise it as the Internet Explorer by right clicking on the fake virus and hit properties and find the button that says "Change Icon" then find the internet explorer (or mozilla firefox if you prefer or if you have the icon) icon and double click it
74. It should change automatically after you hit OK
75. To get rid of them all at once wait until it all stops popping up then click CTRL+ALT+DEL and go to task manager and click the top task and hold down CTRL+SHIFT and go down to the last task and then click it (all the tasks should be highlighted) then click "end task" and it should erase all the tasks (now here are the 50 starts)
Tips
· To make your virus more convincing, you could name it Internet Explorer and then right click your shortcut to the virus, click "Properties" than click "Change Icon". Then scroll through the list and click the Internet Explorer icon.
· Alternatively, set your "virus" to execute every time a user logs in by navigating to Start menu-->All Programs-->Startup(Right-Click)-->Open, and copying the shortcut into the folder that opens. Be careful with the shutdown timer's value - too short an interval will make it difficult for even an experienced administrator to deactivate the virus.
· Running batch files like these in full screen can make them even scarier and more convincing. Right click on the icon -> properties -> options -> full screen do not shut computer to early or it may not scare the victim or it wont look like a virus.
· This does not work on Windows 98 so sorry I guess you need to upgrade soon.
Warnings
· Only do this to someone who can handle this prank.
· This may not work if you try to do a file transfer on windows live messenger
· It also may scare people really badly, so remember do this for revenge(e.g someone did a mean prank so then you could use this)
· The example provided can run on Windows.
· This is not completely harmless, since it will shutdown your PC and force you to lose any unsaved work.
Rest assured all should be normal when the computer is turned on again.
· This might affect the way your computer runs or the way another computer that you hacked runs. so only do this if you are a experienced hacker. also I suggest that you save all of your contents onto a thumb drive if you decide to test it out on your computer first. And remember this is in seconds not minutes. so don't type in -5 and think you'll be fine

No comments: