Jump to content

kevindurant35

Senior Member
  • Posts

    256
  • Joined

  • Last visited

Everything posted by kevindurant35

  1. Thanks I will check it out !!
  2. Hello, Is it possible to download the .debs that are found in a cydia repo (like biteyourapple) onto a windows pc? If yes how can I do that? Thank u
  3. That is the tutorial I was talking about. Despite the fact that the apps can become visible when I use the symbolic link thing, the patches do not work for me! I have tried it on my ipad air device yesterday are the patches working for you?
  4. The tutorial you have posted regarding flex 2 for ios 9.3.3 is not working. I added the symbolic link however, the patches are not effective/working!
  5. Yes and the patches are not working!
  6. ??? there is a flex 3 beta .. yep
  7. Is there a way to get server cracker on flex 3 ??
  8. The exploits for 9.2.x have already been released by Lucas Todesco, however someone needs to create a sandbox escape and make a tool for jailbreaking..
  9. thank u mate
  10. thank u mate
  11. Guys if hooking is not possible, then what is this: https://github.com/rovo89/XposedBridge/wiki/Development-tutorial
  12. Did that already ! marked as solved. Special thanks should go to @castix who provided the solution and helped me out to correct the code.
  13. I tried to convert the flex patch I found online to create a tweak. I am glad, @castix spotted the mistake and provided me with the solution !
  14. %hook UFCIAPAccessControl -(bool) isFightPassSubActive { return TRUE; } -(bool) isPPVValid:(id)fp4 { return TRUE; fp4= nil; %orig(); } -(void) accountAddPackageWithItemId:(id)fp5 receipt:(id)fp6 autorenewable:(bool)fp7 isPPV:(bool) { fp5= nil; fp6= nil; fp7= TRUE; %orig(fp5,fp6,fp7); } %end %hook UFCGeoManager -(bool) getLocationAvailable { return TRUE; } %end When trying to create a theos tweak I am getting the following error: Preprocessing Tweak.xm... Compiling Tweak.xm... Tweak.xm:31:178: error: expected class member or base class name ...self, SEL _cmd, id fp5, id fp6, bool fp7):(bool) { ^ Tweak.xm:31:178: error: expected '{' or ',' Tweak.xm:31:177: error: only constructors take base initializers ...self, SEL _cmd, id fp5, id fp6, bool fp7):(bool) {
  15. I am sure there must be a way.. However i am not really good with android so I cannot be certain. I just read that it is possible to do it with xposed framework!
  16. Could anyone be so kind to create a tutorial that will show how to use the hooking method on android apps? I have heard that, Xposed Framework is required, but I could not find any tutorial that shows where to insert the hooking code/patch..
  17. It seems you have not installed theos properly on your idevice!
  18. thanks let's see
×
  • 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