Jump to content

fiqstro

Senior Member
  • Posts

    196
  • Joined

  • Last visited

Posts posted by fiqstro

  1. I’m currently a graphic designer who does works as a hobby, send me requests in the comments, or in my DMs and ill make sure to respond :)

    Here’s my portfolio:

    https://www.behance.net/fiqstrol

    Sorry for the lack of work, i just haven’t posted much on it yet.

    Might post some of my other works here as well

    All of my works will be free, as long as you allow me to post it onto my portfolio.

    • Like 2
  2. #define PLIST_PATH @"/var/mobile/warshipcrafthack/prefbundle/Resources/Root.plist"
     
    inline bool GetPrefBool(NSString *key){
    return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue];
    }
    
    %hook WSDataManager
    
    -(void)setGold:(int)arg {
    if(GetPrefBool(@"kGold")) {
    arg = 99999999;
     }
    }
    
    %end

    So i’m currently following this tutorial, and seems like im doing everything correctly but somehow it said that GetPrefBool is undefined for some reason

    Image: https://ibb.co/mF73HD0 cause imgur is ass

     

     

     

  3. On 6/14/2017 at 6:16 PM, Altwaal said:

    Lol yes The magic word pls now it will work 

    New Hacks Should be invented xD

    You can, but you have to find a way to hack into their server in short. And you need to know alot of programming + it’s illegal, and you can get charged for it.

  4. %hook GADOAdReward
    
    -(id) amount {
    return [NSNumber numberWithInteger:999999999];
    }
    
    %end
    %hook GADNAdReward
    
    -(id) amount {
    return [NSNumber numberWithInteger:999999999];
    }
    
    %end 

    Hey, i’m trying to make my first tweak, but when i tried to make a package, an error pops up that says that i’m missing a semicolon at the end of the return statement, when my code already has a semicolon after the statement. Why is this happening?

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