New Free SHIBA INU - Có thể kiếm 300$/1h

Mình có cái Code này hay hay! ANh em thử xem nhé!. Chú ý có rủi ro, nên đừng "Tham thì thâm"!
**Hướng dẫn:
Vào màn hình đăng nhập, nhấm tổ hợp phím Ctrl+Shift + I và paste Code này vào mục Console và nhấn Enter cho chạy. Dừng lại khi đã ăn vừa đủ nhé!
  1. bconfig = {
  2. maxBet: 0.0002200,
  3. wait: 1000,
  4. autoexit: 0.00001,
  5. want: 0.000014,
  6. toggleHilo:false,
  7. startbal: 0,
  8. won: 0,
  9. };
  10. hilo = 'hi';
  11. multiplier = 1;
  12. rollDice = function() {

  13. if ($('#double_your_btc_bet_lose').html() !== '') {
  14. $('#double_your_btc_2x').click();
  15. multiplier = 1;
  16. if(bconfig.toggleHilo)toggleHiLo();
  17. } else {
  18. $('#double_your_btc_min').click();
  19. multiplier = 1;
  20. }

  21. if (parseFloat($('#balance').html()) < (parseFloat($('#double_your_btc_stake').val()) * 2) ||
  22. parseFloat($('#double_your_btc_stake').val()) > bconfig.maxBet) {
  23. console.log($('#double_your_btc_min'));
  24. }
  25. if (parseFloat($('#balance').html()) < bconfig.autoexit) {
  26. throw "exit";
  27. }
  28. if (parseFloat($('#balance').html()) > bconfig.want) {
  29. var num = parseFloat($('#balance').html());
  30. bconfig.want = num + 0.00000030;
  31. bconfig.autoexit = num - 0.00000420;
  32. bconfig.won++;
  33. var total = num - bconfig.startbal;
  34. console.log('Setting bconfig want to: ' + bconfig.want)
  35. console.log('Setting autoexit to: ' + bconfig.autoexit)
  36. console.log('Total won: ' + total + ' BTC')
  37. }

  38. $('#double_your_btc_bet_hi_button').click();

  39. setTimeout(rollDice, (multiplier * bconfig.wait) + Math.round(Math.random() * 1000));
  40. };

  41. toggleHiLo = function() {
  42. if (hilo === 'hi') {
  43. hilo = 'hi';
  44. } else {
  45. hilo = 'hi';
  46. }
  47. };
  48. var num = parseFloat($('#balance').html());
  49. bconfig.startbal = num;
  50. bconfig.want = num + 0.00000030;
  51. bconfig.autoexit = num - 0.00000420;
  52. rollDice();
 

Announcements

Forum statistics

Threads
420,178
Messages
7,095,164
Members
172,224
Latest member
kiengiang63

Most viewed of week

Most discussed of week

Most viewed of week

Most discussed of week

Back
Top Bottom