Jump to content

Archangel04

ViP Pro
  • Posts

    3,498
  • Joined

  • Last visited

Everything posted by Archangel04

  1. If you hit crit it will do a million, otherwise if enemy does, u get killed. Best use it with monsters which have elemental superiority like water in faimon etc.
  2. Fix the image link. Also, you need to downlad the PP ipa and then sign it with Cydia Impactor. Once you do that, it will install the app, you go to settings, trust it. Then open it, press the circle, and allow notifications. Close the screen, device will respring and install cydia Doesnt work for a fresh install of jailbreak. It only works on prejailbroken devices with cydia installed (it doesn't install cydia for you)
  3. ah yeah. But besides, if you opt for everything its 658 dollars which will easily become $1k with taxes which is over ₹66-67k
  4. ViP extension plis
  5. thats just the 16 gb variant. The 128 gb one costs like $550 or so after taxes it will be double original price
  6. By the time it reached india, itl be $600 and like $1k for the best one
  7. lol. Just give it (i dont know if he knows)
  8. idek. i just told him to download from torrent n upload it somewhere else and not to hide the whole topic
  9. Me ofcourse. He thinks I hate him or somthing
  10. Youre not supposed to hide the whole post and credits?
  11. Give @caoyin famous for his BF vip hack
  12. 2740
  13. Or if you use a cmd prompty just ping the server. Like ping google.com
  14. 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
  15. Ho, im baadshah
  16. 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
  17. 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
  18. 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)
  19. The other questions? Use the templates which @DiDA gave and make tweak.xm from armconverter.com and tweak.xm
×
  • 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