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 sternman = ((belance/100000).tofixed(8));
- var fruck = sternman;
- var dope = (sternman*3);
- var dole = 6;
- var joe = (sternman*10);
- var targe = 50000;
- var sevrr = true;
- var farg = true;
- var frogger = false;
- var nounce = 0;
- var bull = 7;
- var olderest = document.getElementById('pct_balance').value;
- var foul = parseFloat(document.getElementById('pct_balance').value);
- var sutten = parseFloat(document.getElementById('pct_balance').value);
- var older = parseFloat(document.getElementById('pct_balance').value);
- var smartarse = parseFloat(document.getElementById('pct_balance').value);
- var freman = parseFloat(document.getElementById('pct_balance').value);
- var ian = parseFloat(document.getElementById('pct_balance').value);
- var wild = document.getElementById('pct_balance').value;
- var grrr = document.getElementById('pct_balance').value;
- var nextbe;
- parseFloat(document.getElementById('pct_bet').value = sternman);
- parseFloat(document.getElementById('pct_profit').value = sternman);
- function dobet(){
- console.clear();
- foul = document.getElementById('pct_balance').value;
- var kite = document.getElementById('pct_bet').value;
- document.getElementById('pct_chance').value = 49.5;
- document.getElementById('pct_payout').value = 2;
- if (nextbe==null) {
- nextbe = kite;
- }
- if ((foul<=(freman-dope))&&(sevrr==true)) {
- nextbe = kite*2;
- fruck = nextbe;
- sevrr = false;
- joe = 0;
- dope = (fruck*3);
- sutten = parseFloat(foul);
- freman = parseFloat(foul);
- }
- if ((foul<=(freman-dope))&&(sevrr==false)) {
- nextbe = kite/2;
- fruck = nextbe;
- dope = (fruck*4);
- sevrr = true;
- joe = 0;
- sutten = parseFloat(foul);
- freman = parseFloat(foul);
- }
- if (foul>=(sutten+(fruck*6))) {
- nextbe = kite*2;
- fruck = nextbe;
- sevrr==false
- dope = (fruck*3);
- freman = parseFloat(foul);
- sutten = parseFloat(foul);
- }
- if (foul>=(ian+joe)) {
- sternman = (((parseFloat(foul))/100000).tofixed(8));
- nextbe = sternman;
- fruck = sternman;
- dope = (sternman*3)
- sevrr = true;
- farg = true;
- freman = (ian+joe);
- sutten = (ian+joe);
- ian =(ian+joe);
- joe = (sternman*10);
- }
- if (foul>=targe) {
- return;
- }
- if (foul>wild) {
- wild = parseFloat(foul);
- }
- if (foul<grrr) {
- grrr = parseFloat(foul);
- }
- var freak = ((foul-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(grrr));
- 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);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement