Advertisement
coinwalk

tril v2

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