LollyMS
Oh dear, it seems you're not logged in. Please log in or register with us to view our forums(:

Join the forum, it's quick and easy

LollyMS
Oh dear, it seems you're not logged in. Please log in or register with us to view our forums(:
LollyMS
Would you like to react to this message? Create an account in a few clicks or log in to continue.

iDuckiee's Coder App

5 posters

Go down

iDuckiee's Coder App Empty iDuckiee's Coder App

Post  bronstien Thu Apr 08, 2010 7:24 pm

Name: James

Age: 12

Coding skills: 2 years of Experience I JavaScript and C++

What can you code?: Script, .wz Edits, Npcs ( Change what they give, Change what they say) Custom Npcs Character Npcs Etc. Lotsa Stuff :]

What can't you code/what are your weaknesses?: Dont really Have any i can code what you want me to code if i dont know it i learn it :]

Do you have any examples?: Yes i do


Code:
*/



function start() {
      cm.sendSimple ("#e#bWelcome to ___story. When it comes to major choice making picking a job is one of the most important choices in your MapleStory career. Which job would you like?\r\n#L0##kWarrior#l\r\n#L1#Thief#l\r\n#L2#Magician#l\r\n#L3#Bowman#l\r\n#L4#Pirate#l");
      }
      
function action(mode, type, selection) { // leave this
       cm.dispose();          // leave this
   if (selection == 0) {  // leave this
      var statup = new java.util.ArrayList(); // leave this
      var p = cm.c.getPlayer();              // leave this
      var totAp = p.getRemainingAp();        // leave this
        cm.gainExp(15); //level 1 - 2
      cm.gainExp(34); //level 2 - 3
      cm.gainExp(57); //level 3 - 4
      cm.gainExp(92); //level 4 - 5
      cm.gainExp(135); //level 5 - 6
      cm.gainExp(372); //level 6 - 7
      cm.gainExp(560); //level 7 - 8
      cm.gainExp(840); //level 8 - 9
      cm.gainExp(1242); //level 9 - 10
      p.setStr(35); // leave this
      p.setDex(4);  // leave this
      p.setInt(4);  // leave this
      p.setLuk(4);  // leave this
      p.setRemainingAp (totAp + 28);  // leave this
        cm.changeJob(net.sf.odinms.client.MapleJob.WARRIOR);  // leave this
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.AVAILABLEAP, java.lang.Integer.valueOf(p.getRemainingAp())));   // leave this   
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.STR, java.lang.Integer.valueOf(35)));  // leave this
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.DEX, java.lang.Integer.valueOf(4)));    // leave this
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.INT, java.lang.Integer.valueOf(4)));   // leave this
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.LUK, java.lang.Integer.valueOf(4)));    // leave this
      p.getClient().getSession().write (net.sf.odinms.tools.MaplePacketCreator.updatePlayerStats(statup));
           cm.getChar().maxAllSkills();      
      cm.warp(3);      //Warps you to map ID 3
       //MAXED SKILLS
      cm.dispose();//This makes sure after script is done it disposes/closes properly   
   } else if (selection == 1) {
      var statup = new java.util.ArrayList(); // leave this
      var p = cm.c.getPlayer();              // leave this
      var totAp = p.getRemainingAp();        // leave this
      cm.gainExp(15); //level 1 - 2
      cm.gainExp(34); //level 2 - 3
      cm.gainExp(57); //level 3 - 4
      cm.gainExp(92); //level 4 - 5
      cm.gainExp(135); //level 5 - 6
      cm.gainExp(372); //level 6 - 7
      cm.gainExp(560); //level 7 - 8
      cm.gainExp(840); //level 8 - 9
      cm.gainExp(1242); //level 9 - 10
      p.setStr(4); // leave this
      p.setDex(25);  // leave this
      p.setInt(4);  // leave this
      p.setLuk(4);  // leave this
      p.setRemainingAp (totAp + 38);  // leave this
        cm.changeJob(net.sf.odinms.client.MapleJob.THIEF);  // leave this
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.AVAILABLEAP, java.lang.Integer.valueOf(p.getRemainingAp())));   // leave this   
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.STR, java.lang.Integer.valueOf(4)));  // leave this
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.DEX, java.lang.Integer.valueOf(25)));    // leave this
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.INT, java.lang.Integer.valueOf(4)));   // leave this
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.LUK, java.lang.Integer.valueOf(4)));    // leave this
      p.getClient().getSession().write (net.sf.odinms.tools.MaplePacketCreator.updatePlayerStats(statup));
      //Editable values below. Make sure all entered below is correct or problems may occur.
           cm.getChar().maxAllSkills();
      cm.warp(3);    //Warps you to map ID 3
      cm.dispose();
   } else if (selection == 2) {
      var statup = new java.util.ArrayList(); // leave this
      var p = cm.c.getPlayer();              // leave this
      var totAp = p.getRemainingAp();        // leave this
       cm.gainExp(15); //level 1 - 2
      cm.gainExp(34); //level 2 - 3
      cm.gainExp(57); //level 3 - 4
      cm.gainExp(92); //level 4 - 5
      cm.gainExp(135); //level 5 - 6
      cm.gainExp(372); //level 6 - 7
      cm.gainExp(560); //level 7 - 8   
      p.setStr(4); // leave this
      p.setDex(4);  // leave this
      p.setInt(20);  // leave this
      p.setLuk(4);  // leave this
      p.setRemainingAp (totAp + 33);  // leave this
        cm.changeJob(net.sf.odinms.client.MapleJob.MAGICIAN);  // leave this
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.AVAILABLEAP, java.lang.Integer.valueOf(p.getRemainingAp())));   // leave this   
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.STR, java.lang.Integer.valueOf(4)));  // leave this
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.DEX, java.lang.Integer.valueOf(4)));    // leave this
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.INT, java.lang.Integer.valueOf(20)));   // leave this
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.LUK, java.lang.Integer.valueOf(4)));    // leave this
      p.getClient().getSession().write (net.sf.odinms.tools.MaplePacketCreator.updatePlayerStats(statup));
           cm.getChar().maxAllSkills();
      cm.warp(3);      //Warps you to map ID 3
      cm.dispose();//This makes sure after script is done it disposes/closes properly
   } else if (selection == 3) {
      var statup = new java.util.ArrayList(); // leave this
      var p = cm.c.getPlayer();              // leave this
      var totAp = p.getRemainingAp();        // leave this
      cm.gainExp(15); //level 1 - 2
      cm.gainExp(34); //level 2 - 3
      cm.gainExp(57); //level 3 - 4
      cm.gainExp(92); //level 4 - 5
      cm.gainExp(135); //level 5 - 6
      cm.gainExp(372); //level 6 - 7
      cm.gainExp(560); //level 7 - 8
      cm.gainExp(840); //level 8 - 9
      cm.gainExp(1242); //level 9 - 10
      p.setStr(4); // leave this
      p.setDex(25);  // leave this
      p.setInt(4);  // leave this
      p.setLuk(4);  // leave this
      p.setRemainingAp (totAp + 38);  // leave this
        cm.changeJob(net.sf.odinms.client.MapleJob.BOWMAN);  // leave this
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.AVAILABLEAP, java.lang.Integer.valueOf(p.getRemainingAp())));   // leave this   
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.STR, java.lang.Integer.valueOf(4)));  // leave this
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.DEX, java.lang.Integer.valueOf(25)));    // leave this
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.INT, java.lang.Integer.valueOf(4)));   // leave this
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.LUK, java.lang.Integer.valueOf(4)));    // leave this
      p.getClient().getSession().write (net.sf.odinms.tools.MaplePacketCreator.updatePlayerStats(statup));
      //Editable values below. Make sure all entered below is correct or problems may occur.
           cm.getChar().maxAllSkills();
      cm.warp(3);    //Warps you to map ID 3

      cm.dispose();
   } else if (selection == 4) {
      var statup = new java.util.ArrayList(); // leave this
      var p = cm.c.getPlayer();              // leave this
      var totAp = p.getRemainingAp();        // leave this
      cm.gainExp(15); //level 1 - 2
      cm.gainExp(34); //level 2 - 3
      cm.gainExp(57); //level 3 - 4
      cm.gainExp(92); //level 4 - 5
      cm.gainExp(135); //level 5 - 6
      cm.gainExp(372); //level 6 - 7
      cm.gainExp(560); //level 7 - 8
      cm.gainExp(840); //level 8 - 9
      cm.gainExp(1242); //level 9 - 10
      p.setStr(4); // leave this
      p.setDex(25);  // leave this
      p.setInt(4);  // leave this
      p.setLuk(4);  // leave this
      p.setRemainingAp (totAp + 38);  // leave this
        cm.changeJob(net.sf.odinms.client.MapleJob.PIRATE);  // leave this
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.AVAILABLEAP, java.lang.Integer.valueOf(p.getRemainingAp())));   // leave this   
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.STR, java.lang.Integer.valueOf(4)));  // leave this
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.DEX, java.lang.Integer.valueOf(25)));    // leave this
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.INT, java.lang.Integer.valueOf(4)));   // leave this
      statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.LUK, java.lang.Integer.valueOf(4)));    // leave this
      p.getClient().getSession().write (net.sf.odinms.tools.MaplePacketCreator.updatePlayerStats(statup));
      //Editable values below. Make sure all entered below is correct or problems may occur.
           cm.getChar().maxAllSkills();
      cm.warp(3);    //Warps you to map ID 3
      cm.dispose();
   }
}
Code:
*/

var status = 0;

//Junk items id
var junk = new Array(2210010, 2210008  );
//Junk item random. Change 2 to the size of the array - 1.
var junkc = Math.floor(Math.random()*10);

//Scrolls items id
var scrolls = new Array(2049100, 2040931);
//Scroll item random
var scrollsc = Math.floor(Math.random()*4);

//Eq items id
var eq = new Array(1382045, 1382046, 1382047, 1382048, 1382049, 1382050, 1382051, 1382052, 1372035, 1372036, 1372037, 1372038, 1372039, 1372040, 1372041, 1372042, 1082149, 1082147, 1082150, 1102041, 1002586, 1002587, 1102042, 1082145, 1082146, 2340000, 1102041, 1002586, 1002587, 1082149, 1002587, 1102041, 1492025, 1492023, 1482024, 1482023, 1472071, 1472074, 1472075, 1472068, 1462055, 1462054, 1462051, 1462050, 1452060, 1452059, 1452057, 1442068, 1442067, 1442066, 1432048, 1432049, 1432047, 1422038, 1422037, 1412034, 1412033, 1402051, 1402050, 1402049, 1402048, 1402047, 1402046, 1382060, 1382059, 1382057, 1372045, 1372044, 1332080, 1332079, 1332076, 1332075, 1332074, 1332073, 1322061, 1322060, 1312038, 1312037, 1302086, 1302081);
//Eq items random
var eqc = Math.floor(Math.random()*eq.length);

//Unique items id. Eg. BWG
var unique = new Array(1082149, 1082147, 1082150, 1102041, 1002586, 1002587, 1102042, 1082145, 1082146, 2340000, 1102041, 1002586, 1002587, 1082149, 1002587, 1102041, 1492025, 1492023, 1482024, 1482023, 1472071, 1472074, 1472075, 1472068, 1462055, 1462054, 1462051, 1462050, 1452060, 1452059, 1452057, 1442068, 1442067, 1442066, 1432048, 1432049, 1432047, 1422038, 1422037, 1412034, 1412033, 1402051, 1402050, 1402049, 1402048, 1402047, 1402046, 1382060, 1382059, 1382057, 1372045, 1372044, 1332080, 1332079, 1332076, 1332075, 1332074, 1332073, 1322061, 1322060, 1312038, 1312037, 1302086, 1302081,, 1902003, 1902015, 1902016, 1902017, 1902018, 1902019, 1902020, 1902021, 1902022, 1902023, 1902024, 1902025, 1902026, 1912010, 1902013, 1902005, 1902006, 1902007, 1302063, 1412031 );
//Unique items random
var uniquec = Math.floor(Math.random()*15);

//itemamount. Amount of items u get for junks.
var itemamount = Math.floor(Math.random()*50+1);

importPackage(net.sf.rise.client);

function start() {
    status = -1;
    action(1, 0, 0);
}


function action(mode, type, selection) {
    if (mode == -1) {
        cm.dispose();
    } else {
        if (status >= 2 && mode == 0) {
            cm.sendOk("See you next time.");
            cm.dispose();
            return;
        }
        if (mode == 1)
            status++;
        else
            status--;
        if (status == 0) {
            cm.sendNext("I am Slot Machine If You Get a Mount Pm Gm For Saddle iDuckiee.");
        }
        else if (status == 1) {
            if (cm.haveItem(5220010)) {
                cm.sendOk("I see you have a #bSlotMachine Ticket#k, Do you wish to use it?");
            }
            else if (!cm.haveItem(5220010)) {
                cm.sendOk("You dont have a #bSlot Machine Ticket#k.");
                cm.dispose();
            }
        }
        else if (status == 2) {
            cm.gainItem(5220010, -1);
            //Chance of getting item type. Do not change if u do not noe what u are doing = ="
            var type = Math.floor(Math.random()*22+1);
            switch(type) {
                case 1:
                case 2:
                case 5:
                case 8:
                case 9:
                case 10:
                case 13:
                case 19:
                    cm.gainItem(junk[junkc], itemamount);
                    break;
                case 6:
                case 7:
                case 12:
                case 14:
                case 18:
                    cm.gainItem(scrolls[scrollsc], 1);
                    break;
                case 3:
                case 4:
                case 15:
                case 16:
                case 17:
                case 20:
                    cm.gainItem(eq[eqc], 1);
                    break;
                case 11:
                    cm.gainItem(unique[uniquec], 1);
                    break;
                default:
                    cm.gainItem(junk[junkc], itemamount);
            }
            cm.dispose();
        }
    }
}


These Are just Some of the Npcs I do Ive Done Lots More :]


Things About Youself:
IM a Nerd Im on As soon as i come from school till 8:00 :] I like Ms Im On everyday Very Very Active ~! Hope You Pick Me ~! iDuckiee !~


Last edited by bronstien on Fri Apr 09, 2010 2:53 pm; edited 1 time in total

bronstien
Mute
Mute

Posts : 6
Join date : 2010-04-08

Back to top Go down

iDuckiee's Coder App Empty Re: iDuckiee's Coder App

Post  Natural Fri Apr 09, 2010 1:43 pm

Since you're 12, I wouldn't blame you so much, but plagiarizing IS NOT acceptable. IF you can't freaking code yourself, then don't bother applying for a coder. Copying requires no skill what-so-ever. EVERYTHING you copy and pasted is obvious, and honestly, you can't do that right either. All notes are left because they were made for tutorials and guess what? I've read them all. Two years of C++ and Java skills and you're 12. You started when you were 10? I doubt that. http://forum.ragezone.com/f427/event-npc-644060/ is the second script you "made". Don't f-ing lie, dude. You're just taking work of someone else and taking credit for it. Tsk, tsk.
Natural
Natural
Spam Addict
Spam Addict

Posts : 138
Join date : 2010-03-16
Age : 28
Location : Earth

Back to top Go down

iDuckiee's Coder App Empty Re: iDuckiee's Coder App

Post  baboo Fri Apr 09, 2010 2:32 pm

whoa... 12 y-o java coder... lol what are u the next bill gates?

baboo
Niblet
Niblet

Posts : 21
Join date : 2010-04-05
Age : 31

Back to top Go down

iDuckiee's Coder App Empty Re: iDuckiee's Coder App

Post  bronstien Fri Apr 09, 2010 2:48 pm

Natural wrote:Since you're 12, I wouldn't blame you so much, but plagiarizing IS NOT acceptable. IF you can't freaking code yourself, then don't bother applying for a coder. Copying requires no skill what-so-ever. EVERYTHING you copy and pasted is obvious, and honestly, you can't do that right either. All notes are left because they were made for tutorials and guess what? I've read them all. Two years of C++ and Java skills and you're 12. You started when you were 10? I doubt that. http://forum.ragezone.com/f427/event-npc-644060/ is the second script you "made". Don't f-ing lie, dude. You're just taking work of someone else and taking credit for it. Tsk, tsk.
i Helped >.> I coded For STonerSTory n WillMs Dont Believe Me Then Go ASk The Owners And Ask if iDuckiee Coded For Them Dont Believe me Idc First 1 coded for stonerStory n 2nd 1 was for WillMs maybe you should know your facts before u flame at other >.> Geez Learn 2 Control ur freaking Anger ^(..)^ dont believe me idc ask Owner of StonerStory ( Tyler) Or Co-Owner (Steven) Idm Lets see what they say


Last edited by bronstien on Fri Apr 09, 2010 2:54 pm; edited 1 time in total

bronstien
Mute
Mute

Posts : 6
Join date : 2010-04-08

Back to top Go down

iDuckiee's Coder App Empty Re: iDuckiee's Coder App

Post  bronstien Fri Apr 09, 2010 2:51 pm

baboo wrote:whoa... 12 y-o java coder... lol what are u the next bill gates?
I learned from my Cuz cause he started coding and i wanted to know how 2 code cause it was intresting n stuff so i learned from him

bronstien
Mute
Mute

Posts : 6
Join date : 2010-04-08

Back to top Go down

iDuckiee's Coder App Empty Re: iDuckiee's Coder App

Post  Natural Fri Apr 09, 2010 2:53 pm

First of all, I never heard of those servers, which could be made up for all I know and telling me to ask them would be nearly impossible because I wouldn't be able to find them. Second, you never address the part where you ripped off taht guy's script.
Natural
Natural
Spam Addict
Spam Addict

Posts : 138
Join date : 2010-03-16
Age : 28
Location : Earth

Back to top Go down

iDuckiee's Coder App Empty Re: iDuckiee's Coder App

Post  bronstien Sat Apr 10, 2010 5:35 am

Ok HOw cant u know StonerStory 1.0 n WillMs >.> go ask people im sure they have heard of StonerStory n WillMs infact how about look it up on youtube

bronstien
Mute
Mute

Posts : 6
Join date : 2010-04-08

Back to top Go down

iDuckiee's Coder App Empty Re: iDuckiee's Coder App

Post  iloveps Sat Apr 10, 2010 8:54 am

O______O. I sense a flame war coming on

ON TOPIC: I find it hard to believe you started when you were ten, no less that those are on that site. If you can code event script show us, WZ edit give us a screeny, with your age and that website I find it hard to believe you can code. I have heard of those servers, I would like to email the owner of WillMS as proof. Don't give me a BS email either. I've emailed and talked to him once and have it saved on my Gmail, don't screw up here or you are lying. Also if you are lying, why would you? Not only that I bet you didn't start with C++, prolly C#. Saying you start with C++ is BULL. Include other coding languages you can do also. I do not think you can code to be honest. I will need more proof. Lolly hates liars, are you going to be one?
iloveps
iloveps
Spam Addict
Spam Addict

Posts : 184
Join date : 2009-07-28
Age : 28
Location : Hugging my kitty plushy<3.

Back to top Go down

iDuckiee's Coder App Empty Re: iDuckiee's Coder App

Post  Natural Sat Apr 10, 2010 10:27 am

How can't I know it? I just don't. dur dur dur. Still, I could careless where you went to, I just want proof that you did script those.
Natural
Natural
Spam Addict
Spam Addict

Posts : 138
Join date : 2010-03-16
Age : 28
Location : Earth

Back to top Go down

iDuckiee's Coder App Empty Re: iDuckiee's Coder App

Post  Kryssie Wed May 19, 2010 7:01 pm

Plagiarizing is not cool.

[EDIT:] Tsk, tsk. Be nice to him, people. He's probably feeling very hurt at the moment. ^____^
Kryssie
Kryssie
Krisseh

Posts : 290
Join date : 2009-07-11
Age : 26
Location : Under your bed, sweetum's. I absolutely LOVE the view(;

Back to top Go down

iDuckiee's Coder App Empty Re: iDuckiee's Coder App

Post  Natural Wed May 19, 2010 7:52 pm

Opinion starts war. Fact ends opinions, thus, ending war. I proved he copied and i r teh winzorz. He SHOULD feel bad; after all, he even failed to copy.
Natural
Natural
Spam Addict
Spam Addict

Posts : 138
Join date : 2010-03-16
Age : 28
Location : Earth

Back to top Go down

iDuckiee's Coder App Empty Re: iDuckiee's Coder App

Post  Kryssie Wed May 19, 2010 7:56 pm

Natural wrote:Opinion starts war. Fact ends opinions, thus, ending war. I proved he copied and i r teh winzorz. He SHOULD feel bad; after all, he even failed to copy.

I guess so. Surprised!
Kryssie
Kryssie
Krisseh

Posts : 290
Join date : 2009-07-11
Age : 26
Location : Under your bed, sweetum's. I absolutely LOVE the view(;

Back to top Go down

iDuckiee's Coder App Empty Re: iDuckiee's Coder App

Post  iloveps Thu May 20, 2010 2:09 pm

Even without the power, I can say this:

DENIED for lying and plagorizing (excuse my spelling).
iloveps
iloveps
Spam Addict
Spam Addict

Posts : 184
Join date : 2009-07-28
Age : 28
Location : Hugging my kitty plushy<3.

Back to top Go down

iDuckiee's Coder App Empty Re: iDuckiee's Coder App

Post  Natural Fri May 21, 2010 1:19 pm

Contradiction! You can't say it C:
Natural
Natural
Spam Addict
Spam Addict

Posts : 138
Join date : 2010-03-16
Age : 28
Location : Earth

Back to top Go down

iDuckiee's Coder App Empty Re: iDuckiee's Coder App

Post  iloveps Fri May 21, 2010 2:40 pm

PSH. I'm just saying it for Krisseh. D:, I luff those wordsss.
iloveps
iloveps
Spam Addict
Spam Addict

Posts : 184
Join date : 2009-07-28
Age : 28
Location : Hugging my kitty plushy<3.

Back to top Go down

iDuckiee's Coder App Empty Re: iDuckiee's Coder App

Post  Natural Fri May 21, 2010 6:30 pm

liess
Natural
Natural
Spam Addict
Spam Addict

Posts : 138
Join date : 2010-03-16
Age : 28
Location : Earth

Back to top Go down

iDuckiee's Coder App Empty Re: iDuckiee's Coder App

Post  Kryssie Sun May 23, 2010 7:42 am

tsk tsk. Now WHAT did I say about posting one word posts? :c

Razz
Kryssie
Kryssie
Krisseh

Posts : 290
Join date : 2009-07-11
Age : 26
Location : Under your bed, sweetum's. I absolutely LOVE the view(;

Back to top Go down

iDuckiee's Coder App Empty Re: iDuckiee's Coder App

Post  Natural Sun May 23, 2010 8:41 am

You didn't say anything? ;D
Natural
Natural
Spam Addict
Spam Addict

Posts : 138
Join date : 2010-03-16
Age : 28
Location : Earth

Back to top Go down

iDuckiee's Coder App Empty Re: iDuckiee's Coder App

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum