Advertisement
Guest User

Untitled

a guest
Jul 31st, 2018
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. for(j = 0; j < IMirror[I].CrypterCount; j++)
  2. if(IMirror[I].Crypter[J].Name == "Share-Links.biz")
  3. {
  4. print("[url=" + IMirror[I].Crypter[J].Value + "]" + IMirror[I].Hoster + " [img]" + IMirror[I].Crypter[J].StatusImageText + "[/img][/url]");
  5. if(i != IMirror.Count -1)
  6. print(" ");
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement