Jump to content

i0s_tweak3r

Senior Member
  • Posts

    809
  • Joined

  • Last visited

Everything posted by i0s_tweak3r

  1. Nice thread. Saved me from starting a support topic for something I was pretty sure of already. No jailbroken 9.3.4 for 64 bit. The guy that sold me my iOS 11 device wanted to jailbreak his 6+ on 9.3.4 and I promised to get back to him.
  2. I need to add some of mine to that list. I'm assuming if they work on iOS 11.1.2 and 10.0.1 they should work on 10.3 right?
  3. https://imgur.com/gallery/fGDwq You can download it straight from the default repo in Cydia, actually I should probably take it out of my beta repo at this point. Also there should be an updated version showing up today that gives the option of disabling autorotate on the lockscreen. Since I learned most of the basics of coding here, and still use the patcher template from time to time, I always rep the "Visit iOSGods" link and logo in the preference bundle.
  4. Note to self: make a copy first before making major changes or additions to a tweak. Make smaller changes and compile more often so you're not staring at pages of code half the night counting  brackets trying to figure out the one place where you made a stupid mistake.

    Man I füçkęd up! ?

    1. Ted2
    2. Rayan-

      Rayan-

      Nice one! LUL 

    3. i0s_tweak3r

      i0s_tweak3r

      Ok now I feel really stupid. I have Textastic app on my phone that shows code formatted and includes line numbers if you want, yet still always code right from text editor in Filza.  Used the line number from compiling error in Textastic just now and instantly found the only error from like 15 different methods I added last night.  

      Lmao I had %hookmethodName (notice no space after hook- caused compile error that there was an %orig outside a block.)

  5. Have you used iGameguardian or Gamegem before? They are great tools for hacking almost any game that isn't server sided, and even though the cheats are only on your device, you can often share parts of the game data and make it a "save game cheat". Lol when I first came here I didn't look in that section at all because I thought it meant coding how to save progress in a game that didn't let you save, like in an arcade, but it's actually just sharing progress you made in a way anyone (even no jailbreak ppl) can install the data and benefit from all the cheating you did with gameguardian/gamegem/localiapstore. Even just learning to get good at iGG and trying to modify as many things in as many different ways as you can is a great way to start hacking games. Often you can't hack the main currency by itself, but if your clever enough you can search for a variable that's a subtotal that is added to your total at a specific time and change that before it's added in. That'll get you in the right mindset for using IDA eventually, and if you get lldb or a good debugger you can use the same way you cheated with iGameguardian to help find functions and variables that can be hacked in the actual app binary.
  6. Class dump (one of them) was just updated in BigBoss recently and it works finally for me on iOS 10 64 bit. Btw I had years of programming experience in older languages before starting with Flex, was making patches for couple years before learning to make tweaks and use IDA. A year ago I think I started learning arm64, with some thumb and armv7- I've come a long way but still haven't made a good cheat using IDA alone. Actually I never really made any good cheats lol so decided to just learn more obj c, and other tools useful for developing (but not so much for game cheats). There's a really cool tweak in Cydia called "FLEXible" that is like a combo of classdump and a debugger in one. I'm curious to see if the addresses displayed in there would be correct offsets after adjusting for ASLR slide. I haven't used it on any 3rd party apps/games tho just Apple stuff.
  7. Oh damn, if ur device is supported tho and it breaks it you could always use tool to remove the jailbreak and get a new device from Apple. (that prolly isn't jailbreakable yet) That would really suck. That's why I'm looking for an 8+ on 11.1 ASAP. I like my home button.
  8. There's always installer 5 package manager coming out, hyped to be "the new Cydia, and more". I doubt it'll be released b4 Saurik updates subtrate and Cydia though. The new jailbreaks (2 of em) are a neat new way of achieving root access, so besides updating for iOS 11 he has to add support for this new jailbreak style. Doubt he needs help- he probably already has a perfectly good version for most new devices and jailbreaks, he seems like is a perfectionist tho, and only likes to release something once per major iOS version update/JB, that's completely compatible for e1. Read his changelogs. He does a lot. It's his choice to release a semi working beta now, that causes several problems but pleases a few, or he can wait till he's done and put it out how he wants it.
  9. You don't have to rejailbreak every week. .Not even every month. The app to rejailbreak just needs resigned, which you can do yourself with the help of Appsync and Extender (modded version by Julio Verno). My iOS 10 device signs the app itself every 5 days without me even asking it too. Automatic. Of course you have to use the app any time you need no substrate mode, reboot or run out of battery, but the app will always be working if you set it up right. http://julio.xarold.com I believe is the repo but I'll double check. Edit: Most of the cool freemium tweaks are there, but he removed Extender and Extendilife and put his version in github. Saurik made Extender which you can find in Cydia under his default repo I believe then just add Julio's development repo. (The Reddit forum is all anti-piracy and anyone posting links to repos that give paid stuff free gets banned, so he uses github for stuff that ppl in Reddit are allowed to use lol.) Julio/ Extendilife github: https://github.com/julioverne/Extendlife
  10. I think that's device-specific. It'd be pretty ridiculous to push latest iOS on everyone with compatible devices, then break it on ones without the facial recognition capability. I wouldn't be overly surprised tho if it did, especially if your device isn't on the newest list of supported ones. (They dropped the 5 SE, 6, and 6s, I believe, leaving 6+ and 6S+ as oldest phones they carry and/or support. I would stay on 10.x (or lower) on any device not supported anymore.
  11. I scrapped the tweak I already made and just started a new one with the same methods and it's finally working. Also added the include substrate in case that made a difference. Not sure if the substrate include fixed it or if I had a mismatch of keys in the pref bundle. ? Excited to try Gdb on this old device. I'm liking this old Pangu jailbreak. Had it b4 then lost it, now finally have it again. Was using iOS 9 sdk, developing on my iOS 10 device. The tweak worked on both my iOS 9 and 10 devices but not at all on 7. Really weird, since some classes and methods were identical.
  12. Just got my old iphone 4 back, jailbroke it, installed flex, and started working on updating some of my SpringBoard tweaks to be compatible with iOS 7. I tested the methods in Flex and they work fine, but none of them do anything when compiled as Obj C and installed as a tweak. The pref bundle loads fine, with all the switches showing, but turning them on does nothing. I'm stumped at what the problem could be and really getting annoyed because I know it has to be something simple (especially since I recently made a different tweak that was iOS 7 compatible and it works fine). I double checked the filter and it says com.apple.springboard, , the makefile includes armv7, arm64 and armv7s, I just don't understand why it's not working. Some of the methods are exactly as they are in iOS 9, and iOS 9 is working with the tweak in question. Any ideas? Also, side note but does gdb work on iOS 7.1.2? I'll be ecstatic if I can finally find offsets using that with iGG or gamegem.
  13. Is it happening constantly like more then 3 times a minute or just when you open it? I've had issues with misbehaving daemons that Rocketbootstrap wasn't happy about and so it made crashreporter crash constantly until I got the right daemons in the right places. Did you by any chance try copying a cracked tweak/app that uses multiple daemons to launch and run like iGameguardian recently? That was the source of my crashreporter constantly crashing. Not having the right ones in the right places.
  14. Download link inside hidden. Going to add option for custom icons, in the meantime though I posted a tutorial in here for how to animate any png icon with the Snoverlay tweak. I included the iosgods logo on that thread, which looks really sexy when made bigger, animated slower, when "blizzard" is turned on, etc. [hide] Snoverlay Customizer download [/hide]
  15. I wanna win. I wanna win. It'd be my only Christmas gift. Sad but true lol.
  16. Required: Jailbroken device iOS 7-10.x Snoverlay- available in BigBoss repo. Filza or iFile- Also in main repo Simple steps to make change: 1.) Find an icon or any image that is .png format (like iG logo), and has a clear background, ideally anywhere from 30-60 pixels wide and tall, in a square shape more or less. Link to iG logo: https://www.dropbox.com/s/n7hvxi0ve1yvqy3/iOSGods.png?dl=0 2.) In file manager, copy custom image, then navigate to /Library/Application Support/Snoverlay 3.) Paste image, then rename "XMASSnowflake.png" to something else. (I recommend just adding a number at the end of "flake") 4.) Rename custom image "XMASSnowflake.png" 5.) Go to Snoverlay settings, turn on tweak, and watch your custom image spin and fall from the top, with beautiful animation (originally developed by RPetrich). That's it! I'm going to make a tweak giving a lot more options with the animation and icons, where it's displayed, etc, but for now you can easily DIY. Happy holidays. ❄️️⛄️❄️️ iG logo idea by @Amuyea Happy holidays @DiDA and all the people that make this site so awesome!
  17. Study open source projects, and use a simple reference app (there's a thread in here in tools section I believe where I posted a freemium hack of one.) Original app is called Objective-c Lite. I bet you already know a lot more then you think. I used to program in older languages a lot tho including C and C++, so it could partially be a hindsight bias for how easy I think it is to learn the basics. Im definitely still no pro though. My computer broke so I gave up on IDA for a while and just started learning as much as I could in my spare time. Awesome idea again, thank you. It does have a clear BG.
  18. hells yeah! It doesn't actually have to be the dimensions I posted above, I haven't tried anything rectangular yet, but I'm sure i could make it work. One option I planned on adding anyway was image size alterations(bigger or smaller), and if the user wants various sizes like original tweak or all the same size. The square iG should be a good one. Only thing is I don't think the BG is clear (I could be wrong tho I'll test the one I use in pref bundles).
  19. I'm making a tweak that modifies the snoverlay tweak, a cool animation of snowflakes falling. i want to add a ton of images to choose from, and to give users a choice of what shows up where, even had fun idea when passcode is entered wrong middle finger emojis start animating down the screen. Images best 40x46 pixels Any holiday themed images would be great to start, (i made a snowman but accidentally didn't make BG clear so itonly looks good over white areas. Feel free to post any small icon/ image you think would look cool falling and rotating on the screen. (A rotating heart animation I changed it to, looks better while animating) (my messed up snowman that needs clear BG)
  20. Happy holidays! Pick me pretty plz. ?Had a rough time since hurricane Irma came through.
  21. This would be a perfect game for someone to make a modmenu, patcher, and/or a cracked no-jailbreak version. My computer pooped on me tho so I can't use IDA, or other tools helpful like lldb/ debugserver / gdb. I'd search to make sure there isn't one already and then make a hack/cheat request.
  22. Just curious what lies under all that hidden....
  23. Gimp works great for free, used to use it to edit underwater pictures, sometimes get artistic with the changes till it was something entirely new. Ive actually started using PicsArt a lot right on my device, and then using a resizing app for setting the pixel dimensions. (ReSizeit I think it's called) I think I mainly just like PicsArt because there's so much stuff in their store, and its all free with the hack I shared in here ages ago. Anyways, ya also might want to start collecting some royalty-free clip art / stock images as well. That way you have a small arsenal to turn to when looking for ideas or something u feel the design is lacking.
  24. thx for keeping an active giveaway going. Sux when there aren't any. That's why I did a couple. And to pledge my allegiance....to this freakin, really cool site for cheatin.
  25. Got an error because official repo updated the version, but it still worked, after a few tries. Very nice!
×
  • 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