Jump to content

New Words With Friends Tweak.xm


Guest

114 posts in this topic

Recommended Posts

Updated

Hack: http://iosgods.com/topic/4204-new-words-with-friends-v246-hack-4/

 

Tweak.xm:

Hidden Content

    #include <Foundation/Foundation.h>
    #include <substrate.h>
    
    %hook W2AdManager
    
    - (void)initializeAds {
    
    }
    %end
    
    bool isWord()
    {
    return TRUE;
    }
    
    bool isWordValid()
    {
    return TRUE;
    }
    
    bool isBlankTile()
    {
    return TRUE;
    }
    
    bool debugMenu()
    {
    return TRUE;
    }
    
    %ctor{
    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN14DawgDictionary6isWordEPKcb")),(void*)isWord, NULL);
    
    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN11GlowManager11IsWordValidEPS_")),(void*)isWordValid, NULL);
    
    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN5Piece11isBlankTileEv")),(void*)isBlankTile, NULL);
    
    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN8GameMenu16debugMenuEnabledEv")),(void*)debugMenu, NULL);
    }
    



Features: debug menu, always blank tiles, play anything, no ads

  • Replies 113
  • 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