Advertisement
coinwalk

martinfart by snowy update

Jun 4th, 2023
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 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. return;
  37. }
  38. fart = document.getElementById('pct_balance').value;
  39. if (fart < crazy && future <= 3) {
  40. future += 1;
  41. jim += arnie;
  42. jly = (old - fart);
  43. james = (jly + jim - arnie);
  44. madman = parseFloat(james);
  45. lol = parseFloat(fart);
  46. crazy = parseFloat(fart);
  47. }
  48. if (fart < crazy && future > 3 && fart < score) {
  49. future += 1;
  50. james = madman;
  51. crazy = parseFloat(fart);
  52. }
  53. if (fart > crazy && fart < score) {
  54. james = madman;
  55. crazy = parseFloat(fart);
  56. }
  57. if (future > 3 && fart < (lol - (james * 2.9))) {
  58. james *= 2;
  59. madman = james;
  60. lol = parseFloat(fart);
  61. }
  62. if (fart >= score) {
  63. jim = arnie;
  64. james = arnie;
  65. jly = 0;
  66. future = 0;
  67. old = parseFloat(fart);
  68. lol = parseFloat(fart);
  69. crazy = parseFloat(fart);
  70. madman = james;
  71. score = parseFloat(fart);
  72. }
  73. return james;
  74. }
  75.  
  76. function onBetComplete() {
  77. document.getElementById('pct_chance').value = 49.5;
  78. document.getElementById('pct_payout').value = 2;
  79. document.getElementById('pct_bet').value = (xiggie() * 1).toFixed(8);
  80. document.getElementById('pct_profit').value = (xiggie() * 1).toFixed(8);
  81. document.getElementById('a_lo').click();
  82. }
  83.  
  84. var onbet = onBetComplete();
  85. function go() {
  86. var xol = document.getElementById('pct_balance').value;
  87. if (xol!=junky){
  88. onbet = onBetComplete();
  89. junky = parseFloat(xol);
  90. }
  91. if (xol==junky){
  92. onbet;
  93. onbet = console.log('waiting nextbet');
  94. }
  95. setTimeout(() => go(), 1);
  96. }
  97. go();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement