Jump to content

NoFear

Moderators
  • Posts

    3,002
  • Joined

  • Last visited

  • Days Won

    249

Posts posted by NoFear

  1. 4 hours ago, 8ernity said:

    image.thumb.png.cf2a5b0b4a1e2f6947a5a2c14116290d.png
    I feel like it's impossible to see the functions in the game i'm tring to mod.
    Any tips ? the screen of app goes black when i'm rwatch an address (which i guess is OK) then i only see "??" @NoFear
    Tried IDA, now GG + gdb but no luck so far 😕

    The blue is an address location. Need to calculate the offset from start of lib to that address. That will be your offset that you would go-to in ida if using ida.

    But the lib hit on your screen shot is system and not game lib...  Can't debug on emulator if that's what you're attempting...

  2. 20 hours ago, kotako said:

    I trying change -

    Android ID, ip address, IMEI, boot id, phone number, MAC-ADRESS, Serial info ,  Device ID, ID, reinstalling game/virtual machine clear all google services, well and offsets. And maybe something similar. but already forgot

    This doesn't mean it was done correctly. I know in Android Faker, can do all those toggles and randomize. But if correct apps/services aren't selected, it won't matter what you change.

     

  3. 2 hours ago, kotako said:

    As I said at the beginning, I used a virtual space with built-in android fakers, where I could select all the parameters for the phone. And it didnt work, but i get idea that the game can see a real IP through VPN, because even VPN does not change everything about a person. There is always the "original IP" and the game requests a "request for confidential information" every time when u enter the game. I think it would be better if you check it out for yourself, I'm just not a master at explaining something.

     

    0x1E7AAC4 its offset for hack

    diamonds, use it and buy any item in the store and try relogin game, then u get max. type ban.

    Well, of course it's just a request, I won't force it, if you don't want to, then don't need

    Then I can't help you. I had recommendation on tools that would work. It's your choice.

    Good luck

  4. 4 hours ago, kotako said:

    Well, in my opinion, I did everything right, but nothing works.  + i tired use offset for delete check unique identifiers, but then i cant logging to online.

    Well, thx for help

    When module activated, what did you select for apps to apply it to?  

  5. 12 minutes ago, kotako said:

    I remember have virtual with "android faker" there will be fake boot id, imei and all other, but too didnt help

    If not done correctly, it won't help.

  6. 2 hours ago, afmatt said:

    Thanks for responding, figured that they had patched it - mainly was asking cause if there was a discord server talking about modding the game I'd be very interested in joining 🙂

    It's not patched... He's just not selling anymore.

  7. 5 minutes ago, DoDevil said:

    @NoFearso far i can find both diamond, gold and energy but i don't get how to add them or edit them, can you guide me? or just trick about encrypt

    every time i edited game always freeze 😂

     

    image.thumb.png.0a44de09123fb74dcd94f3b3f2a0df6d.png

     

    btw i can copy cat QWORD of gem value to Coin or Energy and game not freeze

    image.thumb.png.3f4145e0294bdf2e6e22fc5ffe6d1cd8.png

    Yes. They are all pointers...  You need to follow the pointer to see the "value".

  8. 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.

  9. 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.

  10. 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.

  11. 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.

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