Advertisement
coinwalk

had enough of hacker scumbags

Apr 24th, 2022
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. var belance = document.getElementById('pct_balance').value;
  2. document.getElementById('pct_chance').value = 49.5;
  3. document.getElementById('pct_payout').value = 2;
  4. var bob = 0.000001;
  5. var oldbal = parseFloat(document.getElementById('pct_balance').value);
  6. var cript = bob;
  7. var god = (bob*3);
  8. var joe = false;
  9. var target = 5000;
  10. var snow = 7;
  11. var olderest = document.getElementById('pct_balance').value
  12. var balancez = parseFloat(document.getElementById('pct_balance').value);
  13. var have = parseFloat(document.getElementById('pct_balance').value);
  14. var very = parseFloat(document.getElementById('pct_balance').value);
  15. var teee = parseFloat(document.getElementById('pct_balance').value);
  16. var ian = parseFloat(document.getElementById('pct_balance').value);
  17. var mybet;
  18. var wild = document.getElementById('pct_balance').value;
  19. var min = document.getElementById('pct_balance').value;
  20. parseFloat(document.getElementById('pct_bet').value = bob);
  21. parseFloat(document.getElementById('pct_profit').value = bob);
  22.  
  23. function getR(minz, maxz) {
  24. minz = Math.ceil(minz);
  25. maxz = Math.floor(maxz);
  26. return Math.floor(Math.random() * (maxz - minz + 1)) + minz;
  27. }
  28.  
  29. function dobet(){
  30. console.clear()
  31. var balancey = document.getElementById('pct_balance').value;
  32. balancez = document.getElementById('pct_balance').value;
  33. var jim = (Math.floor((balancez-ian)/(bob*10)).toPrecision(1));
  34. var stuit = document.getElementById('pct_bet').value;
  35. document.getElementById('pct_chance').value = 49.5;
  36. document.getElementById('pct_payout').value = 2;
  37. if (mybet==null) {
  38. mybet = stuit;
  39. }
  40. if (balancez<=(have-god)) {
  41. mybet = stuit*2;
  42. cript = (stuit*2);
  43. god = (cript*3);
  44. have = parseFloat(balancez);
  45. snow = 7;
  46. joe = true;
  47. }
  48. if (balancez==(have+(cript*snow))) {
  49. mybet = stuit*2;
  50. cript = (stuit*2);
  51. god = (cript*3);
  52. snow = 7;
  53. have = parseFloat(balancez);
  54. }
  55. if ((balancez-ian)>=(bob*10)){
  56. mybet = bob;
  57. cript = bob;
  58. god = (bob*3);
  59. have = ian+(((Math.floor((balancez-ian)/(bob*10)).toPrecision(1)))*(bob*10));
  60. ian = ian+(((Math.floor((balancez-ian)/(bob*10)).toPrecision(1)))*(bob*10));
  61. snow = 7;
  62. joe = false;
  63. sire = true;
  64. }
  65. if (((Math.floor((balancez-ian)/(bob*10)).toPrecision(1))==0)&&(joe==true)&&((balancez-ian)>=0)){
  66. mybet = bob;
  67. cript = (bob);
  68. god = (bob*3);
  69. have = ian;
  70. snow = 7;
  71. ian = ian;
  72. joe = false;
  73. sire = false;
  74. }
  75. if (balancez>=target) {
  76. //stop();
  77. return;
  78. }
  79. if (balancez>wild) {
  80. wild = parseFloat(balancez);
  81. }
  82. if (balancez<min) {
  83. min = parseFloat(balancez);
  84. }
  85. var freak = ((balancez-olderest).toFixed(8));
  86. console.log("balance made");
  87. console.log(freak);
  88. console.log("biggest balance");
  89. console.log(parseFloat(wild));
  90. console.log("lowest balance");
  91. console.log(parseFloat(min));
  92. parseFloat(document.getElementById('pct_bet').value = mybet);
  93. parseFloat(document.getElementById('pct_profit').value = mybet);
  94. $('#a_lo').click();
  95. }
  96. setInterval(() => dobet(), 80);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement