Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var crazy = parseFloat(document.getElementById('pct_balance').value);
- var old = parseFloat(document.getElementById('pct_balance').value);
- var score = parseFloat(document.getElementById('pct_balance').value);
- var lol = parseFloat(document.getElementById('pct_balance').value);
- var bird = parseFloat(document.getElementById('pct_balance').value);
- var arnie = (bird/144000);
- var james = arnie;
- var jim = arnie;
- var jly = 0;
- var future = 0;
- var fart = parseFloat(document.getElementById('pct_balance').value);
- var madman = parseFloat(james);
- var junky = parseFloat(document.getElementById('pct_balance').value);
- document.getElementById('pct_chance').value = 49.5;
- document.getElementById('pct_payout').value = 2;
- document.getElementById('pct_bet').value = 0.00000001;
- document.getElementById('pct_profit').value = 0.00000001;
- function xiggie() {
- fart = document.getElementById('pct_balance').value;
- if ((fart<crazy)&&(future<=3)) {
- future = future+1;
- jim = jim+arnie;
- jly = (old-fart);
- james = (jly+jim-arnie).toFixed(8);
- lol = parseFloat(fart);
- madman = parseFloat(james);
- crazy = parseFloat(fart);
- }
- if ((fart<crazy)&&(future>3)&&(fart<score)){
- future = future+1;
- james = parseFloat(madman);
- crazy = parseFloat(fart);
- }
- if ((fart>crazy)&&(fart<score)){
- james = parseFloat(madman);
- crazy = parseFloat(fart);
- }
- if ((future>3)&&(fart<(lol-(james*2.9)))){
- james = james+james;
- madman = parseFloat(james);
- lol = parseFloat(fart);
- }
- if (fart>=score) {
- arnie = ((parseFloat(fart))/144000);
- jim = arnie;
- james = arnie;
- jly = 0;
- future = 0;
- old = parseFloat(fart);
- lol = parseFloat(fart);
- crazy = parseFloat(fart);
- madman = james;
- score = parseFloat(fart);
- }
- return james;
- }
- function onBetComplete(){
- document.getElementById('pct_chance').value = 49.5;
- document.getElementById('pct_payout').value = 2;
- document.getElementById('pct_bet').value = (xiggie()*1).toFixed(8);
- document.getElementById('pct_profit').value = (xiggie()*1).toFixed(8);
- document.getElementById('a_lo').click();
- }
- var onbet = onBetComplete();
- function go() {
- var xol = document.getElementById('pct_balance').value;
- if (xol!=junky){
- onbet = onBetComplete();
- setTimeout(function(){junky = parseFloat(xol)}, 50);
- }
- if (xol==junky){
- onbet;
- onbet = console.log('waiting nextbet');
- }
- setTimeout(() => go(), 100);
- }
- go();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement