Advertisement
coinwalk

amazing

Apr 11th, 2022
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 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 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 ((happy<=(emily-(jim)))&&(shallow==false)){
  42. snow = (kit*2);
  43. jim = (kit*7);
  44. ruth = 0;
  45. shallow = true;
  46. emily = emily-jim;
  47. daddy = kit*2;
  48. }
  49. if ((happy<=(emily-(jim)))&&(shallow==true)){
  50. snow = (kit*2);
  51. jim = (kit*7);
  52. shallow = true;
  53. emily = emily-jim;
  54. emy = emily;
  55. daddy = kit*2;
  56. }
  57. if (happy==(emy+(snow*7))){
  58. snow = (kit*2);
  59. emy = emy+(snow*7);
  60. daddy = kit*2;
  61. }
  62. if (happy>=(james+ruth)){
  63. snow = patrick;
  64. james = james+ruth;
  65. emy = james;
  66. emily = james;
  67. jim = (patrick*3);
  68. shallow = false;
  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("kind");
  85. console.log(kind);
  86. console.log("happy");
  87. console.log(happy);
  88. document.getElementById('pct_bet').value = daddy;
  89. document.getElementById('pct_profit').value = daddy;
  90. document.getElementById('a_lo').click();
  91. }
  92. setInterval(() =>funk(), (ZZZZ(800,1000)));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement