Advertisement
coinwalk

martinfart by snowy update

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