Advertisement
coinwalk

snowybot justdice fn working yay!!!!!!!!

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