Jump to content

Archangel04

ViP Pro
  • Posts

    3,498
  • Joined

  • Last visited

Everything posted by Archangel04

  1. ah yeah. But besides, if you opt for everything its 658 dollars which will easily become $1k with taxes which is over ₹66-67k
  2. ViP extension plis
  3. thats just the 16 gb variant. The 128 gb one costs like $550 or so after taxes it will be double original price
  4. By the time it reached india, itl be $600 and like $1k for the best one
  5. lol. Just give it (i dont know if he knows)
  6. idek. i just told him to download from torrent n upload it somewhere else and not to hide the whole topic
  7. Me ofcourse. He thinks I hate him or somthing
  8. Youre not supposed to hide the whole post and credits?
  9. Give @caoyin famous for his BF vip hack
  10. 2740
  11. Or if you use a cmd prompty just ping the server. Like ping google.com
  12. 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
  13. Ho, im baadshah
  14. 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
  15. 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
  16. 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)
  17. The other questions? Use the templates which @DiDA gave and make tweak.xm from armconverter.com and tweak.xm
  18. 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.
  19. Please do tell what the problem was and how you fixed it in order to help others find a solution if needed.
  20. 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

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