Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. How do you mean extract a binary file?
  2. My value is q NSString, no options for that right?
  3. I uhh, can't get it working...
  4. really? Uhm, okey will try
  5. Is that the code for a PSEditTextCell?
  6. I uhh, can't figure it out
  7. Ah, I got it. will try some things. will be back to you later Edit: have to eat now, wll work on it after eating
  8. May I ask what your Flex Patch acutally does to the game?
  9. About which game is it?
  10. Alright 2 options I found: 1. Close all apps from app switcher, open the PP/Pangu App & Hit that cirlce & lock your device. 2. Delete the PP/Pangu app, reinstall it using Impactor, open it, & Do everything else as normal and it should work. Lemme know man
  11. Did you had a 1 year certificate? Also: Do you get notifiactions when you re-jailbreak on your lockscreen?
  12. Hey, you don't use the MAIN_STRUCT code so I think you can just ignore that one while writing the tweak (not sure) I think this would work: %hook MyMainGame -(int)SYS_GetRemainderJewel if(GetPrefBool(@"kJewels")) { return 999999999; } return %orig; } %end
  13. Have you downloaded the DextoJar files? Or you just only run the command without having the files?
  14. Here is a tutorial, with Subway Surfers in it. It's no IDA pro but it's .dll hacking. https://iosgods.com/topic/31346-hacking-unity-games-with-net-reflector-assembly-csharpdll-hacking/
  15. What iOS version are you on?
  16. Hey, I used this code but it gives me errors static void setElapsedTime:(id)argument(void *self) { if(GetPrefBool(@"keyH")) { [NSNumber numberWithInteger:999999]; newValue = GetPrefInt(@"keyHvalue"); return newValue; } else { return old_setElapsedTime(self); } } Error: Compiling Tweak.xm... Tweak.xm:90:13: error: variable has incomplete type 'void' static void setElapsedTime:(id)argument(void *self) { ^ Tweak.xm:90:27: error: expected ';' after top level declarator static void setElapsedTime:(id)argument(void *self) { ^ ; Tweak.xm:90:29: error: C++ requires a type specifier for all declarations static void setElapsedTime:(id)argument(void *self) { ^ Tweak.xm:90:32: error: expected ';' after top level declarator static void setElapsedTime:(id)argument(void *self) { ^ ; 4 errors generated. make[2]: *** [obj/Tweak.xm.ab800b66.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [brf.all.tweak.variables] Error 2
  17. cool, intresting
  18. Oh ok thanks m8
  19. Ok thanks, why do I need to install it with iTunes tho?
  20. Hero of the day, thankyou
×
  • 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