Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. Mark solved
  2. Never said I didn't, although I still debug even using the tool
  3. You don't really need to know any coding languages. You'll need to understand the basic instructions first, ADD(s), SUB(s), MOV(s), STR, LDR. You'll need to know how to work with registers (r1, r2, r3). Although that's not always true, lots of people don't debug cause they use tools all instructions work from right to left, except a STR. So if for example R5 holds the gold reward & R1 is our normal gold. ADD R1, R5 --> ADD R5(reward) into R1(our gold) OR STR R5, R1 (SToRe R5(reward) into R1(gold) Once you understand those things, it will be easier & easier
  4. #include <substrate.h> %hook XBXAchievement -(BOOL)isSecret { return FALSE; } %end %hook XBXAchievement -(void)setIsSecret:(BOOL)arg1 { arg1 = FALSE; return %orig; } %end %hook XBXSLSAchievementTileLocator +(id)getTileSubPath:(id)arg1 dimensions:(unsigned short)arg2 achieved:(BOOL)arg3 secret:(BOOL)arg4 { //Added arg4 after BOOL arg3 = FALSE; arg4 = FALSE; return %orig; } %end %hook XBXSLSAchievementTileLocator +(id)getTileLocationForImageId:(unsigned int)arg1 fromTitleId:(unsigned int)arg2 achieved:(BOOL)arg3 secret:(BOOL)arg4 { //Added arg4 after BOOL arg3 = FALSE; arg4 = FALSE; return %orig; } %end %hook XBXSLS360TitleAchievementsResponse -(id)getAchievementImageUrl:(unsigned int)arg1 titleId:(unsigned int)arg2 achieved:(BOOL)arg3 secret:(BOOL)arg4 { //Added arg4 after BOOL arg3 = FALSE; arg4 = FALSE; return %orig; } %end You were close, you forgot to add arg4 in the function name but did return it
  5. If it's a ModMenu, which most hacks are now. You tap three fingers on screen after like 10 secs you opened the game. Also see in Cydia if it says the hack has been installed.
  6. Just filled a request for 4 people who wanted it ?
  7. if don't substract is also enabled while unlimited is enabled, then it won't work. Disable freeze if you want unlimited.
  8. Tiny Rails By Tiny Titan Studios v1.5.6 Requires: iOS 7.0 or later. iTunes URL: https://itunes.apple.com/us/app/tiny-rails/id1159072426?mt=8&uo=4&at=1010lce4 Hack Requirements: - Jailbroken or Non-Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. Hack Features: - Unlimited Gold - Unlimited Gems NOTE: When applying this hack, you start from scratch. Hack Download Link: [Hidden Content] Installation Instructions: STEP 1: Open the app, play it for a bit then close it from multitasking/app switcher. STEP 2: Download the modded file(s) from the download link above. STEP 3: Unzip if necessary then copy & paste the files/folders to: For users on iOS 7 and lower: /User Applications/AppName using iFunBox or /var/mobile/Applications/AppName using iFile/Filza. Jailbroken or Non-Jailbroken iOS 8 and lower, Jailbroken iOS 9, iOS 10 and higher users: /User Applications/AppName using iFunBox or /var/mobile/Containers/Data/Application/AppName using iFile/Filza. Non-Jailbroken iOS 8.3, 8.4, 9.0, 10.0 and higher need to follow this tutorial: How to Apply Save Game Cheats on Latest iOS Versions! STEP 4: Overwrite the old files with the new hacked ones then open the app. NOTE: It is highly suggested that you backup your original app files before replacing them with these modified ones. If you have any questions or problems, read our 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. Credits: - @Ted2 Hack Screenshots:
  9. You can hack it in motr ways
  10. I'll try this when I have some time! Can't wait to try this
  11. + there already hack lmao
  12. Yea sure why nit
  13. Yea that might be it
  14. Maybe you have to revoke certificates.
  15. Sometimes games show damage, like when you hit somebody there is a number above them. You can sometimes even toggle this ON/OFF in settings of the game. Health, in games health starts sometimes like 4167 & every time you get hit the number will change. Also when the match just started, you can search for '100' (health is 100%) . When you die, search '0' , when you're spawned again search '100'. Do this until you get one match. The latest option for health works on this game, but health is linked. ofc doesnt work on any game. You can also try fuzzy search
  16. Will look into it when im home. Thanks for feedback
×
  • 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