Z4ee / HI3-ACE-B

This repository provides code for bypassing the anti-cheat system in Honkai Impact 3rd game, allowing players to open Cheat Engine. For informational purposes only. Use at your own risk.
20 stars 7 forks source link

Can you provide a method to find these parameters #1

Closed MoonShadowIllusion closed 11 months ago

MoonShadowIllusion commented 11 months ago
        utils::write<uint32_t>(base_address + 0x106420, 0xCCC3C031);
        utils::write<uint8_t>(base_address + 0x102F40, 0xC3);
        utils::write<uint16_t>(base_address + 0x1BCC60, 0xFEEB);
rwdsji commented 11 months ago
      utils::write<uint32_t>(base_address + 0x106420, 0xCCC3C031);
      utils::write<uint8_t>(base_address + 0x102F40, 0xC3);
      utils::write<uint16_t>(base_address + 0x1BCC60, 0xFEEB);

I'd like to play HI3 again. Just a question, are those outdated?

MoonShadowIllusion commented 11 months ago

like

sorry.I don't know,I play the china version i have now implemented anti anti cheating in a somewhat cumbersome way

Z4ee commented 11 months ago

I don’t have this game on my PC right now and I don’t remember how I found these addresses, but I think you can do a bypass as I showed in https://github.com/Z4ee/StarRail-ACE-EMU

MoonShadowIllusion commented 11 months ago

ok