• 0

    posted a message on Portal Gun Request
    Quote from shadowdude246

    I can attempt to make this ;)

    Lolz I planned to make this when I first started making modpe script...but its kinda hard so I stopped.
    Posted in: MCPE: Mod / Tool Help & Requests
  • 0

    posted a message on Wither_Skeleton Script! [Wither_Head]
    Hello Guys today I made a new script
    Script:Wither_Skeleton
    Tested:Yes
    Author:DarkBlade

    ChangeLog:
    ---1.0---
    -Wither Skeleton
    -Wither Skull
    -Wither Skeleton Summoner

    New Items:
    -Wither Skull
    -Wither Summoner

    How to Summon/get items:
    -tap floor with stick to get skull
    -tap floor with hand to get a quartz block then put it on the floor
    and tap it to spawn the wither skeleton
    (WITHER SKELETON HAS 50 HEALTH)

    Code
    var witherHead = 0;
    var witherSkeleton = 0;
    
    ModPE.setItem(467,14,1,"Wither Skeketon Skull");
    ModPE.setItem(155, 9, 9, "Wither Skeleton Summoner");
    
    function useItem(x,y,z,itemId,blockId,side)
    {
    if(itemId==0)//hand
    {
    addItemInventory (155, 1);//add wither summoner
    }
    else if (itemId==280)//stick
    {
    addItemInventory (467, 1);//add wither skull
    }
    else if (itemId==155)//wither summoner
    {
    var witherskeleton = Level.spawnMob (x, y, z, 36, "mob/wither_skeleton.png");//spawns a zombie with its id being bb, and skin being boba fett.
    Entity.setHealth(witherskeleton, 50); //set boba fetts health that was spawned to 400 half hearts.
    Entity.setRenderType(witherskeleton,12);//set render type
    Entity.setCarriedItem (witherskeleton, 272, 1, 0);
    clientMessage("<Wither_Skeleton> Wither!!!!"); //wither Message to player
    }
    }

    Instructions:
    -download
    -import
    -use texture
    Download: https://db.tt/QNohnNvE
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on [PVP]PVP Kit Giver 1.0
    Script: PVP_KIT
    Author:DarkBlade
    Version:1.0
    Changelog:
    1.0
    -Diamond Kits
    -Iron Kits
    -kit giver

    New Items:
    -Diamond_Kit
    -Iron_Kit

    How to get items:
    -Tap Ground with hand

    Code
    ModPE.setItem(167, 3, 7, "Diamond_Kit");
    ModPE.setItem(169, 2, 14, "Iron_Kit");
    function useItem(x,y,z,itemId,blockId) //the hook we will use
    {
    if (itemId==0)//item is nothing
    {
    addItemInventory(167,1);//Add item
    addItemInventory(169, 1);//Add item
    }
    else if (itemId==167)//diamond kit
    {
    addItemInventory (276, 1);//sword
    addItemInventory (310, 1);//armour
    addItemInventory (311, 1); //armour
    addItemInventory (312, 1);//armour
    addItemInventory (313, 1);//boots
    }
    else if (itemId==169)//ieon kit
    {
    addItemInventory (267, 1);//sword
    addItemInventory (306, 1);//helm
    addItemInventory (307, 1);//zzz
    addItemInventory (308, 1);//zzz
    addItemInventory (309, 1);//zzzz
    }
    }

    Instructions:
    -Copy Code import by clipboard

    Thanks.
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on MORE FUN WITH CUSTOM BLOCKS!
    Quote from goldenquick

    Ok here is a suprise

    function newLevel() {
    Block.defineBlock(167, "DRAGON EGG", [167, 167, 167, 167, 167, 167], false, 0);
    }
    function useItem(x, y, z, itemId, blockId) {
    addItemInventory(167,1);
    }


    DRAGON EGG!!!!

    Yoloz
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on MORE FUN WITH CUSTOM BLOCKS!
    Cool..can I have the script?
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on Item ID list registry
    500ISE I used the evil dirt id for my mod by accident sorry,
    Posted in: MCPE: Mod / Tool Help & Requests
  • 0

    posted a message on Gaming_Confusion's 75 line Modscript Challenge!
    Star_Wars 1.5 SCRIPT!
    ModPE.setItem(404, 6, 12, "Taser");
    ModPE.setFoodItem(187, 8, 12, 5, "Grub");
    function useItem(x,y,z,itemId,blockId) //the hook we will use
    {
    if (itemId==405)//if item we use is a neather brick
    {
    var bb = Level.spawnMob (x, y, z, 36, "mob/bb.png");//spawns a zombie with its id being bb, and skin being boba fett.
    Entity.setHealth(bb, 1955); //set boba fetts health that was spawned to 400 half hearts.
    Entity.setCarriedItem (bb, 276, 1, 0);
    clientMessage("<Boba_Fett> Scum Bag!"); //Bobas Message to player
    }
    else if(itemId==280)//If our item is a stick
    {
    var jg = Level.spawnMob (x, y, z, 36, "mob/jg.png");//spawns a zombie with its id being jg and skin being boba fett.
    Entity.setHealth(jg, 2055); //set boba fetts health that was spawned to 400 half hearts.
    Entity.setCarriedItem (jg, 276, 1, 0);
    clientMessage("<Jango_Fett> My Son You ­!!!"); //Message to player
    }
    else if(itemId==406)//if our item is a quartz
    {
    addItemInventory(404,1);//Add 1 cusroms to your inventory.
    }
    else if (itemId==344)//if item is an egg
    {
    addItemInventory(187,1);//Add 1 cusroms to your inventory.
    }
    }
    Posted in: MCPE: Mod / Tool Help & Requests
  • 0

    posted a message on Star_Wars 1.5 [Custom Items/Food][Custom Mobs]
    1.5 RELEASED
    CHECK THE WHATS NEW SPOILER!!!
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on Help! I'm being ______ by a _______!
    *kills the cats and then throw u on the ground

    Help I am being burned at live by a giant.
    Posted in: Forum Games
  • 0

    posted a message on Advanced iOS MCPE Mods [0.9.4: Fly In Survival]
    Bye Code......I also dont play mcpe much only for moddding and servers tats it.
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on Gaming_Confusion's 75 line Modscript Challenge!
    WTF Cow Mod Script
    function useItem(x,y,z,itemId,blockId,side)
    {
    if(itemId==280)//if item is a damn stick
    {
    var cow = Level.spawnMob (x, y, z, 11, "mob/creeper.png");//lolz
    Entity.setHealth(cow, 1955); //lolz
    Entity.setCarriedItem (cow, 276, 1, 0);
    clientMessage("<Cow_ Creeper> Moooo?"); //lolz
    }
    }

    XDXDXDXD
    Posted in: MCPE: Mod / Tool Help & Requests
  • 0

    posted a message on Gaming_Confusion's 75 line Modscript Challenge!
    Quote from Gaming_Confusion


    Please don't litter this topic with these mods. :(

    Do I get my cookie?
    Posted in: MCPE: Mod / Tool Help & Requests
  • 0

    posted a message on Gaming_Confusion's 75 line Modscript Challenge!
    Quote from Creepig01

    Tap Stick on Wooden Plank for 64 Diamonds. XD XD XD

    function useItem(x,y,z,itemId,blockId,side)
    {
      if(itemId==280 && blockId==5)
         {
            addItemInventory(264,64);
           }
    }


    Lolz
    Posted in: MCPE: Mod / Tool Help & Requests
  • 0

    posted a message on wats this?
    Quote from Darth377

    so have Mcpe mods become great enough that they need subforums?
    :P

    Lol just noticed too.
    Posted in: MCPE: Mod / Tool Discussion
  • To post a comment, please .