Jump to content

Amuyea

ViP Pro
  • Posts

    11,503
  • Joined

  • Last visited

Everything posted by Amuyea

  1. I don't know if author still doing this or not because it's filled with requests.. /Locked
  2. Then you can wait. I decided this since a month ago. Because many members annoy me with PM, updates plz etc. FYI, I have University Life so you can understand now or not?
  3. I release the VIP first then non-vip version after 1 day
  4. Why you want it to be removed?
  5. "uncode" what? They only updated yestersday. That's not long
  6. Oh it supposed to be empty right?
  7. Depends on who created it. Most of NJB ipa are for VIP NJB members.
  8. Welcome to iOSGods! Spill the beans about @KFCzZz
  9. %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
  10. It's not updated for new version. Cydia -> Installed
  11. Cydia Impactor only installs ipa on your phone. If author or someone else hack the game and modify the IPA. THEN you can
  12. He is member here, have you got the permission to post his video on here?
  13. Did it gives you error when you install the deb with ifile or filza file manager?
  14. More information is required to help you better. Link to thread
  15. I already fixed, have you replaced it already?
  16. Nice Video code is wrong - fixed
  17. 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(**)"
  18. 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
  19. Ask Dad.
  20. Since they don't provide it etc. I guess you have to copy/paste it
×
  • 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