Advertisement
coinwalk

cooool

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