Hi SuperGIU
i try also to create a new Preference bundle but i receive this error :
error: expected function body after function declarator
if(GetPrefBool(@"kInvincible"))
this are my file content :
I try with this file:
#import <Foundation/Foundation.h>
#import "writeData.h"
#include <unistd.h>
#define PLIST_PATH @"/private/var/root/spidy/spidermanultimate/Resources/SpiderManUltimate.plist"
inline bool GetPrefBool(NSString *key)
{
return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue];
}
%ctor
if(GetPrefBool(@"kInvincible"))
{
writeData(0x47842,0x3501);
}
{
writeData(0x1C4551,0x002E);
};
What is wrong ? Thks ELREYS