This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Quote from Lambo_car16 Seriously, AdFly?! I don't mind people using AdFly, but this mod takes NO EFFORT! Anyone could make this!
Quote from 99FireyMan99 I am srry! I know this is a simple mod! I use AdFly for everything! So, srry
Quote from ShaderGameing Well adfly does help you earn money so i'll click just for support but next time use something else
Quote from 99FireyMan99 Thank you! I guess if it is as simple as this, i will use dropbox, but i was used to adfly, so sorry guys!
Quote from ShaderGameing Do you want to join the modding section of my clan ? and can u give me the dropbox link that link doesn't work or send me the code in pm
Quote from 99FireyMan99 I have a simple mind! So that was confusing, lol But i have a media fire download or a could send the code
Quote from Creepig01 This is REALLY simple... http://codeacademy.com/ <--- Go there to learn JavaScript to make more advanced mods.
Quote from The_Loopster For everybody else I guess this is nothing but to me I'm like, HOW DO YOU MAKE THIS OMG! How do you make your command Mods? I really want to know!
function procCmd(c) { var p = c.split(" "); var command = p[0]; switch(command) { case 'commands': { clientMessage("Showing help page (Tools) (/help2)\n /woodentools\n /stonetools\n /irontools\n /goldtools\n /diamondtools"); break; } case 'help': { clientMessage("Showing help page (Tools) (/help2)\n /woodentools\n /stonetools\n /irontools\n /goldtools\n /diamondtools"); break; } case 'help2': { clientMessage("Showing help page (Armor) (/help)\n /leatherarmor\n /chainarmor\n /ironarmor\n /goldarmor\n /dianondarmor\n /info"); break; } case 'woodentools': { addItemInventory(268, 1); addItemInventory(269, 1); addItemInventory(270, 1); addItemInventory(271, 1); clientMessage("You now have Wooden Tools!"); break; } case 'stonetools': { addItemInventory(272, 1); addItemInventory(273, 1); addItemInventory(274, 1); addItemInventory(275, 1); clientMessage("You now have Stone Tools!"); } case 'irontools': { addItemInventory(256, 1); addItemInventory(257, 1); addItemInventory(258, 1); addItemInventory(267, 1); clientMessage("You now have Iron Tools!"); break; } case 'goldtools': { addItemInventory(283, 1); addItemInventory(284, 1); addItemInventory(285, 1); addItemInventory(286, 1); clientMessage("You now have Gold Tools!"); break; } case 'diamondtools': { addItemInventory(276, 1); addItemInventory(277, 1); addItemInventory(278, 1); addItemInventory(279, 1); clientMessage("You now have Diamond Tools!"); break; } case 'leatherarmor': { addItemInventory(298, 1); addItemInventory(299, 1); addItemInventory(300, 1); addItemInventory(301, 1); clientMessage("You now have Leather Armor!"); break; } case 'chainarmor': { addItemInventory(302, 1); addItemInventory(303, 1); addItemInventory(304, 1); addItemInventory(305, 1); clientMessage("You now have Chain Armor!"); break; } case 'goldarmor': { addItemInventory(314, 1); addItemInventory(315, 1); addItemInventory(316, 1); addItemInventory(317, 1); clientMessage("You now have Gold Armor!"); break; } case 'ironarmor': { addItemInventory(306, 1); addItemInventory(307, 1); addItemInventory(308, 1); addItemInventory(309, 1); clientMessage("You now have Iron Armor!"); break; } case 'diamondarmor': { addItemInventory(310, 1); addItemInventory(311, 1); addItemInventory(312, 1); addItemInventory(313, 1); clientMessage("You now have Diamond Armor!"); break; } case 'info': { clientMessage("Kits Mod Version 1.0\n Made by 99FireyMan99"); break; } } }
example: if u do /diamondtools, u will get diamond tools!
example: if u do /diamondarmor, u will get diamond armor!
or do /help to get started!
DOWNLOAD
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
I know this is a simple mod!
I use AdFly for everything!
So, srry
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
Well adfly does help you earn money so i'll click just for support but next time use something else
I guess if it is as simple as this, i will use dropbox, but i was used to adfly, so sorry guys!
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
Do you want to join the modding section of my clan ? and can u give me the dropbox link that link doesn't work or send me the code in pm
But i have a media fire download
or a could send the code
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->
Here is the script for this one! And to learn more, take a learning session at Codecadamy and learn JavaScript! Just google it!
But the code-
function procCmd(c) { var p = c.split(" "); var command = p[0]; switch(command) { case 'commands': { clientMessage("Showing help page (Tools) (/help2)\n /woodentools\n /stonetools\n /irontools\n /goldtools\n /diamondtools"); break; } case 'help': { clientMessage("Showing help page (Tools) (/help2)\n /woodentools\n /stonetools\n /irontools\n /goldtools\n /diamondtools"); break; } case 'help2': { clientMessage("Showing help page (Armor) (/help)\n /leatherarmor\n /chainarmor\n /ironarmor\n /goldarmor\n /dianondarmor\n /info"); break; } case 'woodentools': { addItemInventory(268, 1); addItemInventory(269, 1); addItemInventory(270, 1); addItemInventory(271, 1); clientMessage("You now have Wooden Tools!"); break; } case 'stonetools': { addItemInventory(272, 1); addItemInventory(273, 1); addItemInventory(274, 1); addItemInventory(275, 1); clientMessage("You now have Stone Tools!"); } case 'irontools': { addItemInventory(256, 1); addItemInventory(257, 1); addItemInventory(258, 1); addItemInventory(267, 1); clientMessage("You now have Iron Tools!"); break; } case 'goldtools': { addItemInventory(283, 1); addItemInventory(284, 1); addItemInventory(285, 1); addItemInventory(286, 1); clientMessage("You now have Gold Tools!"); break; } case 'diamondtools': { addItemInventory(276, 1); addItemInventory(277, 1); addItemInventory(278, 1); addItemInventory(279, 1); clientMessage("You now have Diamond Tools!"); break; } case 'leatherarmor': { addItemInventory(298, 1); addItemInventory(299, 1); addItemInventory(300, 1); addItemInventory(301, 1); clientMessage("You now have Leather Armor!"); break; } case 'chainarmor': { addItemInventory(302, 1); addItemInventory(303, 1); addItemInventory(304, 1); addItemInventory(305, 1); clientMessage("You now have Chain Armor!"); break; } case 'goldarmor': { addItemInventory(314, 1); addItemInventory(315, 1); addItemInventory(316, 1); addItemInventory(317, 1); clientMessage("You now have Gold Armor!"); break; } case 'ironarmor': { addItemInventory(306, 1); addItemInventory(307, 1); addItemInventory(308, 1); addItemInventory(309, 1); clientMessage("You now have Iron Armor!"); break; } case 'diamondarmor': { addItemInventory(310, 1); addItemInventory(311, 1); addItemInventory(312, 1); addItemInventory(313, 1); clientMessage("You now have Diamond Armor!"); break; } case 'info': { clientMessage("Kits Mod Version 1.0\n Made by 99FireyMan99"); break; } } }Click Banner to SUBSCRIBE!!! I'm in the Team Flame Clan!!! Click that little green arrow!! -------------->