Outdated Alice Gear Aegis (アリス・ギア・アイギス) 1.3.1 - God Mode and more

Status
Not open for further replies.
as013 you can make a video of how to use it would be easier to understand because I'm new to it
 
as013 you can make a video of how to use it would be easier to understand because I'm new to it
Will consider making one or creating a damn GUI for the tool when I have some free time.
 
Hello as013,

I have try to mod 1.3.1 with your tool, but not success, those address was change?

DUMP.CS
public float get_CoolTime(); // c46400

YOUR TXT
public float get_CoolTime(); // 0xA57688

is it just follow the count and change the txt is OK?

Thanks.
 
Hello as013,

I have try to mod 1.3.1 with your tool, but not success, those address was change?

DUMP.CS
public float get_CoolTime(); // c46400

YOUR TXT
public float get_CoolTime(); // 0xA57688

is it just follow the count and change the txt is OK?

Thanks.

You don't even need to change the .txt file, a.k.a. the patch file. The point of my tool is that even if the dump file changes after each update, you run my tool once and you get what you want.

Also updated to 1.3.1 while I was at it
 
Last edited:
You don't even need to change the .txt file, a.k.a. the patch file. The point of my tool is that even if the dump file changes after each update, you run my tool once and you get what you want.

Also updated to 1.3.1 while I was at it

Sorry that I got below error msg when run the jar

java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at doge.data.Function.parseFunctionAddress(Function.java:73)
at doge.data.Function.parseFunction(Function.java:38)
at doge.parser.DumpParser.addFunction(DumpParser.java:76)
at doge.parser.DumpParser.populateMap(DumpParser.java:62)
at doge.parser.DumpParser.initialize(DumpParser.java:39)
at doge.parser.DumpParser.<init>(DumpParser.java:30)
at doge.Main.run(Main.java:34)
at doge.Main.main(Main.java:20)
Exception in thread "main" java.lang.NullPointerException
at doge.patcher.FilePatcher.getNewOffset(FilePatcher.java:121)
at doge.parser.FileVerifier.isFileAndNewPatchMatched(FileVerifier.java:113)
at doge.parser.FileVerifier.isFileAndNewModMatched(FileVerifier.java:71)
at doge.patcher.FilePatcher.writeAllPatchesInOneMod(FilePatcher.java:25)
at doge.Main.run(Main.java:39)
at doge.Main.main(Main.java:20)

Would you mind to let me know what is the problem? java run time not match?

Thanks again.
 
Sorry that I got below error msg when run the jar

java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at doge.data.Function.parseFunctionAddress(Function.java:73)
at doge.data.Function.parseFunction(Function.java:38)
at doge.parser.DumpParser.addFunction(DumpParser.java:76)
at doge.parser.DumpParser.populateMap(DumpParser.java:62)
at doge.parser.DumpParser.initialize(DumpParser.java:39)
at doge.parser.DumpParser.<init>(DumpParser.java:30)
at doge.Main.run(Main.java:34)
at doge.Main.main(Main.java:20)
Exception in thread "main" java.lang.NullPointerException
at doge.patcher.FilePatcher.getNewOffset(FilePatcher.java:121)
at doge.parser.FileVerifier.isFileAndNewPatchMatched(FileVerifier.java:113)
at doge.parser.FileVerifier.isFileAndNewModMatched(FileVerifier.java:71)
at doge.patcher.FilePatcher.writeAllPatchesInOneMod(FilePatcher.java:25)
at doge.Main.run(Main.java:39)
at doge.Main.main(Main.java:20)

Would you mind to let me know what is the problem? java run time not match?

Thanks again.
Upload all the files you used (libil2cpp.so, dump.cs, the patch file) to some hosts then create an issue on my repo. If possible, include a screenshot of the cmd window. I will take a look when I have some free time.
NumberFormatException means there's some weird input (likely blank string) where a number is expected.
 
Upload all the files you used (libil2cpp.so, dump.cs, the patch file) to some hosts then create an issue on my repo. If possible, include a screenshot of the cmd window. I will take a look when I have some free time.
NumberFormatException means there's some weird input (likely blank string) where a number is expected.
Hello as013,

Alice have updated again and I have tried again with your patch tool. But got the same error.

I have file a issue on Github. And as below also.

all the files I using
MEGA

error screen capture.
Screenshot - 04_27_2018 , 11_19_27.webp



Thanks.
 
Hello as013,

Alice have updated again and I have tried again with your patch tool. But got the same error.

I have file a issue on Github. And as below also.

all the files I using
MEGA

error screen capture.
[Attachment removed from Quotes]


Thanks.
Please check the github issue
 
Status
Not open for further replies.
Back
Top Bottom