Advertisement
coinwalk

upgrade snowybot

Jun 2nd, 2023
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. var crazy = parseFloat(document.getElementById('pct_balance').value);
  2. var old = parseFloat(document.getElementById('pct_balance').value);
  3. var score = parseFloat(document.getElementById('pct_balance').value);
  4. var lol = parseFloat(document.getElementById('pct_balance').value);
  5. var bird = parseFloat(document.getElementById('pct_balance').value);
  6. var arnie = (bird/100000);
  7. var james = arnie;
  8. var jim = arnie;
  9. var jly = 0;
  10. var future = 0;
  11. var fart = parseFloat(document.getElementById('pct_balance').value);
  12. var madman = parseFloat(james);
  13. var junky = parseFloat(document.getElementById('pct_balance').value);
  14. document.getElementById('pct_chance').value = 49.5;
  15. document.getElementById('pct_payout').value = 2;
  16. document.getElementById('pct_bet').value = 0.00000001;
  17. document.getElementById('pct_profit').value = 0.00000001;
  18.  
  19.  
  20. function xiggie() {
  21. fart = document.getElementById('pct_balance').value;
  22. if ((fart<crazy)&&(future<=2)) {
  23. future = future+1;
  24. jim = jim+arnie;
  25. jly = (old-fart);
  26. james = (jly+jim-arnie).toFixed(8);
  27. lol = parseFloat(fart);
  28. madman = parseFloat(james);
  29. crazy = parseFloat(fart);
  30. }
  31. if ((fart<crazy)&&(future>2)&&(fart<score)){
  32. future = future+1;
  33. james = parseFloat(madman);
  34. crazy = parseFloat(fart);
  35. }
  36. if ((fart>crazy)&&(fart<score)){
  37. james = parseFloat(madman);
  38. crazy = parseFloat(fart);
  39. }
  40. if ((future>2)&&(fart<(lol-(james*2.9)))){
  41. james = james+james;
  42. madman = parseFloat(james);
  43. lol = parseFloat(fart);
  44. }
  45. if (fart>=score) {
  46. jim = arnie;
  47. james = arnie;
  48. jly = 0;
  49. future = 0;
  50. old = parseFloat(fart);
  51. lol = parseFloat(fart);
  52. crazy = parseFloat(fart);
  53. madman = james;
  54. score = parseFloat(fart);
  55. }
  56. return james;
  57. }
  58.  
  59. function onBetComplete(){
  60. document.getElementById('pct_chance').value = 49.5;
  61. document.getElementById('pct_payout').value = 2;
  62. document.getElementById('pct_bet').value = (xiggie()*1).toFixed(8);
  63. document.getElementById('pct_profit').value = (xiggie()*1).toFixed(8);
  64. document.getElementById('a_lo').click();
  65. }
  66. var onbet = onBetComplete();
  67. function go() {
  68. var xol = document.getElementById('pct_balance').value;
  69. if (xol!=junky){
  70. onbet = onBetComplete();
  71. setTimeout(function(){junky = parseFloat(xol)}, 50);
  72. }
  73. if (xol==junky){
  74. onbet;
  75. onbet = console.log('waiting nextbet');
  76. }
  77. setTimeout(() => go(), 100);
  78. }
  79. go();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement