Jump to content

z2x22

Senior Member
  • Posts

    125
  • Joined

  • Last visited

Everything posted by z2x22

  1. yup see pic this only for game dumping ( unity games)
  2. Hello everyone! Today we are pleased to release MSHOOK tools to make the hooking functions easy to done by one click. I MAKE THIS TOOL TO THANKS IOSGODS I LEARNING FROM YOU MY BRO Tool Features- Do MSHOOKING FUNCTIONS FROM YOUR IPHONE OFFLINE WITH ONLY ONE CLICK. REQUIREMENT - CYDIA IMPACTOR. -OR APPCAKE , FILZA TO INSTALL IPA TOOL. HOW CAN I USE? - YOU SHOULD GET CLASS NAME , FUNCTION NAME , OFFEST OF FUNCTION , SELECET VAR TYPES INT OR FLOAT OR BOOL . - BY SIMPLE WAY YOU SHOULD FILLED THE TEXTFEILD LIKE IN PIC . BEFORE FILLED AFTER FILLED -THEN PRESS GET CODE AFTER THAT YOU CAN PASTE YOUR CODE TO TWEAK FILE. OUTPUT WILL BE LIKE THAT void (* GetCameraFOV_Update)(void *GetCameraFOV);void _GetCameraFOV_Update(void *GetCameraFOV) { *(float *)((uint64_t)GetCameraFOV + 0x12C) = 100.0f; return GetCameraFOV_Update(GetCameraFOV);} %ctor {MSHookFunction((void *)getRealOffset(0x1000000), (void *)_GetCameraFOV_Update, (void**)&GetCameraFOV_Update);} Download MSHOOK IPA FROM LINK BELLOW [Hidden Content] Credits @z2x22 in twitter @kingoffun9
  3. hi i want to ask you if you have esp source for unity game any references to learning that or any examples from GitHub etc thanks
  4. @Ted2 can u explaine me more only i want the idea of that , because i was search a lot and i found only by hooking example
  5. @Ted2 you mean can make arm instruction to make calculation of Aimbot right 😉 ! thanks
  6. hi my dears , my ask is : can i make aimbot hack without hooking functions ! only by using ida pro i means offset way to hacking game ? @DADi @Ted2
  7. how can i find FOV in metal iOS game! by hooking function ? or offset and if their example tell me thanks @DADi @Ted2
×
  • 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