Advertisement
coinwalk

glitch fixed snowybot 3144

Feb 4th, 2024
602
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var original = parseFloat(document.getElementById('pct_balance').value);
  2. var blast = 0.00001;
  3. var tens = (blast*10);
  4. var bilance = original;
  5. var sevens = (blast*6.9);
  6. var eights = (blast*7.9);
  7. var nob = (blast*3);
  8. var surigret = blast;
  9. var forky = 0;
  10. var bob = original;
  11. var havot = original;
  12. var telf = original;
  13. var mighty = blast;
  14. var inpoo = parseFloat(surigret);
  15. var idios = (bilance-bob);
  16. var frock = (blast*2);
  17. var vimited = (idios/5);
  18. var freak = Math.floor(vimited/blast);
  19. var mighty = (freak*frock);
  20. var frog = false;
  21. var bear = true;
  22. var smith = 0;
  23. var joey = blast;
  24. var oopsie = 0;
  25. var freman = Number(document.getElementById('me').firstChild.lastChild.firstChild.children[5].innerText);
  26.  
  27. function dobet() {
  28. console.time();
  29. bilance = parseFloat(document.getElementById('pct_balance').value);
  30. joey = Number(document.getElementById('me').firstChild.lastChild.firstChild.children[11].innerText);
  31. freman = Number(document.getElementById('me').firstChild.lastChild.firstChild.children[5].innerText);
  32. if ((surigret!=joey)&&(freman>smith)){
  33. oopsie = oopsie+1;
  34. }else{
  35. smith = parseFloat(freman);
  36. }
  37. if ((bilance>(((Math.floor(bilance/tens))*tens)+sevens))&&(bilance<(((Math.floor(bilance/tens))*tens)+eights))&&(bilance!=forky)){
  38.      forky = parseFloat(bilance);
  39.      surigret = surigret*2;
  40. }
  41. if (bilance>telf){
  42. telf = parseFloat(bilance);
  43. }
  44. if (((surigret*4)>=(blast*24))&&(bilance<telf)&&(bilance>bob)&&(bilance<(((Math.floor(bilance/tens))*tens)+sevens))){
  45.     inpoo = parseFloat(surigret);
  46.     idios = (bob-bilance);
  47.     vimited = (idios/5);
  48.     freak = Math.floor(vimited/blast);
  49.     mighty = (inpoo-(freak*frock));
  50.     forky = 0;
  51.     if (mighty<blast){
  52.         mighty = blast;
  53.         }
  54.     surigret = mighty;  
  55.     telf = parseFloat(bilance);
  56. }
  57. if (((surigret*4)>=(blast*24))&&(bilance<telf)&&(bilance<bob)&&(bilance<(((Math.floor(bilance/tens))*tens)+sevens))){
  58.     mighty = blast;
  59.     surigret = mighty;  
  60.     telf = parseFloat(bilance);
  61. }
  62. if (((surigret*4)>=(blast*24))&&(bilance>=telf)&&(bilance<(((Math.floor(bilance/tens))*tens)+sevens))){
  63.     forky = 0;
  64.     surigret = blast;
  65.     telf = parseFloat(bilance);
  66. }
  67.     if (bilance>=(original*7)) {
  68.     console.log("winner winner chicken dinner");
  69.     return;
  70. }
  71. if (oopsie>=2){
  72. console.log("hacker found");
  73. console.timeEnd();
  74. return;
  75. }
  76. $('#pct_chance').val(49.5);
  77. $('#pct_bet').val(surigret);
  78. $('#a_lo').click();
  79. setTimeout(() => dobet(), 1000);
  80. }
  81. dobet();
  82.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement