Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. If(IMirror[I].Crypter[J].Name == "Relink.to")
  2. {
  3. If(IMirror[I].Hoster == "Rapidgator.net")
  4. {
  5. print("\r\n[img]" + IMirror[I].Crypter[J].StatusImageText + "[/img]");
  6. print("\r\n[SIZE=4][url=" + IMirror[I].Crypter[J].Value + "]" + "Download bei Rapigator.net" + "[/url][/SIZE]");
  7. print("\r\n");
  8. }
  9. else If(IMirror[I].Hoster == "Share-online.biz")
  10. {
  11. print("\r\n[img]" + IMirror[I].Crypter[J].StatusImageText + "[/img]");
  12. print("\r\n[SIZE=4][url=" + IMirror[I].Crypter[J].Value + "]" + "Download bei Share-Online.net" + "[/url][/SIZE]");
  13. print("\r\n");
  14. }
  15. else
  16. {
  17. }
  18. }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement