-
Posts
90 -
Joined
-
Last visited
Everything posted by A1XEN
-
you see when i apply the patches manually using the live offset patcher, it works, only when i turned on the UnityFramework from iGdebugger which menu? so you mean every jailed cheats here uses that menu released by “Batch” and who/what is Batch? :?
-
im not, im on jailed device, im actually going to try to make a menu if i could tomorrow (im going to sleep) because my code might be hooking to early you see what i was tryna do is make the patches from live offset patcher to run automatically without the live offset patcher only using .dylibs so its supposed to apply the patches automatically when the game run
-
i actually tried revising the code, i used the rule: True iPhone Offset=Disassembler Address−Disassembler Base Address (usually 0x100000000)−Segment Offset (usually 0x4000) and still nothing
-
#import <UIKit/UIKit.h> #import <mach-o/dyld.h> #import <substrate.h> #import <pthread.h> uintptr_t get_FrameworkBaseAddress() { uint32_t count = _dyld_image_count(); for (uint32_t i = 0; i < count; i++) { const char *name = _dyld_get_image_name(i); if (name && strstr(name, "UnityFramework")) { return (uintptr_t)_dyld_get_image_header(i); } } return 0; } void writeLocalLog(NSString *text) { NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString *documentsDirectory = [paths objectAtIndex:0]; NSString *logFilePath = [documentsDirectory stringByAppendingPathComponent:@"tweak_debug.txt"]; NSDateFormatter *formatter = [[NSDateFormatter alloc] init]; [formatter setDateFormat:@"yyyy-MM-dd HH:mm:ss"]; NSString *timestamp = [formatter stringFromDate:[NSDate date]]; NSString *finalLine = [NSString stringWithFormat:@"[%@] %@\n", timestamp, text]; NSFileHandle *handle = [NSFileHandle fileHandleForWritingAtPath:logFilePath]; if (!handle) { [[finalLine dataUsingEncoding:NSUTF8StringEncoding] writeToFile:logFilePath atomically:YES]; } else { [handle seekToEndOfFile]; [handle writeData:[finalLine dataUsingEncoding:NSUTF8StringEncoding]]; [handle closeFile]; } } bool (*old_CanBuy)(void *instance, void *requireMoney, void *methodInfo); bool new_CanBuy(void *instance, void *requireMoney, void *methodInfo) { writeLocalLog(@"[MoneyManager] CanBuy intercepted! Forcing true."); return true; } void (*old_RemoveMoney)(void *instance, void *value, void *methodInfo); void new_RemoveMoney(void *instance, void *value, void *methodInfo) { writeLocalLog(@"[MoneyManager] RemoveMoney intercepted! Protecting wallet balance."); } void *hook_worker_thread(void *args) { @autoreleasepool { writeLocalLog(@"MoneyManager Wallet Thread spawned safely."); uintptr_t baseAddress = get_FrameworkBaseAddress(); while (baseAddress == 0) { usleep(200000); baseAddress = get_FrameworkBaseAddress(); } sleep(4); NSString *addressLog = [NSString stringWithFormat:@"[Debug] UnityFramework Base: 0x%lx | Target CanBuy: 0x%lx", baseAddress, (baseAddress + 0xDA4D70)]; writeLocalLog(addressLog); MSHookFunction((void *)(baseAddress + 0xDA4D70), (void *)&new_CanBuy, (void **)&old_CanBuy); MSHookFunction((void *)(baseAddress + 0xDA4E44), (void *)&new_RemoveMoney, (void **)&old_RemoveMoney); writeLocalLog(@"Wallet bypass successfully! :>"); } return NULL; } %ctor { pthread_t pt; pthread_create(&pt, NULL, hook_worker_thread, NULL); } this is my code, this works perfect on playcover, but in iphone, it shows the log i made "Wallet bypass successfully! :>" but it doesnt even work in-game :< please tell me what's wrong with it (if there is)
-
Hi, I was busy making tweaks using theos but im facing a problem where my tweaks (.dylibs) works perfectly fine on Playcover but does not when in my iphone, i followed every tutorials, and still no please help, i dont known if the iosGod .dylibs have some sort of bypass code that makes it works and i dont have it @Rook @Laxus @Puddin
-
ok
-
IPA Mod Menu Idle Flight Manager - Hack by A1XEN
A1XEN replied to A1XEN's topic in Free Non-Jailbroken IPA Cheats
welcome bro:)- 8 replies
-
- Non-Jailbroken Hack
- Hack
-
(and 1 more)
Tagged with:
-
IPA Mod Menu Idle Flight Manager - Hack by A1XEN
A1XEN replied to A1XEN's topic in Free Non-Jailbroken IPA Cheats
thanks😸- 8 replies
-
- Non-Jailbroken Hack
- Hack
-
(and 1 more)
Tagged with:
-
ill check😸 i dont see any decrypted yet sori
-
staff might be sleeping, its still publishing but its ready here: [hide]Idle Flight Manager - Hacked by A1XEN[/hide]
-
IPA Mod Menu Idle Flight Manager - Hack by A1XEN
A1XEN posted a topic in Free Non-Jailbroken IPA Cheats
Modded/Hacked App: Idle Flight Manager By INFINITY GAMES, LDA Bundle ID: com.infinitygames.flightmanager App Store Link: https://apps.apple.com/us/app/idle-flight-manager/id6761718791?uo=4 📌 Mod Requirements - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad. - Sideloadly or alternatives. - Computer running Windows/macOS/Linux with iTunes installed. 🤩 Hack Features - Injected with IGameGod - Free IAP (fromDebugMenuOnly) - Debug Menu (Finish tutorial, open settings > scroll down > Debug Menu { -Unlimited Currencies, Speed Tick rate, Bypass ads, Unlimited Routes, Unlimited Levels, More Note: Use at your own risk, Changing too much might break your progress } ⬇️ iOS Hack Download IPA Link [Hidden Content] 📖 PC Installation Instructions STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example. STEP 2: Download Sideloadly and install it on your Windows or Mac. STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly. STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application. STEP 5: Enter your Apple Account email, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information. STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below. STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'. STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game. NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues. 🙌 Credits - A1XEN Requested by: @Wartou 📷 Cheat Video/Screenshots N/A @LaxusPlease upload it to official app.iosgod 🙏 @RookThis hack is not injected with IGAuth&IGMenu 'cause i have no 😸- 8 replies
-
- 13
-
-
-
-
-
-
- Non-Jailbroken Hack
- Hack
-
(and 1 more)
Tagged with:
-
done, im publishing it, you're gonna love it 😸
-
do you know the name of the game? any visual image of the game you can show me? if you do i can help you
-
where can i suggest for new apps ?
-
welp since you only need it as free paid app, you could try waiting for it in decrypted app stores (im waiting too) ‘cause its not out yet, and if it has ownership verification with appstore it might need to be bypassed first
-
nvm this one its a wrong send 😁
-
how do you make this into (.dylibs)
-
ohh ok, but the cheats works?
-
Hii yall, I was wondering if Hacked ios games/app will work on playcover (Silicon macs) since it can run ios applications, but will it able to run the cheats too? like the IGG and other stuff.
-
Warship Craft iOS Mod IPA
A1XEN replied to iOSGods App Updates 's topic in iOSGods No Jailbreak App Store
the memory editor is behind something and you wont be able to click it too -
Warship Craft iOS Mod IPA
A1XEN replied to iOSGods App Updates 's topic in iOSGods No Jailbreak App Store
is it just me?, the whole game is zoomed out? the mod menu is not working too @IK_IK