Results 1 to 1 of 1
  1. #1
    tis_782's Avatar
    Join Date
    Nov 2022
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Unhappy Need help hacking forward assault (only working on arm64)

    Hi everyone i am trying to make an esp for forward assault but it only works on arm64-v8a. For the esp i need to call
    static Camera get_MainCamera() from class CameraManager : MonoBehaviour
    to get the camera object.
    I'm calling it like this:

    void *get_camera() {
    static const auto get_camera_injected = reinterpret_cast<uint64_t(__fastcall *)()>(getAbsoluteAddress(
    libName, 0x174BBD0)); //arm64 0x1A0ECF4
    return (void *) get_camera_injected();
    }

    If i compile the mod menu and put it in the arm64-v8a apk then get_camera() returns the camera object but in the arm-v7a apk get_camera() returns null. The problem is that the floating menu i want to use only works on arm-v7a.
    Does anyone know how to fix this? Thanks
    Last edited by tis_782; 11-06-2022 at 05:48 AM.

Similar Threads

  1. [Help] need help for "blackshot has stopped working"on wall hack
    By vincent lin in forum Blackshot Hacks & Cheats
    Replies: 2
    Last Post: 11-16-2012, 01:42 AM
  2. need help hacks wont work in game
    By solomonjo0 in forum CrossFire Help
    Replies: 14
    Last Post: 07-12-2011, 11:25 AM
  3. Need some help. Hack/Injector won't work.
    By Vexatiion in forum Combat Arms Help
    Replies: 6
    Last Post: 10-01-2010, 11:09 PM