Advertisement
coinwalk

dole

Apr 10th, 2022
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 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 shipt = 5000;
  9. var shallow = false;
  10. var quad = false;
  11. var happy = parseFloat(document.getElementById('pct_balance').value);
  12. var grrr = parseFloat(document.getElementById('pct_balance').value);
  13. var wild = parseFloat(document.getElementById('pct_balance').value);
  14. var olderest = parseFloat(document.getElementById('pct_balance').value);
  15. var lol = parseFloat(document.getElementById('pct_balance').value);
  16. var emy = parseFloat(document.getElementById('pct_balance').value);
  17. var emily = parseFloat(document.getElementById('pct_balance').value);
  18. var sulin = parseFloat(document.getElementById('pct_balance').value);
  19. var james = parseFloat(document.getElementById('pct_balance').value);
  20. var daddy;
  21. parseFloat(document.getElementById('pct_bet').value = patrick);
  22. parseFloat(document.getElementById('pct_profit').value = patrick);
  23.  
  24. function ZZZZ(mini, maxi) {
  25. mini = Math.ceil(mini);
  26. maxi = Math.floor(maxi);
  27. return Math.floor(Math.random() * (maxi - mini + 1)) + mini;
  28. }
  29.  
  30. function funk(){
  31. console.clear();
  32. var kind = (document.getElementById('pct_balance').value);
  33. happy = (document.getElementById('pct_balance').value);
  34. var kit = (document.getElementById('pct_bet').value);
  35. document.getElementById('pct_chance').value = 49.5;
  36. document.getElementById('pct_payout').value = 2;
  37. if (daddy==null) {
  38. daddy = kit;
  39. }
  40. if ((kind<=(emily-(jim)))&&(shallow==false)){
  41. snow = (snow*2);
  42. jim = (kit*9);
  43. ruth = 0;
  44. quad = false;
  45. emily = parseFloat(kind);
  46. daddy = (kit*2);
  47. }
  48. if ((kind<=(emily-(jim)))&&(shallow==true)){
  49. snow = (snow*2);
  50. jim = (kit*9);
  51. quad = false;
  52. emily = parseFloat(kind);
  53. daddy = (kit*2);
  54. }
  55. if (happy>=(james+ruth)){
  56. daddy = patrick;
  57. snow = patrick;
  58. jim = (patrick*3);
  59. shallow = false;
  60. emily = james+ruth;
  61. james = james+ruth;
  62. ruth = (patrick*10);
  63. }
  64. if (happy==(emily+(snow*7))){
  65. snow = (snow*2);
  66. shallow = true;
  67. daddy = (kit*2);
  68. ruth = (patrick*10);
  69. }
  70. if (happy>=(emily+(snow*9))) {
  71. daddy = patrick;
  72. snow = patrick;
  73. jim = (patrick*3);
  74. shallow = false;
  75. emily = james+ruth;
  76. james = james+ruth;
  77. ruth = (patrick*10);
  78. }
  79. if (happy>=shipt) {
  80. return;
  81. }
  82. if (happy>wild){
  83. wild = parseFloat(happy);
  84. }
  85. if (happy<grrr) {
  86. grrr = parseFloat(happy);
  87. }
  88. var freak = ((happy-olderest).toFixed(8));
  89. console.log("balance made");
  90. console.log(freak);
  91. console.log("biggest balance");
  92. console.log(parseFloat(wild));
  93. console.log("lowest balance");
  94. console.log(parseFloat(grrr));
  95. document.getElementById('pct_bet').value = daddy;
  96. document.getElementById('pct_profit').value = daddy;
  97. document.getElementById('a_lo').click();
  98. }
  99. setInterval(() =>funk(), (ZZZZ(800,1000)));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement