Recent content by gyls

  1. Help! How covert from .xapk to .apk?

    .xapk this Roblox version https://apkcombo.com/roblox/com.roblox.client/download/phone-2.586.0-apk
  2. Help! How covert from .xapk to .apk?

    Situation: Roblox update has been released on apkcombo Now there is only .xapk .xapk contains: com.roblox.client.apk, config.arm64_v8a.apk and config.armeabi_v7a.apk com.roblox.client.apk does not contain a libs folder. Libs are in ...arm64_v8a.apk and ...armeabi_v7a.apk I tried to just...
  3. Help! Curl help

    I need to integrate the curl library into an android project in order to send requests from under C ++ The whole problem is the integration of this library using android.mk What I just did not try (spent more than 9 hours) and failed to integrate curl using android.mk Important! cMake doesn't...
  4. Help! Problem Adding Mod Menu to game

    Download MatLog or other adb logger. Run it. Start logging. Log in to your application. Get back to logger. stop recording Study the logs, maybe you will understand the problem, or attach the logs So more likely to be able to help you
  5. Solved Android Roblox modding help

    Thanks a lot bro. Topic can be closed
  6. Solved Android Roblox modding help

    It seems like you did the only article on the forum about Roblox Can you suggest the steps to create a lua executor?
  7. Solved Android Roblox modding help

    Hope the thread doesn't go down. The topic of Roblox modding is relevant because of 1. The minimum number of materials. 2. Specifics of the game, when most of the methods are added after entering the mode
  8. Solved Android Roblox modding help

    Checked: GameGuardian dump does not get final .dll. The console is empty. Nothing in the output either.
  9. Solved Android Roblox modding help

    I heard that it is possible to dump via GameGuardian. Dumping all memory Is the Roblox dump via GameGuardian up to date?
  10. Solved Android Roblox modding help

    Hi all. I want to learn how to make roblox mods I have all the basic knowledge. In practice, including: hooks, patches, visuals, dumps, etc. The problem is, Roblox is not a Unity game. I can't figure out how to get a good dump I expanded lib in ida pro. But all methods are in the sub_XXXX...
  11. Help! Please give suggestions to make the best mod menu

    Weird question There are 3 popular menu formats - apk, injector and module Everyone you can bring to any game As far as I understand, you want something universal. So that there is a button and when integrated into any game, it works correctly. If you're talking about this - it's hardly possible
  12. Help! How to make a private server for any mmorpg game

    You can't find a guide You will have to completely restore the game files and make the server logic for server requests from the game
  13. Help! Have problem in Mylibname of mod menu

    Bro, bugs - compiler bugs - the best thing mankind has come up with Read them and google Usually a lot of errors due to 1 small Read this article WARNING: APP_PLATFORM android-14 is larger than android:minSdkVersion in /home/user/MyApp/AndroidManifest.xml
  14. Solved App crashes after compiling

    Download MatLog (root). Open. Start recording. Come into the game. Wait for the crash. Go to matlog. stop recording Study the logs