Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var belance = document.getElementById('pct_balance').value;
- // get start balance;
- document.getElementById('pct_chance').value = 49.5;
- document.getElementById('pct_payout').value = 2;
- // set chance;
- var fruck = ((belance/10000).toFixed(8));
- // div;
- var gook = fruck;
- // div again;
- var dope = (fruck*3);
- // 3x div;
- var dap = (fruck*4);
- // 4x div;
- var dol = 6;
- var jim = (fruck*10);
- // 10x div;
- var joe = (fruck*10);
- // 10x div;
- var targe = 2000;
- // target;
- var sev = true;
- var farg = true;
- var frogger = false;
- // variables;
- var olderest = document.getElementById('pct_balance').value;
- var balanc = parseFloat(document.getElementById('pct_balance').value);
- var have = parseFloat(document.getElementById('pct_balance').value);
- var older = parseFloat(document.getElementById('pct_balance').value);
- var smartarse = parseFloat(document.getElementById('pct_balance').value);
- var still = parseFloat(document.getElementById('pct_balance').value);
- var ian = parseFloat(document.getElementById('pct_balance').value);
- var wild = document.getElementById('pct_balance').value;
- var min = document.getElementById('pct_balance').value;
- // floating old balances;
- var nextbe;
- // nextbet;
- parseFloat(document.getElementById('pct_bet').value = fruck);
- parseFloat(document.getElementById('pct_profit').value = fruck);
- // to set the bet;
- function getR(minz, maxz) {
- minz = Math.ceil(minz);
- maxz = Math.floor(maxz);
- return Math.floor(Math.random() * (maxz - minz + 1)) + minz;
- }
- // get random;
- function dobet(){
- console.clear();
- // clear console;
- balanc = document.getElementById('pct_balance').value;
- // get balance;
- var prev = document.getElementById('pct_bet').value;
- // get previousbet;
- document.getElementById('pct_chance').value = 49.5;
- document.getElementById('pct_payout').value = 2;
- // set chance;
- if (nextbe==null) {
- nextbe = prev;
- }
- // in lua it does this on auto need set javascript;
- if ((balanc<=(still-dope))&&(sev==true)&&(farg==true)) {
- nextbe = prev*2;
- gook = (nextbe);
- sev = false;
- farg = true;
- joe = 0;
- dol = 5;
- still = parseFloat(balanc);
- dope = (gook*3);
- }
- if ((balanc<=(still-dope))&&(sev==false)&&(farg==true)) {
- nextbe = fruck;
- gook = fruck;
- have = parseFloat(balanc);
- still = parseFloat(balanc);
- dope = (fruck*4);
- dol = 5;
- joe = 0;
- sev = true;
- farg = false;
- }
- if ((balanc<=(still-dope))&&(sev==true)&&(farg==false)) {
- nextbe = prev*2;
- gook = (nextbe);
- have = parseFloat(balanc);
- still = parseFloat(balanc);
- dope = (gook*3);
- sev = false;
- frogger = true;
- joe = 0;
- farg = false;
- }
- if ((balanc<=(still-dope))&&(sev==false)&&(farg==false)) {
- nextbe = prev*2;
- gook = (nextbe);
- have = parseFloat(balanc);
- still = parseFloat(balanc);
- dope = (gook*3);
- sev = true;
- frogger = true;
- joe = 0;
- farg = false;
- }
- if ((balanc>=(have+(gook*dol)))&&(frogger==false)) {
- nextbe = prev*2;
- still = parseFloat(balanc);
- sev = false;
- farg = true;
- frogger = false;
- gook = (nextbe);
- dope = (gook*3);
- have = parseFloat(balanc);
- }
- if ((balanc>=(have+(gook*dol)))&&(frogger==true)) {
- nextbe = prev*2;
- have = parseFloat(balanc);
- still = parseFloat(balanc);
- sev = true;
- farg = false;
- frogger = true;
- gook = (nextbe);
- dope = (gook*3);
- }
- if (balanc>=(ian+joe)) {
- nextbe = fruck;
- gook = fruck;
- dope = (fruck*3);
- sev = true;
- farg = true;
- dol = 6;
- frogger = false;
- still = (ian+joe);
- have = (ian+joe);
- ian =(ian+joe);
- joe = fruck*10;
- }
- // script;
- if (balanc>=targe) {
- //stop();
- return;
- }
- if (balanc>wild) {
- wild = parseFloat(balanc);
- }
- if (balanc<min) {
- min = parseFloat(balanc);
- }
- var freak = ((balanc-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));
- // find biggest lowest and made balances;
- parseFloat(document.getElementById('pct_bet').value = (((nextbe*2)-nextbe).toFixed(8)));
- parseFloat(document.getElementById('pct_profit').value = (((nextbe*2)-nextbe).toFixed(8)))
- // set bets;
- $('#a_lo').click();
- // click bet;
- }
- setInterval(() => dobet(), 800);
- // set loop;
Add Comment
Please, Sign In to add comment