Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1.  
  2. iimPlayCode("set !replayspeed medium\n"
  3. +'tag pos=1 type=a attr=class:button<SP>showalbumheader__download\n'
  4. +'tag pos=1 type=input:radio attr=value:download content=yes\n'
  5. +'tag pos=1 type=button attr=txt:OK\n'
  6. +"wait seconds=3\n"
  7. +'tag pos=1 type=div attr=txt:Successed\n'
  8. +'tag pos=1 type=a attr=txt:go<SP>to<SP>the<SP>*\n'
  9. +"wait seconds=2\n"
  10. )
  11.  
  12. n=1;
  13. while(true){
  14. iimPlayCode("wait seconds=2")
  15. iimPlayCode('tag pos=1 type=td attr=txt:"Being processed" content=event:mouseover');
  16. if (iimGetLastError != "OK"){break;}
  17. n++
  18. }
  19.  
  20. iimPlayCode("set !errorignore yes\n"
  21. +'ondownload folder=* file=test.zip\n'
  22. +'tag pos=1 type=span attr=txt:"Click to download"\n'
  23. +"wait seconds=5\n"
  24. )
  25.  
  26. alert("file saved with name test.zip");
  27.  
  28. VERSION BUILD=8970419 RECORDER=FX
  29. TAB T=1
  30. URL GOTO=http://isit.deals/wp-admin/edit.php?page=import
  31. TAG POS=1 TYPE=INPUT:FILE FORM=NAME:NoFormName ATTR=NAME:zip_file&&ID:zip_file CONTENT=C:\Users\MSI\Documents\iMacros\Downloads\test.zip
  32. TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:zip_file_link&&ID:zip_file_link CONTENT=as
  33. TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:post_title&&ID:post_title CONTENT=asd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement