Jump to content

i0s_tweak3r

Senior Member
  • Posts

    809
  • Joined

  • Last visited

Everything posted by i0s_tweak3r

  1. Unfortunately the WiFi isn’t controlled by me, but my landlord. Would it work even if I’m not the admin of the network? I just got my computer back that I originally backed up the device on so may just try to restore/ update to 12 before they stop signing 12.0.1, that way I will have a device ready to jailbreak when one comes out. I’ve never bricked a device from a tweak I’ve made, I doubt I really need the extra iOS 11 test device.
  2. The Flex patch was mainly just jailbreak detection. If they removed it from the cloud it’s not a big deal. If you have Flex just search for “jail” and hopefully you’ll find all the methods to change. They should be all bools, meaning true or false. Just make each one false for “is jailbroken” and similar methods. The main hack was using Localiapstore on Bingo extras and the one Wheel of Fortune slot for free extra spins once u enter the bonus round. Since Localiapstore and similar tweaks don’t work for buying chips, it’s a nice loophole to get rich quicker.
  3. Is it still working? I haven’t played the game or used it in a long time, or tried it on iOS 11, only 9 and 10. I can make an updated version if by chance the app updated and the hack doesn’t work anymore. Just let me know if you have any issues, and if iOS version.
  4. Yeah no problem. I just checked out the article it’s basically saying restoring is only option, which would mean losing the jailbreak. Not the end of the world if it comes to that. I’m holding on to some hope tho that if I can figure out how to SSH in to it, since it is jailbroken still, I can install Cycript on it and use coding as a way to possibly unlock it. I just have to figure out the IP address, since as it is now the computer doesn’t recognize it/ it asks to trust it before using and I can’t trust it without opening it. I have a few guesses, (only have to figure out last few numbers) but am hoping I can get my landlord to find it on his network so I don’t have to guess a bunch of times. Edited to add: not sure if it’s possible tho to get past the SEP. Going to try when I can and if not will use that article.
  5. No i’ve Kept it charged and jailbroken. Will check that out tonight thank you.
  6. Worst case I could just try updating to iOS 12, and have it as a spare device for when a JB drops for it, but if possible I’d like to save the jailbreak. Also, I found out why the keyboard seemed haunted today. Apparently cheap screen replacements can go bad over time and cause the “ghost typing”. The guy I bought it from must have bought it with a broken screen for dirt cheap, fixed it with a crappy replacement, then sold to me. That’s why it was fine at first and the problem got worse over time.
  7. My iphone 6+ on 11.1.2 Electra jailbreak has had keyboard issues for the longest time, and I've followed various tutorials online to help with it, all non-destructive simple things, nothing that would cause an issue using the device. Eventually problem always came back tho. The issue was that it would enter keystrokes without me ever touching the keyboard, or if I typed one letter it would type 5 more. Really annoying, even the home button was affected. Anyways I woke up the other day to this: Apparently on its own, it typed the password wrong a million times, and now it's locked. Is there anything I can do via SSH or with any other tool to unlock it without restoring? Unfortunately I don't have blobs for the device I know the root password for use in Terminal, and normal LS password. I'm not trying to break in to a stolen phone, I just don't want to lose a great test device. (I call it a great test device because if I make a tweak for iOS 11 but am not sure if I did it right, I'd rather brick this phone instead of my daily driver on 11.3.1) Also on the topic of tweaks there are none on there that have to do with the passcode / could have caused this. Is it possible to install Cycript via SSH and APT and use that to unlock it? I'm pretty sure it has the TV OS beta profile installed as well to prevent automatic firmware updates. Thanks in advance to anyone that can help.
  8. On iOS 10 Apps didn’t need the same entitlements necessary for iOS 11. Also it was easier/more convenient to crack apps, and someone uploaded it to AppCake. If no one codesigned the app with iOS 11 entitlements then it’ll crash. Side note: I forgot I even made this cheat lol.
  9. It has installation error. It says something about being unable to decompress the deb. dpkg takes extra arguments to successfully install (I googled the error when it first happened, don’t remember the exact commands). Filza and Cydia repos are just going to show the error message. I tried using the 9.2 SDK before and had same problem. Only worked on iOS 11. Only able to install on iOS 11, maybe 10.3.3 if those jailbreaks used updated tools for core utils. Wouldn’t install on Yalu or Pangu.
  10. error: *** missing separator. Stop. I have 9.2 SDK installed as well, maybe it needs the SDK in the target, or probably one more colon? TARGET = iphone:::7.0 Will try that, maybe add SDK = 11.2 on separate line.
  11. The makefile is identical almost to ones used compiling same project on iOS 9 or 10 device. ARCHS = arm64 armv7 TARGET = iphone:clang:11.2:8.0 DEBUG = 0 #CFLAGS = -fobjc-arc #THEOS_PACKAGE_DIR_NAME = debs include $(THEOS)/makefiles/common.mk TWEAK_NAME = XyzTweak XyzTweak_FILES = Tweak.xm XyzTweak_FRAMEWORKS = UIKit XyzTweak_LDFLAGS = lCSColorPicker include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec “killall -9 SpringBoard” SUBPROJECTS += xyztweak-prefs include $(THEOS_MAKE_PATH)/aggregate.mk Edited to add: am I the only one having issues with targeting older firmwares/ install errors? I had previously used 9.2 SDK same as I use on iOS 9.3.3 device and the deb gave install errors for firmwares below 11. Used the same exact files to compile on older device and it worked for 9, 10+ 11.x The debs work fine on iOS 11.1.2 + 11.3.1, just not lower then 11.0
  12. Cool! I’ve been starting from scratch with everything lately. I used to use the old template a lot as a starting point. It sux the community is so against “piracy” that if used for a regular SB/ UIKit tweak I’d have to remove the links b4 sharing on Reddit or adding to my repo. I’ve already been striked by r/jailbreak, my repo host, and discord for “inappropriate content”/ “piracy” / links to this domain. Anyways, I’’m starting to get back into making app hacks and cheats so this will come in handy for them. Thanks for ur hard work guys!
  13. I have theos installed and working correctly using the 11.2 SDK , but even if I target lower firmwares in the Makefiles, the debs still have installation errors on anything below 11.0, Electra has updated version of gzip, and/ or some other compression utility (maybe xz) that isn’t fully backwards compatible. I’ve seen bash commands to force it to install, but most ppl would rather just DL from Cydia or Filza. Does anyone know what exactly needs installed/ updated to be able to use the debs like normal on iOS 8, 9, 10 etc...Would really like to use my 8+ as my primary development device. Also, this is gonna sound dumb, but can you add Coolstar’s Electra default repo on other jailbreaks and use his patched tools to make the debs compiled on iOS 11 install correctly on lower iOS versions? (Assuming it’s an arm64 device)
  14. There’s a tutorial / guide for just about everything related to making game cheats on here. It’s in a section you’d never think to look. It’s called: “Tutorials”
  15. iPadKid made an excellent tool that someone with almost no knowledge at all can use to turn a patch into a tweak. It’s called FlexToTheos or “ftt”, and it should be available in his repo (although last 2 times I tried adding it I got error messages), or you can compile the source code from Github. Assuming you have theos set up with git fixed, just go to Terminal and type: git clone https://github.com/ipadkid358/FlexToTheos The project will be in your mobile directory. In terminal, after logging in as root, type: cd FlexToTheos (enter) make package install (enter) ————- For usage: type: ftt (enter) It’ll give a list of patches on ur device, then just enter the number for the patch you wish to convert. It will make a tweak.xm file, Makefile, control file, and tweakname.plist in a new directory called “Sandbox”. Rename Sandbox to TWEAK_NAME, edit control file adding details about the tweak, and the Makefile if you need to customize it specifying TARGET, ARCHS, and DEBUG. Should compile without needing to change much. Even advanced patches that convert Swift classes to Objective-C work.
  16. Bought license, installed with tweaks off and it worked. Now with tweaks on it keeps getting initialization error. Was following tutorial from other thread in here to install.
  17. Testing.... works great! Thx..... @K_K Hey the DL link is messed up. I was able to fix it by copying link and removing the extra http// Ya might want to edit topic with fixed link.
  18. I built the tweak originally on iOS 11.3.1 device, but re-did it from older device after I saw people got installation errors on iOS 9+10. . The way it’s built now should work if instructions are followed in order tho. It appears you only have one shot to install it right. If you don’t follow installation instructions in order I think they blacklist the device. I’ll look into it. Edit: Had user report the hack works on his/her iOS 10 device. It didn’t work for me because I was in such a rush to test I accidentally installed tweak b4 using app once, installing the VPN profile, etc. They probably blacklisted my older device when they saw “VIP” active and that the app hadn’t been set up or used before.
  19. That’s weird. Usually it takes a SB or system wide tweak to crash SB/ go to safe mode. The only hooks were of the app itself, no framework changes or anything like that. Must have been some kind of anomaly. Anyways glad it’s working for you and thanks for reporting back for others to see.
  20. Just bought, registered and installed with tweaks off on 11.3.1 and it works in no substitute mode. Going to rejailbreak now with tweaks on to see if it still works. Edit: Did not work with tweaks on- “initialization failed-please reboot” error. Tried using “NoSubstitute” tweak to kill substrate/ substitute on iGG with tweaks on and same error. This is annoying having to use it with all tweaks off. It’s nice to be able to have a game hack or other mod and still be able to use iGG to hack other things. Anyone get it to work with tweaks on?
  21. Does this work with tweaks on do you know? Is it just the setup process where you have to be in no substitute mode?
  22. Updated Bobby Movie Tweak finally. Took a litte longer then I thought it would to fix.

    Anyways new link is in same thread as before, old link deleted. All compatible iOS versions for the app, and all iDevice types work with tweak. (arm64 + armv7)

     

  23. Let me know if u can even get the app working. Think it might not be tweak the app didn’t work even after deleting tweak and app and reinstalling just app. Think maybe their compatibility for last update is wrong in AppStore.
  24. I didn’t have to crack it so built lt for armv7 and arm64. For some weird reason it was acting up on my iOS 9+10 phones, not sure if it’s compatible for them or not. I think problem was just I installed tweak b4 app, and u have to install app and connect once before installing tweak, but I was rushing to get to work with my rebuild after fixing makefile. I only tested on iOS 11 devices b4 posting, and now might have to fix it tonight for armv7 / lower iOS. Pissed at myself for only testing on 11. It works fine on them. Built it on my 8+ and still working out some kinks with theos. I usually build on iOS 9 or 10 devices. If it doesn’t work on 9 or 10 I know what I need to add tonight. Can u try for ur device tho, so I know if it was my internet or the device? At work now....Def works for arm64 / iOS 11 devices tho.
  25. Hey sorry I was missing something in the makefile needed for lower iOS versions, I made new one that I tested on 9,10 and 11. My bad original I only tested iOS 11.1.2 and 11.3.1....It should work now on any supported version with the new link.
×
  • 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