[Release]ZA WARUDO *By: B12*

Page 1 of 3 123 LastLast
Results 1 to 15 of 44
  1. #1
    Account Upgraded | Title Enabled! Leaf Story is offline
    MemberRank
    Sep 2008 Join Date
    LeafStoryLocation
    479Posts

    [Release]ZA WARUDO *By: B12*

    Well this is a release from B12 i found on FlowsionMs' forum archives
    i won't post a tut on how to use it as if you don't then you shouldn't be running a server yet.

    Well here it is

    EDIT:: Here is a Screenie


    this one was made by B12
    PHP Code:
    }else if (splitted[0].equals("!wry")){
    mc.dropMessage("             //////                                      ");
    mc.dropMessage("           ////////////                                  ");
    mc.dropMessage("         ////////////////                                ");
    mc.dropMessage("         /////////////////                               ");
    mc.dropMessage("         /////////////////                               ");
    mc.dropMessage("         /////////////////                               ");
    mc.dropMessage("          //////////////                                 ");
    mc.dropMessage("            ///////////                                  ");
    mc.dropMessage("             //////////////                              ");
    mc.dropMessage("           ///////////////////                           ");
    mc.dropMessage("          /////////////////////              ////        ");
    mc.dropMessage("          ///////////////////////       /////////////    ");
    mc.dropMessage("         //////////////////////////////////////////////  ");
    mc.dropMessage("         //////////////////////////////////////////      ");
    mc.dropMessage("         ///////////////////////////////////             ");
    mc.dropMessage("  //       /////////////////////////////                 ");
    mc.dropMessage(" /////////   //////////////////////////////              ");
    mc.dropMessage("/////////////////////////////////////////////            ");
    mc.dropMessage("  ///////////////////// ///////////////////////          ");
    mc.dropMessage("        //////////////  ///////////////////////          ");
    mc.dropMessage("             ///////    ///////////////////////          ");
    mc.dropMessage("                       ////////    ///////////           ");
    mc.dropMessage("                       ////////      ///////////         ");
    mc.dropMessage("                       ////////        //////////        ");
    mc.dropMessage("                       ////////         //////////       ");
    mc.dropMessage("                       ////////           /////////      ");
    mc.dropMessage("                       ////////           /////////      ");
    mc.dropMessage("                       ///////            ////////       ");
    mc.dropMessage("                      /////////           ///////        ");
    mc.dropMessage("                    ////////////          ////////       ");
    mc.dropMessage("                  /////////////           ////////       ");
    mc.dropMessage("                ////////////             ////////        ");
    mc.dropMessage("              ////////////               ////////        ");
    mc.dropMessage("            ////////////                 ////////        ");
    mc.dropMessage("            //////////                  ////////         ");
    mc.dropMessage("            ///////                     //////           ");
            } 
    don't ask me if it works because if I'm releasing it then it works read the rules it says not to release something that hasn't been tested.

    this is another one that was made by happydud
    if you can't tell the difference between this one and the one made by B12
    just don't worry about it
    PHP Code:
                       } else if (splitted[0].equals("!wry")){
                    try {
                            
    WorldChannelInterface world c.getChannelServer();
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "             //////                                      ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,   "           ////////////                                  ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,   "         ////////////////                                ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,    "         /////////////////                               ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,   "         /////////////////                               ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,   "         /////////////////                               ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "          //////////////                                 ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "            ///////////                                  ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "             //////////////                              ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "           ///////////////////                           ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "          /////////////////////              ////        ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "          ///////////////////////       /////////////    ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "         //////////////////////////////////////////////  ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "         //////////////////////////////////////////      ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "         ///////////////////////////////////             ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "  //       /////////////////////////////                 ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  " /////////   //////////////////////////////              ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "/////////////////////////////////////////////            ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "  ///////////////////// ///////////////////////          ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "        //////////////  ///////////////////////          ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "             ///////    ///////////////////////          ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ////////    ///////////           ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ////////      ///////////         ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ////////        //////////        ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ////////         //////////       ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ////////           /////////      ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ////////           /////////      ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ///////            ////////       ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                      /////////           ///////        ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                    ////////////          ////////       ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                  /////////////           ////////       ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                ////////////             ////////        ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "              ////////////               ////////        ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "            ////////////                 ////////        ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "            //////////                  ////////         ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "            ///////                     //////           ").getBytes());
                    } catch (
    RemoteException e) {
                        
    c.getChannelServer().reconnectWorld();
                    }
                    } 

    Anotherone made by [QUOTE=SaintsIan;4539996]Here guys i just got one ;) This is dedicated to a guy :O well the command says it all :D
    Hope you like it lolololol!

    } else if (splitted[0].equals("@vinnhfails")) {
    mc.dropMessage("....................../
    Last edited by Leaf Story; 23-12-08 at 07:18 PM.


  2. #2
    Account Upgraded | Title Enabled! yuniordiaz is offline
    MemberRank
    May 2008 Join Date
    C: DriveLocation
    1,045Posts

    Re: [Release]ZA WARUDO *By: B12*

    Wtf that is useless..

  3. #3
    Account Upgraded | Title Enabled! happydud3 is offline
    MemberRank
    Apr 2008 Join Date
    351Posts

    Re: [Release]ZA WARUDO *By: B12*

    PHP Code:
                        else if (splitted[0].equals("!wry")){
                    try {
                            
    WorldChannelInterface world c.getChannelServer();
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "             //////                                      ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,   "           ////////////                                  ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,   "         ////////////////                                ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,    "         /////////////////                               ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,   "         /////////////////                               ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,   "         /////////////////                               ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "          //////////////                                 ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "            ///////////                                  ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "             //////////////                              ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "           ///////////////////                           ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "          /////////////////////              ////        ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "          ///////////////////////       /////////////    ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "         //////////////////////////////////////////////  ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "         //////////////////////////////////////////      ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "         ///////////////////////////////////             ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "  //       /////////////////////////////                 ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  " /////////   //////////////////////////////              ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "/////////////////////////////////////////////            ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "  ///////////////////// ///////////////////////          ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "        //////////////  ///////////////////////          ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "             ///////    ///////////////////////          ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ////////    ///////////           ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ////////      ///////////         ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ////////        //////////        ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ////////         //////////       ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ////////           /////////      ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ////////           /////////      ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ///////            ////////       ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                      /////////           ///////        ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                    ////////////          ////////       ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                  /////////////           ////////       ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                ////////////             ////////        ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "              ////////////               ////////        ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "            ////////////                 ////////        ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "            //////////                  ////////         ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "            ///////                     //////           ").getBytes());
                    } catch (
    RemoteException e) {
                        
    c.getChannelServer().reconnectWorld();
                    }
                    } 

  4. #4
    You've got my respect! Traitor is offline
    MemberRank
    Apr 2008 Join Date
    Portland,OregonLocation
    959Posts

    Re: [Release]ZA WARUDO *By: B12*

    Awesome.

  5. #5
    Account Upgraded | Title Enabled! Leaf Story is offline
    MemberRank
    Sep 2008 Join Date
    LeafStoryLocation
    479Posts

    Re: [Release]ZA WARUDO *By: B12*

    as i said i didn't make it.

    Also this is pretty fun :D

    lol

    Quote Originally Posted by B12 in FlowsionMs forum
    You guys need to learn your memes:
    http://www.youtube.com/watch?v=j3w8IRjPqXA

  6. #6
    Interesting... SharpAceX is offline
    MemberRank
    Oct 2008 Join Date
    2,011Posts

    Re: [Release]ZA WARUDO *By: B12*

    Lol O_O the second one is huge.

  7. #7
    Infraction Banned viinnh is offline
    MemberRank
    Sep 2008 Join Date
    AustraliaLocation
    1,189Posts

    Re: [Release]ZA WARUDO *By: B12*

    WOW WTF ? LOL ! anyways make more lol

  8. #8
    Alpha Member Markii is offline
    MemberRank
    Nov 2008 Join Date
    NewyorkLocation
    1,917Posts

    Re: [Release]ZA WARUDO *By: B12*

    Awesome b12
    Last edited by Markii; 23-12-08 at 06:27 AM.

  9. #9
    Account Upgraded | Title Enabled! Leaf Story is offline
    MemberRank
    Sep 2008 Join Date
    LeafStoryLocation
    479Posts

    Re: [Release]ZA WARUDO *By: B12*

    thx no credits go to me tho. ALL CREDITS GO TO B12.

    so don't tell me Nice Release.
    tell me
    B12 is pro :3

  10. #10
    Account Upgraded | Title Enabled! zzlawlzz is offline
    MemberRank
    Oct 2008 Join Date
    401Posts

    Re: [Release]ZA WARUDO *By: B12*

    Quote Originally Posted by Leaf Story View Post
    thx no credits go to me tho. ALL CREDITS GO TO B12.

    so don't tell me Nice Release.
    tell me
    B12 is pro :3
    B12 is a pro? o.o

  11. #11
    Member Eirik95 is offline
    MemberRank
    May 2008 Join Date
    NorwayLocation
    69Posts

    Re: [Release]ZA WARUDO *By: B12*

    omfg that cool xD
    Donater command lol

  12. #12
    Account Upgraded | Title Enabled! EspadaFung is offline
    MemberRank
    Jul 2008 Join Date
    Home, don't stalk meLocation
    1,030Posts

    Re: [Release]ZA WARUDO *By: B12*

    wow, lol any other picture?

  13. #13
    Account Upgraded | Title Enabled! zzlawlzz is offline
    MemberRank
    Oct 2008 Join Date
    401Posts

    Re: [Release]ZA WARUDO *By: B12*

    Quote Originally Posted by EspadaFung View Post
    wow, lol any other picture?
    lol i want to see snail and slime xD

  14. #14
    Account Upgraded | Title Enabled! Leaf Story is offline
    MemberRank
    Sep 2008 Join Date
    LeafStoryLocation
    479Posts

    Re: [Release]ZA WARUDO *By: B12*

    Ehh im going to add it to LeafStory's Player Commands
    but its going to cost you 1m :3

    * edit*

    Quote Originally Posted by happydud3 View Post
    PHP Code:
                        else if (splitted[0].equals("!wry")){
                    try {
                            
    WorldChannelInterface world c.getChannelServer();
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "             //////                                      ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,   "           ////////////                                  ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,   "         ////////////////                                ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,    "         /////////////////                               ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,   "         /////////////////                               ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,   "         /////////////////                               ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "          //////////////                                 ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "            ///////////                                  ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "             //////////////                              ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "           ///////////////////                           ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "          /////////////////////              ////        ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "          ///////////////////////       /////////////    ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "         //////////////////////////////////////////////  ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "         //////////////////////////////////////////      ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "         ///////////////////////////////////             ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "  //       /////////////////////////////                 ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  " /////////   //////////////////////////////              ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "/////////////////////////////////////////////            ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "  ///////////////////// ///////////////////////          ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "        //////////////  ///////////////////////          ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "             ///////    ///////////////////////          ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ////////    ///////////           ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ////////      ///////////         ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ////////        //////////        ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ////////         //////////       ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ////////           /////////      ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ////////           /////////      ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                       ///////            ////////       ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                      /////////           ///////        ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                    ////////////          ////////       ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                  /////////////           ////////       ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "                ////////////             ////////        ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "              ////////////               ////////        ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "            ////////////                 ////////        ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "            //////////                  ////////         ").getBytes());
                            
    world.broadcastMessage(nullMaplePacketCreator.serverNotice(6,  "            ///////                     //////           ").getBytes());
                    } catch (
    RemoteException e) {
                        
    c.getChannelServer().reconnectWorld();
                    }
                    } 
    Does that one work the same as the second one?

  15. #15
    What Przndude is offline
    MemberRank
    Aug 2008 Join Date
    CaliforniaLocation
    406Posts

    Re: [Release]ZA WARUDO *By: B12*

    Wow thats funny xP



Page 1 of 3 123 LastLast

Advertisement