Advertisement
coinwalk

just-dice.com snowybot for browser console

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