BULLETBOT Posted February 28, 2023 Posted February 28, 2023 (edited) Hello, the game I've been trying to dump is "Legend of Slime: Idle RPG" I've tried these links but didn't work. https://platinmods.com/threads/how-to-use-auto-il2cppdumper-to-dump-protected-il2cpp-games-no-magisk-zygisk.134194/#fromHistory https://platinmods.com/threads/how-to-dump-protected-libil2cpp-libue4-game-metadata-file-and-other-non-unity-games-new-method.129433/#fromHistory https://platinmods.com/threads/how-to-use-zygisk-il2cppdumper-to-dump-il2cpp-games-magisk-24-and-up.157221/ https://platinmods.com/threads/il2cppdumper-gui-tool-windows.7511/ https://il2cppdumper.com/the-dumper-tool# And also decompiling the apk with Apktool doesn't work too. How can I somehow dump the game ? Edited February 28, 2023 by BULLETBOT
0 BULLETBOT Posted March 2, 2023 Author Posted March 2, 2023 Alright, I will do everything again later. And then if I am done, I will send a post about me dumping them and loading it in il2cppDumper. 1
0 BULLETBOT Posted March 2, 2023 Author Posted March 2, 2023 Well yeah, I need it. That's why I want to dump it.
0 nok1a Posted March 2, 2023 Posted March 2, 2023 I thought you wanted to know "how" to dump it. If you just want the dump.cs you can get it but in a few weeks this game updates again so you need new dump so you will ask again. Better I think to know how to dump this game so that you won't have to ask again.
0 BULLETBOT Posted March 2, 2023 Author Posted March 2, 2023 (edited) Thanks! Now it works since I did it again. 4 minutes ago, nok1a said: I thought you wanted to know "how" to dump it. If you just want the dump.cs you can get it but in a few weeks this game updates again so you need new dump so you will ask again. Better I think to know how to dump this game so that you won't have to ask again. Someone said "You want dump?" and I replied to that. Sorry if I confused you. Edited March 2, 2023 by BULLETBOT 1
0 BULLETBOT Posted March 2, 2023 Author Posted March 2, 2023 (edited) @nok1a, Can you help with something else too? The thing is I can't use the scripts with the classes and offsets anymore because the game is protected. Do you know how I could do this? (This is my last request I swear) Edited March 2, 2023 by BULLETBOT
0 nok1a Posted March 2, 2023 Posted March 2, 2023 (edited) 12 minutes ago, BULLETBOT said: @nok1a, Can you help with something else too? The thing is I can't use the scripts with the classes and offsets anymore because the game is protected. Do you know how I could do this? (This is my last request I swear) I'm not sure because i do it all manually and then make script for it. Is the script your using open source? If so send link. Perhaps it need a small adjustment. Not sure. These offset scripts i think more advanced Lua scripting then i know. They are really great scripts. I can understand why you use them with dump.cs. If the script is obfuscated then don't bother, won't be able to help because know nothing about deobfuscating and probably means the creator doesn't want anyone to modify his script. Edited March 2, 2023 by nok1a
0 BULLETBOT Posted March 2, 2023 Author Posted March 2, 2023 (edited) I use these scripts. BadCase's Il2Cpp Fields (#67en4ypg) Class name and Field offset searcher (#4udgq21d) Field Offset Finder (#yyzay1k) But they are not working. Badcase's script is encrypted though. Dunno about the others. Edited March 2, 2023 by BULLETBOT
0 nok1a Posted March 2, 2023 Posted March 2, 2023 37 minutes ago, BULLETBOT said: I use these scripts. BadCase's Il2Cpp Fields (#67en4ypg) Class name and Field offset searcher (#4udgq21d) Field Offset Finder (#yyzay1k) But they are not working. Badcase's script is encrypted though. Dunno about the others. Actually, i downloaded BadCase script, this one worked for me BadCase's Toolbox (#9ptv7xz2)
0 BULLETBOT Posted March 2, 2023 Author Posted March 2, 2023 (edited) Can you contact me on Discord if you don't mind? My tag is BULLETBOT#0313. It's kind of annoying to talk here in the forum, so why not talk on Discord. Edited March 2, 2023 by BULLETBOT
0 nok1a Posted March 2, 2023 Posted March 2, 2023 24 minutes ago, nok1a said: Actually, i downloaded BadCase script, this one worked for me BadCase's Toolbox (#9ptv7xz2) Lover1500 script works fine as well. You have to use deep search and it will provide the right class and offset.
0 nok1a Posted March 2, 2023 Posted March 2, 2023 21 minutes ago, BULLETBOT said: Can you contact me on Discord if you don't mind? My tag is BULLETBOT#0313. It's kind of annoying to talk here in the forum, so why not talk on Discord. I'm not much active on discord. My only support is towards this forum. And this forum for post i find more efficient. If you ever have to find old conversations back the search options in the forum search bar + google search will give you a redirection to this forum or some other forum where one will answer your question with something around if not the desired answer. Discord basic search function, hard to accurately find information. I'm visiting the forum 6/7.
0 BULLETBOT Posted March 2, 2023 Author Posted March 2, 2023 (edited) It's alright if you aren't. Quote I'm not much active on discord. The Toolbox or Il2cpp Fields by BadCase doesn't work, the script just crashes when I try to find class name. I somehow managed to bypass on 64bit so I'm on 64bit right now. (Also can someone remove my discord tag, I forgot to edit it. I also reached max post so I can't post anymore today.) Edited March 2, 2023 by BULLETBOT
0 nok1a Posted March 3, 2023 Posted March 3, 2023 (edited) I'm not sure about the script. You will have to ask the creator. But in the case of Rxhacker you have to set the right regions. On the emulator your metadata was stored in Ca. I also assume that in region Anonymous you had no data. I had that issue to which the script did not work. Open the script and set the region on line 578 to gg.REGION_C_ALLOC function A_base_value() gg.setRanges(gg.REGION_C_ALLOC) -- set C_ALLOC gg.loadResults(gg.getListItems()) gg.clearList() gg.searchPointer(offst) count = gg.getResultsCount() if count == 0 then found_("A_base_value") return 0 end tel = gg.getResults(count) gg.addListItems(tel) end Should fix the issue. In my case i had to change every gg.REGION_C_ALLOC to gg.REGION_ANONYMOUS because Ca was 0MB for me. And all relevant data was in Anonymous as you can see in screenshot. script works fine after: Edited March 3, 2023 by nok1a typo 1
Question
BULLETBOT
Hello, the game I've been trying to dump is "Legend of Slime: Idle RPG"
I've tried these links but didn't work.
https://platinmods.com/threads/how-to-use-auto-il2cppdumper-to-dump-protected-il2cpp-games-no-magisk-zygisk.134194/#fromHistory
https://platinmods.com/threads/how-to-dump-protected-libil2cpp-libue4-game-metadata-file-and-other-non-unity-games-new-method.129433/#fromHistory
https://platinmods.com/threads/how-to-use-zygisk-il2cppdumper-to-dump-il2cpp-games-magisk-24-and-up.157221/
https://platinmods.com/threads/il2cppdumper-gui-tool-windows.7511/
https://il2cppdumper.com/the-dumper-tool#
And also decompiling the apk with Apktool doesn't work too. How can I somehow dump the game ?
Edited by BULLETBOT28 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now