Advertisement
coinwalk

Untitled

Apr 9th, 2022
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 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.0001;
  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 goat = false;
  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 (((document.getElementById('pct_balance').value)<=(emily-(jim)))&&(shallow==false)){
  42. snow = kit*2;
  43. jim = (kit*5);
  44. ruth = 0;
  45. quad = false;
  46. emily = parseFloat(document.getElementById('pct_balance').value);
  47. daddy = kit*2;
  48. }
  49. if (((document.getElementById('pct_balance').value)<=(emily-(jim)))&&(shallow==true)){
  50. snow = kit*2;;
  51. jim = (kit*5);
  52. quad = false;
  53. emily = parseFloat(document.getElementById('pct_balance').value);
  54. daddy = kit*2;
  55. }
  56. if (happy>=(emily+(snow*7))){
  57. snow = kit*2;
  58. shallow = true;
  59. daddy = kit*2;
  60. emily = parseFloat(happy);
  61. }
  62. if ((document.getElementById('pct_balance').value)>=(james+ruth)){
  63. daddy = patrick;
  64. snow = patrick;
  65. emily = james+ruth;
  66. jim = (patrick*3);
  67. shallow = false;
  68. james = james+ruth;
  69. ruth = (patrick*10);
  70. }
  71. if (happy>=shipt) {
  72. return;
  73. }
  74. if (happy>wild){
  75. wild = parseFloat(happy);
  76. }
  77. if (happy<grrr) {
  78. grrr = parseFloat(happy);
  79. }
  80. var freak = ((happy-olderest).toFixed(8));
  81. console.log("balance made");
  82. console.log(freak);
  83. console.log("biggest balance");
  84. console.log(parseFloat(wild));
  85. console.log("lowest balance");
  86. console.log(parseFloat(grrr));
  87. document.getElementById('pct_bet').value = (((daddy*2)-daddy).toFixed(8));
  88. document.getElementById('pct_profit').value = (((daddy*2)-daddy).toFixed(8));
  89. document.getElementById('a_lo').click();
  90. }
  91. setInterval(() =>funk(), (ZZZZ(80,100)));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement