Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. Remove the UIAlert part & try again.
  2. Hey! Just saying, you request a hack for ViP, while you're not.. So that means IF it gets filled, you can not even download it.
  3. Not really needed for armv7, the binary I upload has aslr removed. Although I'll add it to my topic, thanks.
  4. Modify the tweajk.xm then ssh into your project type 'make package'
  5. The tweak.xm &preferences.plist get's created when setting up a project. Depends on where you set up your project, if you''re at cd/var/root in SSH, it will be in /var/root/'projectname' If you're at cd /var/mobile, it will be in /var/mobile/'projectname' The deb file will be created in your project folder once you ran the 'make package' command.
  6. https://github.com/theos/sdks
  7. Search forum first lol
  8. Your Code: %hook PromoteViewController -(void)goBuyViews:(int)arg1 numbercoins:(int)arg2 { %orig (arg2, 5); <--> Return arg2 as normal & return arg 1 as 5 } %end The code you want: %hook PromoteViewController -(void)goBuyViews:(int)arg1 numbercoins:(int)arg2 { %orig (arg1, 5); <--> return arg1 as normal & return arg2 as 5. } %end You switched them, wile you think the one effects the other.
  9. No. You do have written now 'return arg2 as normal & return arg1 as 5, which you said you didn't want. this line of code is for all arguments in a function %orig (arg1, arg2, arg3, arg4) So if you need to make arg1 return orignal & arg2 as 5, you do this: %orig (arg1, 5)
  10. %hook PromoteViewController -(void)goBuyViews:(int)arg1 numbercoins:(int)arg2 { %orig (arg1, 5); <----> Now it returns arg1 as what it is normally & returns argument 2 as 5, if you dont want to change both, change 5 to arg2 } %end
  11. com.quickturtle.EmployeeSurvival-en Requires: iOS 7.0 or later. Price: Free Updated: 2017-03-03T22:37:58Z iTunes URL: https://itunes.apple.com/us/app/dont-get-fired/id1008957297?mt=8&uo=4&at=1010lce4 Requirements: - Jailbroken or Non-Jailbroken iPhone/iPad/iPod Touch. - Cydia Impactor. - A Computer Running Windows/Mac/Linux. Hack Features: - Coins (spend some) I know there is a savegame cheat, but someone requested it for iOS 10, so I made this .ipa for him. Hack Download Link: [Hidden Content] Installation Instructions: STEP 1: Uninstall the app if you have it installed on your iDevice. 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. STEP 3: Download Cydia Impactor and extract the archive. STEP 4: Open/Run Cydia Impactor on your computer then connect your iOS Device and wait until your device name shows up on Cydia Impactor. STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Cydia Impactor application. STEP 6: You will now be asked to enter your iTunes/Apple ID email login & then your password. Go ahead and enter the required information.. STEP 7: Wait for Cydia Impactor 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 now need to go to your Settings -> General -> Profiles & 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 instructions inside the hack's popup in-game. NOTE: For free Apple Developer accounts you will need to repeat this process every 7 days. Using a disposable Apple ID for this process is suggested but not required. Jailbroken iDevices can skip using Cydia Impactor and just install the IPA mod with AppSync from Cydia. If you have any questions or problems, read our Cydia Impactor topic and if you don't find 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. Credits: - @Ted2 Cheat Video/Screenshots: N/A
  12. @BigDaddy284
  13. Hey! If you came here wondering how you create a port23 for lldb using iFunbox, you're at the right place. You need to have place the debugserver file from this topic by @DiDA first. Then IF you're on Windows 10 you follow the video from below. Lower windows, should be able to run mux.exe, if not watch my video also. Video: Credits: @Ted2
  14. I'm gonna make the tutorial right now.
  15. Will make a tutorial on how to do on windows soon (create a port). On mac, you just need terminal. I linked a mac tutorial, in the requirements. Have a look at that
  16. Requested Award: Bulletin Proof: https://iosgods.com/topic/56818-ida-lldb-tutorial-noob-friendly/
  17. Hi, Normally I unban/reset my account using the keychain.db method, using the genp command. Now, I can't find the code for the game I have. For example, this is the code of another game: GW8WLE43LG.zombiegun3d the package name, binary name or anything related ain't there in the keychain.db (i used pc to search too) Is there another way to find out, cause I see some other strange things too. Like this: Q9SM2F33Y6.* Thankyou in advanceee
  18. Ahh, X23,W23 instead of X29&W29?
  19. R7 holds that value I guess. Well, they say it holds 803million, while I get the number from above most of the time if i remember correctly lol.
  20. Watchpoints don't work on gdb. Gdb is connects within seconds, lldb not. Lldb supports arm64, which gdb doesn't
  21. Change it to 777. Those are the right premissions
  22. @Goran this is not Coin Dozer, coin dozer will be in my more 'advanced tutorial' the watchpoints you get from coin dozer, are not directly the right addresses. So that's why I'll cover that in my more advanced & it will be a video.
×
  • 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