Jump to content

Rook

Administrator
  • Posts

    67,273
  • Joined

  • Last visited

Everything posted by Rook

  1. Yes, they will be released in September like every other iPhone.
  2. This is considered as selling (Private hacks). Locked.
  3. You cannot unban your account, you can only unban your device. To unban your account, you need to contact the developers!
  4. Give a read to what I said above. You need to get your Apple ID back. Call Apple for help if you can't seem to get it back.
  5. @@Kneele You can restore your iPad but you'll need your Apple ID password so try resetting your Apple ID password using security questions and a recover email you must have set.
  6. What about the iOSGods app?
  7. Yo & welcome to iOSGods. If you need help, you'll need to make a support topic since this is an introduction.
  8. InTube2. It says it in the filename.
  9. Try something like this: #!/bin/sh cd /var echo "Installing THEOS" echo /usr/bin/git clone git:­//github.com/coolstar/theos.git && echo "Done." echo echo "Installing Ryan petrich's dumped $THEOS headers" echo cd /var/theos/headers /usr/bin/git clone git://github.com/rpetrich/iphoneheaders.git echo echo "Installing SDK..." echo mkdir /var/theos/sdks/ cd /var/theos/sdks/ wget http://iphone.howett.net/sdks/dl/iPhoneOS7.1.sdk.tbz2 -q bzip2 -d iPhoneOS7.1.sdk.tbz2 tar xfv iPhoneOS7.1.sdk.tbz2 -C /var/theos/sdks/ rm /var/theos/sdks/iPhoneOS7.1.sdk.tbz2 echo ----------------------- Now you need to add Coolstar's repo using postinst, modifying the etc/apt/sources.list.d/cydia.list and adding coolstar's repo then running apt-get update then you would run the commands below. We can work on this but try the above so far. apt-get install libgcc echo apt-get install org.coolstar.iostoolchain echo apt-get install org.coolstar.cctools echo apt-get install git echo apt-get install org.coolstar.perl echo apt-get install curl echo echo "$THEOS and all iphoneos building dependencies have been configured! This script was developed by KingRalph. Extra credit goes to DiDA and BlackHippy for their help with installing debian dependencies" echo reboot You can set dependencies in the control file also (wget, rsync, iostoolchain). Without those the installation will not proceed. But it would be better if they were inside the postinst script.
  10. Looks like you need to build as root. type in terminal: su alpine -- Then try making again.
  11. Does it support the iOS version you're on?
  12. Welcome to iOSGods!
  13. @@fumetsu The errors are because of these (?) methods. Are they supposed to be like that? And you need to remove these "pass-through"
  14. So you reinstalled Windows? Can you maybe let me check things via TeamViewer? Troubleshoot it via Teamviewer?
  15. You can use AutoTouch from Cydia which can simulate a tap on the refresh button after x minutes or seconds.
  16. Moved to DIY Cheats.
  17. If you search for sub then it will show you sub_x results of course. Maybe only some functions are sub_x? You can hack sub_x games using iGG/GameGem/Gameplayer like in this tutorial here or you can use strings (SHIFT + F12 in IDA).
  18. Install theos, read this topic then you can use these templates to make .deb making easier.
  19. When did you start having this issue? If I remember correctly, you debugged a game with lldb before?
  20. @@Pokepal02 You filled your own request http://iosgods.com/topic/11459-dreamworks-dragons-rise-of-berk-runes-hack-no-jailbreak/ Moved to filled.
  21. The functions window to your left in IDA, if everything is not "sub_xxyx" or "sub_xyxyx" then it's not sub_x.
  22. The right function can be found by using GDB to find the offset in IDA or if it's not sub_x, you can use gdb to breakpoint that function to see if it hits when you do something in-game. If it hits then that's probably the right function.
×
  • 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