-
Posts
472 -
Joined
-
Last visited
Everything posted by klashksa
-
Wow thank you so much
-
Help/Support Trying to install Theos on Windows environment
klashksa replied to fall2pieces's topic in Help & Support
what about windows 7 64bit mr @DiDA -
DIY Hack Top Drives by Hutch Games +1 [Easy Win / Three Stars]
klashksa replied to Joka's topic in DIY Cheats
Woot ??????? -
Filza File Manager Any Version
klashksa replied to sn0wqt's topic in iOSGods Archives's General Cydia
Let me see that Lol? -
Lol man, nice job though.
-
good work broo thank u
-
Patcher Ice Age Adventures Hack v1.8.0 +3 Cheats
klashksa replied to 0xygen 's topic in Free Jailbreak Cheats
Wooooooow thx bro ??? -
Hack Rules Of Survival Speed Hacks and more turtorials(ios)
klashksa replied to ExoticGamesYT's topic in DIY Cheats
Thank u I hope it works -
Wow ?
-
Non-Jailbroken Hack [No Jailbreak] Filza For iOS 11 - 11.3.1
klashksa replied to MRX.GG's topic in Free Non-Jailbroken IPA Cheats
thank u so much -
thank u
-
Let me see that ?????
-
God job shmoo
-
Thx shmoo ?
-
Mod Menu Hack Modern Combat Versus v1.3.14 Hacks +7 [Aimbot and More]
klashksa replied to a topic in Free Jailbreak Cheats
Thx shmoo we need mc5 hack plz ? -
Good new away:)
-
Any help plz @xiaov
-
This is My tweak.xm @xiaov #import "vm_writeData.h" #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #define string @"Jdcc@4723" UIAlertView *alert; %hook AutoRapAppDelegate - (char)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { NSString *vActivateStr = [NSHomeDirectory() stringByAppendingPathComponent:@"Documents/xiaov.txt"]; vActivateStr= [NSString stringWithContentsOfFile:vActivateStr encoding:NSUTF8StringEncoding error:nil]; if ([vActivateStr isEqualToString:string]) { [NSTimer scheduledTimerWithTimeInterval:5.0 target:self selector:@selector(gameActivateSucess) userInfo:nil repeats:NO]; return %orig; } else { [NSTimer scheduledTimerWithTimeInterval:5.0 target:self selector:@selector(gameActivateFailed) userInfo:nil repeats:NO]; return %orig; } } %new -(void)gameActivateSucess { UIAlertView *alert = [[UIAlertView alloc] initWithTitle: @"title" message: @"Activated Sucess" delegate:self cancelButtonTitle:@"ok" otherButtonTitles: nil]; [alert show]; [alert release]; } %new -(void)gameActivateFailed { alert = [[UIAlertView alloc] initWithTitle:@"Title" message:@"Please enter your password" delegate:self cancelButtonTitle:@"Cancel" otherButtonTitles: @"Login", nil]; alert.alertViewStyle = UIAlertViewStylePlainTextInput; [alert show]; [alert release]; } %new - (void)alertView:alert clickedButtonAtIndex:(NSInteger)buttonIndex { if (buttonIndex == 0) { } if (buttonIndex == 1) { NSString *passwordStr = [alert textFieldAtIndex:0].text; NSData *data = [passwordStr dataUsingEncoding:NSUTF8StringEncoding]; NSString *directoryStr = [NSHomeDirectory() stringByAppendingPathComponent:@"Documents/xiaov.txt"]; [data writeToFile:directoryStr atomically:YES]; //AutoRapVIP.plist exit(0); } } %end %hook AutoRapStyle -(bool)isFree { return true; } %end %hook Listing -(bool)isFree { return true; } %end %hook MagicSubscriptionManager -(bool)isSubscriptionActive { return true; } -(bool)isActive { return true; } -(bool)loaded { return true; } -(bool)isPromo { return true; } -(bool)isPromoSubscription { return true; } %end
-
@xiaov I made unlocked VIP hack for AutoRap App after that I uploaded Dylib file in CPloader License . see the video My question is Why The hack is working when I click on Cancel ? Sorry my English is not good I hope you understand
-
When I click on cancel the app is working and the hack is working automatically. can u help me plz @xiaov
-
Help/Support help me add sclalertview in theos?
klashksa replied to vinhthai222006's topic in Help & Support
I have same errors any help plz -
Help/Support SCLAlertView Style troubles/errors
klashksa replied to Baroto's topic in Help & Support
We need to SCLAlertView any help plz @DiDA -
Me too I need it but I got this errors:( Tweak.xm:1: In file included from /var/mobile/111/theos/include/SCLAlertView/SCLAlertView.h:14: /var/mobile/111/theos/include/SCLAlertView/SCLButton.h:72:1: error: no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed [-Werror,-Wobjc-property-no-attribute] @property id target; ^ /var/mobile/111/theos/include/SCLAlertView/SCLButton.h:72:1: error: default property attribute 'assign' not appropriate for non-GC object [-Werror,-Wobjc-property-no-attribute] 2 errors generated. make[2]: *** [obj/Tweak.xm.6f1bbf4a.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [111.all.tweak.variables] Error 2 iPhone:/var/mobile/111 root#