Advertisement
coinwalk

bet lo

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