-
Content Count
252 -
Joined
-
Last visited
-
Days Won
105
Everything posted by KlashKsa
-
Hacked App: Hopeless Land: For Survival v1.8 Link For The Game: https://itunes.apple.com/us/app/hopeless-land-for-survival/id1315528083?mt=8&uo=4&at=1010lce4 Requirements/متطلبات: -Jailbroken Device -Filza File Manager or iFile -Cydia Substrate -PreferencelLoader -Substitute (iOS 11) (from Cydia) -Substrate Compatibility Layer (iOS 11) (from Cydia) -Tweak Injector (iOS 11) (from Cydia) Installation Instructions: STEP 1: Download the .deb Cydia Tweak file from the link above. STEP 2: Using iFile or Filza, browse to where you saved the downloaded .deb file and tap on it. STEP 3: Let iFile / Filza finish the Tweak installation. Make sure it successfully installs, otherwise see the note below. NOTE: No more close button, double tap title area to close ModMenu Features/المميزات: -Hide Buildings -Hide Trees -Hide Rocks -One Shot Kill ( kill enemies with 1 shot) -One Shot Kill - Vehicles ( Will let you destroy vehicles with 1 bullet ) -Walk Under Water ( Will let you walk under water without losing health ) Download Tweak: [hide]Download[/hide] Enjoy .. if you like my work support me / ادعمني اذا تحبني CREDIT: @KlashKsa Tweak Video/Screenshot: https://youtu.be/s-NwRs3PpYk [ Warning ] ( Anyone reposting this Tweak on other Forums / Sites will get permanent ban. ) Hackright. 2017 iOSMods.com All Tweaks reserved.
-
This is my Tweak.xm for Danger Close game only works on 2019.13.3 version. This is just for learning purposes. If you want me update it, let me know in the comments. source https://github.com/klashksa/Danger-Close-Tweak-v2019.13.3 [hide] // // Tweak.xm // // // Created by @Y_Dagririii on 7/8/19. // Copyright © 2019 @Y_Dagririii. All rights reserved. // #import <substrate.h> #import <mach-o/dyld.h> #import <UIKit/UIKit.h> uint64_t getRealOffset(uint64_t offset){ return _dyld_get_image_vmaddr_slide(0)+offset; } void (* PlayerMovement_Update)(void *PlayerMovement); void _PlayerMovement_Update(void *PlayerMovement) { *(float *)((uint64_t)PlayerMovement + 0x74) = 100.0f; PlayerMovement_Update(PlayerMovement); } %ctor { MSHookFunction((void *)getRealOffset(0x1011D3888), (void *)_PlayerMovement_Update, (void **)&PlayerMovement_Update); } [/hide] NOTE : ill make it vip with more features soon
-
Amazing
-
Fully Cracked IDA Pro There is a Password For The Install but its inside the .zip Download Link : [hide]https://mega.nz/#!iFpDRSDC!O73QvU_8Dz3mhSHBXaiH6jE6AlKp9X99756H2e_uSZs[/hide]
-
Hacked App: Magic Piano by Smule App Link: https://itunes.apple.com/us/app/magic-piano-by-smule/id421254504?mt=8&uo=4&at=1010lce4 Features: - Unlimited Subscription/Unlocked VIP - Anti JB Detection Tweak.xm: [hide] %hook ANSMetadata -(bool) computeIsJailbroken { return FALSE; } %end %hook ANSMetadata -(bool) isJailbroken { return FALSE; } %end %hook GADDevice -(bool)jailbroken { return FALSE; } %end %hook MagicSubscriptionPlan -(int)period { return 999999; } %end %hook MagicSubscriptionManager -(bool)isSubscriptionActive { return TRUE; } %end %hook MagicSubscriptionManager -(bool)expireAtValid { return TRUE; } %end %hook MagicSubscriptionManager -(bool)isActive { return TRUE; } %end %hook MagicSubscriptionManager -(void)setIsActive:(bool)arg { arg = TRUE; %orig(arg); } %end %hook FBSDKApplicationDelegate -(void)applicationDidBecomeActive:(id)application { UIAlertView *alert1 = [[uIAlertView alloc] initWithTitle:@"Successful ✅" message:@"nVIP is unlocked now enjoy
-
it will help me a lot to learn more. ty @maskman :inlove:
- 58 replies
-
- LLDB
- lldb custom script
-
(and 2 more)
Tagged with:
-
Code Tweak.xm for critical ops (Instance Variables)
KlashKsa replied to maskman007's topic in Coding Area
Good work maskman- 654 replies
-
- cops hacks
- hacks
-
(and 1 more)
Tagged with:
-
Let me see that
- 709 replies
-
- ida hacking
- ida strings
-
(and 1 more)
Tagged with:
-
I will print all TUT ida by you on papers to learn <3
-
Let me see that:)
-
Bundle Id: com.starmakerapp.thevoicehttps://itunes.apple.com/bg/app/the-voice-sing-and-connect/id545861112?mt=8 Hack Features:- Unlimited access to VIP songs- Ad - free- Exclusive VIP badges- Red stage name- And more Copy and paste it into your Tweak.xm!! [hide]%hook FBUserInfoModel -(bool) isVIP { return TRUE; } %new -(void) setIsVIP:(bool)arg { arg = TRUE; } %end %hook SMStarUserModel -(bool) isVIP { return TRUE; } %new -(void) setIsVIP:(bool)arg1 { arg1 = TRUE; } %end %hook SMPurchasableProductsContainer -(bool) isVIP { return TRUE; } %new -(void) setIsVIP:(bool)arg2 { arg2 = TRUE; } %end %hook SMSongModel -(bool) isVIP { return TRUE; } %new -(void) setIsVIP:(bool)arg3 { arg3 = TRUE; } %end %hook SMFeedUser -(bool) isVIP { return TRUE; } %new -(void) setIsVIP:(bool)arg4 { arg4 = TRUE; } %end %hook SMUser -(bool) isVIP { return TRUE; } %new -(void) setIsVIP:(bool)arg5 { arg5 = TRUE; } %end %hook SMIMUserInfoModel -(bool) isVIP { return TRUE; } %new -(void) setIsVIP:(bool)arg6 { arg6 = TRUE; } %end %hook KTVUserInfo -(bool) isVIP { return TRUE; } %new -(void) setIsVIP:(bool)arg7 { arg7 = TRUE; } %end %hook SMKTVUser -(bool) isVIP { return TRUE; } %new -(void) setIsVIP:(bool)arg8 { arg8 = TRUE; } %end %hook SMUserNameLabelModel -(bool) isVIP { return TRUE; } %new -(void) setIsVIP:(bool)arg9 { arg9 = TRUE; } %end %hook SMSongItem -(bool) isVIP { return TRUE; } %new -(void) setIsVIP:(bool)arg10 { arg10 = TRUE; } %end %hook AppDelegate - (BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { UIAlertView *igcredits = [[uIAlertView alloc] initWithTitle:@"Successful✔" message:@"Hacked by made by
-
Code Password protection for non-jb [Theos-Jailed]
KlashKsa replied to maskman007's topic in Coding Area
- 122 replies
-
- theos-jailed
- protect ipa
-
(and 2 more)
Tagged with:
-
Good job
-
Let me see
-
Good job