Ansonsten kannst du auch if(IMirrorController.Mirror[I].Crypter[J].Name != "Relink.to") mal probieren. Dann sollts dir alle Crypter außer Relink anzeigenCode:for(i = 0; i < IMirrorController.MirrorCount; i++) { if(i != 0) print("\r\n"); for(j = 0; j < IMirrorController.Mirror[I].CrypterCount; j++) if(IMirrorController.Mirror[I].Crypter[J].Name == "Share-Links.biz") { print("\r\n" + IMirrorController.Mirror[I].Crypter[J].Link + "]" + IMirrorController.Mirror[I].Hoster + ""); }




Zitieren