Jump to content

Archangel04

ViP Pro
  • Posts

    3,498
  • Joined

  • Last visited

Everything posted by Archangel04

  1. 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
  2. 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)
  3. The other questions? Use the templates which @DiDA gave and make tweak.xm from armconverter.com and tweak.xm
  4. 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.
  5. Please do tell what the problem was and how you fixed it in order to help others find a solution if needed.
  6. 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

  7. 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
  8. Report award @DiDA @Diversityy
  9. 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.
  10. Find the folder and restore it to its original place
  11. Selling is not allowed on iOSGods
  12. It would be worth a bit more than £35 if anyone could make it (except shmoo)
  13. If you have trash enabled you are safe. Otherwise. RIP mate. Will have to Cydia Eraser everything
  14. Btw, he hardcoded framevalues. So anyone trying would have to use their own framevalues
  15. congratulations for your idiocy. The same guy fought with Luca because Luca said the same thing. That site is vulnerable for other hackers to intercept and add their own little malware The site uses HTTP which isnt encrypted AT ALL. Anyone can do a simple MITM attack and each of his subscribers will lose their devices. Ever heard of ransomware?
  16. That site is fake and they may introduce malware along with the jailbreak, which is why you never install from unknown places
  17. This is fake Download the pangu app and install using cydia impactor. You will have to re-sign every 7 days. You can also use https://jbme.qwertyoruiop.com (if link is wrong google it, its similar) Open it in Safari and follow the instructions
  18. You branch an instruction after the original code and put in extra stuff you want to add. Then at the end you make it go back to the original instruction so it only does some extra stuff and not break the function. If you dont get what I said you cant do it.
  19. Studying for maths board #28 something idgaf
  20. youre just spamming now ...
  21. /var/containers/Bundle You can symlink it to var/mobile/containers to make hacks work
  22. He is non jb. You will have to wipe, im sorry. Backing up does that
  23. That looks alright except that your gnu c compiler is old. Use from coolstar repo Also, if you are using the one i sent, use the templates. It builds everything for you
×
  • 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