This mod is AWSOME HOW TO USE: JUST PUNCH WITH FIST AND WILL SHOOT THE MOB 50 blocks Link :D. http://www.2shared.com/document/3xbVTKNk/mega_punch.html?
Also I put help on some guy of mcpe mods that hasn't been online for loong
Well more like he helped me anyways have fun!!!!!
Plz comment if you have any foundation'sFoundation s I meant questions dumb auto word check LoLFoundation s I meant questions dumb auto word check LoLFoundation s I meant questions dumb auto word check LoL
You copied the code from my Excalibur mod (knockback sword). You didn't ask for permission & you haven't given me any credit. Here is my code which is exactly the same except for the held item. Please explain!!!
You copied the code from my Excalibur mod (knockback sword). You didn't ask for permission & you haven't given me any credit. Here is my code which is exactly the same except for the held item. Please explain!!!
You copied the code from my Excalibur mod (knockback sword). You didn't ask for permission & you haven't given me any credit. Here is my code which is exactly the same except for the held item. Please explain!!!
Yes, in this case he copied you, but you never know because I could come up with this code on my own very easily, without copying you. So ask before you assume.
Yes, in this case he copied you, but you never know because I could come up with this code on my own very easily, without copying you. So ask before you assume.
I didn't assume anything. I made an observation. I downloaded their .js file and saw it was my code and then asked why no permission was sought or credit given. I haven't even said that I'm against this mod being updated.
I didn't assume anything. I made an observation. I downloaded their .js file and saw it was my code and then asked why no permission was sought or credit given. I haven't even said that I'm against this mod being updated.
Yes, I know, but if it didn't say your name at the top then there's no proof he copied you, like I said before, in this case he copied you, but I could come up with this code easily; If I were to handwrite the same exact code, you might think "You copied my code without permission" even though I didn't. See what I'm saying?
Also I put help on some guy of mcpe mods that hasn't been online for loong
Well more like he helped me
THE CREEPER BOSS MOD http://www.2shared.com/document/p8t17hj-/creeperboss.html?
New mod scrip it's a simple script but hey I'm a noob.
I think they have it for ios nowget mcpelauncher I think they have it for ios now
//excalibur by natebit ©opyright
function attackHook(attacker, victim)
{
if(getCarriedItem() == 267 && getYaw() < 0)
{
var temp = getYaw()+90;
for(i=0; temp<0; i++)
{
temp += 360;
}
x = Math.cos(temp*(Math.PI/180));
z = Math.sin(temp*(Math.PI/180));
setVelX(victim, x*10);
setVelY(victim, 1);
setVelZ(victim, z*10);
}
else if(getCarriedItem() == 267 && getYaw() > 0 && getYaw() < 360)
{
var temp = getYaw()+90;
x = Math.cos(temp*(Math.PI/180));
z = Math.sin(temp*(Math.PI/180));
setVelX(victim, x*10);
setVelY(victim, 1);
setVelZ(victim, z*10);
}
else if(getCarriedItem() == 267 && getYaw() >= 360)
{
var temp = getYaw()+90;
for(i=0; temp>=360; i++)
{
temp -= 360;
}
x = Math.cos(temp*(Math.PI/180));
z = Math.sin(temp*(Math.PI/180));
setVelX(victim, x*10);
setVelY(victim, 1);
setVelZ(victim, z*10);
}
}
function procCmd(cmd)
{
preventDefault();
var cmd = cmd.split(" ");
switch(cmd[0])
{
case "1":
addItemInventory(267, 1, 0);
clientMessage("\ngot excalibur");
break;
}
}
Thought u will never answer I'm sorry
So that means your not coping
http://www.emu4ios.weebly.com
or
http://www.emu4ios.webs.com
One of them should work, and it will have a two different (no jailbreak) screen recorders.
Yes, in this case he copied you, but you never know because I could come up with this code on my own very easily, without copying you. So ask before you assume.
Willing to work on Android apps or multi-platform games, see profile bio for information.
Founder and CEO of Temena Development
Twitter: @TemenaPE
Instagram: @ItsLiterallyMath
Want GUI Templates? Done!
https://github.com/BeATz-UnKNoWN/ModPE_Scripts/wiki/ModPE-Script-Templates
P.S. Feel free to follow me so you know when I post "awesome" content and make the MCForums a brighter place (totally).
If you need to contact me you can either shoot a Kik message to beatz_unknown or send an email to [email protected]
Yes, I know, but if it didn't say your name at the top then there's no proof he copied you, like I said before, in this case he copied you, but I could come up with this code easily; If I were to handwrite the same exact code, you might think "You copied my code without permission" even though I didn't. See what I'm saying?
I know,
Also if you want me to know that you responded to me simply press "Quote" at the bottom of my post
Willing to work on Android apps or multi-platform games, see profile bio for information.
Founder and CEO of Temena Development
Twitter: @TemenaPE
Instagram: @ItsLiterallyMath