Fake Hack Machine
//Before copy and pasting,heres some tips:
//To end the machine,press any key or escape.
//Press cntrl and A to copy everything
//Currently,theres only one message that says you have been hacked so if you want more texts that say you have been hacked,just put more Hacking(); in every line(one by one).
//------------------------------------
//EXAMPLE:
//Hacking();
//Hacking();
//NOT LIKE THIS:
//Hacking(); Hacking();
//--------------------------------------
//Yes,it IS possible to put over 50.000 "Hacking();".High spec computer required.
//Reccomended around 40.000-60.000 messages.
//Lastly,the more you put the more you will have to wait to load all these things up.If you put more than //30.000 "Hacking();" You will have to wait arround 10-15 seconds.More than 60.000 can take you up to
//40 seconds for them to load!
//IMPORTANT: Because i use My_Awesome_Program as namespace,check brackeys in youtube 1st c# //tutorial that shows how to make and download visual strudio and THEN put the WHOLE code inside //there.Else,you will have to experiment/change some things in the name space code.
//Contact me kgiotakos@gmail.com via email for more info and help!
//HERES THE CODE:
//----------------------------------------------------------------------------------------------
using System;
namespace My_Awsome_Program
{
class Program
{
static void Main(string[] args)
{
{
Hacking();
//PUT HERE DOWN HERE IN EVERY LINE ONE BY ONE MORE Hacking(); FOR MORE MESSAGES(strong pc requared)
Console.ReadKey();
}
static void Hacking()
{
Console.ForegroundColor = ConsoleColor.DarkRed;
Console.WindowHeight = 50;
Console.Title = "Error In The Windows System";
Random HackingNumber = new Random();
int HackingNum1 = HackingNumber.Next(1, 99999);
int HackingNum2 = HackingNumber.Next(1, 999);
Console.WriteLine("You Have Been Hacked By System." + HackingNum1 + ".File." + HackingNum2);
}
}
}
}
Σχόλια
Δημοσίευση σχολίου