Jump to content

kiynox

Contributor
  • Posts

    444
  • Joined

  • Last visited

  • Days Won

    11

Posts posted by kiynox

  1. [ @Olot ]
    ---

    Quote

    if i forget to enable and restart phone?

    To be honest, I don't really know since I haven't doing it myself. But probably it can cause bootloop or your device might brick.
    ---

    Quote

    how temporary disable works?

    As it's name, it is temporary, the phantom will be turned on sometimes later (Overrided)
    ---

  2. [ @Olot ]
    ---
    it's really simple, just download: Termux. Then copy, paste and enter this command:

    su -c "settings put global settings_enable_monitor_phantom_procs false"

    To avoid any issues, before turning off your phone (Shutdown/Restart) re-enable phantom:

    su -c "settings put global settings_enable_monitor_phantom_procs true"

    Or you can disable it temporarily:

    su -c "setprop persist.sys.fflag.override.settings_enable_monitor_phantom_procs false"

    Or if you have Android 14+, just simply enable Developer Option and navigate: Android Settings -> System -> Developer Option -> Enable "Disable child process restrictions".
    ---
    *Still proceed with caution.

  3. [ @Olot ]
    ---

    Quote

    it starts to freeze on 45% something and after gg crashes. i use galaxy a22 5g android 13 rooted with magisk

    Newer Android version (Android 12-14) uses Phantom processes, it will abruptly stop any processes that exceeded the limit. Perhaps try to disable it: Phantom
    ---
    Try it on your own risk, I'm not responsible for anything you tried. Proceed with caution.

  4. [ @Mojihacker ]
    ---

    Quote

    For example, in the Weapons Master game, the code of the program is JH or java heap, and the rest of the codes do not have values, they are all zero,

    It depends on the device. Games usually uses JH/A/CA/CD/XA. In some cases, values from JH in one device, can be found on XA on another device. So in terms of this, you should instead select all green-pink-red-purple memory region before fixated into particular memory region.
    ---

    Quote

    My request is that you give an example of how this XS code works and what is its use on the mentioned game

    My assumption is that, since games calls alot of system libraries (OpenGL, etc), it will be allocated into XS: System Code. So as it's name, it is probably related how game interact with your Android. 
    ---

  5. [ @Nogggy ]
    ---

    Quote

    Where I can find what value I will use? Thanks for the answer

    You need to dump the game first. All the game information will be stored into dump.cs which you can see all the game offsets to modify. If there's multiple offset from dump.cs, you need to test it one by one.
    ---

  6. [ @kalibro ]
    ---
    Send us some screenshot. There's 2 app protection, there's things like LiApp / AppGuard that responsible for detecting any kind of abnormalitis on the app level (External), then there's in-game Anti-Cheat that tracks any in-game values (Internal). When talking about Anti-Cheat, you need to address any aspects of the game/app, including External & Internal Anti-Cheat.

  7. [ @Saaammii ]
    ---

    Quote

    this app didnt get installed because it isnt compatible with your phone.

    That's why you need to install it through ADB. Just download the modded version of Game Guardian from the thread. This thread/topic have beed updated, go take a look.
    ---

    Quote

    First of all for what is the " cd/d "%~dp0" " ?

    It is a command to switch directory to current directory.
    ---

    Quote

    Second I ran the install command, but for me it says "[INSTALL_FAILED_DEPRECATED_SDK_VERSION: App package must target at least SDK version 23, but found 22]" what can i do about it?

    Your forgot to add the parameter. The key is here:

    --bypass-low-target-sdk-block

    Android will whitelist the APK from SDK Version detection. So do:

    cd/d "%~dp0"
    adb.exe install --bypass-low-target-sdk-block gameguardian.apk

     

  8. [ @1x1 ]
    ---

    Quote

    Is it possible for GG to detect it and find the correct path for virtual space user?

    What do you mean by this? Game Guardian is accessing application memory space, it is reading /proc. So if the game recognized the path difference, Game Guardian can also read it from memory.
    ---

  9. [ @ninjavour ]
    ---

    Quote

    we use epsxe emulator to emulate it on android then we run game gurdian we want to find value to make the game cpu vs cpu instead of a player vs cpu

    It is really depends, if the game have support bot vs bot match, then it is possible. But I'm saying it is very unlikely to achieve this, because it's hardcoded, especially it is being emulated. So, No.
    ---

  10. [ @Gayesh01 ]
    ---

    Quote

    Idk I tried many games apps but none of them can get the video memory range

    Welp, I'm just implying that Wallhack can be created by various ways, and usually it's exist in XA range (playerclass). Unity Engine games have 'libunity.so' or 'libil2cpp.so' that located in /data/data/your_games_name/lib/
    ---

  11. [ @Tapori ]
    ---
    It is not rooted as default. But you can enable root through VPhoneGaGa settings. If you have modded VPhoneGaGa, it comes with Magisk support. Just download from the link I provided (Purple text). And simply enabling it:

    VPhoneGaGa Settings -> Root permission -> Enable -> VPhoneGaGa Settings -> Magisk -> Enable -> Restart VPhoneGaGa (Open and Close it) -> Install magisk -> Magisk -> Install -> Direct Install (System) -> Restart VPhoneGaGa (Open and Close it) -> VPhoneGaGa Settings -> Root -> Disable -> Restart VPhoneGaGa (Open and Close it).
    ---

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.