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.
Welcome. Did you do just WZ editing or actual packet editing/Java coding as well? Always like knowing what exact skills people have
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.
whalecum. PHP: public class justinrulesbrian { public static void main(String[] args) { System.out.println("I rule you. BOW DOWN"); }} harharhar
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.); } } }
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!
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..."); } } }