Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. good, mark solved.
  2. 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.
  3. Please leave the iTunes link behind since thete are multiply versions of Candy Crush. Saga, soda saga, jelly saga etc.
  4. 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
  5. I can't says armconverter max I can do is 15
  6. 5c is 32 bit. But you can not downgrade since you didn't save blobs.
  7. 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!
  8. You've to save them with a program, if you didn't you can't save it from an older version.
  9. 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
  10. 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
  11. Do you also 'lock' your device when you clicked the button called 'close' on the allert when you click 'go' ?
  12. If you don't know where they are, you don't have them so you can not downgrade.so, Mark solved please
  13. You can't, since Apple doesn't sign those firmwares anymore. Maybe if you have saved your BLOBS on x32 devices I thought.
  14. It's locked. That means it's not working or some other issues.
  15. https://iosgods.com/topic/50744-16-gb-iphone-cant-install-certain-tweaks-and-apps-heres-a-solution/
  16. When you get hit in won't effect your health or maybe a little. Not sure
×
  • 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