-
Posts
1,396 -
Joined
-
Last visited
Everything posted by ITz_kser
-
Help/Support Errors when trying to make a package!
ITz_kser replied to Juku's topic in Help & Support
try and did you set the Target to what i said -
Help/Support Can't get any hacks to work! iOS 9.0.2
ITz_kser replied to InStUltima's topic in Help & Support
here i updated the hack http://iosgods.com/topic/21904-micromon-15-cheats-11/?p=744330 -
Hacked App: Micromon iTunes Link: Click Me Bundle ID: com.mogainteractive.micromon Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools / AnyTrans / iExplorer / DiskAid or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). Hack Features: - Unlimited silver eggs - Unlimited golden eggs - Infinity gold - Infinity diamonds - Unlimited normal chips - Unlimited super chips - Unlimited master chips - All skills unlocked - Unlimited stamina (you won't lose Stamina) - Fill your monster health after the battle Hack Download Link: Installation Instructions: Step 1: Download the .deb file from the link above. Step 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice. Step 3: Using iFile or Filza, browse to where you saved the downloaded file and tap on it. Step 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. Step 5: Let iFile / Filza finish the cheat installation. Step 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If you do not see the cheat settings, respring or reboot your iDevice and make sure you have met all the requirements as mentioned above. Step 7: Turn on the features you want and then open the game. Note: If you have any questions or problems, read our Frequently Asked Questions topic or post your issue down below and we'll do our best to help! Credits: - ITz_kser Hack Video/Screenshots: N/A
- 67 replies
-
- 10
-
-
-
-
-
-
-
Did you try the autoinstall method using iFunbox? Or iTools?here mobile terminal.deb file google the method
-
What's your iOS version?also do you have afc2/afc2add ?
-
If you don't have mobile terminal or any iOS terminal then you need to install one
-
Help/Support Anti-Jailbreak measure removal
ITz_kser replied to DrifterDan's topic in Help & Support
If they add an anti-jailbreak then you can try to use xcon or see if you can find and return the function using Flex -
Is your iDevice connecting to wifi?did you take the correct IP Address for your iDevice? Did you make the port 22? Can i see a screenshot for the error
-
Help/Support Clash of clan crash when jailbroken
ITz_kser replied to bobbbywazhere's topic in Help & Support
Install CrashReporter from cydia maybe it's will be helpful -
Then see your IP Address for your iDevice and write it in Putty and make the port 22
-
You need to know something about the ARM but if you think you found something useful you can break the function to see if it correct or not
-
Help/Support Removing Save > Real Boxing 2: Creed
ITz_kser replied to Runeterra's topic in Help & Support
You mean: you want to restart your progress in a game but you don't know how right? Maybe you can remove some files in the Documents folder for the game Or you can try the keychain method -
Do you have openssh
-
Help/Support Errors when trying to make a package!
ITz_kser replied to Juku's topic in Help & Support
So did you add TARGET = iphone:clang:latest:latestAlso try TARGET = iphone:clang:latest:8.1to your Makefile?Anyway I think you did -
From where did you install it?maybe you can use prefdelete
-
Help/Support Errors when trying to make a package!
ITz_kser replied to Juku's topic in Help & Support
He just want to see if you really have SDKSo you got a new error? What is the new error? -
[TUTORIAL] How To Hack Using Mobile Substrate (Method Hooking)
ITz_kser replied to EvillyG00d's topic in Tutorials
What's the error -
Help/Support How find headers using Flex 2 or Class Dump?
ITz_kser replied to Juku's topic in Help & Support
you need to start a project and manually write the functions and the returns -
Help/Support How find headers using Flex 2 or Class Dump?
ITz_kser replied to Juku's topic in Help & Support
if you mean you want to make a tweak/patcher then you need to install theos first -
probably, also the (id) can be returned like number or UIcolor or String or Date but you can't find the ID for the item except if you're lucky
-
Help/Support How find headers using Flex 2 or Class Dump?
ITz_kser replied to Juku's topic in Help & Support
you're welcome anyway class dump like Flex but Flex is easier also you can test the functions from Flex and you're able to change the returns and arguments easily with Flex so Flex is better -
Help/Support How find headers using Flex 2 or Class Dump?
ITz_kser replied to Juku's topic in Help & Support
i think the class-dump like flex right? here tutorial for class-dump here Flex tutorial here -
Help/Support Can't Jailbreak my iPhone 4(7.1.2)
ITz_kser replied to gjtharan's topic in Help & Support
did you run it as adminstrator? try to change the date on your iDevice to Jun 2, 2014 -
Help/Support Disassembled code in IDA does not match that in GDB/LLDB
ITz_kser replied to infernusdoleo's topic in Help & Support
if it the ASLR then you can remove it easily also is your binary cracked? because the cracking tools normally remove the ASLR also thin your binary before using IGG to know the address if you didn't before sign the binary and make the permissions 777 also the binary need to be cracked before use it in IDA also thin it -
Help/Support Disassembled code in IDA does not match that in GDB/LLDB
ITz_kser replied to infernusdoleo's topic in Help & Support
Did you get the correct address from IGG/GP? Also the LLDB address isn't always the hackable function look around it and you can breakpoint the function to see if it correct or not