-
Posts
4,939 -
Joined
-
Last visited
Everything posted by Ted2
-
If you pm me it, I can make sure to remember to have a look. Otherwise i'm afraid I'll forget.
-
The link you added is forbidden it says. But give us the link of your created .ipa instead.
-
Oehh, 2x vpn cheats. Awesome thankyou mate!
-
IIRC Candy Crush Saga.
-
Please, add the link of the app to your request, tell us if you need the hack for a jailbroken or non jailbroken device.
-
Gj. Mark first reply solved
-
https://iosgods.com/forum/19-hack-requests/
-
You used the right bundle id in your plist? No typo made? also you got +(bool), does it give you that in Flex too?
-
Help/Support Any Flex2 like program under windows?
Ted2 replied to Anonymonk's topic in Help & Support
I don't think so. The closest thing is loading the binary of the app/game into ida i think. -
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
-
Using itunes (if 10.3.1 is still signed)
-
Pm me your project again
-
Have you changed the bundle id i told you about?
-
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
-
Will have a look ?
-
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
-
Did you use the right bundle id in your folder? Pm me your project
-
good, mark solved.
-
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.
-
Please leave the iTunes link behind since thete are multiply versions of Candy Crush. Saga, soda saga, jelly saga etc.
-
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
-
I can't says armconverter max I can do is 15