FREEBITCO.IN JAVASCRIPT BOT V2


SUBMITTED BY: Guest

DATE: April 14, 2014, 1 p.m.

FORMAT: Text only

SIZE: 1.4 kB

HITS: 819

  1. FREEBITCO.IN BOT V2
  2. var minValue = 1E-8,
  3. maxLoss = 10E-8,
  4. aimedProfit = 10,
  5. maxOps = 50000,
  6. endResult = 0,
  7. ops = 0,
  8. bet = function (a, b, c) {
  9. var seed = window.document.getElementById('next_client_seed').value;
  10. $.get("?op=double_your_btc&m=" + (b ? "lo" : "hi") + "&stake=" + a + "&multiplier=2&jackpot=0&client_seed=" + seed, function (d) {
  11. d = d.split(":");
  12. $("#balance").html(d[3]);
  13. c(a, b, "w" === d[1])
  14. })
  15. },
  16. botStart = function (a, b, c) {
  17. c || a >= maxLoss && 0 !== maxLoss ? (b = !b, newValue = minValue) : newValue = 2 * a;
  18. endResult = c ? endResult + a : endResult - a;
  19. console.log((c ? "+" : "-") + a);
  20. ops++;
  21. (ops < maxOps || 0 === maxOps) && (endResult < aimedProfit || 0 === aimedProfit) ? bet(newValue, b, botStart) :
  22. (console.log("FreeBitco.in BOT finished in " + ops + " operations!"))
  23. };
  24. botStart(minValue, !1, !1);
  25. OPEN FREEBITCO.IN WEBSITE, CLICK IN MULTIPLY BTC
  26. OPEN JAVASCRIPT CONSOLE (CTRL+SHIFT+J IN CHROME)
  27. COPY AND PASTE THIS CODE IN JAVASCRIPT CONSOLE AND PRESS ENTER;
  28. GOOD LUCK!
  29. IF YOU LIKE MY CODE PLEASE CONSIDER MAKE A SMALL DONATION TO: 1Mx86oVTygB2bxcJ1egRcrjrXoGvByYa61

comments powered by Disqus