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 madman = james;
- var fart = parseFloat(document.getElementById('pct_balance').value);
- var kool = parseFloat(document.getElementById('pct_balance').value);
- var have = parseFloat(document.getElementById('pct_balance').value);
- var madman = parseFloat(james);
- var junky = parseFloat(document.getElementById('pct_balance').value);
- function xiggie() {
- var mrpi = parseFloat(james.toFixed(8));
- fart = (document.getElementById('pct_balance').value);
- if (fart > kool) {
- have = (have+mrpi);
- kool = parseFloat(fart);
- }
- if (fart < kool) {
- have = (have-mrpi);
- kool = parseFloat(fart);
- }
- if (parseFloat(have.toFixed(8)) != fart && kool == fart) {
- console.log('have equals');
- console.log(have);
- console.log('fart equals');
- console.log(fart);
- alert('someone bet your balance elsewhere');
- return;
- }
- fart = document.getElementById('pct_balance').value;
- if (fart < crazy && future <= 3) {
- future += 1;
- jim += arnie;
- jly = (old - fart);
- james = (jly + jim - arnie);
- madman = parseFloat(james);
- lol = parseFloat(fart);
- crazy = parseFloat(fart);
- }
- if (fart < crazy && future > 3 && fart < score) {
- future += 1;
- james = madman;
- crazy = parseFloat(fart);
- }
- if (fart > crazy && fart < score) {
- james = madman;
- crazy = parseFloat(fart);
- }
- if (future > 3 && fart < (lol - (james * 2.9))) {
- james *= 2;
- madman = 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 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(), 1);
- }
- go();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement