
Wowowowo2zhhz
Member-
Posts
24 -
Joined
-
Last visited
Everything posted by Wowowowo2zhhz
-
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
-
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.
-
cool
-
Help/Support How to search game offset data in IOS ?
Wowowowo2zhhz replied to Slimu's topic in Help & Support
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 -
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
-
Help/Support How to dump Unreal Engine 4 game SDK?
Wowowowo2zhhz replied to Turkish001's topic in Help & Support
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. -
Help/Support ‘No Jailbreak’ Apps are Crashing on Launch
Wowowowo2zhhz replied to Rithic's topic in Help & Support
depending where you are getting your .ipa from, some don't work with side loading and need a certificate to install -
Help/Support Does being jailbroken helps hacking serversided games?
Wowowowo2zhhz replied to Khazmar's topic in Help & Support
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); } -
Mod Menu Hack Bullet Force V1.104.8 [ Aimbot - ESP]
Wowowowo2zhhz replied to X204's topic in ViP Cheats
thanks -
nice!
-
Tutorial [Detailed] How to make a IPA Hack Using Windows
Wowowowo2zhhz replied to 0xNoctis 's topic in Tutorials
good -
xcode is very useful for making hacks
-
Help/Support IGameGod not changing values in game?
Wowowowo2zhhz replied to bruhmoment777's topic in Help & Support
try using lldb to see which function is called when you change the value in game and look at the assembly code around it. there are tutorials about it on here -
Use Xcode to build , I think you should be able to use on a vm with windows.
-
SDK Dumper for unreal engine 4 Games https://github.com/jungleninja/UE4Dumper-IOS Works with PUBG, Apex Legends, and more
-
Mod Menu Hack [FREE] Bullet Force v1.104.8 +10 Cheats
Wowowowo2zhhz replied to Rook's topic in Free Jailbreak Cheats
Cool -
.
-
Tutorial How to have a "mini" IDA Pro on your iDevice (free)
Wowowowo2zhhz replied to a topic in Tutorials
Ok -
nice
-
nice