coinwalk

cleaned up the junk snowybot ;p

Apr 17th, 2023
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. var mango = parseFloat(document.getElementById('pct_balance').value);
  2. var utter = parseFloat(document.getElementById('pct_balance').value);
  3. var ying = parseFloat(document.getElementById('pct_balance').value);
  4. document.getElementById('pct_chance').value = 49.5;
  5. document.getElementById('pct_payout').value = 2;
  6. var troll = ((mango/24000).toFixed(8));
  7. var fag = troll;
  8. var flank = 6.5;
  9. var under = 2.5;
  10. var claim = (troll*10);
  11. var krux = (troll*6.5);
  12. var joe = 0;
  13. var nobby = ((utter-mango)/100);
  14. var crazy = ((Math.floor(mango/claim))*claim);
  15. parseFloat(document.getElementById('pct_bet').value = ((troll*1).toFixed(8)));
  16. parseFloat(document.getElementById('pct_profit').value = ((troll*1).toFixed(8)));
  17.  
  18. function getR(minz, maxz) {
  19. minz = Math.ceil(minz);
  20. maxz = Math.floor(maxz);
  21. return Math.floor(Math.random() * (maxz - minz + 1)) + minz;
  22. }
  23.  
  24. function cool(){
  25. console.clear();
  26. var trashhies = document.getElementById('pct_balance').value;
  27. if (trashhies>ying) {
  28. utter = utter+(parseFloat(fag));
  29. ying = parseFloat(trashhies);
  30. }
  31. if (trashhies<ying) {
  32. utter = utter-(parseFloat(fag));
  33. ying = parseFloat(trashhies);
  34. }
  35. if ((utter>(crazy+(fag*flank)))||(utter<(crazy-(fag*under)))) {
  36. fag = fag*2;
  37. flank = 4.5;
  38. under = 4.5;
  39. crazy = parseFloat(utter);
  40. }
  41. nobby = (((utter-mango)/(mango/100)).toFixed(2));
  42. console.log('percentage made already');
  43. console.log(nobby);
  44. if ((nobby>=(joe+0.1))&&(utter<(((Math.floor(utter/claim))*claim)+krux))) {
  45. crazy = ((Math.floor(utter/claim))*claim);
  46. joe = ((Math.floor(nobby/0.1))*0.1);
  47. flank = 6.5;
  48. under = 2.5;
  49. fag = troll;
  50. }
  51. if ((nobby>=(joe+0.1))&&(utter>(((Math.floor(utter/claim))*claim)+krux))) {
  52. crazy = ((Math.floor(utter/claim))*claim);
  53. joe = ((Math.floor(nobby/0.1))*0.1);
  54. flank = 4.5;
  55. under = 4.5;
  56. fag = troll*2;
  57. }
  58. return (parseFloat(fag));
  59. if (nobby>=400){
  60. return;
  61. }
  62. }
  63.  
  64. function beet(){
  65. document.getElementById('pct_chance').value = 49.5;
  66. document.getElementById('pct_payout').value = 2;
  67. parseFloat(document.getElementById('pct_bet').value = ((cool()*1).toFixed(8)));
  68. parseFloat(document.getElementById('pct_profit').value = ((cool()*1).toFixed(8)));
  69. document.getElementById('a_lo').click();
  70. }
  71.  
  72. setInterval(() => beet(), 1);
Add Comment
Please, Sign In to add comment