coinwalk

fbtc snowzy

Jul 17th, 2023
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1.  
  2. var lock = parseFloat(document.getElementById('balance').innerHTML);
  3. var state = lock.toString();
  4. var mighty = ((((state))*10000000).toPrecision(1));
  5. var divide = 10;
  6. var basebet = (((mighty/mighty+mighty-mighty)/100000000)/divide);
  7. var originalbalance = parseFloat(document.getElementById('balance').innerHTML);
  8. var drop = 2;
  9. var floatingbasebet = basebet;
  10. var target = originalbalance*20000;
  11. var belance = originalbalance;
  12. var junky = originalbalance;
  13. var oldbelance = originalbalance;
  14. var oldDegentwo = 0;
  15. var under = 2.9;
  16. var over = 6.9;
  17. var overbaltimes = true;
  18. var dogggg = 0;
  19. var oldDegen = 0;
  20. var bear = true;
  21. var spunk = true;
  22. var sux = true;
  23.  
  24. var mole = 8;
  25.  
  26. function getR(minz, maxz) {
  27. minz = Math.ceil(minz);
  28. maxz = Math.floor(maxz);
  29. return Math.floor(Math.random() * (maxz - minz + 1)) + minz;
  30. }
  31.  
  32. function makeid(length) {
  33. var result = '';
  34. var cha = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
  35. var chaLength = cha.length;
  36. for ( var ion = 0; ion < length; ion++ ){
  37. result += cha.charAt(Math.floor(Math.random() *
  38. chaLength));
  39. }
  40. return result;
  41. }
  42.  
  43. function bogus(){
  44. belance = document.getElementById('balance').innerHTML;
  45. var megablows = belance.indexOf(".");
  46. if (((belance.charAt(megablows + 8)) == 7) &&(belance != oldDegen)){
  47. floatingbasebet = floatingbasebet*2;
  48. oldDegen = parseFloat(belance);
  49. oldDegentwo = 0;
  50. }
  51. if (((belance.charAt(megablows + 8)) <=4) &&(belance != oldDegentwo)&&(sux)){
  52. sux = false
  53. oldDegentwo = parseFloat(belance);
  54. }
  55. if (((belance.charAt(megablows + 8)) <=4) &&(belance != oldDegentwo)&(!sux)){
  56. floatingbasebet = basebet;
  57. sux = true;
  58. oldDegentwo = parseFloat(belance);
  59. }
  60. if (belance>=(oldbelance+(basebet*10))) {
  61. floatingbasebet = basebet;
  62. sux = true;
  63. oldDegen = 0;
  64. oldDegentwo = 0;
  65. oldbelance = parseFloat(belance);
  66. }
  67. return ((floatingbasebet*1).toFixed(8));
  68. }
  69.  
  70.  
  71. function go() {
  72. var xox = document.getElementById('balance').innerHTML;
  73. if ((xox==junky)&&(bear)){
  74. parseFloat(document.getElementById('double_your_btc_stake').value = (((bogus())*1).toFixed(8)));
  75. parseFloat(document.getElementById('win_amount').innerHTML = (((bogus())*1).toFixed(8)));
  76. document.getElementById('double_your_btc_bet_lo_button').click();
  77. bear = false;
  78. }
  79. if ((xox!=junky)&&(!bear)){
  80. junky = parseFloat(xox);
  81. bear = true;
  82. }
  83. if (xox>=target) {
  84. return;
  85. }
  86. setTimeout(() => go(), 1);
  87. }
  88. go();
Add Comment
Please, Sign In to add comment