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 fruck = ((belance/1000).toFixed(8));;
- // div;
- var oldbal = parseFloat(document.getElementById('pct_balance').value);
- var gook = fruck;
- // div again;
- var dope = (fruck*3);
- // 3x div;
- var dap = (fruck*4);
- // 4x div;
- var dol = 6;
- var jim = (fruck*10);
- // 9x div;
- var joe = (fruck*10);
- // 10x div;
- var targe = 50000;
- var sev = true;
- var farg = true;
- var frogger = false;
- var olderest = document.getElementById('pct_balance').value;
- var have = parseFloat(document.getElementById('pct_balance').value);
- var volo = parseFloat(document.getElementById('pct_balance').value);
- var still = parseFloat(document.getElementById('pct_balance').value);
- var ian = parseFloat(document.getElementById('pct_balance').value);
- var nextbe;
- var wild = document.getElementById('pct_balance').value;
- var min = document.getElementById('pct_balance').value;
- parseFloat(document.getElementById('pct_bet').value = fruck);
- parseFloat(document.getElementById('pct_profit').value = fruck);
- 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 balanc = document.getElementById('pct_balance').value;
- var prev = document.getElementById('pct_bet').value;
- document.getElementById('pct_chance').value = 49.5;
- document.getElementById('pct_payout').value = 2;
- if (nextbe==null) {
- nextbe = prev;
- }
- if ((balanc<=(still-dope))&&(sev==true)&&(farg==true)) {
- nextbe = prev*2;
- gook = ((parseFloat(prev))*2);
- sev = false;
- farg = true;
- dol = 5;
- joe = 0;
- still = parseFloat(balanc);
- dope = ((parseFloat(prev))*5);
- }
- if ((balanc<=(still-dope))&&(sev==false)&&(farg==true)) {
- nextbe = fruck;
- gook = fruck;
- still = parseFloat(balanc);
- dope = dap;
- dol = 5;
- joe = 0;
- sev = true;
- farg = false;
- have = parseFloat(balanc);
- }
- if ((balanc<=(still-dope))&&(sev==true)&&(farg==false)) {
- nextbe = prev*2;
- gook = ((parseFloat(prev))*2);
- still = parseFloat(balanc);
- dope = ((parseFloat(prev))*5);
- sev = true;
- frogger = true;
- dol = 5;
- joe = 0;
- farg = false;
- have = parseFloat(balanc);
- }
- if (balanc>(have+(gook*dol))) {
- nextbe = prev*2;
- still = parseFloat(balanc);
- dol = 5;
- sev = false;
- farg = true;
- joe = jim;
- gook = ((parseFloat(prev))*2);
- dope = ((parseFloat(prev))*5);
- have = parseFloat(balanc);
- }
- if (balanc>=(ian+joe)) {
- nextbe = fruck;
- gook = fruck;
- dope = dap;
- sev = true;
- dol = 5;
- farg = true;
- still = parseFloat(balanc);
- have = parseFloat(balanc);
- ian = parseFloat(balanc);
- joe = jim;
- }
- 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));
- parseFloat(document.getElementById('pct_bet').value = (((nextbe*2)-nextbe).toFixed(8)));
- parseFloat(document.getElementById('pct_profit').value = (((nextbe*2)-nextbe).toFixed(8)))
- $('#a_lo').click();
- }
- setInterval(() => dobet(), 800);
Add Comment
Please, Sign In to add comment