Aight guys,I just quickly wrote this together to see how it went up. You can do this "prank" on your mom,sister or anyone else who doesnt know computer that well.
Start a totally new Console Application:
Under static void Main(string[] args)
{
Add:
There you go,hope you like it. I wont explain what it really does,if anyone knows console good,you should understand,or just try it:D
It wont harm or effect your computer,so just relax.
To start press F5
Emme :D
Start a totally new Console Application:
Under static void Main(string[] args)
{
Add:
Code:
Console.Title = "GetRichToday.com!";
Console.WriteLine("Hello there. We are from GetRichToday and ");
Console.WriteLine("can provide you a weekly payment of 10.000 ");
Console.WriteLine("dollars each week. Just fill the information ");
Console.WriteLine("below and you are ready to earn money!");
Console.WriteLine();
Console.Write("First name , please : ");
string Name = Console.ReadLine();
Console.Write("Last name, please : ");
string Lastname = Console.ReadLine();
Console.WriteLine("Okay " + Name + " " + Lastname + ", thanks");
Console.ReadLine();
Console.WriteLine("*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*");
Console.WriteLine(" BANK INFO ");
Console.WriteLine("*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*");
Console.WriteLine();
Console.Write("Bank name : ");
Console.ReadLine();
Console.Write("Creditcard ID : ");
Console.ReadLine();
Console.Write("Last 4 digits : ");
Console.ReadLine();
Console.Write("Expired date : ");
Console.ReadLine();
Console.WriteLine("-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-");
Console.WriteLine(" PROCESSING DATA... ");
Console.WriteLine("-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-");
Console.WriteLine();
Console.WriteLine();
Console.WriteLine("Press Enter to continue..");
Console.ReadLine();
Console.Clear();
Console.ForegroundColor = ConsoleColor.Green;
Console.WriteLine("*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*");
Console.WriteLine("Bank information wrong!");
Console.WriteLine("Loading virus into computer!");
Console.WriteLine("*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*");
Console.WriteLine(" ............. ");
Console.WriteLine("Press Enter to cancel!!");
Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine("-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-");
Console.WriteLine("Virus completely installed. Harddrive destroyed!");
Console.WriteLine("-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-");
Console.WriteLine();
Console.WriteLine();
Console.WriteLine();
Console.ForegroundColor = ConsoleColor.Cyan;
Console.BackgroundColor = ConsoleColor.Red;
Console.WriteLine("*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*");
Console.WriteLine(" HAXXED BY EMME ");
Console.WriteLine("*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*");
Console.Beep(7231, 32423);
Console.ReadLine();
There you go,hope you like it. I wont explain what it really does,if anyone knows console good,you should understand,or just try it:D
It wont harm or effect your computer,so just relax.
To start press F5
Emme :D