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