Jump to content

Juku

Senior Member
  • Posts

    1,190
  • Joined

  • Last visited

Everything posted by Juku

  1. Finally my patcher is showing up in settings now! But when I flick the switches and I go ingame. Nothing seems to happen . Does anybody know why.
  2. Hold on. I messed up the
  3. Hello. I've been trying to make an autolipo patcher for 2 days but have been encountering many problems. I am going to restart. Firstly I will list my tweak.xm and my plist and I'd like to know if there is anything wrong with them before I continue. Tweak.xm: /* Generated using http://armconverter.com/codeinjectgenerator/ *//* To MSHook Offsets, use http://armconverter.com/mshookgenerator/ */#import "writeData.h"#import <Foundation/Foundation.h>#import <substrate.h>#define PLIST_PATH @"/var/mobile/Library/Preferences/com.iosgods.postknightgaius.plist"inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue];}%ctor { if(GetPrefBool(@"skillpoints")) { writeData(0xoffset, 0xhex); } else {} if(GetPrefBool(@"diamonds")) { writeData(0xoffset, 0xhex); writeData(0xoffset, 0xhex); } else {} if(GetPrefBool(@"coins")) { writeData(offset, 0xhex); writeData(offset, 0xhex); } else {}} My plist: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>items</key> <array> <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>Adds instead of subtracting.</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.iosgods.postknightgaius</string> <key>key</key> <string>skillpoints</string> <key>label</key> <string>Unlimited Skill Points</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>Earn some, then it will become an extremely high amount</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.iosgods.postknightgaius</string> <key>key</key> <string>diamonds</string> <key>label</key> <string>Unlimited Diamonds</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>Earn some, then it will become an extremely high amount</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.iosgods.postknightgaius</string> <key>key</key> <string>coins</string> <key>label</key> <string>Unlimited Coins</string> </dict> <dict> <key>cell</key> <string>PSTextCell</string> <key>label</key> <string>Made by Gaius.</string> </dict> <dict> <key>action</key> <string>link</string> <key>cell</key> <string>PSButtonCell</string> <key>icon</key> <string>[email protected]</string> <key>label</key> <string>Visit iOSGods.com</string> </dict> </array> <key>title</key> <string>Postknight Cheats</string> </dict> </plist> Thanks.
  4. I have the exact same error ;(... Same happens to me
  5. Beautiful
  6. Be my valentine baby.

    1. Show previous comments  1 more
    2. Fine
    3. Juku

      Juku

      Woah Fine, no? ;(

    4. Fine

      Fine

      times have changed. ask me again and it'll be a definite yes.:)

    5. Juku

      Juku

      Why the change in thought? ;)

    6. Fine

      Fine

      eh.. im high

  7. I like skittles too. Welcome lad
  8. i got a fix for it Fix given to me by lulunba1: Go to your project folder, then go to the folder named after your project folder. Open entry.plist and change it at the bottom.
  9. yesh the hack title
  10. Get a picture, upload it to imgur. Then do this = /http://imgur.com/WHTGOESHERE.png/. Don't put those slashes outside the brackets btw.
  11. I edited the wrong one . I ended up fixing it. Btw do you know how to change the name of what your hack says in settings? In settings my thing says: Postknightgaius cheats. But I want it to just say Postknight Cheats
  12. I just compiled my patcher and when I go in settings its empty... Im using the plist generated from armconverter.com. I just replaced all my headers too, because I had none. i think i edited the wrong plist.. Which is the right one?
  13. You're real slick buddy!

  14. Huh
  15. no lol i dont use these posts for offsets, I use them to see how he hacked them, it helps he mentioned this in one of his posts on how to hack vectors. And yeahhh im gonna release soon, i need to mke it autolipo so it works x64 too
  16. Lets see
  17. Thanks
  18. HAHAHAHAHH. Sorry I'm in class dont hve time to look properly umm what lol
  19. should i use the latest template 2.2
  20. it is not my first tweak. Its my patcher for my sub x hack dont then headers get generated for me in the code inject generator on arm converter website? hmmm
  21. thats ur package name tho
×
  • 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