coinwalk

trial

Sep 9th, 2023
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // this bot should be unbustable  as is 1:100000000000000000000 that it will bust;
  2. var firstbal = parseFloat($('#pct_balance').val());
  3. var origin = ((firstbal/640).toFixed(8));
  4. var baset = origin;
  5. var target = (firstbal*2000);
  6. var lumpsten = (origin*10);
  7. var lumpsevens = (origin*7);
  8. var threes = (origin*3);
  9. var fives = (origin*5);
  10. var nines = (origin*9);
  11. var yout = ((Math.floor(firstbal/lumpsten))*lumpsten);
  12. var tubit = ((Math.floor(firstbal/lumpsten))*lumpsten);
  13. var silentbob = firstbal;
  14. var stoned = ((Math.floor(firstbal/lumpsten))*lumpsten);
  15. var zizzle = 0;
  16. var uder = 2.9;
  17. var triant = 0;
  18. var baboon = 0;
  19. var ziggie = firstbal;
  20. var boggg = 1;
  21. var people = 1;
  22. var hights = 6.9;
  23. var boom = false;
  24. var bart = document.getElementById('me').firstChild.lastChild.firstChild.children[5].innerText;
  25. var lisa = document.getElementById('me').firstChild.lastChild.firstChild.children[5].innerText;
  26. var because = document.getElementById('me').firstChild.lastChild.firstChild.children[7].innerText;
  27.  
  28.  
  29. function get(){
  30. console.clear();
  31. var silentbob = $('#pct_balance').val();
  32. var good = ((silentbob-firstbal).toFixed(8));
  33. console.log("profit");
  34. console.log(good);
  35. if (silentbob>(yout+(baset*hights))){
  36.     baset = Number((baset*2).toFixed(8));
  37.     uder = 0.9;
  38.     hights = 4.9;
  39.     yout = parseFloat(silentbob);
  40. }
  41. if (silentbob<(yout-(baset*uder))){
  42.     uder = 0.9;
  43.     hights = 4.9;
  44.     people = 0;
  45.     yout = parseFloat(silentbob);
  46. }
  47. if ((silentbob>=(stoned+(lumpsten*people)))&&(silentbob<(((Math.floor(silentbob/lumpsten))*lumpsten)+lumpsevens))){
  48.     baset = origin;
  49.     uder = 0.9;
  50.     hights = 6.9;
  51.     people = 1;
  52.     yout = ((Math.floor((parseFloat(silentbob))/lumpsten))*lumpsten);
  53.     stoned = ((Math.floor((parseFloat(silentbob))/lumpsten))*lumpsten);
  54. }
  55. if (((silentbob-baset)<=(stoned-(lumpsten*2)))&&(silentbob<(((Math.floor(silentbob/lumpsten))*lumpsten)+lumpsevens))){
  56.     baset = origin;
  57.     uder = 0.9;
  58.     hights = 6.9;
  59.     people = 1;
  60.     yout = ((Math.floor((parseFloat(silentbob))/lumpsten))*lumpsten);
  61.     stoned = ((Math.floor((parseFloat(silentbob))/lumpsten))*lumpsten);
  62. }
  63. if (silentbob>=target){
  64. console.log("winner winner chicken dinner");
  65. return;
  66. }
  67. var slut = Number((ziggie*1).toFixed(8));
  68. var mightybe = Number((parseFloat(silentbob))*1).toFixed(8);;
  69. var coolbet = document.getElementById('me').firstChild.lastChild.firstChild.children[5].innerText;
  70. var mike = document.getElementById('me').firstChild.lastChild.firstChild.children[11].innerText;
  71. lisa = document.getElementById('me').firstChild.lastChild.firstChild.children[5].innerText;
  72. because = document.getElementById('me').firstChild.lastChild.firstChild.children[7].innerText;
  73. if ((because<49.5000)&&(boggg<=0)){
  74. ziggie = ziggie+baset;
  75. boggg = 1;
  76. }
  77. if ((because>=49.5000)&&(boggg<=0)){
  78. ziggie =  ziggie+baset;
  79. boggg = 1;
  80. }
  81. if ((mike>zizzle)&&(triant>=1)&&(lisa>bart)){
  82. console.log("last bet to be hacked with");
  83. console.log(coolbet);
  84. console.log("stop hacking me cunt nugget!!");
  85. return;
  86. }
  87. if ((slut>mightybe)&&(boggg>=1)&&(triant>=1)){
  88. console.log("last bet to be hacked with");
  89. console.log(coolbet);
  90. console.log("stop hacking me cunt nugget!!");
  91. return;
  92. }
  93. if ((slut<mightybe)&&(boggg>=1)&&(triant>=1)){
  94. console.log("last bet to be hacked with");
  95. console.log(coolbet);
  96. console.log("stop hacking me cunt nugget!!");
  97. return;
  98. }
  99. if ((mike<zizzle)&&(triant>=1)&&(lisa>bart)){
  100. console.log("last bet to be hacked with");
  101. console.log(coolbet);
  102. console.log("stop hacking me cunt nugget!!");
  103. return;
  104. }
  105. if ((mike==zizzle)&&(triant>=1)&&(lisa>bart)&&(baboon>=1)){
  106. bart = parseFloat(lisa);
  107. baboon = 0;
  108. }
  109. if ((lisa==bart)&&(baboon<=0)){
  110. zizzle = ((baset*1).toFixed(8));
  111. triant = triant+1;
  112. boggg = 0;
  113. $('#pct_chance').val(49.5);
  114. $('#pct_bet').val(zizzle);
  115. $('#a_lo').click();
  116. baboon = 1;
  117. }
  118. setTimeout(() => get(), 1);
  119. }
  120. get();
  121.  
Add Comment
Please, Sign In to add comment