[C# + Source] Um, "Hai"

Results 1 to 3 of 3
  1. #1
    Account Upgraded | Title Enabled! Cask is offline
    MemberRank
    Jul 2007 Join Date
    887Posts

    [C# + Source] Um, "Hai"

    It's just a program for when the user opens it, it'll display a message of "ownage"
    Idk, I was bored and a friend told me I fail :frown: - So I sent him this

    Coded in C# 08'
    Oh, and to suit most computers, its for .NET Framework 2 and above.
    Happy whatevering!

    Source:
    PHP Code:
    namespace Hai
    {
        public 
    partial class Form1 Form
        
    {
            public 
    string lolatyou// string
            
    public string yourname// string

            
    public Form1()
            {
                
    InitializeComponent();
                
    lolatyou "lolatyou"// value of string
                //------------------------------------------------//
                /* EDIT HERE, AND ONLY HERE!!!!!!111111111111111one
                 * This is where you enter your name: */
                
    yourname "YOUR_NAME_HERE";
                
    /* Now compile and run! Send to heaps of cunts. *///
                //------------------------------------------------//
            
    }

            private 
    void Form1_Load(object senderEventArgs e)
            {
                while (
    lolatyou == "lolatyou"// turn on cuntalizer (lol)
                
    {
                    
    MessageBox.Show(yourname " fucking owns you cunt!""Hello,");
                }
            }
        }



  2. #2
    Omega FragFrog is offline
    MemberRank
    Aug 2004 Join Date
    The NetherlandsLocation
    5,630Posts

    Re: [C# + Source] Um, "Hai"

    Code isn't that impressive, but at least we can see you did your best on the comments :icon6:

  3. #3
    Account Upgraded | Title Enabled! Cask is offline
    MemberRank
    Jul 2007 Join Date
    887Posts

    Re: [C# + Source] Um, "Hai"

    'course it's not impressive, it took 30 seconds



Advertisement