Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. Download Filza, open the settings and use WEBdav server. It's quick
  2. Hello, I'm trying to follow this tutorial here https://iosgods.com/topic/1737-tutorial-how-to-add-psedittextcell-in-a-patcher/ But it seems that it only explains how to use it with only 1 value. I have a (void):(double) , how would my tweak.xm look like if I want to put an argument? This is what I have at the moment : #define PLIST_PATH @"/var/mobile/Library/Preferences/terapref.plist" #import <UIKit/UIKit.h> inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } #include <Foundation/Foundation.h> %hook GNGame -(void) setMoney:(double)arg1 { if(GetPrefBool(@"kMoney")) { arg1 = ; return %orig; } %end NSDictionary *iosgods = [NSDictionary dictionaryWithContentsOfFile:[NSString stringWithFormat:@"/var/mobile/Library/Preferences/terapref.plist"]]; return [[iosgods objectForKey:@"kMoney"] intValue]; } %end I get this error : Tweak.xm:23:8: error: expected expression arg1 = ; ^ Tweak.xm:28:1: error: void function '_logos_method$_ungrouped$GNGame$setMoney$' should not return a value [-Wreturn-type] return [[iosgods objectForKey:@"kMoney"] intValue]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 errors generated.
  3. Welcome
  4. Don't tell people to get XModGames, it's full of malware and viruses.
  5. Could you show me an exemple of how a (void):(int) would work with the second link? I can't seem to figure it out
  6. Is the back a save file or a cydia substrate cheat?
  7. Didn't mess up mine when I did it, you're fine
  8. Welcome
  9. Welcome, nice name
  10. Welcome :)'
  11. It depends, if the plist in the library folder is the one that basically hacks the game, then you only add the library file. Goes both way, if the save file is in the documents folders, you only give the document folder or the save FILE. That's why you have to test before posting it
  12. But what if I want viruses? I'm an independant woman that doesn't need you to tell me what to do
  13. Welcome
  14. Welcome
  15. Works with arguments?
  16. I'll try and get back to you woth the results, thanks
  17. For the first link, I chose MSHook patcher PSEditTextCell?
  18. Goodjob beautiful
  19. Hey, I'd like to know if I could make a patcher where instead if switches, users can CHOOSE what value they want inside the settings. Exemple : money (int) (x amount) Settings : they can choose the (x amount) and change it anytime they want. I tried looking for a PSGroupCell but couldn't find one. Thanks
  20. If I win, give me the 15$ and keep the COC accounts for someone else I haven't played it in a while so I'm sure someone else will enjoy it more
×
  • 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