Advertisement
coinwalk

Untitled

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