Advertisement
coinwalk

for me and huligan by snowy

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