Recent content by NhoNYC

  1. Help! getAbsoluteAddress problem

    How you fix this>?
  2. Tutorial NEW Pairip Kill Tutorial ( tested on VPNIFY )

    What is CRC ? and how to Patch libpairipcore.so bro?
  3. Help! Hook negative value

    Hi there, I'm trying to turn game price to negative value so money increase when i click buy. int (*old_get_int__)(void *instance); int get_int__(void *instance) { if ( instance != NULL ) { int number = old_get_int__(instance); return number * -1; } return...
  4. Help! Help with Hooking and KittyMemory

    Hello, I use kittymemory. It works fine with armv7, but not work with arm64-v8a. Please hint me
Back
Top Bottom