-
Posts
217 -
Joined
-
Last visited
Everything posted by Dan L.
-
This is possible through nsb modding. Search for nsb modding tutorials.
-
thank you
-
Help/Support Tweak Crashes - IDA Function Offset Hooking
Dan L. replied to Dan L.'s topic in Help & Support
Thank you so much DIDA! I've been doing it all wrong. -
Help/Support Tweak Crashes - IDA Function Offset Hooking
Dan L. replied to Dan L.'s topic in Help & Support
Would this be the offset? https://imgur.com/a/mGBaqKA -
I'm trying to hack Guns of Boom by hooking offsets from IDA into tweak.xm but it crashes. I used IL2cppdumper to dump the unity files. My Device: iPhone 7 Plus 12.1.4 Unc0ver Jailbreak Using SDK 10.3 Used this tut to install Theos: Here is my tweak.xm #import <substrate.h> #import <Foundation/Foundation.h> #import <mach-o/dyld.h> void (*old_updateSpread)(void *self); static void updateSpread(void *self) { } void (*old_applySpread)(void *self); static void applySpread(void *self) { } void (*old_resetAccum)(void *self); static void resetAccum(void *self) { } void (*old_accumulationEnd)(void *self); static void accumulationEnd(void *self) { } %ctor { MSHookFunction((void*)(_dyld_get_image_vmaddr_slide(0) + 0x01B95FBC),(void*)updateSpread,(void**)&old_updateSpread); MSHookFunction((void*)(_dyld_get_image_vmaddr_slide(0) + 0x01B96670),(void*)applySpread,(void**)&old_applySpread); MSHookFunction((void*)(_dyld_get_image_vmaddr_slide(0) + 0x01B96C3C),(void*)resetAccum,(void**)&old_resetAccum); MSHookFunction((void*)(_dyld_get_image_vmaddr_slide(0) + 0x01B980FC),(void*)accumulationEnd,(void**)&old_accumulationEnd); } Also my makefile: ARCHS = armv7 arm64 TARGET = iphone:clang:latest:latest THEOS_PACKAGE_DIR_NAME = debs CFLAGS = -fobjc-arc include /var/theos/makefiles/common.mk TWEAK_NAME = GunsOfBoomCheats GunsOfBoomCheats_FILES = Tweak.xm GunsOfBoomCheats_LDFLAGS += -Wl,-segalign,4000 include /var/theos/makefiles/tweak.mk after-install:: install.exec "killall -9 SpringBoard" Crash report: https://imgur.com/a/LyYDHVL
-
Thank you.
-
DIY Hack IOS/ANDROID CSR 2 2.6.2 NSB Modding Tutorial
Dan L. replied to imgay123's topic in DIY Cheats
My downgraded app using AppAdmin, Csr Racing 2 2.5.4, asks me to update* after I sync file and everything. solved: I installed a tweak that blocks update. -
Mod Menu Hack Injustice 2 ( Auto Updater ) +4 [God Mode + More]
Dan L. replied to Zahir 's topic in Free Jailbreak Cheats
@DADi Auto update not working. -
Your account has been banned/suspended. It happened to me and I had to create a new account.
-
Can we get more games that have Free In App Purchases
Dan L. replied to Ringozero512's topic in Filled iOS App Requests
just keep in mind that some online games that require an internet connection or a server cannot be hacked with free in-app purchases, Mostly offline games might work. -
Thanks for the tips.
-
I am using IlCppDumper 4.2.3 I've tried all the modes: 1. Manual (Used IDA 6.8 to get the codes), 2. Auto, 3. Auto (Advanced) 4. Auto (Plus) 5. Auto (Symbol) I have also cracked the binary using CrackerXI. I am trying to hack a game called Smash Bandits by Hutch Games (For Fun/Practice/Experience). Did the company encrypt the "global-metadata.data" file? Pic: https://ibb.co/W2qXgwB
-
FortniteStealth (jailbreak detection bypass)
Dan L. replied to foogauzie's topic in iOSGods Archives's General Cydia
Not working on Fortnite v4.5.0. Device: -iPhone 7 Plus -iOS 11.2.6 -installed through Filza -
My favorite holiday is Christmas because we can show love to our friends, family, and others by sending gifts.
-
Forgot to pick an answer for this problem but I updated Electra and the hack now supports Electra.
-
Coupon iOSGods' 4th Anniversary Celebration!
Dan L. replied to Klepto 's topic in Forum Announcements
4 Year Anniversary! Wooohooo! -
Tutorial How to make Mod Menus (iGMM) work on Electra 1.0.0 - 1.0.4
Dan L. replied to AidanFaris's topic in Tutorials
Hope this works. Edit: Not working on Injustice 2. Sadly, the game crashes. -
Another giveaway.
-
Help/Support Trouble with deb. Installation
Dan L. replied to KevinMaravillas's topic in Help & Support
Try this: dpkg -i /var/mobile/com.Joka.WorldWarHeroesFreeHack_1.6.4-1_iphones-arm (1).deb Note: Don’t put the quotation marks. (“) if it doesn’t work you can rename the file to WorldWarHeroes and then try dpkg -i /var/mobile/WorldWarHeroes.deb -
I am using Electra iOS 11 Jailbreak versiono 1.0.2 I am trying to install this mod menu. Problem: Upon opening the app, iOSGods authentication pop up doesn't appear. Triple tapping doesn't bring up the menu.
-
Fixed. Solution: Reinstalled Cydia.
-
I am following this tutorial. Step 14. dpkg -i apt7-lib_0.7.25.3-15_iphoneos-arm.deb ( PRESS ENTER) I get the error: dpkg: error: cannot scan updates directory '/var/lib/dpkg/updates/': No such file or directory
-
Help/Support How To Hack Tap Titans 2 - Skill Points?
Dan L. replied to Dan L.'s topic in Help & Support
Wut.... -
I have tried to RET SpendSkillPoints, can anyone help me?