Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //by snowy;
- //start of variables;
- var belance = document.getElementById('pct_balance').value;
- document.getElementById('pct_chance').value = 49.5;
- document.getElementById('pct_payout').value = 2;
- var dking = ((belance/24).toFixed(8));
- var cript = dking;
- var target = 300;
- var god = (dking*2.9);
- var holly = (cript*6.9);
- var olderest = document.getElementById('pct_balance').value;
- var old = document.getElementById('pct_balance').value;
- var balancez = document.getElementById('pct_balance').value;
- var have = document.getElementById('pct_balance').value;
- var mybet;
- var wild = document.getElementById('pct_balance').value;
- var min = document.getElementById('pct_balance').value;
- parseFloat(document.getElementById('pct_bet').value = dking);
- parseFloat(document.getElementById('pct_profit').value = dking);
- //end of variables;
- function cross(){
- console.clear();
- balancez = document.getElementById('pct_balance').value;
- var stuit = document.getElementById('pct_bet').value;
- document.getElementById('pct_chance').value = 49.5;
- document.getElementById('pct_payout').value = 2;
- if (mybet==null){
- mybet = stuit;
- }
- if ((balancez>=(have+holly))) {
- have = have+(cript*10);
- holly = (cript*6.9);
- god = (cript*12.5);
- mybet = cript*2;
- cript = cript*2;
- }
- if (balancez<=(have-god)) {
- holly = (cript*9.9);
- have = (have-god);
- god = (cript*9.9);
- mybet = cript*2;
- cript = cript*2;
- }
- if (((old+cript>=(old+(old/4)))&&(balancez>=old))||((old-cript>=(old-(old/4)))&&(balancez<=old))) {
- mybet = dking;
- cript = dking;
- holly = (dking*6.9);
- god = (dking*2.9);
- have = parseFloat(balancez);
- old = parseFloat(balancez);
- }
- if (balancez>target) {
- return;
- }
- if (balancez>wild) {
- wild = parseFloat(balancez);
- }
- if (balancez<min) {
- min = parseFloat(balancez);
- }
- var freak = ((balancez-olderest).toFixed(8));
- console.log("balance made");
- console.log(freak);
- console.log("biggest balance");
- console.log(parseFloat(wild));
- console.log("lowest balance");
- console.log(parseFloat(min));
- parseFloat(document.getElementById('pct_bet').value = ((mybet*1).toFixed(8)));
- parseFloat(document.getElementById('pct_profit').value = ((mybet*1).toFixed(8)));
- $('#a_lo').click();}
- setInterval(() => cross(), 800);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement