Search results

  1. 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...
  2. 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...
  3. 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...