Advertisement
coinwalk

martinfart by snowy update

Jun 4th, 2023
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. var crazy = parseFloat(document.getElementById('pct_balance').value);
  2. var old = parseFloat(document.getElementById('pct_balance').value);
  3. var score = parseFloat(document.getElementById('pct_balance').value);
  4. var lol = parseFloat(document.getElementById('pct_balance').value);
  5. var bird = parseFloat(document.getElementById('pct_balance').value);
  6. var arnie = (bird/144000);
  7. var james = arnie;
  8. var jim = arnie;
  9. var jly = 0;
  10. var future = 0;
  11. var madman = james;
  12. var fart = parseFloat(document.getElementById('pct_balance').value);
  13. var kool = parseFloat(document.getElementById('pct_balance').value);
  14. var have = parseFloat(document.getElementById('pct_balance').value);
  15. var madman = parseFloat(james);
  16. var junky = parseFloat(document.getElementById('pct_balance').value);
  17.  
  18.  
  19. function xiggie() {
  20. var mrpi = parseFloat(james.toFixed(8));
  21. fart = (document.getElementById('pct_balance').value);
  22. if (fart > kool) {
  23. have = (have+mrpi);
  24. kool = parseFloat(fart);
  25. }
  26. if (fart < kool) {
  27. have = (have-mrpi);
  28. kool = parseFloat(fart);
  29. }
  30. if (parseFloat(have.toFixed(8)) != fart && kool == fart) {
  31. console.log('have equals');
  32. console.log(have);
  33. console.log('fart equals');
  34. console.log(fart);
  35. alert('someone bet your balance elsewhere');
  36. }
  37. fart = document.getElementById('pct_balance').value;
  38. if (fart < crazy && future <= 3) {
  39. future += 1;
  40. jim += arnie;
  41. jly = (old - fart);
  42. james = (jly + jim - arnie);
  43. madman = parseFloat(james);
  44. lol = parseFloat(fart);
  45. crazy = parseFloat(fart);
  46. }
  47. if (fart < crazy && future > 3 && fart < score) {
  48. future += 1;
  49. james = madman;
  50. crazy = parseFloat(fart);
  51. }
  52. if (fart > crazy && fart < score) {
  53. james = madman;
  54. crazy = parseFloat(fart);
  55. }
  56. if (future > 3 && fart < (lol - (james * 2.9))) {
  57. james *= 2;
  58. madman = james;
  59. lol = parseFloat(fart);
  60. }
  61. if (fart >= score) {
  62. jim = arnie;
  63. james = arnie;
  64. jly = 0;
  65. future = 0;
  66. old = parseFloat(fart);
  67. lol = parseFloat(fart);
  68. crazy = parseFloat(fart);
  69. madman = james;
  70. score = parseFloat(fart);
  71. }
  72. return james;
  73. }
  74.  
  75. function onBetComplete() {
  76. document.getElementById('pct_chance').value = 49.5;
  77. document.getElementById('pct_payout').value = 2;
  78. document.getElementById('pct_bet').value = (xiggie() * 1).toFixed(8);
  79. document.getElementById('pct_profit').value = (xiggie() * 1).toFixed(8);
  80. document.getElementById('a_lo').click();
  81. }
  82.  
  83. var onbet = onBetComplete();
  84. function go() {
  85. var xol = document.getElementById('pct_balance').value;
  86. if (xol!=junky){
  87. onbet = onBetComplete();
  88. setTimeout(function(){junky = parseFloat(xol)}, 50);
  89. }
  90. if (xol==junky){
  91. onbet;
  92. onbet = console.log('waiting nextbet');
  93. }
  94. setTimeout(() => go(), 100);
  95. }
  96. go();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement