Jump to content

Candy Crush Soda Saga Tweak.xm


Guest

26 posts in this topic

Recommended Posts

Posted

Features:

-infinite lives

-infinite moves

-all levels unlocked

-all episodes unlocked

-always three stars

-chocolate does not spawn

 

Hidden Content

    #include <substrate.h>

     

    %hook AppDelegate

     

    -(void)applicationDidBecomeActive:(id)argument {

    UIAlertView *alert = [[uIAlertView alloc] initWithTitle:@"candy crush soda saga v1.34.30 hacks" message:@"hack by shmoo over at iosgods.com" delegate:nil cancelButtonTitle:@"damn shmoo you are just too good" otherButtonTitles:nil];

    [alert show];

    [alert release];

    }

    %end

     

    bool episodeUnlocked()

    {

    return TRUE;

    }

     

    bool levelUnlocked()

    {

    return TRUE;

    }

     

    int removeLives1()

    {

    return 0;

    }

     

    int removeLives2()

    {

    return 0;

    }

     

    int setMoves1()

    {

    return 99999;

    }

     

    int setMoves2()

    {

    return 99999;

    }

     

    int awardStar()

    {

    return 3;

    }

     

    void chocoSpawn()

    {

     

    }

     

    void gumSpawn()

    {

     

    }

     

    void wChocoSpawn()

    {

     

    }

     

    void createBlocker()

    {

     

    }

     

    void createBlockerView()

    {

     

    }

     

    void spawnBlocker()

    {

     

    }

     

    %ctor{

    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN13CProgressUtil17IsEpisodeUnlockedEiPK15CEpisodeManagerPK19CStritzLevelManager")),(void*)episodeUnlocked, NULL);

     

    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN13CProgressUtil15IsLevelUnlockedEiPK19CStritzLevelManagerPK15CEpisodeManager")),(void*)levelUnlocked, NULL);

     

    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN5Juego12CLifeManager11RemoveLivesEi")),(void*)removeLives1, NULL);

     

    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN5Juego12CLifeManager11RemoveLivesEi")),(void*)removeLives2, NULL);

     

    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN27CStritzGameModeHudPresenter23SetInitialAmountOfMovesEi")),(void*)setMoves1, NULL);

     

    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN22CStritzGameModeHudView23SetNumberOfInitialMovesEi")),(void*)setMoves2, NULL);

     

    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN11CScoreMeter9AwardStarEi")),(void*)awardStar, NULL);

     

    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN20BlockerViewChocolate17GetSpawnOrientionEv")),(void*)chocoSpawn, NULL);

     

    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN17BubbleGumBehavior8SpawnGumEv")),(void*)gumSpawn, NULL);

     

    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN26CBlockerViewWhiteChocolate17GetSpawnOrientionEv")),(void*)wChocoSpawn, NULL);

     

    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN25CBlockerSpriteDefinitions19CreateBlockerMeshesEv")),(void*)createBlocker, NULL);

     

    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN19CBlockerViewFactory17CreateBlockerViewEv")),(void*)createBlockerView, NULL);

     

    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN8Switcher18BoardEntitySpawner19SpawnBlockerAtCoordERKNS_15BoardCoordinateERKNS_11BlockerTypeEPNS_4ItemE")),(void*)spawnBlocker, NULL);

    }

  • Replies 25
  • Created
  • Last Reply

Archived

This topic is now archived and is closed to further replies.

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