Advertisement
coinwalk

snowy re thinks fluke

Jul 31st, 2023
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 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*300;
  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 = 1;
  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<zip)){
  34. floatingbasebet = basebet*2;
  35. nope = 0;
  36. joe = true;
  37. zip = ((Math.floor(belance/tenbase))*tenbase);
  38. oldDegen = parseFloat(belance);
  39. }
  40. if (((belance.charAt(megablows + mad)) == 7)&&(belance != oldDegen)&&(belance>=zip)&&(belance<zog)){
  41. floatingbasebet = floatingbasebet*2;
  42. nope = 0;
  43. zip = ((Math.floor(belance/tenbase))*tenbase);
  44. oldDegen = parseFloat(belance);
  45. }
  46. if (((belance.charAt(megablows + mad)) == 7)&&(belance != oldDegen)&&(belance>=zip)&&(belance>=zog)){
  47. floatingbasebet = floatingbasebet*2;
  48. zip = parseFloat(zog);
  49. oldDegen = parseFloat(belance);
  50. }
  51. if ((belance>=(elderbalance+(tenbase*nope)))&&((belance.charAt(megablows + mad)) != 7)){
  52. floatingbasebet = basebet;
  53. oldDegen = 0;
  54. nope = 1;
  55. zip = parseFloat(zog);
  56. elderbalance = ((Math.floor(belance/tenbase))*tenbase);
  57. }
  58. if (belance>=target) {
  59. console.log("snowybot rocks");
  60. return;
  61. }
  62. if (belance>=(now*10)){
  63. basebet = basebet*10;
  64. tenbase = basebet*10;
  65. adst = (basebet*1000).toPrecision(1).toString();
  66. blade = adst.length+1;
  67. floatingbasebet = basebet;
  68. base = basebet;
  69. nope = 1;
  70. elderbalance = ((Math.floor(belance/tenbase))*tenbase);
  71. zip = ((Math.floor(belance/tenbase))*tenbase);
  72. zog = ((Math.floor(belance/tenbase))*tenbase);
  73. now = now*10;
  74. }
  75. if (adst>=1) {
  76. mad = (blade-6);
  77. }
  78. if (adst<1){
  79. mad = blade;
  80. }
  81. $('#pct_chance')[0].value = 49.5;
  82. $('#pct_bet')[0].value = ((floatingbasebet*1).toFixed(8));
  83. $('#pct_profit')[0].value = ((floatingbasebet*1).toFixed(8));
  84. $("#a_lo")[0].click();
  85. setTimeout(() => dobet(), 1);
  86. }
  87. dobet();
  88.  
  89.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement