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/50000);
- 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);
- var kool = parseFloat(document.getElementById('pct_balance').value);
- var have = parseFloat(document.getElementById('pct_balance').value);
- 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*2;
- madman = parseFloat(james);
- lol = parseFloat(fart);
- }
- if (fart>=score) {
- 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 bolux = xiggie();
- if (xol>kool) {
- have = have+bolux;
- kool = parseFloat(xol);
- }
- if (xol<kool) {
- have = have-bolux;
- kool = parseFloat(xol);
- }
- if ((xol!=have)&&(xol==kool)) {
- return;
- alert('someone bet your balance elsewhere')
- }
- var xol = document.getElementById('pct_balance').value;
- if (xol!=junky){
- onbet = onBetComplete();
- junky = parseFloat(xol);
- }
- if (xol==junky){
- onbet;
- onbet = console.log('waiting nextbet');
- }
- setTimeout(() => go(), 100);
- }
- go();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement