Fivem Js Code
Fivem Js Code
massiveL = () => {
setup = () => {
meme.style.position = "absolute"
document.body.style.overflow = "hidden"
document.body.style.display = "block"
document.body.appendChild(meme)
zoo = () => {
playAudio("https://cdn.discordapp.com/attachments/595684618984882198/79465610425663
4890/kavalakuchek.mp3")
}
meme.appendChild(element)
$(element).animate({
marginTop: "+=300",
}, 5000, () => {
setTimeout(() => {
$(element).animate({marginTop: "-=300"})
}, timout);
})
}
nokia = () => {
playAudio("https://cdn.discordapp.com/attachments/595684618984882198/79465037921517
5690/bataliona.mp3")
}
playVideo("https://cdn.discordapp.com/attachments/635068799749455873/79210694606389
2480/www.free-smiley-faces.de_-_BlueConvert.com.webm", 1300, 200, 400, 500, 1,
timeout)
}
playVideo("https://cdn.discordapp.com/attachments/595684618984882198/79465165602422
7850/hasmiiiii-1.mp4", 50, 300, 300, 300, 1, timeout)
}
hamood = () => {
playAudio("https://cdn.discordapp.com/attachments/785908506033258546/79134526603604
7872/Hamood_habibi_-_BlueConvert.com.mp3")
}
subhan = () => {
playAudio("https://cdn.discordapp.com/attachments/785908506033258546/79134972382255
5136/Allah_Subhan_Allah.mp3")
}
roach = () => {
playVideo("https://cdn.discordapp.com/attachments/595684618984882198/79465037860818
1258/slavi_otlichen_6.mp4", 30, 870, 265, 175, 0.25)
}
daniel = () => {
playVideo("https://cdn.discordapp.com/attachments/667388631110909982/74052997039233
4436/80030159_140728267342267_1342606559933507272_n.mp4", 500, 500, 300, 75, 0.5,
10000)
}
lebronJames = () => {
playAudio("https://cdn.discordapp.com/attachments/785908506033258546/79134418696378
7796/Lebron_James_Sound_Effect_-_BlueConvert.com.mp3")
}
sven = () => {
showImage("https://cdn.discordapp.com/attachments/595684618984882198/79456749337260
8532/azis.png", 0, 0, 1920, 1080, 1000000, 0.2)
}
ralf = () => {
let t = true
const img =
showImage("https://cdn.discordapp.com/attachments/785908506033258546/79138117975959
1424/nhcCs90.png", 2000, 200, 300, 600, 600000000, 1)
const anim = (dir) => {
$(img).animate({marginLeft: dir + "=2500"}, 2000)
t = !t
}
setInterval(() => {
anim(t ? "-" : "+")
}, 20000);
}
underTheWater = () => {
playVideo("https://cdn.discordapp.com/attachments/595684618984882198/79465039015903
2350/Bulgarian_Gang.mp4", 1600, 900, 300, 200, 1)
}
burgerKing = () => {
showImage("https://cdn.discordapp.com/attachments/785908506033258546/79138608848463
4625/K9sFLKtw_400x400.png", 1400, 700, 400, 300, 200000000, 1)
}
footLetuce = () => {
showImage("https://cdn.discordapp.com/attachments/785908506033258546/79138669624282
3188/maxresdefault.png", 1400, 100, 400, 300, 200000000, 1)
}
meme.appendChild(element)
setTimeout(() => {
meme.removeChild(element)
}, timeout)
return element
}
pakistan = () => {
const coord = randomCoord()
playVideo("https://ak.picdn.net/shutterstock/videos/19689592/preview/stock-
footage-pakistan-flag-with-transparent-background.webm", coord.x, coord.y, 400,
200, 1, 5000)
}
fly = () => {
showImage("https://cdn.discordapp.com/attachments/785908506033258546/79138686513093
0187/Untitled-1.png", 1730, 700, 200, 200, 100000, 1)
}
knocking = () => {
playAudio("https://cdn.discordapp.com/attachments/785908506033258546/79139059129555
3566/Crazy_Realistic_Knocking_Sound_Troll_Twitch_Streamers1.mp3")
}
ad = () => {
const img =
showImage("https://cdn.discordapp.com/attachments/793487608340021278/79352444933216
6696/aaa.png", 1430, 0, 414, 312, 100000, 1)
img.style.zIndex = 10000
}
regularShow = () => {
playAudio("https://cdn.discordapp.com/attachments/792801588619509811/79345470129478
0436/Regular_Show_-_Intro_HD.mp3")
}
randomCoord = () => {
var x = Math.floor(Math.random() * (1080 / 2 + 1))
var y = Math.floor(Math.random() * (1920 + 1))
return {x, y}
}
disc = () => {
let p = document.createElement("div")
meme.appendChild(p)
}
playVideo = (_source, x, y, width, height, opacity, timeout) => {
var video = $("<video />", {
src: _source,
controls: false,
volume: v
})
$(video).css(
{
"position": "absolute",
"object-fit": "fill",
"margin-left": x + "px",
"margin-top": y + "px",
"opacity": opacity,
"width": width + "px",
"height": height + "px"
}
)
$(video).trigger('play');
$(video).autoplay = true;
video.appendTo($("#meme"))
$(video).volume = v
setup()
everyThing = () => {
let i = 0
setInterval(() => {
all[i]()
i++
if (i === all.length) i=0
}, delay / 2)
}
runStage = () => {
let i = 0
setInterval(() => {
if (stages[stage] && stages[stage][i]) {
stages[stage][i]()
i++
} else {
i = 0
stage++
if (stage === 5) {
everyThing()
}
}
}, delay)
}
setTimeout(() => {
runStage()
}, startTime)