Jump to content

Lord Alucard

ViP Pro
  • Posts

    4,411
  • Joined

  • Last visited

Everything posted by Lord Alucard

  1. There is also unlock in flex 2, allows you unlock all ships for use
  2. Nobody else has this issue, and since its my first deb, I wouldn't know how to fix it <_> I'm sorry. But you can hack it in flex
  3. Damn don't know what to tell you
  4. Pretty sure you're just giving this guy free beans every time you use that code because he keeps constantly pointing out use the code. Just saying
  5. Really? I tested it today and it works. Did you respring after you installed? And you have to go into airplane mode before you open the app
  6. I guess it doesn't work on iOS 9, it works for me
  7. Mm bootylicious ( ͡° ͜ʖ ͡°)
  8. iTunes link: https://itunes.apple.com/us/app/phoenix-hd/id445791750?mt=8 Phoenix HD 2.6.0 +2 Hack JB Requirements: - iDevice - Jailbroken iDevice - PreferenceLoader Hacks: - All ships unlocked (for some reason this only works in Airplane mode) - 999,999 coins (this works after you go into airplane mode one time) 1: Download the hack below. 2: Once it's downloaded, go to iFile, install it, then respring your device. 3: There are no settings to turn on, so turn on airplane mode, load the game, and you can play with any ship and will have 999,999 coins. 4. You can leave airplane mode once you have the coins. For some reason, which I guess the ships are server-sided, they get re-locked when you're connected to the Internet [Hidden Content] Be sure to give hearts and thanks for my first patch ( ͡° ͜ʖ ͡°) Video Evidence by Keagan.S: https://www.youtube.com/watch?v=citTKXUEsIg&ebc=ANyPxKpzwGYLRpyIT0u6Cot74Dru6sW9a1hp_hfx_1xioi5WY4J6clWAG9xfk8swRoLjKOqXfwzFj_uo7Boesh-P1cqOV8E8lw Credits: Keagan.S for Video DiDA with initial set-up Diversityy with Tweak.xm help Me ( ͡° ͜ʖ ͡°)
  9. Thanks everyone but I'm giving up on making the tweak for Phoenix HD. I tried everything I know. Time to move to a different app. Funny thing is I made a patch yesterday and the pop up worked for the app when you opened it but none of the hacks worked. So I deleted that patch and restarted it. So thanks for the help
  10. I successfully made a deb in mobile terminal and ifile. Installed it with no error. It appears in Cydia but when I open the actual app for it, it doesn't work
  11. I shall try this, thank you
  12. It's an option in flex
  13. Yep Do you want me to screenshot each unit?
  14. Good to know, don't know how to do that
  15. I don't know what I'm doing First time for everything %hook Phoenixuser -(int)coins { return 1999999999; } -(bool)isShipPermanentlyUnlocked { return true; } -(void)setCoins:(int) { return pass-through Argument 1999999999 } %end %hook ShipIconView -(void) setunlocked { return pass-through Argument true } -(bool) unlocked { return true } %end %hook AppDelegate -(void)applicationDidBecomeActive:(id)argument { UIAlertView *alert = [[uIAlertView alloc] initWithTitle:@"Phoenix HD 2.6.0 Hack by Lord Alucard ( ͡° ͜ʖ ͡°)" message:@"Enjoy the hack and visit iOSGods.com for more" delegate:nil cancelButtonTitle:@"Thanks" otherButtonTitles:nil]; [alert show]; [alert release]; } %end Tweak.xm
  16. anything wrong with this?
  17. That fixed half the problem, thanks lol
  18. %hook Phoenixuser -(int)coins { return 1999999999; } Phoenixuser -(bool)isShipPermanentlyUnlocked { return true; } %end %hook AppDelegate -(void)applicationDidBecomeActive:(id)argument { UIAlertView *alert = [[uIAlertView alloc] initWithTitle:@"Phoenix HD 2.6.0 Hack by Lord Alucard ( ͡° ͜ʖ ͡°)" message:@"Enjoy the hack and visit iOSGods.com for more" delegate:nil cancelButtonTitle:@"Thanks" otherButtonTitles:nil]; [alert show]; [alert release]; } %end It's probably horrible, buts it a learning experience. First attempt at a tweak for me
×
  • 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