-
Posts
842 -
Joined
-
Last visited
Everything posted by mehdiphone
-
Hack Freeletics HACK Unlock coach and exercises (All versions)
mehdiphone replied to mehdiphone's topic in DIY Cheats
Wanna have it cracked? -
No lemme try to get this
-
http://imgur.com/OjnH3KB lel
-
Ahah you're welcome Hum a lot put you first in leaderboard
-
Requirements: Jailbreak or No Jailbreak iFunbox or iFile Features: High Score No Ads [Hidden Content] Instructions 1. Download the file above 2. Extract it using iFile or 7-Zip/WinRAR 3. Copy it to your iDevice 4. Paste it inside Jelly Jump.app and overwrite the old ones. 5. Enjoy
-
Thx
-
https://ip.bitcointalk.org/?u=http%3A%2F%2Fstatic.fjcdn.com%2Fpictures%2Fdo%252Byou%252Beven%252Blift%252B.%252Bfight%252Bme%252Birl_f5f69d_4338021.jpg&t=549&c=68F1oiKUHWXpDQ FITE MEH
-
Help/Support are there errors in the structure of my hack?
mehdiphone replied to mehdiphone's topic in Help & Support
Ohhh lemme try then thanks castix! -
Hack Freeletics HACK Unlock coach and exercises (All versions)
mehdiphone replied to mehdiphone's topic in DIY Cheats
Okay but why aren't notifocations always activated :0 ? -
Hack Freeletics HACK Unlock coach and exercises (All versions)
mehdiphone replied to mehdiphone's topic in DIY Cheats
Thank you i wish i could do a working debfle -
Hack Freeletics HACK Unlock coach and exercises (All versions)
mehdiphone posted a topic in DIY Cheats
FREELETICS HACK: features: -unlock coach subscription (no limit as long as you use the hack) NOTE THAT THE COACH DOESNT WORK ANYMORE -unlock exercises TUTORIAL: [Hidden Content]- 1,316 replies
-
- 959
-
-
-
-
-
-
-
Help/Support are there errors in the structure of my hack?
mehdiphone replied to mehdiphone's topic in Help & Support
so deb file doesnt work imma use flex for the hack thanks -
Help/Support are there errors in the structure of my hack?
mehdiphone posted a topic in Help & Support
%hook FLUser -(bool)hasValidCoachSubscription { return TRUE; } -(bool)hadCoachSubscription { return TRUE; } -(bool)hasActiveCoach { return TRUE; } %end %hook CoachSkillDetailsViewController -(void)unlockSkill:(bool)argument { argument = TRUE; %orig(argument); } %end %hook FLCoach -(bool)isSubscriptionExpired { return FALSE; } -(bool)isSubscriptionValid { return TRUE; } -(bool)active { return TRUE; } -(void)setActive:(bool)argument { argument = TRUE; %orig(argument); } %end -
what should i put at the top i don't get it lease ?
-
Help/Support make package command not found
mehdiphone replied to mehdiphone's topic in Help & Support
workingthank you -
Help/Support make package command not found
mehdiphone replied to mehdiphone's topic in Help & Support
mkdir: cannot create directory 'obj': Permission denied another issue :'( -
Help/Support make package command not found
mehdiphone replied to mehdiphone's topic in Help & Support
thank you guys the issues were i didn't put a "m" and thespace between cd and /var thanks! -
Help/Support make package command not found
mehdiphone replied to mehdiphone's topic in Help & Support
still doesnt work -
Help/Support make package command not found
mehdiphone replied to mehdiphone's topic in Help & Support
it doesnt work iam installing big boss recommend tools, i think it will fix it thank you ! -
iPhone:/va/mobile root# Make package sh: Make: command not found make from cydia (jay saurik) is installed iam under 8.1.2!! iphone 5S
-
Help/Support How can I return (void)xxx:(bool)
mehdiphone replied to mehdiphone's topic in Help & Support
ah okay i see the link now thank you ! :" dida as i understand TRUE takes the value of arg ? -
Help/Support How can I return (void)xxx:(bool)
mehdiphone replied to mehdiphone's topic in Help & Support
i don't get it lol - (void)setActive: (bool)fp8 { %orig(fp8); fp8=true; ? right -
hi how do i hook a function like : -(void)xxxxx:(bool) ? do i use orig??it should be true to answer the boolean.. thank you