Jump to content

Bloons Tower Defense 5 Tweak.xm


116 posts in this topic

Recommended Posts

Updated (edited)

Fetaures: everything unlocked, towers do not cost anything

 

this game was pretty hard to hack, its like fruit ninja, it makes no sense and turns out you cant hack PUSH {R4-R7,LR} with a MOV R0, R7 followed by a BX LR like I thought at first

 

Hidden Content

     

    #include <Foundation/Foundation.h>
    #include <substrate.h>
     
    void removeMoney()
    {
     
    }
     
    bool unlockTowers()
    {
    return TRUE;
    }
     
    bool isTrackUnlocked1()
    {
    return TRUE;
    }
     
    bool isTrackUnlocked2()
    {
    return TRUE;
    }
     
    %ctor{
    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN12CGameProfile11RemoveMoneyEd")),(void*)removeMoney, NULL);
     
    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN14CBloonsTD5Game19UnlockMaxRankTowersEv")),(void*)unlockTowers, NULL);
     
    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN21CTrackSelectionScreen15IsTrackUnlockedEjjiRKSt6vectorISsSaISsEERKj")),(void*)isTrackUnlocked2, NULL);
     
    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN15CTrackListPopup15IsTrackUnlockedEjjiRKSt6vectorISsSaISsEE")),(void*)isTrackUnlocked1, NULL);
    }
    

Updated by Guest
Posted

If I give you bia3 offsets, can you disable mem checks for me? Just hack everything and make a tweak.xm Ill handle making the patcher

 

I/m not experienced in disabling mem checks, I've never had to

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