Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. If you pm me it, I can make sure to remember to have a look. Otherwise i'm afraid I'll forget.
  2. The link you added is forbidden it says. But give us the link of your created .ipa instead.
  3. Oehh, 2x vpn cheats. Awesome thankyou mate!
  4. IIRC Candy Crush Saga.
  5. Please, add the link of the app to your request, tell us if you need the hack for a jailbroken or non jailbroken device.
  6. Gj. Mark first reply solved
  7. https://iosgods.com/forum/19-hack-requests/
  8. You used the right bundle id in your plist? No typo made? also you got +(bool), does it give you that in Flex too?
  9. I don't think so. The closest thing is loading the binary of the app/game into ida i think.
  10. The not able to download from appstore can be so much diffrent problems, but try one of those: 1. Go to settings - general - language & region 2. Change to a random one & change it back to yours 3. Test other method 1. Turn on 'requires password for free apps' in the settings - itunes & appstore. again another method 1. Kill the App Store: Double tap the Home button, then swipe up on the App Store app 2. Restart the phone: Hold Home and Power buttons for about 5 seconds until phone reboots and Apple logo appears 3.Log out of App store and then sign back in: Settings > iTunes & App Store > AppleID, then Sign Out 4.Reset All Settings: Settings > General > Reset > Reset All Settings NOTE: This will delete lots of settings but NOT your data
  11. The error of cydia impactor is probably because you already installed over 3 apps using cydia impactor. also try to install a app using iTunes on your pc to see if that works.
  12. Using itunes (if 10.3.1 is still signed)
  13. Pm me your project again
  14. Have you changed the bundle id i told you about?
  15. try this: #import <substrate.h> #import <Foundation/Foundation.h> %hook UBTripAddressesViewController -(bool)_allowsDropoffLocationToBeShown { return true; } %end %hook UBOnTripMapViewController -(bool)_allowsDropoffLocationToBeShown { return true; %end } %hook UBTripAddressesView -(bool)shouldDisplayDropoff { return true; } -(void)setDropoffAddressText:(id)arg1:(bool)arg2 { arg2 = true; } -(bool)shouldDisplayPickup { return false; } %end %hook UBSecondaryDispatchView -(void)setShowPickupAndDropoffAddress:(bool)arg1 { arg1 = true; } -(bool)showPickupAndDropoffAddress { return true; } %end %hook UBSecondaryDispatchDefaultAcceptView -(bool)showPickupAndDropoffAddress { return true; } %end %hook UBAppConfig -(void)setShowPickupRejectButton:(bool)arg1 { return true; } -(void)ShowPickupRejectButton:(bool)arg1 { return true; } %end
  16. Will have a look ?
  17. Right tweak.xm: #import <substrate.h> #import <Foundation/Foundation.h> %hook UBTripAddressesViewController -(bool)_allowsDropoffLocationToBeShown { return true; } %end %hook UBOnTripMapViewController -(bool)_allowsDropoffLocationToBeShown { return true; %end } %hook UBTripAddressesView -(bool)shouldDisplayDropoff { return true; } -(void) setDropoffAddressText:(id)arg1:(bool)arg2 { arg2 = true; } -(bool)shouldDisplayPickup { return false; } %end %hook UBSecondaryDispatchView -(void)setShowPickupAndDropoffAddress:(bool)arg1 { arg1 = true; } -(bool)showPickupAndDropoffAddress { return true; } %end %hook UBSecondaryDispatchDefaultAcceptView -(bool)showPickupAndDropoffAddress { return true; } %end %hook UBAppConfig -(void) setShowPickupRejectButton:(bool)arg1 { return true; } -(void) ShowPickupRejectButton:(bool)arg1 { return true; } %end Let me know how it goes
  18. Did you use the right bundle id in your folder? Pm me your project
  19. good, mark solved.
  20. You don't have to pass-trough it functions, since that means you won't use them. Anyways, try this: #import <substrate.h> #import <Foundation/Foundation.h> %hook UBTripAddressesViewController -(bool)_allowsDropoffLocationToBeShown { return true; } %end %hook UBTripAddressesView -(bool)shouldDisplayDropoff { return true; } -(void) etDropoffAddressText:(id)arg1:(bool)arg2 { arg2 = true; } -(bool)shouldDisplayPickup { return false; } %end %hook UBSecondaryDispatchView -(void)setShowPickupAndDropoffAddress:(bool)arg1 { arg1 = true; } -(bool)showPickupAndDropoffAddress { return true; } %end %hook UBSecondaryDispatchDefaultAcceptView -(bool)showPickupAndDropoffAddress { return true; } %end Edited the code, should work now.
  21. Please leave the iTunes link behind since thete are multiply versions of Candy Crush. Saga, soda saga, jelly saga etc.
  22. Ohh, yea can't do 17 either so I thought that was max but I just saw urs is max haha. Do you know how I can make t br able to like #100
  23. I can't says armconverter max I can do is 15
  24. 5c is 32 bit. But you can not downgrade since you didn't save blobs.
×
  • 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