Jump to content

Fruit Ninja Tweak.xm


Guest

67 posts in this topic

Recommended Posts

Updated

This was made with IDA, thats why you wont find anything like this in class dump

 

Hack topic: http://iosgods.com/topic/4169-fruit-ninja-v220-hacks-2/

 

Hidden Content

    #include <Foundation/Foundation.h>
    #include <substrate.h>
    #include <CoreFoundation/CoreFoundation.h>
    
    bool isTimed()
    {
    return FALSE;
    }
    
    int bombsSpawn()
    {
    return 0;
    }
    
    %ctor{
    MSHookFunction(((void*)MSFindSymbol(NULL, "__Z11IsTimedGamev")),(void*)isTimed, NULL);
    
    MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN11WaveManager9SpawnBombEiP12SPAWNER_INFOi")),(void*)bombsSpawn, NULL);
    }
    

  • Replies 66
  • Created
  • Last Reply
Posted

Added the Hack topic because people are thinking this is a compiled hack. :)

oh ok because i was wondering who did that :)

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