Script for freebitco.in - least 0.00005000 BTC


SUBMITTED BY: mollamolla

DATE: Sept. 16, 2016, 10:36 a.m.

FORMAT: Text only

SIZE: 1.8 kB

HITS: 698

  1. BEST SITE FOR FREE BITCOIN
  2. a script to use to get free bitcoins
  3. Go to the site http://freebitco.in/?r=850387
  4. register and download the plugin for firefox http://imacros.net/download.
  5. create a script named freebit.js with the following code:
  6. while(true) {
  7. //I recommend to use this script to put PAYOUT MULTIPLIER: 3x
  8. var macro1;
  9. macro1 = "CODE:";
  10. macro1 += "SET !EXTRACT_TEST_POPUP NO" + "\n";
  11. macro1 += "TAG POS=1 TYPE=INPUT:SUBMIT ATTR=ID:double_your_btc_bet_hi_button" + "\n";
  12. macro1 += "WAIT SECONDS=4" + "\n";
  13. macro1 += "SET !EXTRACT NULL" + "\n";
  14. macro1 += "TAG POS=1 TYPE=DIV ATTR=ID:double_your_btc_result EXTRACT=TXT" + "\n";
  15. iimPlay(macro1);
  16. var s = iimGetLastExtract();
  17. var extract = s.charAt(4);
  18. var p;
  19. var macro2;
  20. macro2 = "CODE:";
  21. macro2 += "TAG POS=1 TYPE=A ATTR=ID:double_your_btc_2x" + "\n";
  22. var macro3;
  23. macro3 = "CODE:";
  24. macro3 += "TAG POS=1 TYPE=A ATTR=ID:double_your_btc_min" + "\n";
  25. do {
  26. p++;
  27. if(p ==4) {//you can allows choosing when to multiply x2
  28. iimPlay(macro2);
  29. }
  30. if(p ==5 ) {//you can allows choosing when to multiply x4
  31. iimPlay(macro2);
  32. }
  33. if(p ==6 ) {//you can allows choosing when to multiply x8
  34. iimPlay(macro2);
  35. }
  36. if(p >=7 ) {//you can allows choosing when to multiply x16
  37. iimPlay(macro2);
  38. }
  39. if(p ==13 ) {//max multiply
  40. p=1;
  41. iimPlay(macro3);
  42. }
  43. }while(extract == "1")
  44. if(extract == "w") {
  45. p=1;
  46. iimPlay(macro3);
  47. }
  48. }
  49. put the file in the folder imacros located in documents / imacros / macros
  50. open imacros on firefox go to the page of multilply, put the PAYOUT MULTIPLIER: 3x and run the script.
  51. I suggest you keep at least 0.00005000 BTC on your account
  52. I recommend to use this script to put PAYOUT MULTIPLIER: 3x

comments powered by Disqus