-
Posts
132 -
Joined
-
Last visited
Everything posted by Haidar_phantom
-
it always crashes for me for some reason.!! in my game im patching the offset of it with C0***FD6 (ret) only! maybe because the script doesnt support like this way? my script is ActiveCodePatch("Frameworks/UnityFramework.framework/UnityFramework", 0x259BC62, "C0***FD6"); if i patched unity framework from ida the patch work perfectly but in H5GG and your method it failed not crash at launch. but it crashes with the location of my patch it self i tried it on 16.2 and 14.8 jailbroken and it is the same issue. i tried 2 games btw
-
Hello, This is my First Game Hack I hope you like it. Modded/Hacked App: Star Chef 2: Restaurant Game Bundle ID: com.99games.starchef2 iTunes Store Link: https://apps.apple.com/us/app/star-chef-2-restaurant-game/id1437231181?ppid=a47fe977-b2cb-4a2f-86d3-271713ebde1e Mod Requirements: - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch. - Sideloadly / Cydia Impactor or alternatives. - A Computer Running Windows/macOS/Linux with iTunes installed. Hack Features: - Unlimited Coins - Unlimited Cash - Freeze Coins - Freeze Cash iOS Hack Download Link: PC Installation Instructions: STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress. STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic. STEP 3: Download Sideloadly and install it on your PC. STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up. STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application. STEP 6: You will now have to enter your iTunes/Apple ID email login, press 'Start' & then you will be asked to enter your password. Go ahead and enter the required information. STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. STEP 8: 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 9: 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. Important Note : - Play Wisely so you won't get banned Credits: - Haidar_Phantom Cheat Video/Screenshots: https://ibb.co/JkdHbW3
-
Hello everyone, i'm few steps away from posting Non-Jailbroken games here for IosGods community & Special thanks for all members for the great Tutorials. i'm Actually having only one problem that i want to ask and receiving a great answer ( i hope that ). is that how to update the hack for games ( Unity, Binary ) hack for games if there is a new version of the game is released? should i decrypt the game and update unity and metadata again using https://armconverter.com/il2cppdumper ? and make the hack from the beginning ? or there is another way and faster way? and what about the games that is not using Unity Frameworks? i hope there is a faster way to update the games? Because the addresses is different when a new update is released IM using IDA PRO for hacking Waiting Your Answers. Thank you all.
-
Yay
-
Non-Jailbroken Hack Dead Trigger 2 v2.4.0 Jailed Cheats +10
Haidar_phantom replied to Laxus 's topic in Free Non-Jailbroken IPA Cheats
I can’t download anything from the store is there a problem ? Im using Sideloadly ipa download it tells me failed to download -
Mod Menu Hack [ARM64] Mojo - Stories Editor Modded (All Versions) +1
Haidar_phantom replied to Laxus 's topic in Free Jailbreak Cheats
Release an update or close this topic for good. -
Yyyyyyy
-
Thanks
-
Tutorial How To Duplicate Apps On Electra Jailbreak
Haidar_phantom replied to iGods's topic in Tutorials
Yyyyy -
im new in programming and have a project with wkwebkit written is swift 3 that load page with an ipa file in a url but the wkwebkit cant install the app unlike the uiwebview this is the code import UIKit import WebKit var WEB : WKWebView! class FirstViewController: UIViewController , WKNavigationDelegate { override func viewDidLoad() { super.viewDidLoad() let myBlog = "https://www.pgyer.com/EcCK" let url = NSURL(string: myBlog) let request = URLRequest(url: url! as URL) // init and load request in webview. WEB = WKWebView(frame: self.view.frame) WEB.navigationDelegate = self WEB.load(request) self.view.addSubview(WEB) self.view.sendSubview(toBack: WEB) } override var prefersStatusBarHidden: Bool { return true } override func didReceiveMemoryWarning() { super.didReceiveMemoryWarning() // Dispose of any resources that can be recreated. } func webView(_ webView: WKWebView, decidePolicyFor navigationResponse: WKNavigationResponse, decisionHandler: @escaping (WKNavigationResponsePolicy) -> Void) { if let urlResponse = navigationResponse.response as? HTTPURLResponse, let url = urlResponse.url, let allHeaderFields = urlResponse.allHeaderFields as? [String : String] { let cookies = HTTPCookie.cookies(withResponseHeaderFields: allHeaderFields, for: url) HTTPCookieStorage.shared.setCookies(cookies , for: urlResponse.url!, mainDocumentURL: nil) decisionHandler(.allow) } } }
-
TuT How to install trybreakwifi v1.0.5 without error 256
Haidar_phantom replied to hao's topic in Tutorials
thanks -
Hack [Educational] WiFi Password Hack Very easy for iOS
Haidar_phantom replied to abidfaster's topic in DIY Cheats
i will check it -
Help/Support Help required about UIAlert no jailbreak
Haidar_phantom replied to Haidar_phantom's topic in Help & Support
I need to inject like this message to an exsisting app and works without jailbreak can someone teach me how to do it in mac ?? -
Help/Support Help required about UIAlert no jailbreak
Haidar_phantom posted a topic in Help & Support
hello i want to know how to make these alerts or messages to apps without jailbreak how to inject the ipa with it could any one explain that to me please Thank you! -
Tutorial How to Install Theos-jailed on Mac! 2017
Haidar_phantom replied to Gav1474's topic in Tutorials
im stuck in this step cd /user/gav1474 the directory is not found -
DIY Hack How to clone Apps and games iOS +9 NO JAILBREAK
Haidar_phantom replied to Samollthecamel's topic in DIY Cheats
Thx -
DIY Hack Earn 15$ in 2/3 hours (Amazon,Xbox,iTunes,PayPal)
Haidar_phantom replied to Ninaa8898's topic in DIY Cheats
Checking -
Hi