Jump to content

fr3shworks

Member
  • Posts

    12
  • Joined

  • Last visited

Everything posted by fr3shworks

  1. Hi im using Batchh's libspecter, but when i try to inline hook it crashes me. Idk why and iOS Didnt provide crash logs Im jailed too, BRK Hooks work but I need to call orig functions on some methods void *BasicHacks::HacksThread(void *arg) { (void)arg; mem_init("UnityFramework", NULL); uintptr_t unityBase = GetImageBase("UnityFramework"); if (!unityBase) { return nullptr; } uintptr_t recoilAddr = Offsets::Weapon::addRecoil; uint64_t handle; uintptr_t trampoline; mem_hook_install(Offsets::Weapon::addRecoil, (uintptr_t)hook_AddRecoil, &trampoline, &handle); orig_AddRecoil = (AddRecoil_t)trampoline; return nullptr; } @BatchCan you help me out?
  2. Yes I do @Menuchi, it's 1.fkz on discord and @fr3shworks on Telegram
  3. Hi guys, I want help from you guys on how do i bypass this anticheat, All strings are obfuscated and I've booted up IDA Pro and read the anti cheats pseudocode. It seems like they Game Starts - AntiCheat Manager Starts (DontDestroyOnLoad) - Loads 8+ Detectors (Raycast, Gun, Memory, etc.) - Starts all checks in background (Coroutines) - Each check finishes - Send result to Server - Server says BAD or local check fails - Application.Quit() and Ban I tried hooking these with DobbyHook to make them return false or return nothing, so my injected tweak wouldnt get detected. But it still wont work, ima send DNSpy strings and Pseudocodes Is it maybe i hook it once and it hooks when the game launches? https://ibb.co.com/YF2qP6Ph https://limewire.com/d/dpMm7#NWn7EniS8Q
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines