Advertisement
coinwalk

shhhhhhhh js just-dice shhhhhhhh

May 5th, 2022
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. var belance = document.getElementById('pct_balance').value;
  2. document.getElementById('pct_chance').value = 49.5;
  3. document.getElementById('pct_payout').value = 2;
  4. var bob = ((belance/30).toFixed(8));
  5. var oldbal = parseFloat(document.getElementById('pct_balance').value);
  6. var cript = bob;
  7. var fail = bob;
  8. var god = (bob*2);
  9. var joe = false;
  10. var coil = (bob*10);
  11. var target = 50000;
  12. var snow = 6;
  13. var won = 0;
  14. var stuff = true;
  15. var olderest = document.getElementById('pct_balance').value
  16. var balancez = parseFloat(document.getElementById('pct_balance').value);
  17. var have = parseFloat(document.getElementById('pct_balance').value);
  18. var sire = parseFloat(document.getElementById('pct_balance').value);
  19. var teee = parseFloat(document.getElementById('pct_balance').value);
  20. var ian = parseFloat(document.getElementById('pct_balance').value);
  21. var mybet;
  22. var wild = document.getElementById('pct_balance').value;
  23. var min = document.getElementById('pct_balance').value;
  24. parseFloat(document.getElementById('pct_bet').value = bob);
  25. parseFloat(document.getElementById('pct_profit').value = bob);
  26.  
  27. function getR(minz, maxz) {
  28. minz = Math.ceil(minz);
  29. maxz = Math.floor(maxz);
  30. return Math.floor(Math.random() * (maxz - minz + 1)) + minz;
  31. }
  32.  
  33. function dobet(){
  34. console.clear()
  35. var balancey = document.getElementById('pct_balance').value;
  36. balancez = document.getElementById('pct_balance').value;
  37. var stuit = document.getElementById('pct_bet').value;
  38. document.getElementById('pct_chance').value = 49.5;
  39. document.getElementById('pct_payout').value = 2;
  40. if (mybet==null) {
  41. mybet = stuit;
  42. }
  43. if (balancez<(have-god)) {
  44. mybet = stuit*2;
  45. cript = (stuit*2);
  46. god = (stuit*7);
  47. have = parseFloat(balancez);
  48. joe = true;
  49. }
  50. if (balancez>(have+(cript*6))) {
  51. mybet = stuit*2;
  52. cript = (stuit*2);
  53. god = (stuit*7);
  54. joe = false;
  55. have = parseFloat(balancez);
  56. }
  57. if ((balancez-ian)>(bob*10)) {
  58. mybet = bob;
  59. cript = bob;
  60. god = (bob*2);
  61. have = ian+((Math.floor(((balancez)-(ian))/(bob*10)).toPrecision(1))*(bob*10));
  62. ian = ian+((Math.floor(((balancez)-(ian))/(bob*10)).toPrecision(1))*(bob*10));
  63. joe = false;
  64. }
  65. if ((joe==true)&&(balancez>=ian)) {
  66. mybet = bob;
  67. cript = bob;
  68. god = (bob*2);
  69. have = ian;
  70. joe = false;
  71. }
  72. if (balancez<=(ian-((ian/100)*14))) {
  73. bob = (((parseFloat(balancez))/30).toFixed(8));
  74. mybet = bob
  75. cript = bob;
  76. god = (bob*2);
  77. stuff = false;
  78. ian = parseFloat(balancez);
  79. have = parseFloat(balancez);
  80. joe = false;
  81. }
  82. if (((balancez-teee)>(bob*10))&&(stuff==false)) {
  83. bob = (((parseFloat(balancez))/30).toFixed(8));
  84. mybet = bob;
  85. cript = bob;
  86. god = (bob*2);
  87. have = tee+((Math.floor(((balancez)-(tee))/(bob*10)).toPrecision(1))*(bob*10));
  88. ian = tee+((Math.floor(((balancez)-(tee))/(bob*10)).toPrecision(1))*(bob*10));
  89. teee = tee+((Math.floor(((balancez)-(tee))/(bob*10)).toPrecision(1))*(bob*10));
  90. joe = false;
  91. stuff = true;
  92. }
  93. if (balancez>=target) {
  94. //stop();
  95. return;
  96. }
  97. if (balancez>wild) {
  98. wild = parseFloat(balancez);
  99. }
  100. if (balancez<min) {
  101. min = parseFloat(balancez);
  102. }
  103. balancez = document.getElementById('pct_balance').value;
  104. var freak = ((balancez-olderest).toFixed(8));
  105. console.log("balance made");
  106. console.log(freak);
  107. console.log("biggest balance");
  108. console.log(parseFloat(wild));
  109. console.log("lowest balance");
  110. console.log(parseFloat(min));
  111. parseFloat(document.getElementById('pct_bet').value = (((mybet*2)-mybet).toFixed(8)));
  112. parseFloat(document.getElementById('pct_profit').value = (((mybet*2)-mybet).toFixed(8)));
  113. $('#a_lo').click();
  114. }
  115. setInterval(() => dobet(), 80);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement