bitko

AutoClaimer-freebitco-player.js

Dec 17th, 2016
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. //----------------main script to run #autosolver-freebitco.iim----------------------
  2. //----------------please save this file using .js extension------------------------
  3. //----------------Put this file and the .iim file inside folder: \iMacros\Macros\
  4. //---------------------------------------------------------------------------------
  5. //variables declaration
  6. var i=0, macro, stat=[0], claimstat=0;
  7.  
  8. //functions
  9. function CheckAvailability(){
  10. for (var i=0;i<(i+1);i++){
  11. macro = "CODE:";
  12. macro += "WAIT SECONDS=1\n";
  13. macro += "TAG POS=1 TYPE=P ATTR=TXT:Captcha<SP>difficult<SP>to<SP>read?<SP>Select<SP>a<SP>differ* extract=txt\n";
  14. iimPlay(macro);
  15. stat[i] = iimGetExtract();
  16. macro=null;
  17.  
  18. if(stat[i].search("Captcha difficult")!=-1){
  19. claimstat=1;
  20. stat=null;
  21. stat=[0];
  22. break;
  23. }else{
  24. claimstat=0;
  25. stat=null;
  26. stat=[0];
  27. break;
  28. }
  29. }
  30. return claimstat;
  31. }
  32.  
  33.  
  34. function WaitOneMinute(){
  35. macro="CODE:";
  36. macro+="WAIT SECONDS=60\n";
  37. iimPlay(macro);
  38. macro=null;
  39. }
  40.  
  41. //main looping process
  42. for (var i=0;i<(i+1);i++){
  43.  
  44. CheckAvailability();
  45.  
  46. if(claimstat==1){
  47. claimstat=null;
  48. claimstat=0;
  49. iimPlay("#autosolver-freebitco.iim");
  50. }else if(claimstat==0) {
  51. claimstat=null;
  52. claimstat=0;
  53. WaitOneMinute();
  54. };
  55.  
  56. i=null;
  57. i=0;
  58. };
  59. //-----------------------end of script------------------------------------------
  60. //-------------created for Burst community by: @bitko
  61. //-------------developed from initial .iim script provided by: @dagentlemang
  62. //-------------Collect the free coins, then use it to buy Burst!----------------
  63. //-------------Happy Bursting!--------------------------------------------------
Add Comment
Please, Sign In to add comment