Jump to content

NoFear

Moderators
  • Posts

    2,980
  • Joined

  • Last visited

  • Days Won

    224

Posts posted by NoFear

  1. On 3/7/2024 at 8:07 PM, MC874 said:

    Hi@Fujimkad, I wouldn't recommend doing debugging on Android, as there's no apps that have a full feature for debugging, but you can still do it:

    • - Game Guardian: itself can be used as a debugging tool but if you know what you're doing.
    • radare2 : You can try to install radare2 on your Termux. It can read most of the function from a library, so it is still kinda useful.
    • ADA : Or you can do conventional disassembling using Android Disassembler.

    So as far as I know, there's no advanced way of doing debugging on Android except with the help of computers.

    Gdb and lldb. Install termux from fdroid. I prefer gdb (more familiar with it). Don't need PC.

  2. 2 hours ago, Phantom_Combat_Venue said:

    Good tutorial! ❤️

    I applied it to the game "Sniper Warrior: PvP Sniper" and found several classes:

     

    // CodeStage.AntiCheat.Detectors
    // 
    // Types:
    // 
    // ActDetectorBase
    // InjectionDetector
    // ObscuredCheatingDetector
    // SpeedHackDetector
    // TimeCheatingDetector
    // WallHackDetector
    

     

    So, I believe the game uses the "Anti-Cheat Toolkit" by CodeStage.

    However, consider this: If I have a possible list of hacks for which the engineers have already set up an anti-cheat, does that mean I can reverse-engineer and identify them?

    If so, I could potentially disable the call to the "StartDetection" methods by editing the first instruction with ~A8 RET.

    In theory, yes, should be able to work backwards from a protected value/function to find what's monitoring and disable either the monitoring or the branch that triggers detected.

  3. 14 hours ago, EncikKelabu said:

    This application is already exist.It so popular now.The name is

    "ReRoll by Edward".I don know either he active in this forum or not.

    And for second question is no.

    The only way for accessing root directory folder is by getting "root access".In short,root is needed.

    The other workaround is by installing "android virtual machine"(there are so many available right now,for ex :vmos)and root that machine.

    So you will be playing your game in rooted vm and not in unrooted real phone.(This most people do right now when using that "ReRoll" app).

    Or you prefer to do the hard way ?

    Do debugging on the apk,find out how the .ca files is generated and change the code logic to make this generated .ca files is saved at "normal user" directory rather than "root directory".

    "Clear App Data"

    Should clear .ca without root.

  4. 34 minutes ago, OJsimpson said:

    where's the discord at I wanna take a peep at that info too and see if i can figure it out 😳

    Not posting his info publicly....  can DM for info.

  5. 35 minutes ago, Unkown_Face said:

    Brother I am very weak in game hack sector.so if you don't mind please make video on quick level up. I don't understand your pervious video.

    If you don't understand previous video, you won't understand a new video. It's going to be the same type of search and edit, except for a different value... and in my video, your level is right below the coins. Then below that is your "xp/pts".

  6. 22 minutes ago, adhammogza said:

    Sir such problems I do not know overcome 

    IMG_20231031_122816_421.jpg

    Okay, but no one is sending the tools. Please, if you can send the tools, please help

    I can't say that what I did is 100% effective for everyone. Given my device, how it was rooted and what I choose for other tools to help bypass, worked for me. 

     

  7. 4 minutes ago, AR80 said:

    It will be helpful if you make a video of how you hacked the level..plz

    Look at previous video. You'll see xor format of 2 other values below. I would use coins to find the level. With your game, just look below coins for your level, and edit properly. 

    2 minutes ago, Davidv2 said:

    received-343501191698193.jpghow to sloved this problem 

    Combination of modules/tools. I use lsposed and mix of xposed and magisk modules and then "creatively" using GG...

  8. 23 hours ago, SYLVIA said:

    Search value with x4 

    Example 20x4 

    And edit with x4

    Example

    Edit to 222

    222x4

    Before modif you must block detected cheating 

    Follow this tutorial

     

     

    And you must dump that game

     

    For tutorial dump il2cpp game available on forum (forum gameguardian just search dump il2cpp) 

    Or youtube

    Etc

    That is the value encryption format.

    Xor key

    Xor value

    Dword value.

    See attached image.

    Screenshot_20231101-120539.png

  9. 1 hour ago, nok1a said:

    I don't think it's possible to do that with GG. The authorization flow simply wouldn't allow you to send a transaction through with modified price value. And the verification of the product happens at the app creators server. You can trick the system though from the client's part but that would be with it's original price values in order for the transaction to be authorized. You can also do edits at the client without having anything send to the server which mainly for offline games but that wouldn't be a transaction then.

    Depends on if developer did things correctly on their end....   Setting price to desired exact amount, no. Switching it with another item, possible if developer did things wrong 

  10. On 7/28/2023 at 2:02 PM, Nosferatu_ said:

    @NoFear Did you find any new bug? 🤔

    No luck... Definitely have put some time into figuring out dice.  And not making any progress. Still trying though.

×
×
  • 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.