Advertisement
coinwalk

???

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