Jump to content

Wowowowo2zhhz

Member
  • Posts

    24
  • Joined

  • Last visited

4 Followers

Profile Information

  • iDevice
    iPhone Xr
  • iOS Version
    14.3
  • Jailbroken
    Yes
  • Rooted
    No

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Wowowowo2zhhz's Achievements

Apprentice

Apprentice (3/14)

  • One Year In
  • Collaborator
  • Supporter
  • Dedicated
  • One Month Later

Recent Badges

11

Reputation

  1. PUBG Aimbot. Works on version 2.5.0, but the exploit can be updated to work on future versions without any issues. This hack works no jailbreak, however must be on a trollstore compatible device (see here: https://github.com/opa334/TrollStore for specifics). This source can be changed to work to make an aimbot for any game completely undetected if you already know what you are doing. Full release and source code on my github: https://github.com/CarsonARK/iOS-Undetectable-Aimbot-PUBG.git
  2. in Unreal Engine 4, normally hooking class functions without jailbreak is impossible. By using the VTables to modify the processevent adress however, an effect similar to a HOOK can be created on jailed devices by modifying function pointers in memory. If you dont understand the code then it likely wont be useful to you, however for those who understand and find it useful, enjoy! https://github.com/CarsonARK/noJailbreak-Hook-UE4.git You will need to find the ProcessEvent adress in your own game and have an advanced understanding of unreal engine to use this code.
  3. to find gworld and gname you need to use IDA or Ghidra and xref search for the memory address. If you disassemble both the iOS binary and the android binary often times the android binary you can search for the Gworld address and then use the function xref to get to that offset in the iOS binary, used this method to get ark, pubg, apex gworld and gname
  4. you can add the structs in yourself, my friend just adapted it from the android version to dump ark sdk so you need to edit the offsets a bit
  5. to use the dumper, you need to edit the offsets.h to suit your game, then build the proj with Xcode. its made by my friend and he adapted it from the android UE4Dumper so you should be able to grab the offsets from there.
  6. depending where you are getting your .ipa from, some don't work with side loading and need a certificate to install
  7. game hacks just edit client side stuff, not the server. you usually can't hack your currency on server sided games - but there's often ways to call functions or hook functions to trick the server into giving you items or currency for free, for example if there's a way to watch an ad to get currency you can find the function that tells the server you watched the ad and make a loop to spam the function( void (*ad_done)(void* classpointer) = (void(*)(void*)) (baseadress + function address) while(true){ad_done(classpointer); }
×
  • 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