Bypas
Bypas
(async () => {
const config = {
time: 10, // Wait time to avoid detections (Increase this to 30+ seconds to
be extra safe from key system bypass protections)
key: '' //Premium key if you have one
};
document.documentElement.innerHTML = `<html><head><title>BYPASS.VIP
USERSCRIPT</title><link rel="stylesheet"
href="https:///bypass.vip/assets/css/styles.css"></head><body
class="userscript"><h1>bypass.vip
userscript</h1><h2>redirecting...</h2></body></html>`;
if (redirectUrl &&
redirectUrl.includes('https://flux.li/android/external/main.php')) {
document.body.innerHTML = `<h1>bypass.vip userscript</h1><h2>Fluxus
implements some extra security checks to detect bypasses so we can't automatically
redirect you.</h2><h3><a href="${redirectUrl}">Click here to redirect</a></h3>`;
return;
} else if(redirectUrl) {
location.href = redirectUrl
return;
}
location.href = `https://bypass.vip/userscript.html?url=$
{encodeURIComponent(location.href)}&time=${config.time}&key=${config.key}`
return;
})();