as013
Member
- 21
- 08/08/16
- 20
Thread Author
Give me $120 then I do.can you mod Auto battle
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
Give me $120 then I do.can you mod Auto battle
thank you very muchDOWNLOAD
Use my tool pleasemake a version only with god mode please
Will consider making one or creating a damn GUI for the tool when I have some free time.as013 you can make a video of how to use it would be easier to understand because I'm new to it
Guide with screenshots added. I'm not adding a video guide 'cos I'm a lazy fuck.as013 you can make a video of how to use it would be easier to understand because I'm new to it
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
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.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.
Hello as013,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.
Please check the github issueHello 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.