Jump to content

i0s_tweak3r

Senior Member
  • Posts

    809
  • Joined

  • Last visited

Everything posted by i0s_tweak3r

  1. Sorry what a lame reason. I figured it out finally. When running apt-get update in terminal a repo kept timing out, and causing trouble, rasha1.in/repo, so I deleted that and suddenly all is good again.
  2. I've tried refreshing sources as well as using terminal apt-get update and neither works. Here's the error screenshot in Cydia: It doesn't even list BigBoss items or several other popular repos, and less popular ones like my own. ? PS Plz don't judge the list of repos installed on error messages. I swear I never used Sextube! ? Edited to add: Insanely isn't causing any issues on my 9.3.3 device.
  3. This way is a pain in the butt but it works. You can rejailbreak or jailbreak for the first time Pangu 9.2-9.3.3 directly from safari browser on any compatible iDevice (64 bit), without impactor or Luca's jbme website. It's not as simple, but if jbme site is down it works. I've used it on one of my devices and a friend's- no issues on either device. 1.)Go to this site: http://j.25pp.com/ota_tutorial.html 2.) It'll ask to open in app store, tap "open". 3.) Tap "Install" 4.) Navigate to your settings/general/date and time and change date to some time in April or May of 2015. (Keep hitting retry if you get failed installation while in process of changing date.) 5.) Once app installs, change date back to current, and trust the installed profile (Settings/General/Profiles & Device Management). 6.) Change date back to same date you used for successful install (say May 15,2015). 7.) Open Pangu App, Hit "OK" for Notifications, then hit the big circle in middle. 8.) After a couple seconds hit sleep button and wait for respring. You should be rejailbroken. If it doesn't work on the first try, make sure all other windows/apps are closed except the Pangu App, and try again. Like the jbme website occasionally it takes a few tries.
  4. Awesome tutorial. Very well explained. ??
  5. Looks really cool! Any way to show how many posts each user has on mobile?
  6. Nice. Digging the improvements made yesterday as well. Mobile friendly. ????
  7. Had a cool idea for a tweak today, a funny Siri modification.  Just have to dig in to the code of how she/he works.  And need the time to do it.  Working way too many hours.  Can't wait for summer/ busy season to be over I need to hack something!

    1. Bossx2

      Bossx2

      Siri is an AI with some over complicated dumb algorithms and what do you want to do with Siri if btw is summer really that busy for you and if it is that busy good luck with your work 

    2. Oxytyramine

      Oxytyramine

      i hacked Siri on iOS 8 via CyCript, i made her say anything i want lol

      no longer works though :/

  8. They actually did a couple updates from when it first came out. The most recent version, that I just downloaded, verifies receipts (so no free iap tweaks work). I had read the original version worked for free IAP's. I was impressed tho for a game as old as it is they coded it well enough to stop most Flex hackers. Gotta crack it and use IDA / lldb to make tweak involving ammo, grenades. A lot of older games were dumb enough to use obvious functions you could hack with Flex. Most run-time data is stored in Objects and Arrays tho in this game. No "-(int) grenades" functions in Flex, or anything similar. Found a patcher for this already made, but DL link expired. Gonna wait to see if it gets re-uploaded b4 trying to hack it myself.
  9. Still works? File has been removed. There's been a cheat request for this if OP still has .deb to re-upload it's exactly what was requested.
  10. Wow this would work on my jailbroken iPad, iOS 5.1 lol. Don't have many games on there think I'm gonna DL this! (Also hoping like many older games this is easier to hack. Haven't contributed in a while would be nice to fill a request if it hasn't already been done.)
  11. You made my "top list" that I randomly picked the winner from. Sorry tho the dice rolled a different way. Thx again for participating.
  12. Damn I never said anything in OP about it, so technically they could be eligible. Some VIP's responded tho just to share topics they like, one actually said wasn't interested in being picked for the giveaway. I'll def have mostly ppl that aren't current VIP's in the running. (Will ask a mod if I can add "not current VIP at time of giveaway" to requirements to win.)
  13. Should be. I only tested on jailbroken device, and it worked fine on iOS 9.3.3 and 10.0.1. Only comment about someone having issues was one with non-jailbroken, and I had install instructions slightly wrong for them at the time. I corrected the directions tho, specifying if ur not jailbroken to play game a little bit before backing up, so the method of installing in linked tutorial will work correctly. I also added an extra hack DL link (dropbox) for people that couldn't dl from first link for whatever reason.
  14. Sure. Just add a link to any topic, comment, tutorial, or any other post that helped you in some way, that you think could help others learn something as well. Doesn't have to be about making cheats/tweaks. Can be anything iOS related, can be about jailbreaking (or doing more with non-jailbroken), even related to Android is OK since the forum has an Android section. Just make sure you have a total of 30 posts by the time the giveaway ends / when the winner will be picked. Feel free to re-read the original post for more info.
  15. That code pasted weird I'm on mobile and copy paste isn't working well. I'm sure u get the idea tho. If key 4 {do stuff} else {do orig} if key 5 {do stuff} else {do orig} then your },and %end Hopefully that helps a little. Time for me to sleep. Good luck!
  16. Usually that error is from a missing begin "{" or end "}". I'm too tired right now to find it tho. Hopefully someone will see it. Just looked and seemed to be same number of each. Edit: Actually try combining both of ur -(void)applicationDidBecomeActive's with the two keys inside same hook. Have both the getprefbools / keys in one hook rather then two separate. } else { vm_writeData(0x1004316D8, 0xC00000B4); //Original HEX vm_writeData(0x1004316DC, 0x889F0090); //Original HEX vm_writeData(0x1002BE83C, 0xC00000B4); //Original HEX vm_writeData(0x1002BE840, 0x889F0090); //Original HEX }} // delete this%end // delete this%hook AppDelegate //delete this-(void)applicationDidBecomeActive:(id)arg { //delete this if(GetPrefBool(@"key4"))//change key name { vm_writeData(0x1004316F4, 0x20008052); vm_writeData(0x1004316F8, 0xC0035FD6); //add rest of function then put ur } } //%end;
  17. You've got key4 used for two different functions/ cheats. Was that supposed to be key4 and key5? If not shouldn't all of it be in same hooked function?
  18. So my coworker who's Mr Apple Fanboy shows me how cool iOS 11 is, with the new control panel. I showed him mine on iOS 10 with the My Control Pane tweak. Scary how similar they are.  

    I swear Apple steals its best ideas for every software update from JB community, yet still bashes us, and makes it harder and harder to make new jailbreaks. If they ever manage to stop new jailbreaks, then who will they steal their ideas from in the future? I guess Android, which is comically ironic.

    1. Bossx2

      Bossx2

      Three things 

      1. Apple doesn't want to disabe jailbreaking but it is trying to make its security better

      2. Yeah Apple takes a lot of ideas from the jb community but the jb community take its ideas from people so that means Apple takes ideas form people which is a good thing 

      3. It is impossible for Apple to completely shutdown jailbreaking cause of they patch one exploit another exploit will come and so on 

    2. KFCzZz

      KFCzZz

      @Bossx2 stfu boi, you don't know sh!t. Apple is being GAY and is stopping people from jailbreaking, there are some iOS version that haven't been jailbroken and Apple is taking ideas. Not all tweak developers take ideas from other people. 

    3. Joka
    4. KFCzZz

      KFCzZz

      @Joka apple wants the D 

  19. The first two I've had bookmarked for a while. Never did get lldb and debugserver fully working. I'm not giving up though. Found a few things in this support thread I haven't tried. The method of hacking with Strings in the 2nd tutorial is very useful. It's been the first thing I do after entering a binary into IDA since I first read it a month or two ago. Anyways, nice post. Thx for participating, and good luck! So many good entries think I might need to pick multiple favorites then use a random number gen to pick winner for me.
  20. I'm amazed at how much work some developers do to make some apps, yet neglect to properly verify receipts with Apple, making free IAPs so damn easy. And then the crap apps that spend more time on anti-hacking security then they do on the quality of their content. Blows my mind sometimes.
  21. Are you using this method to install? In my setup directions I have "to not play game until after installing cheats." That was to avoid game center from taking over saved game data. Apparently with this method for non-jailbroken you need to play game a little before installing save game cheat. Without playing first there's no data to back up before installing cheat data. I wasn't aware of that. Try playing first couple levels, then back up and replace, and sign out of game center if by chance it still has original data after changing. (I only tested on jailbroken device, and by not playing game b4 adding cheat docs, ur first time using the game stored saved cheat data to Gamecenter since that's the data on ur device.) I'll install the app and cheats on my jailed device when I have a chance and get back to you if I learn any other tips for non-jailbroken install.
  22. Someone else mentioned having issues downloading. Is it a regional thing? I mainly use it because the app is free and it's easy to upload, download and share from without needing SafariUploader (or SafUploadAny whatever the tweak is called that didn't get updated for iOS 10.) Have you tried downloading the free app called Mega? Itunes Link: ・MEGA・ by Mega Limited https://appsto.re/us/DUCiQ.i After getting free app/cloud service, on DL page from device you can put "Open In Mega", then Save to Folder on jailbroken, and non-jailbroken I would assume could download from computer without a problem. Can you try the free Mega app / file sharing cloud service, and if it doesn't work, let me know? Just curious if I should stop using it for future cheat sharing. Btw @Fortunatusprinz @Ruins @TurboMaxx I uploaded to dropbox hopefully you can download from there. Link is added to OP.
  23. Nice! Was just checking if anyone hacked this yet looking for new apps to hack. Guess I'll skip this one. Welcome back. ??
×
  • 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