Advertisement
coinwalk

use exactly 1 or 10x or 100x of 0.01 not less or more snowybot 1000

Feb 4th, 2024
678
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. bilance = parseFloat(document.getElementById('pct_balance').value);
  29. joey = Number(document.getElementById('me').firstChild.lastChild.firstChild.children[11].innerText);
  30. freman = Number(document.getElementById('me').firstChild.lastChild.firstChild.children[5].innerText);
  31. if ((surigret!=joey)&&(freman>smith)){
  32. oopsie = oopsie+1;
  33. }else{
  34. smith = parseFloat(freman);
  35. }
  36. if ((bilance>(((Math.floor(bilance/tens))*tens)+sevens))&&(bilance<(((Math.floor(bilance/tens))*tens)+eights))&&(bilance!=forky)){
  37.      forky = parseFloat(bilance);
  38.      surigret = surigret*2;
  39. }
  40. if (bilance>telf){
  41. telf = parseFloat(bilance);
  42. }
  43. if (((surigret*4)>=(blast*24))&&(bilance<telf)&&(bilance>bob)&&(bilance<(((Math.floor(bilance/tens))*tens)+sevens))){
  44.     inpoo = parseFloat(surigret);
  45.     idios = (bob-bilance);
  46.     vimited = (idios/5);
  47.     freak = Math.floor(vimited/blast);
  48.     mighty = (inpoo-(freak*frock));
  49.     forky = 0;
  50.     if (mighty<blast){
  51.         mighty = blast;
  52.         }
  53.     surigret = mighty;  
  54.     telf = parseFloat(bilance);
  55. }
  56. if (((surigret*4)>=(blast*24))&&(bilance<telf)&&(bilance<bob)&&(bilance<(((Math.floor(bilance/tens))*tens)+sevens))){
  57.     mighty = blast;
  58.     surigret = mighty;  
  59.     telf = parseFloat(bilance);
  60. }
  61. if (((surigret*4)>=(blast*24))&&(bilance>=telf)&&(bilance<(((Math.floor(bilance/tens))*tens)+sevens))){
  62.     forky = 0;
  63.     surigret = blast;
  64.     telf = parseFloat(bilance);
  65. }
  66.     if (bilance>=(original*7)) {
  67.     console.log("winner winner chicken dinner");
  68.     return;
  69. }
  70. if (oopsie>=2){
  71. console.log("hacker found");
  72. return;
  73. }
  74. $('#pct_chance').val(49.5);
  75. $('#pct_bet').val(surigret);
  76. $('#a_lo').click();
  77. setTimeout(() => dobet(), 1000);
  78. }
  79. dobet();
  80.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement