Advertisement
coinwalk

Untitled

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