I made a mod called flash mod I think u already no what it dose bc the dc super hero but I actually added raven and booster Gold and Captain Cold AND THE ONE AND ONLY SHHHHHAAAAAAZAAAAMMMM !lol shazam he's one of the bosses it's attack is a jump hit
DOWNLOAD
To Spawn Raven Tap On Obsidian She Burns in Day Light She's The Boss Battle for 1.0
To Spawn Booster Gold Tap Anything with Gold Ingot DUH!!! Lol Here's the Download Link and
To Spawn Shazam Tap On A Gold Block
To Spawn Captain Cold Tap On Ice https://www.dropbox....h Pack 3.0 .zip
CREDITS
I like to Thank MattDaveMatt For DeBuging the code !
He also Helped Activate the armor Speed
HOW TO INSTALL
1, download the .zip file
2, take out the js file
3, use the zip file as a texture pack
4, I'mport both on blocklauncher
5, HAVE FUN
/*
plz give credit where it is due.
*/
var xSave = "0"
var zSave = "0"
var ySave = "0"
var y = 0
var x = 0
var z = 0
var go=false;
function modTick()
{
hat=Player.getArmorSlot(0);
chest=Player.getArmorSlot(1);
legs=Player.getArmorSlot(2);
shoes=Player.getArmorSlot(3);
if(shoes==317) //WEAR GOLD SHOWS TO HAVE FLASH SPEED
{
if(hat==314)
{
if(chest==315)
{
if(legs==316)
{
go=true;
}
}
}
}
else
{
go=false;
}
if(go)
{
x = getPlayerX ()
z = getPlayerZ ()
y = getPlayerY ()
if (!(x - xSave ==0 ))
{
setVelX (getPlayerEnt(),( x -xSave )*0.9 )
xSave = x
}
if (!( z- zSave ==0 ))
{
setVelZ (getPlayerEnt(), ( z- zSave )*0.9 )
zSave = z
}
}
}
If you are wearing full gold armor, you get flash powers!
/*
plz give credit where it is due.
*/
var xSave = "0"
var zSave = "0"
var ySave = "0"
var y = 0
var x = 0
var z = 0
var go=false;
function modTick()
{
hat=Player.getArmorSlot(0);
chest=Player.getArmorSlot(1);
legs=Player.getArmorSlot(2);
shoes=Player.getArmorSlot(3);
if(shoes==317) //WEAR GOLD SHOWS TO HAVE FLASH SPEED
{
if(hat==314)
{
if(chest==315)
{
if(legs==316)
{
go=true;
}
}
}
}
else
{
go=false;
}
if(go)
{
x = getPlayerX ()
z = getPlayerZ ()
y = getPlayerY ()
if (!(x - xSave ==0 ))
{
setVelX (getPlayerEnt(),( x -xSave )*0.9 )
xSave = x
}
if (!( z- zSave ==0 ))
{
setVelZ (getPlayerEnt(), ( z- zSave )*0.9 )
zSave = z
}
}
}
If you are wearing full gold armor, you get flash powers!
can I have permission to use this in my next update?
I made a mod called flash mod I think u already no what it dose bc the dc super hero but I actually added raven and booster Gold and Captain Cold AND THE ONE AND ONLY SHHHHHAAAAAAZAAAAMMMM !lol shazam he's one of the bosses it's attack is a jump hit
DOWNLOAD
To Spawn Raven Tap On Obsidian She Burns in Day Light She's The Boss Battle for 1.0
To Spawn Booster Gold Tap Anything with Gold Ingot DUH!!! Lol Here's the Download Link and
To Spawn Shazam Tap On A Gold Block
To Spawn Captain Cold Tap On Ice https://www.dropbox....h Pack 3.0 .zip
CREDITS
I like to Thank MattDaveMatt For DeBuging the code !
HOW TO INSTALL
1, download the .zip file
2, take out the js file
3, use the zip file as a texture pack
4, I'mport both on blocklauncher
5, HAVE FUN
ENJOY !
LEAVE IDEAS !
Whoops! you also need to add that I "Added the Armor to Activate" part.
DOWNLOAD
To Spawn Raven Tap On Obsidian She Burns in Day Light She's The Boss Battle for 1.0
To Spawn Booster Gold Tap Anything with Gold Ingot DUH!!! Lol Here's the Download Link and
To Spawn Shazam Tap On A Gold Block
To Spawn Captain Cold Tap On Ice
https://www.dropbox....h Pack 3.0 .zip
I like to Thank MattDaveMatt For DeBuging the code !
He also Helped Activate the armor Speed
1, download the .zip file
2, take out the js file
3, use the zip file as a texture pack
4, I'mport both on blocklauncher
5, HAVE FUN
LEAVE IDEAS !
I added captain cold!
If you show me the code i could debug it for you.
Any armor code that you dabbled with?
If not, I'll try to make it for you.
Sure! and im working on the flash mod as I type
IK i mean adding the armor capabilities.
what did you want me to debug?
If you are wearing full gold armor, you get flash powers!
Done!
Boss
Whoops! you also need to add that I "Added the Armor to Activate" part.