coinwalk

martinfart by snowy

May 31st, 2023
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. var crazy = parseFloat(document.getElementById('pct_balance').value);
  2. var old = parseFloat(document.getElementById('pct_balance').value);
  3. var arnie = 0.00000001;
  4. var james = arnie;
  5. var jim = arnie;
  6. var joel = 0;
  7. var joe = parseFloat(document.getElementById('me').lastChild.lastChild.lastChild.childNodes[5].textContent);
  8.  
  9.  
  10. function xiggie() {
  11. var fart = document.getElementById('pct_balance').value;
  12. if (fart>crazy) {
  13. jim = arnie;
  14. james = arnie;
  15. old = parseFloat(fart);
  16. joel = 0;
  17. crazy = parseFloat(fart);
  18. }
  19. if (fart<crazy) {
  20. jim = jim+arnie;
  21. joel = (old-fart);
  22. james = (joel+jim-arnie);
  23. crazy = parseFloat(fart);
  24. }
  25. return james;
  26. }
  27.  
  28.  
  29. function onBetComplete(){
  30. document.getElementById('pct_chance').value = 49.5;
  31. document.getElementById('pct_payout').value = 2;
  32. document.getElementById('pct_bet').value = (((xiggie())*1).toFixed(8));
  33. document.getElementById('pct_profit').value = (((xiggie())*1).toFixed(8));
  34. document.getElementById('a_lo').click();
  35. }
  36.  
  37. var onbet = onBetComplete();
  38. function go() {
  39. var xol = document.getElementById('me').lastChild.lastChild.lastChild.childNodes[5].textContent
  40. if (xol!=joe){
  41. joe = parseFloat(xol);
  42. onbet = onBetComplete();
  43. }
  44. if (xol==joe){
  45. onbet;
  46. onbet = console.log('waiting nextbet');
  47. }
  48. setTimeout(() => go(), 1);
  49. }
  50. go();
Add Comment
Please, Sign In to add comment