Advertisement
coinwalk

martinfart by snowy update

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