Jump to content

Ang1ck

Member
  • Posts

    41
  • Joined

  • Last visited

Everything posted by Ang1ck

  1. Ty
  2. Yes, ----> com.ubercab.UberPartner
  3. I even use flexConvector and i got: #import <substrate.h> #import <Foundation/Foundation.h> %hook UBTripAddressesViewController -(bool) _allowsDropoffLocationToBeShown { return TRUE; } %end %hook UBTripAddressesView -(bool) shouldDisplayDropoff { return TRUE; } %end %hook UBTripAddressesView -(void) setDropoffAddressText:(id)arg1 isEnabled:(bool)arg2 { arg2 = TRUE; return %orig; } %end %hook UBTripAddressesView -(void) _updateDropoffContentEdgeInsets { return %orig; } %end %hook UBEarningsTrip -(id) dropoffAddress { return %orig; } %end %hook UBTrip -(id) dropoffLocation { return %orig; } %end %hook UBSecondaryDispatchView -(void) setShowPickupAndDropoffAddress:(bool)arg1 { arg1 = TRUE; return %orig; } %end %hook UBAppConfig -(void) setShowPickupRejectButton:(bool)arg1 { arg1 = TRUE; return %orig; } %end %hook UBSecondaryDispatchDefaultAcceptView -(void) setShowPickupAndDropoffAddress:(bool)arg1 { return %orig; } %end %hook UBAppConfig -(bool) showPickupRejectButton { return TRUE; } %end %hook UBSecondaryDispatchView -(bool) showPickupAndDropoffAddress { return TRUE; } %end %hook UBSecondaryDispatchDefaultAcceptView -(bool) showPickupAndDropoffAddress { return TRUE; } %end %hook UBOnTripMapViewController -(bool) _allowsDropoffLocationToBeShown { return %orig; } %end %hook UBTripAddressesView -(bool) shouldDisplayPickup { return TRUE; } %end %hook UBNavigationInfoViewController -(void) _updateDisplay { return %orig; } %end %hook UBNavigationInfoViewController -(void) _updateDisplayForDisplay { return %orig; } %end %hook UBTripAddressesViewController -(void) _updateDisplay { return %orig; } %end %hook UBTripAddressesViewController -(void) _updateDisplayForDisplay { return %orig; } %end %hook UberAppDelegate -(void)applicationDidBecomeActive:(id)arg { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Test Title" message:@"Test Message" delegate:nil cancelButtonTitle:@"Close Test Pop-Up"otherButtonTitles:nil]; [alert show]; [alert release]; %orig(); } %end i installed everything with no error. i follow this video: ; and hack not working ;( if using it on flex3 working perfect......... any idea?
  4. com.ubercab.UberPartner
  5. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>patches</key> <array> <dict> <key>UUID</key> <string>656AECC1-1818-4767-B75D-8659CA29C358</string> <key>apiVersion</key> <integer>2</integer> <key>appIdentifier</key> <string>com.ubercab.UberPartner</string> <key>author</key> <string>Angick</string> <key>cloudDescription</key> <string>Shows Drop off location of passenger</string> <key>cloudID</key> <integer>31925</integer> <key>downloadDate</key> <integer>1494729983</integer> <key>name</key> <string>f**k Uber</string> <key>switchedOn</key> <true/> <key>tableViewIndex</key> <integer>0</integer> <key>units</key> <array> <dict> <key>methodObjc</key> <dict> <key>className</key> <string>UBTripAddressesViewController</string> <key>displayName</key> <string>-(bool) _allowsDropoffLocationToBeShown</string> <key>prefix</key> <string>-</string> <key>selector</key> <string>_allowsDropoffLocationToBeShown</string> <key>typeEncoding</key> <string>B16@0:8</string> </dict> <key>name</key> <string>Unit for -(bool) _allowsDropoffLocationToBeShown</string> <key>overrides</key> <array> <dict> <key>argument</key> <integer>0</integer> <key>type</key> <dict> <key>subtype</key> <integer>0</integer> <key>type</key> <integer>6</integer> </dict> <key>value</key> <dict> <key>type</key> <integer>6</integer> <key>value</key> <true/> </dict> </dict> </array> </dict> <dict> <key>methodObjc</key> <dict> <key>className</key> <string>UBTripAddressesView</string> <key>displayName</key> <string>-(bool) shouldDisplayDropoff</string> <key>prefix</key> <string>-</string> <key>selector</key> <string>shouldDisplayDropoff</string> <key>typeEncoding</key> <string>B16@0:8</string> </dict> <key>name</key> <string>Unit for -(bool) shouldDisplayDropoff</string> <key>overrides</key> <array> <dict> <key>argument</key> <integer>0</integer> <key>type</key> <dict> <key>subtype</key> <integer>0</integer> <key>type</key> <integer>6</integer> </dict> <key>value</key> <dict> <key>type</key> <integer>6</integer> <key>value</key> <true/> </dict> </dict> </array> </dict> <dict> <key>methodObjc</key> <dict> <key>className</key> <string>UBTripAddressesView</string> <key>displayName</key> <string>-(void) setDropoffAddressText:(id) isEnabled:(bool)</string> <key>prefix</key> <string>-</string> <key>selector</key> <string>setDropoffAddressText:isEnabled:</string> <key>typeEncoding</key> <string>v28@0:8@16B24</string> </dict> <key>name</key> <string>Unit for -(void) setDropoffAddressText:(id) isEnabled:(bool)</string> <key>overrides</key> <array> <dict> <key>argument</key> <integer>2</integer> <key>type</key> <dict> <key>subtype</key> <integer>0</integer> <key>type</key> <integer>6</integer> </dict> <key>value</key> <dict> <key>type</key> <integer>6</integer> <key>value</key> <true/> </dict> </dict> </array> </dict> <dict> <key>methodObjc</key> <dict> <key>className</key> <string>UBTripAddressesView</string> <key>displayName</key> <string>-(void) _updateDropoffContentEdgeInsets</string> <key>prefix</key> <string>-</string> <key>selector</key> <string>_updateDropoffContentEdgeInsets</string> <key>typeEncoding</key> <string>v16@0:8</string> </dict> <key>name</key> <string>Unit for -(void) _updateDropoffContentEdgeInsets</string> <key>overrides</key> <array/> </dict> <dict> <key>methodObjc</key> <dict> <key>className</key> <string>UBEarningsTrip</string> <key>displayName</key> <string>-(id) dropoffAddress</string> <key>prefix</key> <string>-</string> <key>selector</key> <string>dropoffAddress</string> <key>typeEncoding</key> <string>@16@0:8</string> </dict> <key>name</key> <string>Unit for -(id) dropoffAddress</string> <key>overrides</key> <array/> </dict> <dict> <key>methodObjc</key> <dict> <key>className</key> <string>UBTrip</string> <key>displayName</key> <string>-(id) dropoffLocation</string> <key>prefix</key> <string>-</string> <key>selector</key> <string>dropoffLocation</string> <key>typeEncoding</key> <string>@16@0:8</string> </dict> <key>name</key> <string>Unit for -(id) dropoffLocation</string> <key>overrides</key> <array/> </dict> <dict> <key>methodObjc</key> <dict> <key>className</key> <string>UBSecondaryDispatchView</string> <key>displayName</key> <string>-(void) setShowPickupAndDropoffAddress:(bool)</string> <key>prefix</key> <string>-</string> <key>selector</key> <string>setShowPickupAndDropoffAddress:</string> <key>typeEncoding</key> <string>v20@0:8B16</string> </dict> <key>name</key> <string>Unit for -(void) setShowPickupAndDropoffAddress:(bool)</string> <key>overrides</key> <array> <dict> <key>argument</key> <integer>1</integer> <key>type</key> <dict> <key>subtype</key> <integer>0</integer> <key>type</key> <integer>6</integer> </dict> <key>value</key> <dict> <key>type</key> <integer>6</integer> <key>value</key> <true/> </dict> </dict> </array> </dict> <dict> <key>methodObjc</key> <dict> <key>className</key> <string>UBSecondaryDispatchView</string> <key>displayName</key> <string>-(bool) showPickupAndDropoffAddress</string> <key>prefix</key> <string>-</string> <key>selector</key> <string>showPickupAndDropoffAddress</string> <key>typeEncoding</key> <string>B16@0:8</string> </dict> <key>name</key> <string>Unit for -(bool) showPickupAndDropoffAddress</string> <key>overrides</key> <array> <dict> <key>argument</key> <integer>0</integer> <key>type</key> <dict> <key>subtype</key> <integer>0</integer> <key>type</key> <integer>6</integer> </dict> <key>value</key> <dict> <key>type</key> <integer>6</integer> <key>value</key> <true/> </dict> </dict> </array> </dict> <dict> <key>methodObjc</key> <dict> <key>className</key> <string>UBSecondaryDispatchDefaultAcceptView</string> <key>displayName</key> <string>-(void) setShowPickupAndDropoffAddress:(bool)</string> <key>prefix</key> <string>-</string> <key>selector</key> <string>setShowPickupAndDropoffAddress:</string> <key>typeEncoding</key> <string>v20@0:8B16</string> </dict> <key>name</key> <string>Unit for -(void) setShowPickupAndDropoffAddress:(bool)</string> <key>overrides</key> <array/> </dict> <dict> <key>methodObjc</key> <dict> <key>className</key> <string>UBSecondaryDispatchDefaultAcceptView</string> <key>displayName</key> <string>-(bool) showPickupAndDropoffAddress</string> <key>prefix</key> <string>-</string> <key>selector</key> <string>showPickupAndDropoffAddress</string> <key>typeEncoding</key> <string>B16@0:8</string> </dict> <key>name</key> <string>Unit for -(bool) showPickupAndDropoffAddress</string> <key>overrides</key> <array> <dict> <key>argument</key> <integer>0</integer> <key>type</key> <dict> <key>subtype</key> <integer>0</integer> <key>type</key> <integer>6</integer> </dict> <key>value</key> <dict> <key>type</key> <integer>6</integer> <key>value</key> <true/> </dict> </dict> </array> </dict> <dict> <key>methodObjc</key> <dict> <key>className</key> <string>UBOnTripMapViewController</string> <key>displayName</key> <string>-(bool) _allowsDropoffLocationToBeShown</string> <key>prefix</key> <string>-</string> <key>selector</key> <string>_allowsDropoffLocationToBeShown</string> <key>typeEncoding</key> <string>B16@0:8</string> </dict> <key>name</key> <string>Unit for -(bool) _allowsDropoffLocationToBeShown</string> <key>overrides</key> <array/> </dict> <dict> <key>methodObjc</key> <dict> <key>className</key> <string>UBTripAddressesView</string> <key>displayName</key> <string>-(bool) shouldDisplayPickup</string> <key>prefix</key> <string>-</string> <key>selector</key> <string>shouldDisplayPickup</string> <key>typeEncoding</key> <string>B16@0:8</string> </dict> <key>name</key> <string>Unit for -(bool) shouldDisplayPickup</string> <key>overrides</key> <array> <dict> <key>argument</key> <integer>0</integer> <key>type</key> <dict> <key>subtype</key> <integer>0</integer> <key>type</key> <integer>6</integer> </dict> <key>value</key> <dict> <key>type</key> <integer>6</integer> <key>value</key> <false/> </dict> </dict> </array> </dict> <dict> <key>methodObjc</key> <dict> <key>className</key> <string>UBNavigationInfoViewController</string> <key>displayName</key> <string>-(void) _updateDisplayForDisplay</string> <key>prefix</key> <string>-</string> <key>selector</key> <string>_updateDisplayForDisplay</string> <key>typeEncoding</key> <string>v16@0:8</string> </dict> <key>name</key> <string>Unit for -(void) _updateDisplayForDisplay</string> <key>overrides</key> <array/> </dict> <dict> <key>methodObjc</key> <dict> <key>className</key> <string>UBNavigationInfoViewController</string> <key>displayName</key> <string>-(void) _updateDisplay</string> <key>prefix</key> <string>-</string> <key>selector</key> <string>_updateDisplay</string> <key>typeEncoding</key> <string>v16@0:8</string> </dict> <key>name</key> <string>Unit for -(void) _updateDisplay</string> <key>overrides</key> <array/> </dict> <dict> <key>methodObjc</key> <dict> <key>className</key> <string>UBTripAddressesViewController</string> <key>displayName</key> <string>-(void) _updateDisplayForDisplay</string> <key>prefix</key> <string>-</string> <key>selector</key> <string>_updateDisplayForDisplay</string> <key>typeEncoding</key> <string>v16@0:8</string> </dict> <key>name</key> <string>Unit for -(void) _updateDisplayForDisplay</string> <key>overrides</key> <array/> </dict> <dict> <key>methodObjc</key> <dict> <key>className</key> <string>UBTripAddressesViewController</string> <key>displayName</key> <string>-(void) _updateDisplay</string> <key>prefix</key> <string>-</string> <key>selector</key> <string>_updateDisplay</string> <key>typeEncoding</key> <string>v16@0:8</string> </dict> <key>name</key> <string>Unit for -(void) _updateDisplay</string> <key>overrides</key> <array/> </dict> <dict> <key>methodObjc</key> <dict> <key>className</key> <string>UBAddress</string> <key>displayName</key> <string>-(void) setDisplayTitle:(id)</string> <key>prefix</key> <string>-</string> <key>selector</key> <string>setDisplayTitle:</string> <key>typeEncoding</key> <string>v24@0:8@16</string> </dict> <key>name</key> <string>Unit for -(void) setDisplayTitle:(id)</string> <key>overrides</key> <array/> </dict> </array> </dict> <dict> Flex 3 patches.plist%
  6. but the hack not working =( if i turn on in flex working well, when i install .deb (delete flex patch) respring phone not working.....
×
  • 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