Advertisement
coinwalk

just-dice.com mega snowybot browser console bot

Aug 4th, 2023
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. var originalbalance = $('#pct_balance')[0].value;
  2. var basebet = 0.00000001;
  3. var base = basebet;
  4. var floatingbasebet = basebet;
  5. var target = 200000;
  6. var belance = originalbalance;
  7. var tenbase = (basebet*10);
  8. var oldDegen = 0;
  9. var over = 6.9;
  10. var under = 2.9;
  11. var now = (basebet*144000);
  12. var adst = (basebet*1000).toPrecision(1).toString();
  13. var blade = adst.length+1;
  14. var elderbalance = ((Math.floor(originalbalance/tenbase))*tenbase);
  15. var zog = ((Math.floor(originalbalance/tenbase))*tenbase);
  16. var zip = ((Math.floor(originalbalance/tenbase))*tenbase);
  17. var oldDegen = 0;
  18. var nope = parseFloat(10);
  19. var joe = false;
  20.  
  21.  
  22.  
  23.  
  24. function dobet(){
  25. belance = $('#pct_balance')[0].value;
  26. var megablows = belance.indexOf(".");
  27. if (adst>=1) {
  28. var mad = (blade-6);
  29. }
  30. if (adst<1){
  31. var mad = blade;
  32. }
  33. if (((belance.charAt(megablows + mad)) == 7)&&(belance != oldDegen)&&(belance<elderbalance)){
  34. floatingbasebet = floatingbasebet*2;
  35. nope = parseFloat(0);
  36. oldDegen = parseFloat(belance);
  37. }
  38. if (((belance.charAt(megablows + mad)) == 7)&&(belance != oldDegen)&&(belance>elderbalance)){
  39. floatingbasebet = floatingbasebet*2;
  40. oldDegen = parseFloat(belance);
  41. }
  42. if ((belance>=(elderbalance+(basebet*nope)))&&((belance.charAt(megablows + mad)) != 7)){
  43. floatingbasebet = basebet;
  44. oldDegen = parseFloat(0);
  45. nope = parseFloat(10);
  46. elderbalance = ((Math.floor(belance/tenbase))*tenbase);
  47. }
  48. if (belance>=target) {
  49. console.log("snowybot rocks");
  50. return;
  51. }
  52. if ((belance>=(now*10))&&((belance.charAt(megablows + mad)) != 7)){
  53. basebet = basebet*10;
  54. tenbase = basebet*10;
  55. adst = (basebet*1000).toPrecision(1).toString();
  56. blade = adst.length+1;
  57. floatingbasebet = basebet;
  58. oldDegen = parseFloat(0);
  59. base = basebet;
  60. nope = parseFloat(10);
  61. elderbalance = ((Math.floor(belance/tenbase))*tenbase);
  62. now = now*10;
  63. }
  64. if (adst>=1) {
  65. mad = (blade-6);
  66. }
  67. if (adst<1){
  68. mad = blade;
  69. }
  70. $('#pct_chance')[0].value = 49.5;
  71. $('#pct_bet')[0].value = ((floatingbasebet*1).toFixed(8));
  72. $('#pct_profit')[0].value = ((floatingbasebet*1).toFixed(8));
  73. $("#a_lo")[0].click();
  74. setTimeout(() => dobet(), 1);
  75. }
  76. dobet();
  77.  
  78.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement