Jump to content

huanggua

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by huanggua

  1. I couldn't retrieve the method_name and field_name. I only have the class_name and Namespace. What should I do?Please help me! Game:Blue Archive I would like to modify the CD in the game.
  2. What do you want me to do? Sorry, I'm a beginner and I don't quite understand these.
  3. After using className_and_fieldOffset_searcher(V-3.1), I was unable to find any Fields and Methods related to the function. Can someone help me?
  4. huanggua

    Arm Patching

    Do you mean that, for example, after I find the address of the MAXHP function, I can use GameGuardian to modify this value and some subsequent values to MOVW R0, #(1-65535) VMOV SO, R0 VCVT.F32.S32 S0, S0 VMOV R0, S0 BX LR ? Maybe I didn't express myself clearly, see if you can understand now.
  5. huanggua

    Arm Patching

    How to use GameGuardian to modify so many assembly codes?
  6. huanggua

    Help me!!

    Go to a decimal to hexadecimal conversion website, for example, the hexadecimal representation of -1 is 0xFFFFFFFF, so you can use it like this ~A8 MOV W0, #0xFFFFFFFF.
  7. huanggua

    arm64

    Chatgpt answered me this way:It seems like you're trying to modify a float value using the "gg" cheat tool on an arm64 architecture. In ARM assembly, "FMOV" is used to move a floating-point immediate value into a register. The value you're trying to modify is represented as a hexadecimal float, "#0x41A80000". The error you're encountering suggests that you can only modify values within the 31F range. This is likely due to the limitations of the floating-point representation on that specific platform or the cheat tool itself. Floating-point representations have finite precision, so some values cannot be accurately represented. If you're trying to modify a value beyond the 31F range, you might need to explore alternative approaches or find different cheat tools that support a wider range of modifications. It's important to remember that cheating in games may be against the terms of service and can result in penalties or a loss of privileges, so proceed accordingly.
  8. huanggua

    arm64

    I am a novice and my English is not good, so I may feel like a machine translator when speaking. Please understand. I encountered a problem while using gg to cheat. When modifying the float in arm64:~A8 FMOV S0, # 0x41A80000 It seems that only values within 31f can be modified here, exceeding 31f will result in an error. Has the mogul answered my question and how to modify a larger value
×
×
  • 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.