Advertisement
Sena_x3

Untitled

Sep 23rd, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.46 KB | None | 0 0
  1. import "iUtils.js"
  2.  
  3. print("\r\n[b]Hoster:[/b] ");
  4.  
  5. for (i = 0; i < IMirror.Count; i++)
  6. {
  7.  switch (IMirror[I].Hoster)
  8.  {
  9.    case "Uploaded.net":
  10.      print("[img]http://s7.directupload.net/images/user/140523/3dha5r6l.png[/img]");
  11.  
  12.    case "Share-Online.biz":
  13.      print("[img]http://s14.directupload.net/images/user/140523/t78el9jk.png[/img]");
  14.  
  15.    default:
  16.      print(IMirror[I].Hoster);
  17.  }
  18.  
  19.  if (i != IMirror.Count - 1)
  20.    print(", ");
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement