Jump to content

Affe2626

Senior Member
  • Posts

    124
  • Joined

  • Last visited

Everything posted by Affe2626

  1. 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.
  2. File.whateverWordSavesIn -> File.txt or just open with a different text editor.
  3. Just after starting app. Start app. Inject. Buy sh!t and press cancel. Done. Edit: nice
  4. You need to click on the item you want to buy then cancel. What app?
  5. Should be "SBInject" not "SBinject"
  6. Oh lol, did it work now?
  7. 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.
  8. 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.
  9. Yeah, it isn't worlds most advanced tweak lol. Simple but works perfectly, good for non-coders and beginners I guess.
  10. 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
  11. bootstrap/Library/Application Support. Just /usr/bin. What binary?
  12. %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
  13. Thanks
  14. I already know C++ but I'm interested in seeing your work! Thanks for making tutorials and supporting this community on your free time
  15. 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.
  16. 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.
  17. Thanks for giveaway, I'm in.
  18. Ty, yea I use the word offset instead of address sometimes for an unknown reason
  19. Ok, thanks for help. Leaving this open since I don't know if it works and there's probably more ways of doing it
  20. 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.
  21. Settings->General->Profiles & Device Management. How did you install it?
  22. 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.
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines