-
Posts
472 -
Joined
-
Last visited
Everything posted by klashksa
-
Help/Support Cydia Problems , tweak Problems , create packages
klashksa replied to klashksa's topic in Help & Support
' ' ' anyone help me please -
Help/Support Cydia Problems , tweak Problems , create packages
klashksa posted a topic in Help & Support
hello I need to help guys who can help me plz I made deb file and installed on my device ( ios8.3 ) I'm sure 100% true But the alerts or messages did not appear My Terminal pic : My files pic : My tweak.xm pic : My Makefile pic : My tweak in cydia pic : Note : I followed all institutions, but I didn't get the message. * This picture from YouTube \/ \/ -
DIY Hack Change your caller id (app) (hack) Unlimited minutes
klashksa replied to Ezi_'s topic in DIY Cheats
Thx -
Hack Critical Ops v0.9.6+ (All Versions) iOS Wall Hack!
klashksa replied to caoyin's topic in Free Jailbreak Cheats
Ty -
DIY Hack Modern combat 5 2.7.0 Credits by【қłΔѕн ۩ қѕΔ】
klashksa replied to klashksa's topic in DIY Cheats
ur welcome @Kyle.minjeong -
Name of the Game: Modern Combat 5 : The Multiplayer eSports Shooter By Gameloft iTunes Link: https://itunes.apple.com/us/app/modern-combat-5-the-multiplayer-esports-shooter/id656176278?mt=8&uo=4&at=1010lce4 Bundle ID: com.gameloft.ModernCombat5 Version 2.7.0 must be the duel rating *( not soldiers league ) close from rating your friend Example : my duel rating is 2703 must be duel rating my friend is 2500 like this enjoy ! me @klashksa
- 29 replies
-
- 31
-
-
-
-
-
-
Ty
-
Request Goddess: Primal Chaos Italiano Version NojB
klashksa replied to garticosss's topic in Hack Requests
Up -
???
-
DIY Hack Tap Tap Fish - Abyssrium [All Versions] Unlimited Resources
klashksa replied to Jax2120's topic in DIY Cheats
Ty -
hello I need to help guys who can help me plz I made deb file and installed on my device ( ios8.3 ) I'm sure 100% true But the alerts or messages did not appear My Terminal pic : My files pic : My tweak.xm pic : My Makefile pic : I followed all institutions, but I didn't get the message. * This picture from YouTube @DiDA @arthurdapaz @shmoo
-
Help/Support Tweak hack won't compile with error
klashksa replied to klashksa's topic in Help & Support
Thx bro for ur comment but I get this wrong after the remove this is my tweak.xm after removed key1 This is my new problem @DiDA -
I can't create makefile package I have a problem This is my problem note : my tweak.xm like this topic #import "writeData.h" #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import <substrate.h> /* To MSHook Offsets, use https://iosgods.com/topic/22718-mshook-tweakpatcherfunction-tweakpatcher-withwithout-psedittextcellpsslidercell-generator-online/ */ /* To Easily Generate Tweak.xm and Preferences Plist https://iosgods.com/topic/24138-code-inject-generator-online-tweakxm-preferencesplist/ */ #define PLIST_PATH @"/var/mobile/Library/Preferences/@@PACKAGENAME@@.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %ctor { if(GetPrefBool(@"key1")) { writeData(0xOFFSET, 0xHEX); } else { } if(GetPrefBool(@"key2")) { writeData(0x10963C, 0xC0F8AC70); } else { } if(GetPrefBool(@"key3")) { writeData(0x10ACEA, 0xC0F8C871); } else { } if(GetPrefBool(@"key4")) { writeData(0x1806B8, 0x381C); writeData(0x2FA51C, 0x381C); writeData(0x1806B8, 0x7047); writeData(0x1806B8, 0x7047); } else { } } /* Popup with a link Varieties of a UIAlertView Popup can be found here: https://iosgods.com/topic/13988-varieties-of-uialertview-types-to-use-in-your-tweaks-patchers/ */ %hook AppDelegate // Change this with your Application's Delegate. AppController, UnityAppController, GameDelegate etc. - (BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { // Popup only once at each launch of the app. UIAlertView *igcredits = [[UIAlertView alloc] initWithTitle:@"@@PROJECTNAME@@ Cheats" message:@"\n@@PROJECTNAME@@ Cheats by @@@User@@ for iOSGods.com" delegate:self cancelButtonTitle:@"Thanks" otherButtonTitles:@"Visit Us", nil]; [igcredits show]; [igcredits release]; return %orig(); } %new -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { NSString *button = [alertView buttonTitleAtIndex:buttonIndex]; if([button isEqualToString:@"Visit Us"]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://iosgods.com/"]]; } } %end @DiDA
-
Thx
-
Thx
-
Thx ?
-
Thank u bro
-
This is my tweak.xm #import <UIKit/UIKit.h> %hook SpringBoard - (void)applicationDidFinishLaunching:(id)application{ %orig; UIAlertView *alert = [[UIAlertView alloc] initwithTitle:@"welcome" message:@"welcome to your iphone" delegate:self cancelButtontitle:@"okay" otherButtonTitles:nil]; [alert show]; } %end @Diversityy
-
I've done it and I've had this problem \/ \/ \/ https://e.top4top.net/p_553bovdi0.jpg Klash-ksa:/var/mobile/klashksa root# make package install Making all for tweak klashksa... Preprocessing Tweak.xm... Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Compiling Tweak.xm... Tweak.xm:12:45: error: instance method '-initwithTitle:message:delegate:cancelButtontitle:otherButtonTitles:' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access] ...initwithTitle:@"welcome" message:@"welcome to your iphone" delegate:self cancelButtontitle:@"okay" otherButtonTitles... ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/theos/sdks/iPhoneOS8.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:24:40: note: receiver is instance of class declared here NS_CLASS_AVAILABLE_IOS(2_0) @interface UIAlertView : UIView ^ 1 error generated. make[2]: *** [obj/Tweak.xm.0c97d837.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [klashksa.all.tweak.variables] Error 2 Klash-ksa:/var/mobile/klashksa root# @Diversityy
-
Hello When I make package I have got error , I don't know how can I fix it . I have watched the forum topics and have not found a solution to this problem . I need to help plz \/ \/ \/ This is my problem https://e.top4top.net/p_544ea2l90.jpg Klash-ksa:/var/mobile/klashksa root# make package install bash: xcode-select: command not found bash: xcrun: command not found bash: xcode-select: command not found bash: xcode-select: command not found bash: xcrun: command not found bash: xcode-select: command not found bash: xcrun: command not found bash: xcode-select: command not found bash: xcrun: command not found ==> Error: The vendor/include and/or vendor/lib directories are missing. Please run `git submodule update --init --recursive` in your Theos directory. More information: https://github.com/theos/theos/wiki/Installation. make: *** [before-all] Error 1
-
How can I run it ?? Can u help me plz @DiDA @Liftedlemon https://e.top4top.net/p_544ea2l90.jpg
-
Tutorial How to hack games without jailbreak or computer
klashksa replied to swegmeister's topic in Tutorials
Thank u