Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. I'm not sure but I think it's an argument that he just re-named
  2. Can you show me the flex patch?
  3. You're saying that Godmode has the multi-switches but in your preference plist, you set it as another key... Which key is the godmode?
  4. The topic got deleted
  5. Try this. Tweak.xm: #define PLIST_PATH @"/var/mobile/Library/Preferences/com.iosgods.happyw.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } #include <Foundation/Foundation.h> %hook Session -(float)gravity { if(GetPrefBool(@"key1")) { return -5.00f; } return %orig; } %end %hook CharacterB2D -(void)headSmash:(float)argument1 { if(GetPrefBool(@"key2")) { argument1 = 9999999.0f; } return %orig; } %end %hook CharacterB2D -(void)chestSmash:(float)argument2 { if(GetPrefBool(@"key2")) { argument2 = 9999999.0f; } return %orig; } %end %hook CharacterB2D -(void)pelvisSmash:(float)argument3 { if(GetPrefBool(@"key2")) { argument3 = 999999.0f; } return %orig; } %end %hook SomethingElse -(BOOL)SomeMethod { if(GetPrefBool(@"key3")) { return TRUE; } return %orig; } %end Preference Plist: dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.iosgods.happyw</string> <key>key</key> <string>key1</string> <key>label</key> <string>LowGravity</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>You can only die through arrow/harpoon/spikes</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.iosgods.happyw</string> <key>key</key> <string>key2</string> <key>label</key> <string>GodMode</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>This text will appear under your fourth switch.</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.iosgods.happyw</string> <key>key</key> <string>key3</string> <key>label</key> <string>GodMode</string> </dict>
  6. Welcome
  7. Looks good, goodjob
  8. Post your preference plist also.
  9. I think he said he already did
  10. Try going into /var/mobile/Library/Preferences/ Find the plist files for bootlogo and delete them
  11. Download FlexConverter. There's a tutorial on how to getit, it's pretty quick. Then when you use it in Mterminale, it will make any flex patch into a tweak code for you.
  12. Suh dude
  13. Not home at the moment, I'll upload the files tonight and PM you the links
  14. I can get you microsoft office pro 2016 if you want Pm
  15. Not possible Since i stopped making save games
  16. No, you need to find the method. Which IGG doesn't give you.
  17. No? Be more specific
  18. Delete tweaks one by one until you see which one is messing it up. If you can, list all of them here
  19. Are you sure it's possible?
  20. You know you can do [ member = Patricktph ] without the spaces
  21. The P is white and the rest is green
  22. I know I'm talking about the credit below the video
×
  • 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