Advertisement
coinwalk

pure genius snowybot

May 29th, 2023
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. var crazy = parseFloat(document.getElementById('pct_balance').value);
  2. var arnie = 0.000001;
  3. var ammo = 0.00001;
  4. var james = arnie;
  5. var oldDegen = 0;
  6. var booom = 1;
  7. var neext = false;
  8. var joe = parseFloat(document.getElementById('me').lastChild.lastChild.lastChild.childNodes[5].textContent);
  9.  
  10.  
  11. function xiggie() {
  12. var fart = document.getElementById('pct_balance').value;
  13. var megablows = fart.indexOf(".");
  14. if (((fart.charAt(megablows + 6)) == 7) && (fart != oldDegen)&&(fart<crazy)) {
  15. james = james*2;
  16. booom = 0;
  17. oldDegen = parseFloat(fart);
  18. }
  19. if (((fart.charAt(megablows + 6)) == 7) && (fart != oldDegen)&&(fart>=crazy)) {
  20. james = james*2;
  21. oldDegen = parseFloat(fart);
  22. }
  23. if ((fart>=crazy)&&((fart.charAt(megablows + 6)) != 7)&&(booom==0)) {
  24. james = arnie
  25. oldDegen = 0;
  26. booom = 1;
  27. neext = false;
  28. crazy = ((Math.floor((parseFloat(fart))/ammo))*ammo);
  29. }
  30. if ((fart>=(crazy+(ammo)))&&((fart.charAt(megablows + 6)) != 7)&&(neext==false)) {
  31. booom = 1;
  32. neext = true;
  33. crazy = ((Math.floor((parseFloat(fart))/ammo))*ammo);
  34. }
  35. if ((fart>=(crazy+(ammo)))&&((fart.charAt(megablows + 6)) != 7)&&(neext==true)) {
  36. james = arnie
  37. oldDegen = 0;
  38. booom = 1;
  39. neext = false;
  40. crazy = ((Math.floor((parseFloat(fart))/ammo))*ammo);
  41. }
  42. return james;
  43. }
  44.  
  45.  
  46. function onBetComplete(){
  47. document.getElementById('pct_chance').value = 49.5;
  48. document.getElementById('pct_payout').value = 2;
  49. document.getElementById('pct_bet').value = (((xiggie())*1).toFixed(8));
  50. document.getElementById('pct_profit').value = (((xiggie())*1).toFixed(8));
  51. document.getElementById('a_lo').click();
  52. }
  53.  
  54. var onbet = onBetComplete();
  55. function go() {
  56. var xol = document.getElementById('me').lastChild.lastChild.lastChild.childNodes[5].textContent
  57. if (xol!=joe){
  58. joe = parseFloat(xol);
  59. onbet = onBetComplete();
  60. }
  61. if (xol==joe){
  62. onbet;
  63. onbet = console.log('waiting nextbet');
  64. }
  65. setTimeout(() => go(), 1)
  66. }
  67. go();
  68.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement