Recent content by Jbro129

Sbenny.com is trusted by 1,329,584 happy users since 2014.
Register
  1. Jbro129

    i see one game without assembly-Csharp.dll

    If the apk has no dlls in assets/bin/data/Managed/ but the foldets do exist then the game is il2cpp.
  2. 📖 Tutorial How to mod android games on the go (no computer needed)

    There are a lot of tools that can be used to mod android games. Sadly, most of them require a computer to use. Sadly, these tools, have no mobile alternatives. (As far as I know) IDA/IDA Pro dnSpy/ILSpy/Dot Net Reflector IL2CppDumper These tools do, however. APKTool (APKTool Apk, APKTool...
  3. Jbro129

    ILSpy be able to mod games??

    Modding a game with ILSpy only works if the game was made with Unity (Open the APK and look for Assembly-CSharp.dll). If the game uses any other Engine or even Unity with IL2CPP you would need to use IDA. Also, I prefer dnSpy to mod C# DLLs over other tools like ILSpy and Dot Net Reflector.
  4. Jbro129

    Change money in game -> increase instead of decrease

    Load the games main library into IDA and find what function is used whenever the game wants to subtract in-game currency. When a game wants to subtract it would use a SUB instruction. When you find the correct function look for a SUB instruction and then hex edit it to an ADD. For example, if...
  5. Jbro129

    Heyy I am new

    Sounds good!
  6. Heyy I am new

    Title of your introduction thread: Heyy I am newHow did you find us? Google searched: Android modding forum Which types of games do you usually play? FPS & TPS Something about me: Hello, I am Jbro129 and I have been modding android games for years. I know Java, C#, and some C++. I can...
Top