Advertisement
coinwalk

Untitled

Apr 5th, 2022
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 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/50000).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. patrick = (((parseFloat(happy))/50000).toFixed(8));
  53. snow = patrick;
  54. jim = (patrick*3);
  55. emily = (james+ruth);
  56. james = (james+ruth);
  57. ruth = (patrick*10);
  58. daddy = patrick;
  59. }
  60. if (happy>=2000) {
  61. return;
  62. }
  63. if (happy>wild) {
  64. wild = parseFloat(happy);
  65. }
  66. if (happy<grrr) {
  67. grrr = parseFloat(happy);
  68. }
  69. var freak = ((happy-olderest).toFixed(8));
  70. console.log("balance made");
  71. console.log(freak);
  72. console.log("biggest balance");
  73. console.log(parseFloat(wild));
  74. console.log("lowest balance");
  75. console.log(parseFloat(grrr));
  76. document.getElementById('pct_bet').value = daddy;
  77. document.getElementById('pct_profit').value = daddy;
  78. document.getElementById('a_lo').click();
  79. }
  80. setInterval(() =>funk(), (ZZZZ(8,10)));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement