-
Posts
124 -
Joined
-
Last visited
Everything posted by Affe2626
-
You need to specify PID of application, not app location. Get it by ps -A. Test it. Seems to be working with LocalIAPStore (googled it) so probably if the dev hasn't updated it to not use StoreKit.
-
Yeah, I can make one. However, I've never really made/edited one so it may be bad as f*** lol
-
There probably is but this works just fine. You only need to sign the binary once then just inject with criticald. Should be working for all apps, yes.
-
Ooh I forgot to link bfdecrypt, this thread? . And yea sure. I know how to reverse and serveral hooking methods on Windows but that 64bit arm assembly fks my brain (but I can learn probably). MSHooking is just swapping the vtable of interface/class and in your hacked table you change the methods, right?
-
Okay lol, what kind of hacking?
-
Nope
-
hmm seems legit It cracks a binary, like Clutch. I just made a guide on how to get Bishop Fox's bfdecrypt to work for Electra. I made an IAP guide too (localiapstore should work now with B8 tho), haven't tried GDB.
-
Since Bishop Fox's tool for Electra's broken I thought that I'd share a tutorial to make it work. All credits to Bishop Fox. [Hidden Content]
- 127 replies
-
- 333
-
-
-
-
-
-
-
Help/Support Hardly created word document
Affe2626 replied to OliviaVaugrenard's topic in Help & Support
File.whateverWordSavesIn -> File.txt or just open with a different text editor. -
Just after starting app. Start app. Inject. Buy sh!t and press cancel. Done. Edit: nice
-
You need to click on the item you want to buy then cancel. What app?
-
Should be "SBInject" not "SBinject"
-
Oh lol, did it work now?
-
It can be hard to see what ps -A says on mobile. Open the app and run ps -A immedately after starting it. https://imgur.com/gallery/ex367 Here, 1169 is what I'd choose. You can tell by "var/containers/Bundle/Application... and it's the most recent one. I'll go sleep now so I will answer more tomorrow. Rember that it doesn't work for all apps. It works for apps that works with iapfree, iapcracker, localiapstore and such.
-
Yes. I can upload only the dylib file tomorrow so you don't need to unzip since Filza doesn't support zip on iOS 11.
-
Yeah, it isn't worlds most advanced tweak lol. Simple but works perfectly, good for non-coders and beginners I guess.
-
Hello, today I'll show how to hack in-app purchases on iOS 11 (tested on Plague. Inc & Hill Climb Racing). Doesn't work for every app, just those that uses StoreKit. No settings or app, it's always on for every app! Should work for any iOS version (tested on 11.1.2 & 11.3.1). Install the package using Filza, iFile or with dpkg in command line as such: dpkg -i /path/to/hack.deb [Hidden Content] Now go press buy on something in whatever app you want, when the popup appears just press cancel and you'll still get it if the app is supported
- 580 replies
-
- 1537
-
-
-
-
-
-
-
Tutorial [iOS 11.1.x] Install .deb tweaks without Cydia
Affe2626 replied to monkeyhunter's topic in Tutorials
bootstrap/Library/Application Support. Just /usr/bin. What binary? -
Help/Support How do I write this in theos (mshooking)?
Affe2626 replied to The Epic Gamer's topic in Help & Support
%hook BZRAllowedProductsProvider -(bool)isSubscriptionProduct:(id)arg1 { //arg1 = something //bool temp = %orig(arg1) to call original & store return value in temp (can just be returned w/o storing) //return true/false/temp/%orig(arg1) } %end -
I already know C++ but I'm interested in seeing your work! Thanks for making tutorials and supporting this community on your free time
-
Thanks
-
Help/Support Function Hooking & Memory Writing No Jailbreak
Affe2626 replied to Affe2626's topic in Help & Support
just quoted you -
Help/Support Function Hooking & Memory Writing No Jailbreak
Affe2626 replied to Affe2626's topic in Help & Support
Thanks but do I need a developer account? Can't you just sign the app 7 days? https://github.com/BishopFox/theos-jailed <- this one? Just wanna be sure before I install a VM. Took some hours last time.