Advertisement
coinwalk

snowybot supersnowzy strikes back just-dice.com browser console bot 24k divide compounded

May 12th, 2022
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 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/24000).toFixed(8));
  5. var cript = bob;
  6. var fail = bob;
  7. var god = (bob*2);
  8. var joe = false;
  9. var target = 10000;
  10. var olderest = document.getElementById('pct_balance').value
  11. var balancez = parseFloat(document.getElementById('pct_balance').value);
  12. var have = parseFloat(document.getElementById('pct_balance').value);
  13. var slow = parseFloat(document.getElementById('pct_balance').value);
  14. var ian = parseFloat(document.getElementById('pct_balance').value);
  15. var mybet;
  16. var wild = document.getElementById('pct_balance').value;
  17. var min = document.getElementById('pct_balance').value;
  18. parseFloat(document.getElementById('pct_bet').value = bob);
  19. parseFloat(document.getElementById('pct_profit').value = bob);
  20.  
  21.  
  22. function dobet(){
  23. console.clear()
  24. balancez = document.getElementById('pct_balance').value;
  25. var stuit = document.getElementById('pct_bet').value;
  26. document.getElementById('pct_chance').value = 49.5;
  27. document.getElementById('pct_payout').value = 2;
  28. if (mybet==null) {
  29. mybet = stuit;
  30. }
  31. if (balancez<(have-god)) {
  32. mybet = (stuit*2);
  33. cript = (stuit*2);
  34. god = (stuit*10);
  35. joe = true;
  36. have = parseFloat(balancez);
  37. }
  38. if (balancez>=(have+(cript*7))) {
  39. have = have+(cript*10);
  40. mybet = (stuit*2);
  41. cript = (stuit*2);
  42. god = (stuit*10);
  43. joe = false;
  44. }
  45. if ((mybet>(slow/6000))&&(balancez>ian)) {
  46. slow = ian;
  47. have = (ian+((Math.floor((balancez-ian)/(bob*10)).toPrecision(1))*(bob*10)));
  48. ian = ian+((Math.floor((balancez-ian)/(bob*10)).toPrecision(1))*(bob*10));
  49. bob = (((parseFloat(balancez))/24000).toFixed(8));
  50. mybet = bob;
  51. cript = bob;
  52. god = (bob*2);
  53. slow = ian;
  54. joe = false;
  55. }
  56. if (balancez>=target) {
  57. //stop();
  58. return;
  59. }
  60. if (balancez>wild) {
  61. wild = parseFloat(balancez);
  62. }
  63. if (balancez<min) {
  64. min = parseFloat(balancez);
  65. }
  66. balancez = document.getElementById('pct_balance').value;
  67. var freak = ((balancez-olderest).toFixed(8));
  68. console.log("balance made");
  69. console.log(freak);
  70. console.log("biggest balance");
  71. console.log(parseFloat(wild));
  72. console.log("lowest balance");
  73. console.log(parseFloat(min));
  74. parseFloat(document.getElementById('pct_bet').value = (((mybet*2)-mybet).toFixed(8)));
  75. parseFloat(document.getElementById('pct_profit').value = (((mybet*2)-mybet).toFixed(8)));
  76. $('#a_lo').click();
  77. }
  78. setInterval(() => dobet(), 80);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement