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:
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
It wont harm or effect your computer,so just relax. To start press F5
Hey tane,quit it now.. I put it there since theres no other place for "newbie" coding,besides,people will learn from this. I doubt there are newbies that want to learn coding that check programming area,since heres the better coders.. Cmon, when we asked for a mod we meant to keep it nice and going,not to be this picky..
When you show me how this thread is related to private servers, I'll move it back. Untill that it'll stay here. I hate to be picky but it's just how it has to be otherwise there would be no need for moderators.
Sure its not,but I think it should be there because the coders with less coding experience are there,and they might learn how to use console in different ways - by this.
Don't be a tard emme he's doing his job just fine, though something of this level would hardly be considered programming so it could be moved to general discussion to sink faster if wanted xD
First of all if someone doesn't know how to control the basic functions of a console (Read, Write, etc) then they can't code period. If i had of seen this in PServer section i would have moved it to but Tane clearly beat me to it xD.
[RELEASE] Console Commands for Lame Console Look 12/07/2011 - CO2 PServer Guides & Releases - 12 Replies Well, to avoid any further useless posts on this subject... here are a ton of console based commands that will control the game from the server console. I will not explain what each does, it should be pretty easy to figure out, and I don't intend to answer stupid questions. If its a good question, I will answer it.
public static void DoStuff()
{
bool flag = true;
Console.Clear();
Console.ForegroundColor = ConsoleColor.Red;
...
[Release]Attribute points in console 02/03/2010 - CO2 PServer Guides & Releases - 18 Replies Hello everyone.
If you need to put manually your Attribute Points in console - option: /characters
here is form1.cs with my added function.
I think you need only replace your orginal form1 with my from archive and rebuild project.
[Release] Lame Console Look 11/23/2008 - CO2 PServer Guides & Releases - 32 Replies Aight,im sick today and has nothing to do,poor me. Saw a post when LetterX acted cool and showed up his console,so I'd thought I release how to do that. I wont explain since theres 1 / 100 who actually read the explonations , so yeah here it goes:
Search for :
ServerIP = Config.ReadValue("Server", "ServerIP");
Under, add :