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 arnie = 0.00000001;
- var james = arnie;
- var jim = arnie;
- var joel = 0;
- var joe = parseFloat(document.getElementById('me').lastChild.lastChild.firstChild.childNodes[5].textContent);
- function xiggie() {
- var fart = document.getElementById('pct_balance').value;
- if (fart>crazy) {
- jim = arnie;
- james = arnie;
- old = parseFloat(fart);
- joel = 0;
- crazy = parseFloat(fart);
- }
- if (fart<crazy) {
- jim = jim+arnie;
- joel = (old-fart);
- james = (joel+jim-arnie);
- crazy = 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('me').lastChild.lastChild.firstChild.childNodes[5].textContent
- if (xol!=joe){
- joe = parseFloat(xol);
- onbet = onBetComplete();
- }
- if (xol==joe){
- onbet;
- onbet = console.log('waiting nextbet');
- }
- setTimeout(() => go(), 10);
- }
- go();
Add Comment
Please, Sign In to add comment