Prank Virus
Tags:
Last response: in Forum Feedback
Hello, everyone! I would greatly appreciate it if you would download my safe and harmless fake virus prank and test it out. It can be found here:
http://hotfile.com/dl/40653131/dfbeb8d/fakevirusprank2....
The zip file is less than 1 KB, so it will download immediately. Extract it, and then open the prank.vbs file. I swear it is completely safe. Just remember to use Task Manager to kill it, as it will not close itself, and you can't just close it with the X button (at least you shouldn't be able to). It is working fine on my computer as a prank, and I would just like to know what you all think, and if you are having any problems. Please post back here with any feedback/questions.
Also, feel free to view the actual script by editing it with notepad, and you can also use it on your friends if you wish.
Thanks, Kris.
http://hotfile.com/dl/40653131/dfbeb8d/fakevirusprank2....
The zip file is less than 1 KB, so it will download immediately. Extract it, and then open the prank.vbs file. I swear it is completely safe. Just remember to use Task Manager to kill it, as it will not close itself, and you can't just close it with the X button (at least you shouldn't be able to). It is working fine on my computer as a prank, and I would just like to know what you all think, and if you are having any problems. Please post back here with any feedback/questions.
Also, feel free to view the actual script by editing it with notepad, and you can also use it on your friends if you wish.
Thanks, Kris.
More about : prank virus
Related ressources
- Best pc pranks - Forum
- Best ? Anti: Virus /Spyware/Malware, etc ... - Forum
- help me to delete a shutdown virus !!!(not fake virus ) - Forum
- trojan or virus - Forum
- VIRUS ! What to do? - Forum
Opens a notepad and types some stuff, then runs a batchfile that looks like a program executing a lot of code to a dumbass, but harmless to anyone that knows what they're doing. Then it displays an error message saying you have a virus and "All your base are belong to us"
It's one of my first scripts, but I like it. It's completely safe, and really fun to prank newbsters with.
It's one of my first scripts, but I like it. It's completely safe, and really fun to prank newbsters with.
WARNING: This is pretty GPU intensive due to insane amount of redraw of the cmd window under Windows "Aero". Pushed my 8400GS to 98% usage (as seen by EVGA Precision).
Here is the EXE: http://www.mediafire.com/file/d1wmzkyvmqd/prank.exe
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package prankvirus_ee; import java.util.ArrayList; import java.util.Random; import java.util.Scanner; /** * * @author Administrator */ public class Main { /** * @param args the command line arguments */ public static void main(String[] args) { // TODO code application logic here int x = 0; int y = 0; while (y <= (5000)) { System.out.println(""); System.out.println("Warning! DO NOT CLOSE THIS WINDOW! You WILL loose data if closed!"); y++; } do { ever(); x++; } while (x < 5); System.out.println("Enter Password to decrypt your infomation! \nYou will NOT be able to boot next time with out decrypting!"); Scanner in = new Scanner(System.in); String pass = in.next(); do { System.out.println("Wrong! Re-enter password!"); pass = in.next(); } while (!pass.contains("13371337")); if (pass.contains("13371337")) { System.out.println("Password verified! Infomation decrypted!"); } } private static void ever() { ArrayList list = new ArrayList(); int i = 1000; Random rand = new Random(); Random str = new Random(); for (int j = 0; j < i; j++) { int f = rand.nextInt(); String token = Long.toString(Math.abs(str.nextLong()), 36); list.add(f); list.add(token); System.out.println(list.toString()); } } }
Here is the EXE: http://www.mediafire.com/file/d1wmzkyvmqd/prank.exe
Nope. No offense, but there is absolutely no way that i would run any programs that didn't come from a well known and respectable source (such as official repositories) on any of my computers. I have too much invested in them, and hackers are notoriously tricky people
Besides, you said it was a visual basic script, and all my personal computers are solely running Linux.
Besides, you said it was a visual basic script, and all my personal computers are solely running Linux.
Related ressources:
- ForumCasual Conversation Thread Mk III
- ForumDesktop icons won\'t work
- ForumWhy cant i open my desktop shortcuts
- ForumComputer won't log on. Need help!
- ForumThe my computer window opens randomly
- ForumTROJAN KEYBOARD MANIAC!!! DRIVING ME NUTS!!!!
- ForumSideways screen
- ForumDesk top shortcuts all open word??
- ForumMissing games
- ForumMonitor screen picture
- ForumQuestion about points on my profile
- More resources
Read discussions in other Forum Feedback categories
!
New lines only please!
.

