Jump to content

ipaarchive.com

Senior Member
  • Posts

    1,402
  • Joined

  • Last visited

Posts posted by ipaarchive.com

  1. Hell if I know, I made this by request. Didn't really mess around with the application its self besides to test the hack.. 

     

    I'm not real sure, seemed like I was VIP. And when I made my self an administrator, because oddly they had it client sided, I was able to fiddle around with admin options.

     

    Also I was able to turn on VIP options after I made myself VIP, so I don't think its just visual.

    like releasing hack without testing :rofl:

    not working

  2. I don't have line 15.

     

    here is my tweak.xm

    #define PLIST_PATH @"/var/mobile/Library/Preferences/TheDrowning.plist"
    inline bool GetPrefBool(NSString *key)
    {
    return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue];
    }
    
    %hook UnlimitedCoins
    -(void) setLotsOCoins:(int)fp8 {
    if(GetPrefBool(@"kCoins")) {
    %orig(9999999);
    }
    %orig(fp8) <-----
    }
    %end
    

     

    what is this ?
×
  • 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