-
Posts
4,939 -
Joined
-
Last visited
Everything posted by Ted2
-
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
-
So I've never worked with vectors, so I read @shmoo his tutorial on it. But I'm not sure what to do. This is the code: VMOV.F64 D16, #2.0 <-------> STR R0, [SP,#0x3C] STR.W R0, [R5,#0xCF4] MOV R0, #(cfstr_Acceleration_0 - 0x392CE4) ADD R0, PC ; "acceleration" STR.W R0, [R5,#0xCBC] VMOV R2, R3, D16 ????? LDR.W R10, [SP,#0x98] LDR.W R0, [R11] MOV R1, R10 BLX.W _objc_msgSend MOV R7, R7 BLX.W _objc_retainAutoreleasedReturnValue The one marked with <------> is the correct value, but I need to set it to like to #100+. The one marked with ??? calls the VMOV.F64 (i think, it's the only function with D16 in it) So how would I set the first function to #100? Thankyou in advance!
-
[Offsets (not STR R7 for everything :P)]Indestructible v3.0.1
Ted2 replied to a topic in Coding Center
thnxxx -
tthankyou
-
Mod Menu Hack Light: Fellowship of Loux By Com2uS +2 Cheats
Ted2 replied to cz1993's topic in Free Jailbreak Cheats
Nicee -
You've to save them with a program, if you didn't you can't save it from an older version.
-
Hey, first of all, if you need any help or support. You'll have to make a topic in the help/support forum: https://iosgods.com/forum/27-help-support/ Also please tell us some info, did you use a hack? Are you on ios or android? What game is it? Etc. thankyou
-
Help/Support iOS 9.3.3 Jailbreak! No Cydia app, No respring!
Ted2 replied to InoXtiC's topic in Help & Support
You factory reset your phone, this means you'll have to rejailbreak. So you'll need the jailbreak tool, not the 'go into jb mode' tool -
Help/Support iOS 9.3.3 Jailbreak! No Cydia app, No respring!
Ted2 replied to InoXtiC's topic in Help & Support
Do you also 'lock' your device when you clicked the button called 'close' on the allert when you click 'go' ?