Answer the question
In order to leave comments, you need to log in
How to iterate over a string array?
Good evening.
There is a code:
public static void ChecktoCheat(){
String[] cheats = {"de.Kradxn.Xray", "Sunstrike"};
Package Check = Package.getPackage(null);
for(Check: cheats)
if(Check != null) {
System.exit(0);
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question