Jump to content

Archangel04

ViP Pro
  • Posts

    3,498
  • Joined

  • Last visited

Everything posted by Archangel04

  1. Me ofcourse. He thinks I hate him or somthing
  2. Youre not supposed to hide the whole post and credits?
  3. Give @caoyin famous for his BF vip hack
  4. 2740
  5. Or if you use a cmd prompty just ping the server. Like ping google.com
  6. PM me your EXACT tweak.xm and .plist(no changes). Il pm you the correct ones BTW, your supposed to change the .plist name from iosgod to correct one
  7. Ho, im baadshah
  8. Assuming your code isnt incorrect, yes. Usually, we set it as key1 and key2 and so on. Shmoo also uses something as a default for switches rather than naming each one (check his mod menu source code) Test it and tell me (dont forget to turn switch on in app). If it works, mark my answer as solved
  9. Show your tweak.xm and il send you tweak.xm and .plist with it fixed. Use it like this, in Tweak.xm where you see if(GetPrefBool(@"key1")) { //If you dont see this, you should use DiDA's templat because this is what differentiates tweak from patcher. Set the key corresponding to hacked functionput any key like "item", "resource" etc. In your .plist, default is <dict> <key>cell</key> <string>PSSwitchCell</string> //Type of cell <key>default</key> <false/> //By default, switch is off <key>defaults</key> <string>com.yourcompany.hack</string> //the bundle name you assigned to this (not the games bundle id, the one which you put like com.archangel.hack) <key>key</key> <string>key1</string> //The key name in your tweak.xm corresponding to this switch (eg.resource. items etc) <key>label</key> <string>SwitchName</string>//What you want others to see (check with key) </dict> Your .plist dict for that one will be <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>iosgod</string> <key>key</key> <string>Resources</string> <key>label</key> <string>Resources Hack</string> </dict> EDIT: Fixed some code tag issues
  10. change key to what you want it to be in your tweak.xm Like key1, key2, key3 and use the same on .plist (should correspond with features)
  11. The other questions? Use the templates which @DiDA gave and make tweak.xm from armconverter.com and tweak.xm
  12. Does the modded binary take effect when you replace the original with it? Have you switched it on in the settings? I assume you used template and copied tweak.xm from armconverter.com and the relevant part of .plist? If not, do so. Which iOS are you on? which device (32 or 64 bit)? In iOS 10 up, you need to use a newer SDK (>9.2 afaik) in order to properly compile.
  13. Please do tell what the problem was and how you fixed it in order to help others find a solution if needed.
  14. Go to the store. Buy a ready to eat French Fries packet. Go back home, fry it. You just made McDonalds quality French Fries minus the extra costs along with a self serving availability of ketchup and/or mustard sauce if you prefer that

  15. Sign out of game center. Use app manager to wipe. If this doesnt work rename your keychain file and set up a new account with a new GC linked Now click that mark as solved
  16. Report award @DiDA @Diversityy
  17. Same thing You will donate if you get a hack. Buying means giving money in exchange for a product (or service etc). Call it what is.
  18. Find the folder and restore it to its original place
  19. Selling is not allowed on iOSGods
×
  • 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