Update DecryptXOR.java

This commit is contained in:
potzplitz 2024-10-21 10:53:20 +02:00 committed by GitHub
parent 49f80a53be
commit a21f5e04a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,8 +43,6 @@ public class DecryptXOR {
return bos.toByteArray();
}
System.out.println("hi");
public static void decryptAndWriteFiles() throws IOException {
String appDataPath = System.getenv("LOCALAPPDATA") + "\\GeometryDash\\";
for (String save : SAVES) {