Advertisement
coinwalk

martinfart update

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