
[+]--- Hacked by BIKS !!!---[+]
BIKS
“ FUCK NEPAL EDUCATIONS SYSTEM !!! ”
BIKS WAS HERE
– [!] THANKS TO MY KEYBOARD[!] –
Greetz
:
||
Copyrights © biks l
var Audloop = 0;
paragraph = document.getElementById("title");
document.getElementById("audios").onchange = function() {title()};
function title()
{
var x = document.getElementById("audios").value;
if(x == 01){
paragraph.innerHTML = "DJ AS IF IT'S YOUR LAST";
}
else if(x == 02){
paragraph.innerHTML = "reckless speed up";
}
else if(x == 03){
paragraph.innerHTML = "DJ KARENA BERSAMAMU TERASA INDAH";
}
else if(x == 04){
paragraph.innerHTML = "DJ KARENA BERSAMAMU TERASA INDAH";
}
else if(x == 05){
paragraph.innerHTML = "DJ BASTA BOI";
}
}
const looptrue = document.getElementById('looptrue');
const loopfalse = document.getElementById('loopfalse');
loopfalse.style.display = 'none';
looptrue.addEventListener('click', () => {
looptrue.style.display = 'none';
loopfalse.style.display = 'block';
Audloop = 1;
});
loopfalse.addEventListener('click', () => {
looptrue.style.display = 'block';
loopfalse.style.display = 'none';
Audloop = 0;
});
document.getElementById('pause').style.display = 'none';
document.querySelectorAll('audio').forEach(el => el.addEventListener('ended', function (e) {
document.getElementById('pause').style.display = 'none';
document.getElementById('play').style.display = 'block';
var endedTag=e.target;
}));
function pause() {
document.getElementById('pause').style.display = 'none';
document.getElementById('play').style.display = 'block';
document.querySelectorAll('audio').forEach(el => el.pause());
}
function timeLeft(player) {
var aud = document.getElementById(player);
// Countdown
aud.addEventListener("timeupdate", function() {
var timeleft = document.getElementById('timeleft'),
duration = parseInt( aud.duration ),
currentTime = parseInt( aud.currentTime ),
timeLeft = duration - currentTime,
s, m;
s = timeLeft % 60;
m = Math.floor( timeLeft / 60 ) % 60;
s = s < 10 ? "0"+s : s;
m = m < 10 ? "0"+m : m;
timeleft.innerHTML = m+":"+s;
}, false);
}
function play() {
document.getElementById('pause').style.display = 'block';
document.getElementById('play').style.display = 'none';
var Aud = document.getElementById("audios").value;
var aud01 = document.getElementById("aud01");
var aud02 = document.getElementById("aud02");
var aud03 = document.getElementById("aud03");
var aud04 = document.getElementById("aud04");
var aud05 = document.getElementById("aud05");
if(Aud==01){
title()
aud01.play();
aud01.currentTime = 0;
timeLeft("aud01")
if(Audloop == 1){
aud01.loop = true;
timeLeft("aud01")
}else if(Audloop == 0){ aud01.loop = false; };
}
else if(Aud==02){
title()
aud02.play();
aud02.currentTime = 0;
timeLeft("aud02")
if(Audloop == 1){
aud02.loop = true;
timeLeft("aud02")
}else if(Audloop == 0){ aud02.loop = false; };
}
else if(Aud==03){
title()
aud03.play();
aud03.currentTime = 0;
timeLeft("aud03")
if(Audloop == 1){
aud03.loop = true;
timeLeft("aud03")
}else if(Audloop == 0){ aud03.loop = false; };
}
else if(Aud==04){
title()
aud04.play();
aud04.currentTime = 0;
timeLeft("aud04")
if(Audloop == 1){
aud04.loop = true;
timeLeft("aud04")
}else if(Audloop == 0){ aud04.loop = false; };
}
else if(Aud==05){
title()
aud05.play();
aud05.currentTime = 0;
timeLeft("aud05")
if(Audloop == 1){
aud05.loop = true;
timeLeft("aud05")
}else if(Audloop == 0){ aud05.loop = false; };
}
}
" target="_blank">