Jump to content

Lord Alucard

ViP Pro
  • Posts

    4,411
  • Joined

  • Last visited

Posts posted by Lord Alucard

  1. 16aphz4.jpg

     

    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

    React or reply to this topic to see the hidden content & download link. 👀

     

    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 ( ͡° ͜ʖ ͡°)

    • Like 78
    • Winner 5
    • Thanks 24
    • Haha 12
    • Agree 10
    • Informative 3
  2. 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 xD but none of the hacks worked. So I deleted that patch and restarted it. So thanks for the help

  3.  

    - (void)setCoins:(int)fp8 {
    fp8 = 999999;
    %orig;
    }
    
    - (bool)hasUnlockedProduct:(id)fp8 {
    return true;
    }
    
    - (bool)unlocked {
    return true;
    }
    
    - (void)setUnlocked:(bool)fp8 {
    fp8 = true;
    %orig;
    }
    
    - (int)coins {
    return 999999;
    }
    I shall try this, thank you
  4. What's your tweak.xm?

    I don't know what I'm doing :sad:

     

    esnlhj.jpg

     

    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

  5. %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

  6. Hello :iOSGods:, I seem to be having an issue with a hack. It's for Dungeon Hunter 5 and it's a VIP hack. I can play the game fine before installing the hack. I install the hack, load the game, and it says I can't connect to the server. I uninstall the hack, the game still won't connect to the server, so I have to redownload the game. Help?

×
  • 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