Advertisement
coinwalk

lol

May 18th, 2022
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 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 cript = bob;
  6. var joe = false;
  7. var target = 10000;
  8. var god = (bob*3);
  9. var sin = 6;
  10. var olderest = document.getElementById('pct_balance').value
  11. var bollux = parseFloat(document.getElementById('pct_balance').value);
  12. var have = parseFloat(document.getElementById('pct_balance').value);
  13. var ian = parseFloat(document.getElementById('pct_balance').value);
  14. var mybet;
  15. var wild = document.getElementById('pct_balance').value;
  16. var min = document.getElementById('pct_balance').value;
  17. parseFloat(document.getElementById('pct_bet').value = bob);
  18. parseFloat(document.getElementById('pct_profit').value = bob);
  19.  
  20. function getR(minz, maxz) {
  21. minz = Math.ceil(minz);
  22. maxz = Math.floor(maxz);
  23. return Math.floor(Math.random() * (maxz - minz + 1)) + minz;
  24. }
  25.  
  26. function dobet(){
  27. bollux = document.getElementById('pct_balance').value;
  28. var stuit = document.getElementById('pct_bet').value;
  29. document.getElementById('pct_chance').value = 49.5;
  30. document.getElementById('pct_payout').value = 2;
  31. if (mybet==null){
  32. mybet = stuit;
  33. }
  34. if (bollux>=(have+(cript*7))) {
  35. cript = (cript*2);
  36. mybet = cript;
  37. god = (cript*5);
  38. joe = false;
  39. james = false;
  40. jimmy = false;
  41. have = parseFloat(bollux);
  42. }
  43. if (bollux<=(have-god)) {
  44. cript = (cript*2);
  45. mybet = cript;
  46. god = (cript*5);
  47. joe = true;
  48. james = false;
  49. jimmy = false;
  50. have = parseFloat(bollux);
  51. }
  52. if ((bollux-ian)>(bob*10)) {
  53. mybet = bob;
  54. cript = bob;
  55. god = (bob*3);
  56. joe = false;
  57. jimmy = true;
  58. james = false;
  59. ian = ian+((Math.floor((bollux-ian)/(bob*10)).toPrecision(1))*(bob*10));
  60. have = ian;
  61. }
  62. if ((joe==true)&&(bollux>=ian)) {
  63. mybet = bob;
  64. cript = bob;
  65. god = (bob*3);
  66. have = ian;
  67. ian = ian;
  68. joe = false;
  69. }
  70. if (bollux>=target) {
  71. //stop();
  72. return;
  73. }
  74. parseFloat(document.getElementById('pct_bet').value = (((mybet*2)-mybet).toFixed(8)));
  75. parseFloat(document.getElementById('pct_profit').value = (((mybet*2)-mybet).toFixed(8)));
  76. $('#a_lo').click();
  77. }
  78. setInterval(() => dobet(), 80);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement