-
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.
-
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
- 582 replies
-
- 1551
-
-
-
-
-
-
-
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. -
Help/Support Function Hooking & Memory Writing No Jailbreak
Affe2626 posted a topic in Help & Support
Hello, just got an iPhone X and It's not jailbroken. I just wonder how I can write cheats and sideload them. What do I need and what is useful to make them? Like compilers and aslr removers. I'm trash at Obj-C & Swift but low-level language and game hacking in general shouldn't be a problem. I'm just looking for a short tutorial on how to hook vtables and write to memory addresses without a jailbreak. I have a Windows PC so if I can do it on Windows it's a big + but I can run macOS on a VM. -
Thanks for giveaway, I'm in.
-
Ty, yea I use the word offset instead of address sometimes for an unknown reason
-
Ok, thanks for help. Leaving this open since I don't know if it works and there's probably more ways of doing it
-
Okay, not home right now and I don't have access to a PC here. Can I do something through just my phone? Thanks, I'll try that.
-
Hi, I've just started to code tweaks to iOS but I wonder how I could get the base address to later add offsets onto. The game I've taken as a test app is "Ballz". When I search the offset for coins/points or whatever it is it gives me like 4 addresses so I took them all but they obviously change on startup so it's impossible to write a tweak which writes to memory. Is there also any way to get patterns/signatures for getting addresses? Like this: "xF4/xT6/xYO/xUG/xET/xIT" Edit: I searched up my address with GameGem.