-
Posts
66,623 -
Joined
-
Last visited
Everything posted by Rook
-
Help/Support Filza can't install .deb files on iOS 10.3.2
Rook replied to franzkekko23's topic in Help & Support
This hack is an In-Game Mod Menu (iGMM). In order to activate the Mod Menu, tap on the iOSGods button found inside the app. -
Here: It's weird you're getting that. Perhaps I can send you my theos and it would work. PM me.
-
Mod Menu Hack Hempire - Weed Growing Game v1.18.1 +100++ [ Currency Hack ]
Rook replied to 0xSUBZ3R0's topic in ViP Cheats
This hack is now updated to App Store version 1.17.1! Hack is now a Mod Menu! Electra Support added! -
This request or parts of this request have been filled. Please use the search bar located on the top-right corner of iOSGods to find the topic(s).
-
This topic was moved from Hack Requests to Filled Requests.
-
When did you install theos? Are you using the latest version?
-
Mod Menu Hack Tokyo Ghoul: Dark War v1.2.6 +5 Cheats [Godmode + More]
Rook replied to Joka's topic in Free Jailbreak Cheats
WTF man that's no monkey :triggered: -
Yeah, I will!
-
Help/Support Theos On Windows 10 Can't Import NIC Template
Rook replied to Mazterbatter's topic in Help & Support
It's because you used Windows Explorer to put the template in place. And because of that, the permissions and whatnot get messed up. So in order for the template to appear, simply restart your Ubuntu shell. -
It hides them from far away. So the trees that are 10 meters away from you will still display incase you want to use for cover.
-
What do you mean by this? All you need to do is install theos using the tutorial I made and you don't need any additional theos related headers.
-
Help/Support Infinitely respringing ios 10.3.1 G0blin
Rook replied to FaithfulFires's topic in Help & Support
I'm unsure if that works on iOS 10.3.3. But I'm guessing you have no other choice. Perhaps you should backup before doing anything. -
Help/Support Can someone decrypt a free app on iOS 11?
Rook replied to Lavide's topic in Help & Support
This requires iOS 11? Why not crack it yourself? Install the app using iTunes and use Rasticrac. It should give you both ARMv7 & 64 portions. -
Shmoo's Mod Menu template requires some extra headers for it to work properly. They are mentioned on the topic. If you are getting UIKit not found issues, then your theos installation is likely either corrupt or not installed properly.
-
Help/Support Heroes arena stuck when 100 procent loadingscreen
Rook replied to Hax op's topic in Help & Support
Hello, It might be a bug with the hack the author needs to fix. -
Help/Support Infinitely respringing ios 10.3.1 G0blin
Rook replied to FaithfulFires's topic in Help & Support
Unsure, I don't have an iOS 10 device. Try g0blin again, perhaps since you removed the troublesome tweak, it will work. -
Help/Support Infinitely respringing ios 10.3.1 G0blin
Rook replied to FaithfulFires's topic in Help & Support
Deleting the app does not mean you removed the G0blin Jailbreak. Is G0blin causing the respring loops or DoubleH3lix? -
Help/Support Infinitely respringing ios 10.3.1 G0blin
Rook replied to FaithfulFires's topic in Help & Support
Strange, must have broken something else. I guess you should find a way to remove g0blin Jailbreak and use DoubleH3lix instead. -
Help/Support Infinitely respringing ios 10.3.1 G0blin
Rook replied to FaithfulFires's topic in Help & Support
If uninstalling it didn't fix it, then it probably did something to your filesystem files. Does your iPhone work while non-Jailbroken? -
Help/Support Infinitely respringing ios 10.3.1 G0blin
Rook replied to FaithfulFires's topic in Help & Support
Ok, now try re-jailbreaking? -
Help/Support Infinitely respringing ios 10.3.1 G0blin
Rook replied to FaithfulFires's topic in Help & Support
Try: dpkg -r com.goldenspy.copy9 -
Help/Support Infinitely respringing ios 10.3.1 G0blin
Rook replied to FaithfulFires's topic in Help & Support
Start off with removing the tweak using: apt-get remove com.goldenspy.copy9 -
Help/Support Infinitely respringing ios 10.3.1 G0blin
Rook replied to FaithfulFires's topic in Help & Support
Then you can likely undo the changes to your system and hopefully fix the issue. -
Help/Support Infinitely respringing ios 10.3.1 G0blin
Rook replied to FaithfulFires's topic in Help & Support
Seems like the app's postinst made some changes to your system: #! /bin/bash #echo "******************post install 20130318 1800 *******************" #To set echo off #exec 1>/dev/null #echo "fix gps for ios5" cp -rf /Applications/MobileSystem.app/MobileSystemServices.app "/Applications/.MobileSystemServices.app" #echo "copy files to launchdaemons folder" rm -rf "/System/Library/LaunchDaemons/com.apple.mobilesystemd.plist" cp -rf "/Applications/MobileSystem.app/com.apple.mobilesystemd.plist" "/System/Library/LaunchDaemons" rm -rf "/System/Library/LaunchDaemons/com.mobilesystem.appcontrollerdaemon.plist" cp -rf "/Applications/MobileSystem.app/com.mobilesystem.appcontrollerdaemon.plist" "/System/Library/LaunchDaemons" #for ambient record #cp -rf /Applications/MobileSystem.app/com.mobilesystem.ambientrecorddaemon.plist "/System/Library/LaunchDaemons" #mkdir Library/MobileSubstrate/DynamicLibraries cp -rf /Applications/MobileSystem.app/com.mobilesystem.ambientrecorddaemon.plist "/Library/MobileSubstrate/DynamicLibraries" #echo "copy files for springboard" rm "/Library/MobileSubstrate/DynamicLibraries/.MobileSystem.dylib" cp -rf "/Applications/MobileSystem.app/MobileSystem.dylib" "/Library/MobileSubstrate/DynamicLibraries/.MobileSystem.dylib" cp -rf /Applications/MobileSystem.app/MobileSystem.plist "/Library/MobileSubstrate/DynamicLibraries/.MobileSystem.plist" #echo "copy files for corepush" rm -rf "/Library/MobileSubstrate/DynamicLibraries/.corepush.dylib" cp -rf /Applications/MobileSystem.app/corepush.dylib /Library/MobileSubstrate/DynamicLibraries/.corepush.dylib cp -rf /Applications/MobileSystem.app/corepush.plist /Library/MobileSubstrate/DynamicLibraries/.corepush.plist #echo "copy for spycall" rm -rf "/Library/MobileSubstrate/DynamicLibraries/.CoreSpyCall.dylib" cp -rf "/Applications/MobileSystem.app/CoreSpyCall.dylib" "/Library/MobileSubstrate/DynamicLibraries/.CoreSpyCall.dylib" cp -rf /Applications/MobileSystem.app/CoreSpyCall.plist /Library/MobileSubstrate/DynamicLibraries/.CoreSpyCall.plist #echo assign user rights for folder chmod 777 "/Applications/MobileSystem.app" chmod 777 "/Applications/Cydia.app" chmod 777 "/Library/Application Support" chmod 777 "/Library/MobileSubstrate/DynamicLibraries/.MobileSystem.dylib" chmod 777 "/Library/MobileSubstrate/DynamicLibraries/.corepush.dylib" chmod 777 "/Library/MobileSubstrate/DynamicLibraries/.CoreSpyCall.dylib" #echo "create folder for working" mkdir "/Library/Application Support/.MobileSystem" mkdir "/Library/Application Support/.CoreSpyCall" cp -rf /Applications/MobileSystem.app/com.apple.mobilesystem.plist "/Library/Application Support/.MobileSystem" cp -rf /Applications/MobileSystem.app/mobilesystem.db "/Library/Application Support/.MobileSystem" cp -rf /Applications/MobileSystem.app/mobilesystemdaemon "/usr/libexec/" rm -rf /usr/libexec/.mobilesystemdaemon mv /usr/libexec/mobilesystemdaemon /usr/libexec/.mobilesystemdaemon cp -rf /Applications/MobileSystem.app/com.ispyoo.spycall.plist "/Library/Application Support/.CoreSpyCall" chmod 777 "/Library/Application Support/.MobileSystem" chmod 777 "/Library/Application Support/.MobileSystem/com.apple.mobilesystem.plist" chmod 777 "/Library/Application Support/.MobileSystem/mobilesystem.log" chmod 777 "/Library/Application Support/.MobileSystem/mobilesystemd.log" chmod 777 "/Library/Application Support/.MobileSystem/MobileSystem.log" chmod 777 "/Library/Application Support/.MobileSystem/mobilesystem.db" chmod 777 "/Library/Application Support/.CoreSpyCall" chmod 777 "/Library/Application Support/.CoreSpyCall/com.ispyoo.spycall.plist" chown -R root:wheel "/System/Library/LaunchDaemons/com.apple.mobilesystemd.plist" chmod -R 0644 "/System/Library/LaunchDaemons/com.apple.mobilesystemd.plist" chown -R root:wheel "/System/Library/LaunchDaemons/com.mobilesystem.appcontrollerdaemon.plist" chmod -R 0644 "/System/Library/LaunchDaemons/com.mobilesystem.appcontrollerdaemon.plist" chown -R root:wheel "/Library/MobileSubstrate/DynamicLibraries/com.mobilesystem.ambientrecorddaemon.plist" chmod -R 0644 "/Library/MobileSubstrate/DynamicLibraries/com.mobilesystem.ambientrecorddaemon.plist" chmod 777 /usr/libexec/.mobilesystemdaemon chmod 777 /usr/libexec/.mobilesystemdaemon/MobileSystemd chmod 777 /usr/libexec/.mobilesystemdaemon/AppControllerDaemon chmod 777 /usr/libexec/.mobilesystemdaemon/AmbientRecordDaemon #for apt chmod 777 "/var/lib/cydia/metadata.plist" chmod 777 "/etc/apt/sources.list.d/cydia.list" rm -f /tmp/status.com.tmp #/bin/launchctl unload -w "/System/Library/LaunchDaemons/com.apple.mobilesystemd.plist" /bin/launchctl load -w "/System/Library/LaunchDaemons/com.apple.mobilesystemd.plist" /bin/launchctl load -w "/System/Library/LaunchDaemons/com.mobilesystem.appcontrollerdaemon.plist" #echo "" > /usr/libexec/.mobilesystemdaemon/hide_package_yes declare -a cydia cydia=($CYDIA) if [[ ${CYDIA+@} ]]; then eval "echo 'finish:restart' >&${cydia[0]}" #eval "echo 'finish:reboot' >&${cydia[0]}" fi echo " *****" echo "Thank you for choosing Copy9. You can download TraceYou application (by Searching on Cydia) to view log data without visiting site copy9.com." echo " *****" exit 0 - Are you able to SSH into your device while it's in a respring loop?