Search results

  1. Open Request Five Nights at Freddy's AR

    yes I can but my goals has been changed so I planning on other important stuff
  2. Open Request Five Nights at Freddy's AR

    nvm, I will do stuff myself
  3. Help! Is there a tool like DNSpy for Android?

    lmao that sounds odd and out of platinmods
  4. Help! Network => Code

    if I understood, you trying to automatically modify the responses and requests sent by an app. does it matter that the intercept should be injected to the app itself or another and an advance proxy would help?
  5. Help! Where are values (like price of item) in apk?

    there is a chance that they are not stored in the apk itself but the app contacts a server or web service to get the values, just point this out
  6. Discussion [libil2cpp.so] what would happon if I added more bytes

    oh wow cool, does it work in emulators?
  7. Tool AIDE - IDE for Android Java C++ (Modded & NDK included)

    Interesting, I will try this out
  8. Tutorial FRIDA API Set Up and Injection (Hook,Unity)

    what some Emulators that frida will work on? recommendation?
  9. Discussion [libil2cpp.so] what would happon if I added more bytes

    I found out about it, its looks simple and fairly beginner friendly but unfortunately I keep getting connection and spawning(crashing) errors so I may not use it edit: I'm following this repo learn-frida
  10. Discussion [libil2cpp.so] what would happon if I added more bytes

    I want to try that but I'm on android, do you recommand any tools/apps?
  11. Discussion [libil2cpp.so] what would happon if I added more bytes

    is there a way to not corrupt the binary, like jumping to an offset where my code is?
  12. Discussion [libil2cpp.so] what would happon if I added more bytes

    we usually overwrite bytes in libil2cpp.so but what if I added more extra bytes, if I have 32 length function(the length of the bytes) at offset 23E9C and wanted to add extra bytes so the function does something before executing the actually opcodes, would the libil2cpp.so code break down as its...
  13. Help! How do i open a private server with the original game files and i only have the access to it?

    can you send apkpure link to the game, its hard to find with that name since they are a lot of identical matches
  14. Help! How do i open a private server with the original game files and i only have the access to it?

    depends on the software/service they use, and how the engine/game stores the server info
  15. Help! missing userdata.json file

    If its a unity game than the libil2cpp.so is hidden or the game is old and still uses mono (apk.zip/assets/bin/Data/Managed) other than that I can't help, you would need to figure out what engine the game was made in and how to mod it
  16. Open Request Five Nights at Freddy's AR

    No, I'm still didn't find the method to make a custom server, if you somehow successful at doing that contact me immediately
  17. Open Request Five Nights at Freddy's AR

    Thanks for the reply, while this thread was online I was working really hard and I found files that cantina the json code and I successfully decompiled the game but none of those were helpful as I'm at the moment trying to create a custom server by any means, +it should share able
  18. Help! Two values have the same offset?

    That's correct but any suggestions of where and how to start modding deeper. My least goal is to see how the game function
  19. Help! Two values have the same offset?

    I'm using HxD editor to edit the offeet(in il2cpp.so) of the value "SomeValue" but is that means I'm editing the value "Id"?, is that why i can't install the game even after signing the apk. And i made those examples to make the question more general
  20. Help! help me about this game

    seems like the game has a strong protection. I'm sorry, I won't be useful as I'm having the same problem with another game
  21. Help! help me about this game

    oh, so what are the usual ways that you used?
  22. Help! help me about this game

    seems like the game is already dumped, so I'm confused of what I should guide with
  23. Help! help me about this game

    i think i can help but can you define scripts so i could understand exactly what you mean? if you mean the C# code its in assembly-CSharp.dll. you would need dnspy so you could read it or when dumping a "dump.cs" file show up, it has all the code
  24. Help! help me about this game

    **This place for modding questions and discussions, please go to ANDROID REQUEST SECTION to request the game to be modded**. No one would do it for you because modding is not an easy process, it include testing, reshaping the code, and it could take days
  25. Help! Two values have the same offset?

    There is two values from two different dlls from il2cpp.so have the same offset I found out that two values from different dlls share the same offset, how would the game be modded If two values share the same offset Code example: [FieldOffset(Offset = "0x30")] private double SomeValue...
  26. Help! help me about this game

    This place for modding question and discussions, please go to ANDROID REQUEST SECTION to request the game to be modded
  27. Solved dump this game for me... thanks

    Can't you dump it by yourself oe you don't have computer or any near by device to dunp it?
  28. Help! Ill2cpp dumper error

    What is the error?
  29. Help! Features Cant Active

    What do you mean. Do you mean it changes it address? Will if it does, the only method that i know is you will need to edit the source code to stop it from changing its address