Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. Does it work for you? Just tried it, but still wrong offset
  2. thankyou!
  3. MShook in ida, like the __Zblablafunction way. Flex doesn't work No code injection
  4. Hi, So I have set up lldb etc. I read about thining & removing aslr. But what if the game only has arm64 ? I read somewhere removing aslr would crash the binary, if your phone loads arm64... How would I get the right offset in for ida then? Thankyou in advance
  5. Not sure, it works on the latest. I saw someone had a hack that was closed, probs because it wasn't working. That's why this update, only tested it at latest version
  6. Hacked app: Kim Kardashian: Hollywood By Glu Games Inc v6.6.0 iTunes link: https://itunes.apple.com/us/app/kim-kardashian-hollywood/id860822992?mt=8&uo=4&at=1010lce4 Bundle ID: com.glu.stardomkim Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). Hack Features: - Infite Cash (earn some) - Infite Energy (earn some) - Infite Stars (earn some) - Infite RomPoints (earn some) - Infite ProfPoints (earn some) - Anti Cheat** **: The game might set cash too 0, close & reopen the app & you'll have cash hack again. Hack Download Link: [Hidden Content] Installation Instructions: STEP 1 Download the .deb Cydia hack 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 .deb 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. Make sure it successfully installs, otherwise see the note below. STEP 6 Enjoy the hack NOTE If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions topic. If you still haven't found a solution, post your issue down 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. INFO While testing the hack, recode it & test it over & over again, I think this is the best outcome. I tried to get it in a patcher, but this wasn't working how it's supposed to. So please leave any bugs if you found one. Thankyou! Credits @Ted2 for hack @Zimon for sexy Popup
  7. If you're having issues with the jbme: visit https://jbme.qwertyoruiop.com/exec and https://jbme.qwertyoruiop.com/loader and make sure your ISP is not blocking them
  8. command + del the folder will do.
  9. yea, delete that one & reinstall^
  10. -_______-
  11. Wut? Where Do i say that? i ony sad I think you can hack sub_x games too.
  12. Modded non modded, doesn't mater. Gotta take a look to see what it can be
  13. Did you delete the current JB app? If not do it & then try the website again.
  14. Hello Everyone! In this tutorial I'll try to explain as good as possibile how to make a non jailbroken hacked ipa. I expect you to have a little knowledge for how to install things from GitHub. Requirements: Link for Theos: https://github.com/theos/theos/wiki/Installation I suggest you not to install it to /opt, since this can give you some installation struggle with theos jailed. I have it installed into /users/joey/projects. Once you've set up theos onto your mac, we need to get theos jailed. Link for theos-jailed:https://github.com/kabiroberai/theos-jailed Once you downloaded it, you'll need to do the following: 1. Unzip the file you downloaded 2. Double Click the 'install' file. note: if this gives you a error, this is probably because theos is installed somewhere else than theos-jailed thinks fix it by running this code in terminal: Cd into your unzipped theos-jailed folder cd /path/to/unzipped/theos/jailed/folder --> for me it would be cd /users/joey/desktop/theos-jailed-master, cause I installed it here. Run this command in the folder: export THEOS=/absolute/path/to/theos --> for me it would be export THEOS=/users/joey/projects/theos. now double click install again & it should work. Installation is done now! So, you installed it, now we need to setup a project like you normally would on your phone, but now in terminal which is: /path/to/theos/bin/nic.pl --> for me it would be /users/joey/projects/theos/bin/nic.pl You'll get this: Choose 'iphone/jailed', which would be number 7 for me. It will ask you some questions how you wanna call it etc, do this good. Especially the 'path to .ipa'. Now you'll get 2 simple files. 1. Tweak.xm 2. Make file Now you'll write your tweak how you normally would & make changes to your makefile if you want to. I'm pretty sure you can not only hack with hooks, since ZahirSher made a Injustice 2 non jailbroken .ipa hack too & this is sub_x. You should need to setup WriteData.h like you normally would and add this into your tweak.xm. Once you build your tweak, you'll need to cd into the location of your tweak: cd /path/to/your/tweak/folder What you'll need to do now, is run this command in terminal: 'Make Info' This is where you need xCode, terminal will give you the instructions what to do in terminal etc. Once everything is done in xCode, it will give you the command to install your hacked .ipa (cd into your project again) Command: Make Package Install Profile='profilemadewithxcode' Now it's on your phone & you can get the full .ipa using iFunbox etc. There is also another way, for this you'll need AppSigner & Cydia Impactor The 'Payload' folder will be located here: '/path/to/your/tweak/folder/.theos/_/Payload' In the PayLoad folder, you''ll see a file that ends with .app Drag that file into AppSigner, rename things you wanna rename & sign it. It will ask you where you wanna save it, that's up to you. Once it's done, install it using Cydia Impactor! Enjoy! Credits: @Ted2 for tutorial kabiroberai for theos-jailed If you have a question, ask below & I'll try to answer. I'm not a expert, but maybe I can help.
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines