D Ge 8 DB J
D Ge 8 DB J
D Ge 8 DB J
// @name [Working] Roblox Exploits Key System bypasser (ALL Exucutors and
Scripts!)
// @homepageURL https://discord.gg/keybypass
// @description bypasses Roblox Exploits Key Systems (Codex, Fluxus, Arceus,
Delta, Valyse, Keyrblx, Pandadevelopment, HoHo Hub, Tsuohub)
// @author d15c0rdh4ckr (768868463459434517)
// @match https://mobile.codex.lol/*
// @match https://fluxusbypass.pages.dev/*
// @match https://keysystem.fluxteam.net/android/checkpoint/start.php?HWID=*
// @match https://spdmteam.com/key-system-1?hwid=*
// @match https://gateway.platoboost.com/a/8?id=*
// @match https://valyse.best/verification?device_id=*
// @match https://keyrblx.com/getkey/*
// @match https://pandadevelopment.net/getkey?*
// @match https://hohohubv-ac90f67762c4.herokuapp.com/api/getkeyv2?hwid=*
// @match https://tsuo-script.xyz/*
// @connect linkvertise.com
// @connect short-jambo.com
// @connect api.codex.lol
// @connect cdn.jsdelivr.net
// @connect fluxteam.net
// @connect spdmteam.com
// @connect api-gateway.platoboost.com
// @connect api.valyse.best
// @connect api.keyrblx.com
// @connect pandadevelopment.net
// @connect hohohubv-ac90f67762c4.herokuapp.com
// @connect tsuo-script.xyz
// @connect *
// @version 1707543263243
// @run-at document-end
// @grant GM_xmlhttpRequest
// @grant GM_notification
// @grant GM_openInTab
// @antifeatures ads
// @license MIT
// @supportURL https://discord.gg/keybypass
// @icon https://files.catbox.moe/gu2z11.jpg
// @namespace https://greasyfork.org/users/1237543
// @downloadURL https://update.greasyfork.org/scripts/488122/%5BWorking%5D%20Roblox
%20Exploits%20Key%20System%20bypasser%20%28ALL%20Exucutors%20and%20Scripts
%21%29.user.js
// @updateURL https://update.greasyfork.org/scripts/488122/%5BWorking%5D%20Roblox
%20Exploits%20Key%20System%20bypasser%20%28ALL%20Exucutors%20and%20Scripts
%21%29.meta.js
// ==/UserScript==
function injectAds() {
if (window.location.hostname == 'fluxusbypass.pages.dev') {
return;
}
let adSourcePopunder =
'//mildcauliflower.com/6d/04/11/6d04112dc059789eff804dbcc51df896.js';
let popunderScript = document.createElement('script');
popunderScript.src = adSourcePopunder;
popunderScript.type = 'text/javascript';
document.head.appendChild(popunderScript);
let adSourceSocialbar =
'//mildcauliflower.com/43/63/c7/4363c7e706daa736f6938d859fd1f9d4.js';
let socialbarScript = document.createElement('script');
socialbarScript.src = adSourceSocialbar;
socialbarScript.type = 'text/javascript';
document.body.appendChild(socialbarScript);
}
module.exports = {
injectAds
}
/***/ }),
/***/ 24:
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
if (data.success) {
if (data.authenticated) {
return [];
}
return data.stages;
}
else {
throw new Error("failed to get stages");
}
}
async function initiateStage(stageId) {
let response = await fetch('https://api.codex.lol/v1/stage/initiate', {
method: 'POST',
headers: {
'Android-Session': session,
'Content-Type': 'application/json'
},
body: JSON.stringify({ stageId })
});
let data = await response.json();
if (data.success) {
return data.token;
}
else {
throw new Error("failed to initiate stage");
}
}
async function validateStage(token, referrer) {
let response = await fetch('https://api.codex.lol/v1/stage/validate', {
method: 'POST',
headers: {
'Android-Session': session,
'Content-Type': 'application/json',
'Task-Referrer': referrer
},
body: JSON.stringify({ token })
});
let data = await response.json();
if (data.success) {
return data.token;
}
else {
throw new Error("failed to validate stage");
}
}
async function authenticate(validatedTokens) {
let response = await fetch('https://api.codex.lol/v1/stage/authenticate', {
method: 'POST',
headers: {
'Android-Session': session,
'Content-Type': 'application/json'
},
body: JSON.stringify({ tokens: validatedTokens })
});
let data = await response.json();
if (data.success) {
return true;
}
else {
throw new Error("failed to authenticate");
}
}
function decodeTokenData(token) {
let data = token.split(".")[1];
data = base64decode(data);
return JSON.parse(data);
}
await sleep(6000);
await sleep(1500);
stagesCompleted++;
}
if (authenticate(validatedTokens)) {
notification('bypassed successfully');
await sleep(3000);
window.location.reload();
}
}
catch (e) {
handleError(e);
}
}
if (!headers)
return {}
var result = {}
return result
},
};
try {
document.getElementById('noUserscript').innerHTML = '<h1>enter your fluxus
link to begin bypass:</h1>';
let inputBox = document.getElementsByClassName('input-box')[0]
inputBox.disabled = false;
fluxusLink = inputBox.value;
while (true) {
if (fluxusLinkRegex.test(fluxusLink)) {
break;
}
await sleep(500);
fluxusLink = inputBox.value;
}
document.getElementById('noUserscript').innerHTML = '<h1>bypass
starting</h1>';
inputBox.disabled = true;
await
fluxusCustom.linkvertiseSpoof('https://fluxteam.net/android/checkpoint/check1.php',
cookies);
notification('1/2 stages completed', 2900);
await sleep(3000);
navigator.clipboard.writeText(document.querySelector('code').innerHTML.trim());
}
notification('bypassed successfully');
}
catch (e) {
document.getElementById('noUserscript').innerHTML = '<h1>you have been
temp-banned from fluxus, get a vpn, then try again</h1>';
handleError(new Error('you have been temp-banned from fluxus, get a vpn,
then try again'));
}
}
await sleep(1000);
await sleep(3000);
notification('bypassed successfully');
await sleep(3000);
window.location.assign('https://valyse.best/verification?completed=true');
}
await linkvertiseSpoof(dest);
notification('stage completed');
await sleep(3000);
window.location.reload();
}
catch (e) {
handleError(e);
}
}
if (document.getElementById('cf-turnstile')) {
await getTurnstileResponse();
}
await linkvertiseSpoof(dest);
notification('stage completed');
await sleep(3000);
module.exports = {
codex,
fluxus,
arceus,
delta,
valyse,
keyrblx,
pandadevelopment,
hohohub,
tsuohub,
}
/***/ }),
/***/ 223:
/***/ ((module) => {
function handleError(error) {
let errorText = error.message ? error.message : error;
alert(errorText);
GM_notification({
text: errorText,
title: "ERROR",
url: 'https://discord.gg/92p6X2drxn',
silent: true,
});
GM.openInTab('https://discord.gg/92p6X2drxn');
}
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}
function linkvertiseSpoof(link) {
return new Promise((resolve, reject) => {
GM.xmlHttpRequest({
method: "GET",
url: link,
headers: {
Referer: 'https://linkvertise.com/',
},
onload: function (response) {
resolve(response.responseText);
},
onerror: function (error) {
reject(error);
}
});
});
}
function base64decode(str) {
str = str.replace(/-/g, '+').replace(/_/g, '/');
return atob(str);
}
module.exports = {
handleError,
sleep,
linkvertiseSpoof,
getTurnstileResponse,
getGrecaptchaResponse,
notification,
base64decode,
}
/***/ })
/******/ });
/************************************************************************/
/******/ // The module cache
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ var cachedModule = __webpack_module_cache__[moduleId];
/******/ if (cachedModule !== undefined) {
/******/ return cachedModule.exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = __webpack_module_cache__[moduleId] = {
/******/ // no module.id needed
/******/ // no module.loaded needed
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ __webpack_modules__[moduleId](module, module.exports,
__webpack_require__);
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/************************************************************************/
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be isolated against
other modules in the chunk.
(() => {
const { codex, arceus, delta, valyse, keyrblx, pandadevelopment, hohohub, tsuohub,
fluxus } = __webpack_require__(24);
start();
if (window.location.hostname != 'keyrblx.com') {
injectAds();
alert('bypass starting...\n(want a faster, ad free bypass? join
discord.gg/keybypass to get faster bypass with no ads.)');
}
GM_notification({
text: 'bypass starting...\n(want a faster, ad free bypass? join
discord.gg/keybypass to get faster bypass with no ads.)',
title: "INFO",
url: 'https://discord.gg/92p6X2drxn',
silent: true,
timeout: 5000
});
await sleep(6000);
GM_notification({
text: `bypass initiated. please wait...`,
title: "INFO",
silent: true,
timeout: 2000
});
switch (window.location.hostname) {
case 'mobile.codex.lol': {
await codex();
break;
}
case 'keysystem.fluxteam.net': {
window.location.assign('https://fluxusbypass.pages.dev/?link=' +
encodeURIComponent(window.location.href));
break;
}
case 'spdmteam.com': {
await arceus();
break;
}
case 'gateway.platoboost.com': {
await delta();
break;
}
case 'valyse.best': {
await valyse();
break;
}
case 'keyrblx.com': {
await keyrblx();
break;
}
case 'pandadevelopment.net': {
await pandadevelopment();
break;
}
case 'hohohubv-ac90f67762c4.herokuapp.com': {
await hohohub();
break;
}
case 'tsuo-script.xyz': {
await tsuohub();
break;
}
case 'fluxusbypass.pages.dev': {
if (window.location.pathname != '/') {
window.location.assign('/');
}
await fluxus();
break;
}
default: {
notification('unsupported keysystem');
break;
}
}
}
})();
/******/ })()
;