-
Posts
2,379 -
Joined
-
Last visited
Everything posted by castix
-
As the title says I recently started playing Clash of Clans. I never played the game so I gave my Apple ID as well as the Gamecenter to my brother. He played a while on the Gamecenter account but now since I'm playing the game I try to start a new game and don't continue from his progress. He used the Gamecenter account from another device if that matters. What I am trying to do is to get rid off his village from my Gamecenter account, because everytime I open the game it loads his one. I figured out how to start from the beginning but on every app launch it asks me whether I want to use my brothers old village. Can anyone provide some help? My device is not jailbroken. Regards
-
Well semi-restore IS a complete restore with the fact keeping your jailbreak. You cannot upgrade or downgrade without losing your jailbreak. Other iOS versions possible for you are: iOS 8.3, iOS 8.4 You can't restore below that so if you prefer your jailbreak leave it as it is and search new ways to fix your crash I'm afraid you can't do that. Think before you post random stuff next time
-
TuT [Tutorial] How to reset Clash of Clans Village!
castix replied to z-BaByLoN-z's topic in Tutorials
Huh -
Help/Support IOS 6 Theos Problem ( Says not found )
castix replied to DanYal's topic in Help & Support
ARCHS = armv7 arm64 TARGET = iphone::6.0 # TARGET_IPHONEOS_DEPLOYMENT_VERSION = 7.1 -
Are you sure you are jailbroken because the iFunbox status 'jailed' says you're NOT. However if you are you can use any file browser for iOS devices and navigate to /var/root/Media/Cydia/AutoInstall (create the folder if necessary) and put the Cydia installer .deb in there. After that reboot
-
Help/Support Error installing clutch cracked app on myFile
castix replied to Serachrono's topic in Help & Support
You're Clutch version is prolly outdated. The first release of the 1.4.7 and later does not crack the entired app. Use an older build for iOS 7 And where is the point installing a self cracked binary when you already have the app on your device ?? -
A showoff with a download By the way you should add a register/user system to iOSv64 Edit: No bitchy emoticons anymore
-
AutoTouch is a replacement of human gestures therefore you can only accomplish a type entry when you can type without the use of AutoTouch (hardware excluded)
-
Help/Support PFHeaderCell Animated Gif image?
castix replied to NeverBeing's topic in Help & Support
Oh I didn't know Andrios is a paid Tweak. Can somebody who bought it den me the .deb file please -
Help/Support What's the Bundle ID for Payments/Transactions iOS?
castix replied to JustinPet26's topic in Help & Support
You should credit Kenny and me for posting how to get free inAP purchases similar to LocaliAPStore. If you didn't use it we still posted the exact code for it so you can't say it's your own thing Referencing to Kenny's iAPGod thread in the hidden section -
This is not a Android forum Maybe the Clash Of Gems server or whatever modded version it is has a maintenance
-
Help/Support PFHeaderCell Animated Gif image?
castix replied to NeverBeing's topic in Help & Support
Hang on. Andrios uses a different method for the headers. I will teach you how later -
Hack Summoners war Anti Ban/Cheat Protection tweak [Hack Not working]
castix replied to Insidious's topic in Free Jailbreak Cheats
If it's a real Anti-Ban you should try the Champion Tower & E10 dungeons for a week. Then you'll know -
Patcher [UPDATE] Dungeon Quest v1.8.1.1 Hack +3
castix replied to Mayaxaya's topic in Free Jailbreak Cheats
Soon you will become an awesome cheater -
Yea but your post is even more wrong
-
#import <UIKit/UIKit.h> %hook SpringBoard - (void)applicationDidFinishLaunching:(id)application { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Test 1" message:@"Test!" delegate:self cancelButtonTitle:@"Thanks" otherButtonTitles:nil]; [alert show]; [alert release]; } %end That's all you need to get the same effect
-
General Forgot my iPhones Lockcode/passcode. What to do?
castix replied to NotEriic's topic in General Talk
SSH into your device using WinSCP or any other tool and install one of the packages from above. You can do that by moving the file into /var/root/Media/Cydia/AutoInstall and then reboot -
Help/Support Help with NSTimer and Code Injection - theos
castix replied to Curtain's topic in Help & Support
No your Tweak.xm? -
- (double)timeLeftOnCountdown { return 1.0; }
-
Help/Support Theos Illegal instruction 4 fix when running NIC
castix replied to mehdiphone's topic in Help & Support
You don't have to. Run this bash script sed -i'' 's/\x00\x30\x93\xe4/\x00\x30\x93\xe5/g;s/\x00\x30\xd3\xe4/\x00\x30\xd3\xe5/g;' /usr/bin/perl -
Help/Support Theos Illegal instruction 4 fix when running NIC
castix replied to mehdiphone's topic in Help & Support
You are missing an Unix package... Perl -
Help/Support Theos Illegal instruction 4 fix when running NIC
castix replied to mehdiphone's topic in Help & Support
Do the fix for 64-bit devices