Advertisement
coinwalk

snowy emanuel bot finally

Apr 2nd, 2022
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. var bolank = document.getElementById('pct_balance').value;
  2. document.getElementById('pct_chance').value = 49.5;
  3. document.getElementById('pct_payout').value = 2;
  4. var patrick = 0.000001;
  5. var snow = patrick;
  6. var jim = (patrick*3);
  7. var ruth = (patrick*10);
  8. var mum = 6;
  9. var shipt = true;
  10. var lol = parseFloat(document.getElementById('pct_balance').value);
  11. var love = parseFloat(document.getElementById('pct_balance').value);
  12. var emily = parseFloat(document.getElementById('pct_balance').value);
  13. var sulin = parseFloat(document.getElementById('pct_balance').value);
  14. var james = parseFloat(document.getElementById('pct_balance').value);
  15. var daddy;
  16. parseFloat(document.getElementById('pct_bet').value = patrick);
  17. parseFloat(document.getElementById('pct_profit').value = patrick);
  18.  
  19. function ZZZZ(mini, maxi) {
  20. mini = Math.ceil(mini);
  21. maxi = Math.floor(maxi);
  22. return Math.floor(Math.random() * (maxi - mini + 1)) + mini;
  23. }
  24.  
  25. function funk(){
  26. var happy = (document.getElementById('pct_balance').value);
  27. var kit = (document.getElementById('pct_bet').value);
  28. document.getElementById('pct_chance').value = 49.5;
  29. document.getElementById('pct_payout').value = 2;
  30. if (daddy==null) {
  31. daddy = kit;
  32. }
  33. if ((happy<=(emily-(jim)))&&(shipt==true)){
  34. snow = (snow*2);
  35. daddy = (snow);
  36. jim = (snow*5);
  37. mum = 5;
  38. shipt = false;
  39. emily = parseFloat(happy);
  40. }
  41. if ((happy<=(emily-(jim)))&&(shipt==false)){
  42. snow = (snow*2);
  43. daddy = (snow);
  44. jim = (snow*5);
  45. mum = 5;
  46. shipt = false;
  47. emily = parseFloat(happy);
  48. }
  49. if (happy>(emily+(snow*mum))){
  50. snow = (snow*2);
  51. daddy = (snow);
  52. jim = (snow*3);
  53. emily = parseFloat(happy);
  54. }
  55. if (happy>=(james+(patrick*10))){
  56. daddy = patrick;
  57. snow = patrick;
  58. jim = (patrick*3);
  59. mum = 6;
  60. shipt = true;
  61. james = (james+(patrick*10));
  62. emily = james;
  63. }
  64. if (happy>=2000) {
  65. return;
  66. }
  67. document.getElementById('pct_bet').value = daddy;
  68. document.getElementById('pct_profit').value = daddy;
  69. document.getElementById('a_hi').click();
  70. }
  71. setInterval(() =>funk(), (ZZZZ(8,10)));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement