Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[C#] How to be a leet haxr [Makes a weird image?]
#1
Has to be a console application.

Imports:
Code:
using System.Threading;

Code:
Code:
static void Main(string[] args)
        {
            Console.ForegroundColor = ConsoleColor.Green;
            while (1 != 2) // Obviously 1 doesn't equal 2. Bad Loop.
            {
                Random integer = new Random();
                Console.Write(Convert.ToString(integer.Next(0, 2)));
                Thread.Sleep(8); // Otherwise it repeats itself. Plus slow typing = cool 8-)
            }
        }

Usage: Just replace the Main void with the code above.

P.S. It sometimes makes funky images.
Reply


Messages In This Thread
[C#] How to be a leet haxr [Makes a weird image?] - by Mike - 08-31-2010, 01:01 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)