for 500ise 50 line challenge
(invisiblity on everything!)
name:invisiblity on everything
lines:42lines
how to use:try stuffs with paper
(use it on ground, break block, attack mobs, just hold it)
var newX,newY,newZ,ent,timer;
function useItem(x,y,z,itemId)
{if(itemId==339&&!timer)
{ent=Player.getEntity();
setVelY(ent,0/0);
setVelX(ent,0/0);
setVelZ(ent,0/0);
timer=3;}}
function destroyBlock(x,y,z)
{var itemId=getCarriedItem();
if(itemId==339)
{preventDefault();
Level.setTile(x,y,z,95);}}
function attackHook(attacker,victim)
{var itemId=getCarriedItem();
if(itemId==339&&!timer)
{ent=victim;
setVelY(ent,0/0);
setVelX(ent,0/0);
setVelZ(ent,0/0);
timer=3;}}
function modTick()
{if(timer) timer--;
if(timer==2)
{newX=Entity.getX(ent);
newY=Entity.getY(ent);
newZ=Entity.getZ(ent);
if(getTile(newX,newY,newZ)==0)
{setTile(newX,newY,newZ,30);
setPosition(ent,newX,newY+0.2,newZ);}}
if(timer==1)
setTile(newX,newY,newZ,0);
var itemId=getCarriedItem();
if(itemId==339&&!timer&&Math.random()*400<1)
Level.dropItem(Player.getX(),Player.getY(),Player.getZ(),3,95,0)}
/*0/0 is NaN*/
well, I love invisible kind of things
Who needs texture for invisiblity? Thats stupid....
+who can make skeleton invisible with just adding texture?
and who can make armored yourself invisible?
These are pretty cool. It looks like for invisible player you are setting skin to invisible PNG, but I thought that feature was only added to the launcher in 1.4.2, which was only released last night.
For the flying mod, you are setting player velocity to 0/positive. However, I can't figure out how you made the noclip mod.
Are these ModPE scripts or native addons?
Okay, I am about to go ALL kinds of noob but, what OS are you on? The reason I ask is because while you were recording you had taps on as though you were using Display Recorder from Cydia (Or the really old app store) and I'm not sure if there is one for Android. Then you had the layout of a Android device as well as a app thats not available to IOS users. Sorry if i seem really nooby which I'm not (Some Times )
Okay, I am about to go ALL kinds of noob but, what OS are you on? The reason I ask is because while you were recording you had taps on as though you were using Display Recorder from Cydia (Or the really old app store) and I'm not sure if there is one for Android. Then you had the layout of a Android device as well as a app thats not available to IOS users. Sorry if i seem really nooby which I'm not (Some Times )
Android: Settings -> Developer Options -> Show Touches
Also, his phone looks like it has tons of tweaks installed, so anything can happen.
well mojang, i agree for that
wanna be invisible?
just tap with paper.
(btw i replaced water with cobweb)
want more than that?
how about going cheaty?
noclip for the win :-)
for 500ise 50 line challenge
(invisiblity on everything!)
name:invisiblity on everything
lines:42lines
how to use:try stuffs with paper
(use it on ground, break block, attack mobs, just hold it)
var newX,newY,newZ,ent,timer; function useItem(x,y,z,itemId) {if(itemId==339&&!timer) {ent=Player.getEntity(); setVelY(ent,0/0); setVelX(ent,0/0); setVelZ(ent,0/0); timer=3;}} function destroyBlock(x,y,z) {var itemId=getCarriedItem(); if(itemId==339) {preventDefault(); Level.setTile(x,y,z,95);}} function attackHook(attacker,victim) {var itemId=getCarriedItem(); if(itemId==339&&!timer) {ent=victim; setVelY(ent,0/0); setVelX(ent,0/0); setVelZ(ent,0/0); timer=3;}} function modTick() {if(timer) timer--; if(timer==2) {newX=Entity.getX(ent); newY=Entity.getY(ent); newZ=Entity.getZ(ent); if(getTile(newX,newY,newZ)==0) {setTile(newX,newY,newZ,30); setPosition(ent,newX,newY+0.2,newZ);}} if(timer==1) setTile(newX,newY,newZ,0); var itemId=getCarriedItem(); if(itemId==339&&!timer&&Math.random()*400<1) Level.dropItem(Player.getX(),Player.getY(),Player.getZ(),3,95,0)} /*0/0 is NaN*/well, I love invisible kind of things
Who needs texture for invisiblity? Thats stupid....
+who can make skeleton invisible with just adding texture?
and who can make armored yourself invisible?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumCheck out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
well actually their is meaning for that
but only few guys will know the real meaning of 'imaginary'
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumi see what you did there.
Anyways:
These are pretty cool. It looks like for invisible player you are setting skin to invisible PNG, but I thought that feature was only added to the launcher in 1.4.2, which was only released last night.
For the flying mod, you are setting player velocity to 0/positive. However, I can't figure out how you made the noclip mod.
Are these ModPE scripts or native addons?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumAndroid: Settings -> Developer Options -> Show Touches
Also, his phone looks like it has tons of tweaks installed, so anything can happen.
so i can make my post more cleaner...