Jump to content

ITz_kser

Senior Member
  • Posts

    1,396
  • Joined

  • Last visited

Everything posted by ITz_kser

  1. 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
  2. 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
  3. here
  4. 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
  5. ask the devs about it?
  6. so maybe you have some tweaks make it like this?
  7. IPad mini 2 1GB RAM iPad mini 4 2GB RAM
  8. oh also to skip another errors before it's come install this http://iosddl.com/eefe83ac41f3ae3d/include.zip unzip it then copy what inside the file then paste it in /var/theos/include or copy the include file the paste it in /var/theos
  9. here the links to downgrade Darwin CC Tools: https://www.dropbox....ls_855.deb?dl=0 LD64: https://www.dropbox...._224.1.deb?dl=0 and here the tutorial to sign the binaries by http://iosgods.com/topic/19478-how-to-fix-theos-on-ios-9-3264bit/#entry649440 let's hope this will solve your problem
  10. do you have preferenceloader installed in your iDevice
  11. and why did you make 2 topics about this @@DiDA @@Klepto @@Diversityy
  12. no sorry you can't because apple stop signing iOS 9.0.2 and below and if you follow the tutorial you'll get an error so don't take you time to download the ipsw
  13. also it's better to search for something similar to your problem before make a topic
  14. change the Return to return also maybe you'll get more errors take a screenshot for it then post it here and if you don't know how upload the pic in imgur then take the Direct link then paste it here or paste it between [img=Direct Link] or follow this http://iosgods.com/topic/15353-readme-how-to-save-terminal-errors-to-an-output-file/
  15. which iOS mark it as solved
  16. what about semi-restore? do you have openssh?
  17. @@Johnkittz post your tweak.xm here or PM me with it maybe the problem from tweak.xm
  18. you're welcome mark it as solved
  19. @@DiDA @@Klepto
  20. oh this is mean the terminal can't find the file did you put the file in /var/mobile ? did you write the name correct in mobile terminal? lipo binary-name -thin armv7 -o another-binary-name also to make it easy rename the binary to 1 and make the another-binary-name 2 and after that rename 2 to the orignal binary name to add it in the game files
  21. if it fixed then mark it as solved?
  22. yes he need to thin the binary because the auto lipo tool if you use this tool you need to make 2 versions for the .deb
×
  • 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