-
Posts
11,503 -
Joined
-
Last visited
Everything posted by Amuyea
-
Help/Support Just a little help with a flex conversion to hook
Amuyea replied to Gav1474's topic in Help & Support
No problem -
Welcome to iOSGods! Spill the beans about @KFCzZz
-
Help/Support Just a little help with a flex conversion to hook
Amuyea replied to Gav1474's topic in Help & Support
%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 -
It's not updated for new version. Cydia -> Installed
-
Cydia Impactor only installs ipa on your phone. If author or someone else hack the game and modify the IPA. THEN you can
-
Did it gives you error when you install the deb with ifile or filza file manager?
-
More information is required to help you better. Link to thread
-
APK Mod Despicable Me: Minion Rush v4.1.0h +5
Amuyea replied to Goggwell's topic in Free Android Modded APKs
Nice -
I already fixed, have you replaced it already?
-
Nice Video code is wrong - fixed
-
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(**)"
-
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
-
Ask Dad.
-
Since they don't provide it etc. I guess you have to copy/paste it
-
https://iosgods.com/topic/10881-tutorial-right-way-to-post-images/
-
Help/Support Cydia Impactor - Stuck on Verifying Application
Amuyea replied to Zaraf's topic in Help & Support
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? -
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
-
Wtf, It's not even 2 weeks :|
-
Help/Support Infinity Blade 3 Save file transfers not working!
Amuyea replied to Za_Arch's topic in Help & Support
The game may be updated after the SAV for specific version -
Welcome to iOSGods! Enjoy your stay