Jump to content

Amuyea

ViP Pro
  • Posts

    11,503
  • Joined

  • Last visited

Everything posted by Amuyea

  1. Welcome to iOSGods! Spill the beans about @KFCzZz
  2. %hook UBAddress -(void)setDisplayTitle:(id)arg1 { %orig; arg1 = xxx; } %end xxx must be Null or nothing like Null %hook UBAddress -(void)setDisplayTitle:(id)arg1 { %orig; arg1 = null; // null or nil } %end Or Nothing %hook UBAddress -(void)setDisplayTitle:(id)arg1 { %orig; } %end
  3. It's not updated for new version. Cydia -> Installed
  4. Cydia Impactor only installs ipa on your phone. If author or someone else hack the game and modify the IPA. THEN you can
  5. He is member here, have you got the permission to post his video on here?
  6. Did it gives you error when you install the deb with ifile or filza file manager?
  7. More information is required to help you better. Link to thread
  8. I already fixed, have you replaced it already?
  9. Nice Video code is wrong - fixed
  10. Because there are tutorials for flex to deb. void can be empty, nil or null idk about id you needed Bool always be True or False And the args, you need to set arg. Instead "orig(**)"
  11. Your Tweak.xm is wrong %hook UBTripAddressesViewController -(BOOL)_allowsAddressesViewController { return TRUE; } %end %hook UBTripAddressesView -(BOOL)shouldDisplayDropoff { return TRUE; } %end %hook UBTrippAddressesView -(void)_updateDropoffContentEdgeInsets { } %end %hook UBEarningsTrip -(id)dropoffAddress { return %orig(); } %end %hook UBTrip -(id)dropoffLocation { return %orig(); } %end %hook UBSecondaryDispatchView -(BOOL)showPickupAndDropoffAddress { return TRUE; } %end %hook UBSecondaryDispatchDefaultAcceptView -(BOOL)showPickupAndDropoffAddress { return TRUE; } %end %hook UBOnTripMapViewController -(BOOL)_allowsDropoffLocationToBeShown { return TRUE; } %end %hook UBTripAddressesView -(BOOL)shouldDisplayPickup { return FALSE; } %end %hook UBNavigationInfoViewController -(void)_updateDisplayForDisplay { } %end %hook UBNavigationInfoViewController -(void)_updateDisplay { } %end %hook UBTripAddressesViewController -(void)_updateDisplayForDisplay { } %end %hook UBTripAddressesViewController -(void)_updateDisplay { } %end %hook UBSecondaryDispatchDefaultAcceptView -(void)setShowPickupAndDropoffAddress:(BOOL)arg1 { %orig; arg1 = TRUE; } %end %hook UBTripAddressesView -(void)setDropoffAddressText:(id)arg1 isEnabled:(BOOL)arg2 { %orig; arg2 = TRUE; } %end %hook UBSecondaryDispatchView -(void)setShowPickupAndDropoffAddress:(BOOL)arg1 { %orig; arg1 = TRUE; } %end
  12. Ask Dad.
  13. Since they don't provide it etc. I guess you have to copy/paste it
  14. https://iosgods.com/topic/10881-tutorial-right-way-to-post-images/
  15. It can be the IPA is big so it will take a lot of time or that the IPA file is courrupted. How can you know that?
  16. 1. As he said above 2. Not really, for NJB things. You need to know what you are doing, and it's complicated compared to JB
  17. Wtf, It's not even 2 weeks :|
  18. The game may be updated after the SAV for specific version
  19. Welcome to iOSGods! Enjoy your stay
  20. Credit someone if you took it from internet.
  21. No, I meant that iTunes link is same as other post so you need to put correct one.
  22. Why same link as https://iosgods.com/topic/41281-power-clean-clean-duplicate-photos-scan-network-hack/ ?
×
  • 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