Jump to content

ITz_kser

Senior Member
  • Posts

    1,396
  • Joined

  • Last visited

Everything posted by ITz_kser

  1. which game
  2. idk if the space make different try to see it
  3. what about PM?the same right? also appcake have 2.2.0 and 2.2.1 if you mean 1 of them
  4. I don't think we canalso wrong section
  5. idk I'll update it and see
  6. wow @@DanYal you're awesome
  7. is it more than 2700000000?
  8. and the function for crystals is crystalCount in the CrystalManager class if you don't know it
  9. the -s must be capital like this ldid -S strip
  10. good bye
  11. didn't see this?http://iosgods.com/topic/21141-help-with-multiple-arguments-on-mshooking/
  12. idk about this but I see arg is better it's work with you right
  13. I know just your code (id)pathUser atPos is wrong because you need to change pathUser to arg1 also the pic only have (id)atPos
  14. write return TRUE;or make it FALSE where did you get this (id)pathUser atPos
  15. do what i said it's work for mealso you don't need to return all the functions like the pic you want to return argument 2 so write arg2 = 9999; %orig(arg2)you can change the value
  16. here this from my tweak.xm from Fragger patcher %hook Score -(bool)allowedLevel:(int)arg1 World:(int)arg2 { if(GetPrefBool(@"key2")) { return TRUE; arg1 = 0; arg2 = 0; %orig(arg1, arg2); } return %orig; } %end
  17. here
  18. about the ? function you can skip it no need to return itand about the multiple function you can return every function alone but you need to write it like this -(void)function:(int)arg1 function:(int)arg2 function:(int)arg3and the return return whatever; arg1 = whatever; arg2 = whatever; arg3 = whatever; %orig(arg1, arg2, arg3)hope this help
  19. ask the devs about it?
  20. so maybe you have some tweaks make it like this?
  21. IPad mini 2 1GB RAM iPad mini 4 2GB RAM
×
  • 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