Hello.

Discussion in 'Introductions and Farewells' started by aerodynamik, Oct 6, 2013.

  1. aerodynamik
    Offline

    aerodynamik Banned

    Joined:
    Sep 29, 2013
    Messages:
    54
    Likes Received:
    1
    Hello.

    My name is Brian. I am 17 years old. I've been around the private server development since the very beginning (right at TitanMS). So I guess you could say I am pretty familiar with things going around with private servers. Yes, I do actually develop. Some of you may have seen me on development forums such as the now defunct MapleTalk, Arkarium (ex-moderator), and RageZone. Of course, I like to do other things as well. What a shocker! Hehe. I weight-lift recreationally, and play badminton once in awhile.

    I've decided to join this community since a friend of mine has been playing here for sometime, and I also saw one of the developers here on Arkarium. :p
     
  2. Ekul
    Offline

    Ekul Well-Known Member

    Joined:
    Aug 6, 2013
    Messages:
    271
    Likes Received:
    246
    Location:
    Minnesota
    Country Flag:
    IGN:
    Ekul
    Level:
    95
    Yeah man badminton is really fun with some friends! Maybe we can play sometime, where do you live?
     
  3. aerodynamik
    Offline

    aerodynamik Banned

    Joined:
    Sep 29, 2013
    Messages:
    54
    Likes Received:
    1
    Not in the United States ): I live in Canada.
     
  4. John
    Offline

    John Donator

    Joined:
    Aug 5, 2013
    Messages:
    15,134
    Likes Received:
    8,188
    Gender:
    Male
    Welcome. Did you do just WZ editing or actual packet editing/Java coding as well? Always like knowing what exact skills people have :)
     
  5. aerodynamik
    Offline

    aerodynamik Banned

    Joined:
    Sep 29, 2013
    Messages:
    54
    Likes Received:
    1
    Thank you. And sorry for the little scene that I created earlier. I also do Java, Python, and a bit of JavaScript. I haven't formally learned JavaScript. I am just poking around with it. To be honest, JavaScript and pretty much every language is similar in some way or form. I also have the packet knowledge, but I just recently learned it (in August). And also, I do a bit of graphic as well out of boredom.
     
  6. Jphammm
    Offline

    Jphammm Active Member

    Joined:
    Aug 19, 2013
    Messages:
    40
    Likes Received:
    6
    IGN:
    BishPham
    Level:
    142
    Guild:
    Lubs
    whalecum.

    PHP:
    public class justinrulesbrian 
         public static 
    void main(String[] args) {
             
    System.out.println("I rule you. BOW DOWN");
         }
    }
    harharhar
     
  7. aerodynamik
    Offline

    aerodynamik Banned

    Joined:
    Sep 29, 2013
    Messages:
    54
    Likes Received:
    1
    Thanks.

    Code:
    public class justinRules
    {
         public static void main(String[] args) 
         {
             boolean isBrian = true; 
             if (isBrian == false)
             {
                 System.out.println("I rule you. BOW DOWN");
             }
    
             else
             {
                 System.out.println("Brian pwns all.);   
             }
         }
    }
     
  8. Jphammm
    Offline

    Jphammm Active Member

    Joined:
    Aug 19, 2013
    Messages:
    40
    Likes Received:
    6
    IGN:
    BishPham
    Level:
    142
    Guild:
    Lubs
    PHP:
    if (!isBrian || isBrian) {
        
    System.out.println("You are lame.");
    }
    Corrected you. :)
     
  9. John
    Offline

    John Donator

    Joined:
    Aug 5, 2013
    Messages:
    15,134
    Likes Received:
    8,188
    Gender:
    Male
    Code:
    int main()
    {
         char * first = "Justin";
         char * second = "Brian";
         char * god = "John";
         printf("Both %s and %s are lame. While %s is awesome!", first, second, god);
         return 0;
    }
    
    BOOM!
     
  10. Jphammm
    Offline

    Jphammm Active Member

    Joined:
    Aug 19, 2013
    Messages:
    40
    Likes Received:
    6
    IGN:
    BishPham
    Level:
    142
    Guild:
    Lubs
    Code:
    public class TrollFace {
        private static final boolean JohnIsLame = true; // constant variable!
    
        public static void main(String[] args) {
           if (!JohnIsLame) {
              System.exit(0); // too much facepalm to stay alive
           } else {
               System.out.println("Hehehe. This is true...");
           }
        }
    }
    
     
  11. aerodynamik
    Offline

    aerodynamik Banned

    Joined:
    Sep 29, 2013
    Messages:
    54
    Likes Received:
    1
    Bad style. JohnIsLame should be JOHN_IS_LAME.
     
  12. Jphammm
    Offline

    Jphammm Active Member

    Joined:
    Aug 19, 2013
    Messages:
    40
    Likes Received:
    6
    IGN:
    BishPham
    Level:
    142
    Guild:
    Lubs
    who gives a shit.
     

Share This Page