-
Posts
809 -
Joined
-
Last visited
Everything posted by i0s_tweak3r
-
Apple cert and mobilprovision giveaway Round 2
i0s_tweak3r replied to Gav1474's topic in Community Giveaways
And the winner is? / was? -
And a quality tweak it is! Thanks again. I've been making Flex patches for 2-3 years at least. Made first original tweak giving Pro version of "Sketches" app few days ago. https://iosgods.com/topic/47308-free-pro-version-of-sketches-app/
-
Yeah no prob. I edited tweak.xm hoping this would work but I still can't seem to make arg1 null in the bottom hooks. %hook MyTransactionObserver-(bool) purchased {return TRUE;}%end%hook MyTransactionObserver-(void) setPurchased:(bool)arg1 {return %orig(TRUE);}%end%hook MyTransactionObserver-(void) failedTransaction:(id)arg1 {return %orig(NULL);}%end%hook LBCategoryViewController-(void) configureNormalCellForInAppPurchase:(id)arg1 fromIndexPath:(id)arg2 {return %orig(NULL, arg2);}%end%hook LBCategoryViewController-(void) configureGlossaryCellForInAppPurchase:(id)arg1 fromIndexPath:(id)arg2 {return %orig(NULL, arg2);}%end Link to app for tweak: Objective C Reference Lite by Lucian Boboc https://appsto.re/us/XQJ3y.i Edit: Downloaded iOS 9.0 sdk, changed target in makefile and just used first two hooks in tweak.xm,it compiled and now works.
-
I googled internal package error 2 and found a project that compiled but wouldn't build like mine. Its problem was using symbols in the com.yourcompanyname.yourtweakname, which I used an "_" in. I used NIC to make new version without symbols in name, and copied tweak.xm to new patch, with the updated code from the beginning of this thread. It compiled, built the deb and installed- unfortuneately I'm back to the original problem. Tweak doesn't work. The hooks with more then one argat the bottom of the tweak.xm are what's not working. The flex patch I based the tweak off of does work, so I'm confident I have all the right hooks, the code is just returning the %orig for both args it seems. Something is wrong here I believe
-
Sorry hope I don't get in trouble for posting this basically twice, but the original post in Cydia Substrate hacks might have been better placed here, as most are game hacks. Anyone looking for a good free version of a multilayer design iOS app, I made a tweak to give "Sketches" the pro features for free. It can be downloaded here. https://iosgods.com/topic/47308-free-pro-version-of-sketches-app/
-
Hack Betternet VPN - Premium Hack (All Versions) +5
i0s_tweak3r replied to Patricktph's topic in Free Jailbreak Cheats
Thanks! Works great on iOS 9.3..... I'm in Australia now near my brother lol. Edit: Works on iOS 10 as well. Installed on my main device I use. Thanks again. -
I just built a new project so I could get a fresh compile, and not worry if I messed up the tweak version in one of the control files. It compiled, but I got an error building the package from an apparent missing symlink, which is weird cause the makefile and Theos symlink are the same as a tweak I compiled and shared earlier today. Anyway, here's the Errors.txt file
-
Hack Free Pro Version Of Sketches App
i0s_tweak3r replied to i0s_tweak3r's topic in Free Jailbreak Cheats
Thx for checking it out! ???? -
Tool Flex Converter: Convert your flex patch to tweak code in no time!
i0s_tweak3r replied to imp0ss1ble's topic in Tools
This is awesome! Used it once already. It's having trouble finding a patch I just made tho. I've tried respringing, enabling and disabling the patch. Do I have to upload it to cloud for it to work? Edit: Figured out dirty fix. This tweak only searches for flex patches made in old location, where Flex 2 patches were stored. In order to get it to recognize patches made in Flex 3 you have to open the Flex3patches.plist, copy your patch, delete the api version portion of it, then paste it into the patches.plist in the old location. @OP If you could edit the tweak to search the Flex3patches.plist that would make it even more cool. Also, it doesn't recognize "null" when used to nullify what's returned to a function. If you could update that it'd be nice too. I'm not complaining- just mentioning issues I've encountered. -
Should support iOS 9.0 and higher. Tested on iOS 9.3 and 10.0.1 Disables Jailbreak Detection, Enables Multilayers, adds other Pro Features Link to app: Tayasui Sketches: Draw and paint like on paper! by Tayasui.com https://appsto.re/us/3eQqM.i This is a really cool iOS version of a multilayer photo editer/ paint shop drawer, etc. [Hidden Content] Note: This is my first original tweak made on mobile device using theos. Was previously a flex patch that got taken down I guess because it hacks App Store / in-app purchase elements. To install: Download app. Download tweak. Open in Filza or iFile. Hit "Install" then Respring. Enjoy. To notice benefits of tweak open app (then close it) before installing tweak, see how limited the features are, then install tweak. ????
-
Apple cert and mobilprovision giveaway Round 2
i0s_tweak3r replied to Gav1474's topic in Community Giveaways
I will do my best to use them to make patched/ cracked versions of the apps uploaded using the certs/ provisioning profiles, and share with community. I'm new so no worries if I don't get picked. Just thought I'd try. ☺️ -
What country's iTunes Store is it in? In US said not available.
-
Tweak Hack Magic Piano [all versions] +3
i0s_tweak3r replied to xoxoqtpai's topic in Free Jailbreak Cheats
Thanks! Will give this a try. Out of curiosity... I have a smule account already and on the Sing! Karaoke app I have like 16,000 real followers, and don't want to risk getting banned. Do you think it's safe to install this app and use hack as long as I don't log in with same smule ID? Edit: Just signed up new smule account, installed tweak, works great. Curious tho if ppl get could banned for using it. I'm tired of paying for VIP on the Sing! app and I know there's tweaks for Sing!, if there's not a current one I'm pretty sure I could unlock the songs and fx with flex. Just afraid to do so with main account. -
Thx for the warm welcome. ☺️ Made me feel old mentioning the Commodore lol. Forgot to mention also know HTML, php, am familiar with xml.... Used to run a music streaming website, so also familia with SEO/ metadata. Hence know a little about a lot, but am an expert at very little. Work as a Master Boat Captain but don't consider myself a "Master" of that either lol.
-
Just wanted to thank everyone for all the help I've received without ever posting. Been a member for a while but just recently posted a few times. You guys rock! I know a little about a lot, but a lot about very little... Started off programming Basic with Commodore 64. Later Pascal, then C, C++, Visual C, Visual Basic... Slowly learning Obj C now, and making tweaks from mobile device with theos.