coinwalk

total annihilation bot by snowy

May 1st, 2023
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. var mango = parseFloat(document.getElementById('pct_balance').value);
  2. document.getElementById('pct_chance').value = 49.5;
  3. document.getElementById('pct_payout').value = 2;
  4. var troll= (mango/520000);
  5. // need not have balance lower than basebet so anything under remove it;
  6. var fag = troll;
  7. var hertz = troll;
  8. var under = 2.9;
  9. var target = 50000;
  10. var flank = 6.9;
  11. var claim = (troll*10);
  12. var krux = (troll*6.9);
  13. var ingot = 1;
  14. var utter = mango;
  15. var other = mango;
  16. var nobby = fag;
  17. var stupid = nobby;
  18. var crazy = ((Math.floor(mango/claim))*claim);
  19. var gunkybutt = ((Math.floor(mango/claim))*claim);
  20. document.getElementById('pct_bet').value = ((troll)*1).toFixed(8);
  21. document.getElementById('pct_profit').value = ((troll)*1).toFixed(8);
  22.  
  23.  
  24. function bogus(){
  25. if (fag==null) {
  26. fag = parseFloat(hertz);
  27. }
  28. bolux = document.getElementById('pct_balance').value;
  29. if (bolux>other) {
  30. utter = utter+(parseFloat(fag));
  31. nobby = ((parseFloat(fag)).toFixed(8));
  32. stupid = ((parseFloat(bolux-other)).toFixed(8));
  33. other = parseFloat(bolux);
  34. }
  35. if (bolux<other) {
  36. utter = utter-(parseFloat(fag));
  37. nobby = ((parseFloat(fag)).toFixed(8));
  38. stupid = ((parseFloat(other-bolux)).toFixed(8));
  39. other = parseFloat(bolux);
  40. }
  41. if (!(stupid==nobby)){
  42. console.log("someone played balance elsewhere");
  43. return;
  44. console.log("someone played balance elsewhere");
  45. }
  46. if (utter>(crazy+(hertz*flank))) {
  47. fag = hertz*2;
  48. hertz = hertz*2;
  49. flank = 4.9;
  50. under = 4.9;
  51. crazy = parseFloat(utter);
  52. }
  53. if (utter<(crazy-(hertz*under))) {
  54. fag = hertz*2;
  55. hertz = hertz*2;
  56. flank = 4.9;
  57. under = 4.9;
  58. ingot = 0
  59. crazy = parseFloat(utter);
  60. }
  61. if ((utter>=(gunkybutt+(claim*ingot)))&&(utter>((((Math.floor(utter/claim))*claim)+krux)))){
  62. crazy = ((Math.floor((parseFloat(utter))/claim))*claim);
  63. gunkybutt = ((Math.floor((parseFloat(utter))/claim))*claim);
  64. ingot = 1;
  65. flank = 4.9;
  66. under = 4.9;
  67. fag = troll*2;
  68. hertz = troll*2;
  69. }
  70. if ((utter>=(gunkybutt+(claim*ingot)))&&(utter<((((Math.floor(utter/claim))*claim)+krux)))){
  71. crazy = ((Math.floor((parseFloat(utter))/claim))*claim);
  72. gunkybutt = ((Math.floor((parseFloat(utter))/claim))*claim);
  73. ingot = 1;
  74. flank = 6.9;
  75. under = 2.9;
  76. fag = troll;
  77. hertz = troll;
  78. }
  79. return fag;
  80. }
  81.  
  82. function ziggie(){
  83. var motor = document.getElementById('pct_balance').value;
  84. if (motor>=target){
  85. console.log('omg you won');
  86. return;
  87. console.log('omg you won');
  88. }
  89. (console.log(bogus()));
  90. document.getElementById('pct_chance').value = 49.5;
  91. document.getElementById('pct_payout').value = 2;
  92. document.getElementById('pct_bet').value = ((bogus())*1).toFixed(8);
  93. document.getElementById('pct_profit').value = ((bogus())*1).toFixed(8);
  94. document.getElementById('a_lo').click();
  95. (console.log("beting"));
  96. (console.log("waiting 1000ms for next bet"));
  97. setTimeout(() => ziggie(), 100);
  98. }
  99.  
  100. ziggie();
Add Comment
Please, Sign In to add comment