Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. My favorite game atm
  2. I know I was referring to insanelyi, yourepo users
  3. My tip, don't download hacks from Cydia they often have malware or are leaked from iOSGods
  4. @ Do you still have issues concerning your problem?
  5. The things you mentioned are not for hacking so they don't neccessarily need to be in the tutorials you read. However there are seperate tutorials for everything else, compiling, preference bundles and so on
  6. Create them from scratch. In the DEBIAN folder is the control file and in Library you create the install path /Library/MobileSubstrate/DynamicLibraries
  7. • I recommend creatng a folder 'deb' in /var/mobile • Inside you create another individual folder com.yourname.name • You may already know after compiling your project there is a new folder '__'. Copy both the DEBIAN and LIBRARY folder and paste them in your com.yourname.name folder • Open MTerminal and type in su alpine cd /var/mobile/deb dpkg-deb -b com.yourname.name • A new .deb is in /var/mobile/deb now
  8. Patrick is basically not correct. void, int, bool are not headers neither should you focus your search through dumped headers on the data types There are no newer methods. Flex is really old and so is IDA,they always were options. They are very obvious. If you want to find the debug menu it's probably -(bool) enableDebugMenu or -(bool) showDebugMenu. Also I'm impressed by the number of wrong syntax in that code block: I'm counting 4 1. [ ] are not used here and will never be in this context 2. (+BOOL) is +(BOOL) or rather -(BOOL) 3. The method name always starts with a small letter thus Debugmenu won't work 4. You put ; at the wrong position in the return statement
  9. Don't mean to be rude but all your answers are only 50% correct
  10. You know you didn't need to try hard with offsets on this one :lenny:
  11. WIFI adapter Liquid/water cooler suck and they're louder
  12. Also GTX 1070 from Asus
  13. First I wouldn't use the GTX 970 because you can only use 3,5 of that 4GB VRAM. I don't know if 500W power supply unit is enough, I recommend 650W. i5 is good enough and often better than a i7
  14. Nice release but please edit your post format to look more like the template. You can find them here https://iosgods.com/topic/7170-tweak-and-patcher-posting-templates-follow-this-when-posting-a-new-topic-here/
  15. I can compile fine on my Cygwin. I can do that for you if you wish also if I find errors when compiling I can immediately fix them
  16. Thank you Günther
  17. Cheaters or coders you don't have to categorize them
  18. You should post this in the request section and make the appname the title. In features you ccan put all the stuff you want like mirroring games etc. PS: It's not a script what you want, scripts are macros
  19. To solve your problem type Clutch -i to list all apps and the numbers which you need later Then type Clutch -b appNUMBER
  20. Thin the binary and I think you didn't crack it properly
  21. Add ARCHS = armv7 arm64 to your Makefile
  22. arg0 and arg1 is what he named the arguments which are the float and bool in this function
  23. I'm more interested in how to do those sexy mod menus
  24. You put the Tweak.xm on your PC. You open the Tweak.xm. Done, you can now start editing
×
  • 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