Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var belance = document.getElementById('pct_balance').value;
- document.getElementById('pct_chance').value = 49.5;
- document.getElementById('pct_payout').value = 2;
- var bob = 0.00001;
- var oldbal = parseFloat(document.getElementById('pct_balance').value);
- var cript = bob;
- var fail = bob;
- var god = (bob*3);
- var joe = false;
- var coil = (bob*10);
- var target = 10000;
- var snow = 6;
- var won = 0;
- var sin = 7;
- var stuff = true;
- var olderest = document.getElementById('pct_balance').value
- var balancez = parseFloat(document.getElementById('pct_balance').value);
- var have = parseFloat(document.getElementById('pct_balance').value);
- var sire = parseFloat(document.getElementById('pct_balance').value);
- var teee = parseFloat(document.getElementById('pct_balance').value);
- var ian = parseFloat(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 = bob);
- parseFloat(document.getElementById('pct_profit').value = bob);
- function getR(minz, maxz) {
- minz = Math.ceil(minz);
- maxz = Math.floor(maxz);
- return Math.floor(Math.random() * (maxz - minz + 1)) + minz;
- }
- function dobet(){
- console.clear()
- var balancey = document.getElementById('pct_balance').value;
- 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-god)) {
- mybet = stuit*2;
- god = (stuit*7);
- sin = 6;
- have = parseFloat(balancez);
- joe = true;
- }
- if (balancez>(have+(bob*sin))) {
- mybet = stuit*2;
- god = (stuit*7);
- sin = 9;
- have = (have+(bob*sin));
- }
- if ((balancez-teee)>(bob*10)) {
- mybet = bob;
- god = (bob*3);
- have = teee+((Math.floor(((balancez)-(teee))/(bob*10)).toPrecision(1))*(bob*10));
- teee = teee+((Math.floor(((balancez)-(teee))/(bob*10)).toPrecision(1))*(bob*10));
- joe = false;
- sin = 6;
- }
- if ((joe==true)&&(balancez>=teee)) {
- mybet = bob;
- god = (bob*3);
- have = teee;
- sin = 6;
- joe = false;
- }
- if (balancez>=target) {
- //stop();
- return;
- }
- if (balancez>wild) {
- wild = parseFloat(balancez);
- }
- if (balancez<min) {
- min = parseFloat(balancez);
- }
- balancez = document.getElementById('pct_balance').value;
- 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*2)-mybet).toFixed(8)));
- parseFloat(document.getElementById('pct_profit').value = (((mybet*2)-mybet).toFixed(8)));
- $('#a_lo').click();
- }
- setInterval(() => dobet(), 80);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement