Update DecryptXOR.java
This commit is contained in:
parent
bd754f04e6
commit
49f80a53be
1 changed files with 3 additions and 1 deletions
|
@ -43,6 +43,8 @@ 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) {
|
||||
|
|
Loading…
Reference in a new issue