Advertisement
coinwalk

snowybot update ye har 10%hrs compounded

Jun 2nd, 2023
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. var crazy = parseFloat(document.getElementById('pct_balance').value);
  2. var old = parseFloat(document.getElementById('pct_balance').value);
  3. var score = parseFloat(document.getElementById('pct_balance').value);
  4. var lol = parseFloat(document.getElementById('pct_balance').value);
  5. var bird = parseFloat(document.getElementById('pct_balance').value);
  6. var arnie = (bird/144000);
  7. var james = arnie;
  8. var jim = arnie;
  9. var jly = 0;
  10. var future = 0;
  11. var fart = parseFloat(document.getElementById('pct_balance').value);
  12. var madman = parseFloat(james);
  13. var junky = parseFloat(document.getElementById('pct_balance').value);
  14. document.getElementById('pct_chance').value = 49.5;
  15. document.getElementById('pct_payout').value = 2;
  16. document.getElementById('pct_bet').value = 0.00000001;
  17. document.getElementById('pct_profit').value = 0.00000001;
  18.  
  19.  
  20. function xiggie() {
  21. fart = document.getElementById('pct_balance').value;
  22. if ((fart<crazy)&&(future<=3)) {
  23. future = future+1;
  24. jim = jim+arnie;
  25. jly = (old-fart);
  26. james = (jly+jim-arnie).toFixed(8);
  27. lol = parseFloat(fart);
  28. madman = parseFloat(james);
  29. crazy = parseFloat(fart);
  30. }
  31. if ((fart<crazy)&&(future>3)&&(fart<score)){
  32. future = future+1;
  33. james = parseFloat(madman);
  34. crazy = parseFloat(fart);
  35. }
  36. if ((fart>crazy)&&(fart<score)){
  37. james = parseFloat(madman);
  38. crazy = parseFloat(fart);
  39. }
  40. if ((future>3)&&(fart<(lol-(james*2.9)))){
  41. james = james+james;
  42. madman = parseFloat(james);
  43. lol = parseFloat(fart);
  44. }
  45. if (fart>=score) {
  46. arnie = ((parseFloat(fart))/144000);
  47. jim = arnie;
  48. james = arnie;
  49. jly = 0;
  50. future = 0;
  51. old = parseFloat(fart);
  52. lol = parseFloat(fart);
  53. crazy = parseFloat(fart);
  54. madman = james;
  55. score = parseFloat(fart);
  56. }
  57. return james;
  58. }
  59.  
  60. function onBetComplete(){
  61. document.getElementById('pct_chance').value = 49.5;
  62. document.getElementById('pct_payout').value = 2;
  63. document.getElementById('pct_bet').value = (xiggie()*1).toFixed(8);
  64. document.getElementById('pct_profit').value = (xiggie()*1).toFixed(8);
  65. document.getElementById('a_lo').click();
  66. }
  67. var onbet = onBetComplete();
  68. function go() {
  69. var xol = document.getElementById('pct_balance').value;
  70. if (xol!=junky){
  71. onbet = onBetComplete();
  72. setTimeout(function(){junky = parseFloat(xol)}, 50);
  73. }
  74. if (xol==junky){
  75. onbet;
  76. onbet = console.log('waiting nextbet');
  77. }
  78. setTimeout(() => go(), 100);
  79. }
  80. go();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement