Jump to content

Candy Crush Soda Saga "Lite" Tweak.xm


37 posts in this topic

Recommended Posts

Posted

Features: chocolate does not spawn, everything unlocked

 

Hidden Content

    #include <substrate.h>

    #include <Foundation/Foundation.h>

     

    bool episodeUnlocked()

    {

    return TRUE;

    }

     

    bool levelUnlocked()

    {

    return TRUE;

    }

     

    void chocoSpawn()

    {

    //nulled

    }

     

    void wChocoSpawn()

    {

    //nulled

    }

     

    %ctor{

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

     

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

     

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

     

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

    }

  • Replies 36
  • Created
  • Last Reply

Top Posters In This Topic

Posted

2 posts for the same thing?Never minde :p this is the code hihi

Akward...

:MeGusta:

Posted

wait you can see the +6 tweak.xm?

No. He was talking about the hack topic. :)

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