Advertisement
konalisp

virus.exe

Jul 28th, 2014
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.17 KB | None | 0 0
  1. using System;
  2.  
  3. public class mame {
  4.     public static void Main() {
  5.         Console.WriteLine( "you just got hacked" );
  6.         while (true) {
  7.             Console.ReadLine();
  8.         }
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement