Advertisement
coinwalk

update for 1.0

May 13th, 2022
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 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 fail = bob;
  8. var god = (bob*3);
  9. var joe = false;
  10. var coil = (bob*10);
  11. var target = 10000;
  12. var shift = 0;
  13. var olderest = document.getElementById('pct_balance').value
  14. var have = parseFloat(document.getElementById('pct_balance').value);
  15. var ian = parseFloat(document.getElementById('pct_balance').value);
  16. var mybet;
  17. var wild = document.getElementById('pct_balance').value;
  18. var min = document.getElementById('pct_balance').value;
  19. parseFloat(document.getElementById('pct_bet').value = bob);
  20. parseFloat(document.getElementById('pct_profit').value = bob);
  21. Math.fmod = function (lee,boon) {
  22. return Number((lee - (Math.floor(lee / boon) * boon)).toPrecision(8));
  23. }
  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 joke(xee) {
  32. xee = xee;
  33. return Number(Math.floor(xee/2)*2);
  34. }
  35.  
  36. function simble() {
  37. return (joke((getR(7,20))))-1;
  38. }
  39.  
  40.  
  41. function dobet(){
  42. function dobeat(){
  43. var balancez = document.getElementById('pct_balance').value;
  44. var stuit = document.getElementById('pct_bet').value;
  45. document.getElementById('pct_chance').value = 49.5;
  46. document.getElementById('pct_payout').value = 2;
  47. var shift = (Math.floor((balancez-ian)/coil).toPrecision(1));
  48. if (mybet==null){
  49. mybet = stuit;
  50. }
  51. if (balancez<=(have-god)) {
  52. mybet = stuit*2;
  53. cript = (stuit*2);
  54. god = (stuit*(parseFloat(simble())));
  55. joe = true;
  56. have = parseFloat(balancez);
  57. }
  58. if (balancez>(have+(cript*6))) {
  59. mybet = stuit*2;
  60. cript = (stuit*2);
  61. god = (stuit*(parseFloat(simble())));
  62. joe = false;
  63. have = parseFloat(balancez);
  64. }
  65. if (shift<0) {
  66. shift = 0;
  67. }
  68. if (shift>=1) {
  69. mybet = bob;
  70. cript = bob;
  71. god = (bob*3);
  72. have = (ian+(shift*coil));
  73. ian = ian+(shift*coil);
  74. shift = (Math.floor((balancez-ian)/coil).toPrecision(1));
  75. joe = false;
  76. }
  77. if ((joe==true)&&(balancez>=ian)) {
  78. mybet = bob;
  79. cript = bob;
  80. god = (bob*3);
  81. have = ian;
  82. joe = false;
  83. }
  84. if (balancez>=target) {
  85. //stop();
  86. return;
  87. }
  88. return Number((((mybet*2)-mybet).toFixed(8)));
  89. }
  90. parseFloat(document.getElementById('pct_bet').value = dobeat());
  91. parseFloat(document.getElementById('pct_profit').value = dobeat());
  92. $('#a_lo').click();
  93. }
  94. setInterval(() => dobet(), 120);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement