Jump to content

Pro

Senior Member
  • Posts

    1,587
  • Joined

  • Last visited

Everything posted by Pro

  1. -(int)costForElevator:(int)args1 { if(GetPrefBool(@"key1")) { return 0; args1 = 0; } return %orig; } Try that Don't forget to change the key to whatever yours is
  2. You moved perl from /usr/local/bin to /usr/bin, correct?
  3. Loving the minimalism, Micky. Great job
  4. He only showed you the second argument as an example for future purpose.
  5. The images that have the same name as the .plist (xxx.png, [email protected]), remove the xxx.png and rename [email protected] to [email protected]. Have a 32x32 and a 58x58 (something around there) size image for the icon you want to use. When you have those, put them in your Resources folder and rename them xxx.png and [email protected], where xxx is the same as your .plist name. Once you've done that, go into the .plist and scroll to the bottom and find xxx.png or [email protected] and change it to [email protected]. When you've done that, compile again
  6. What do you need help with that you made the topic for?
  7. Nice, John
  8. "package name has characters that aren't lowercase alphanums or '-+.'."
  9. You spelled package wrong. Also, you forgot to hook one of your classes
  10. Hmm, any result with your current tweak?
  11. In every float method, make the return a decimal. ie: 8000000.0 or 0.0
  12. You sure? That's the reason you're getting the bus error: 10 error
  13. Downgrade Darwin CC Tools and LD64. https://www.dropbox.com/s/r3wgoiaxtwqjhv8/cctools_855.deb?dl=0 https://www.dropbox.com/s/ketgeekjye0yg1c/ld64_224.1.deb?dl=0
  14. Alright
  15. You want me to try and join again? I will if you want
  16. What did this topic turn into
  17. Good for the time being; thanks!
  18. It just sits on the screen saying "Connecting" after putting a nickname
  19. Hamachi?
  20. Fake. most likely
  21. I'm telling you, just take the original binary from the App Store or wherever, crack it if it isn't already, thin it through armconverter, then remove ASLR and hack through IDA
  22. If you used armconverter, thinning and removing ASLR on there at the same time results in a crash. That's why I thin the binary, load it in IDA, remove ASLR and hack whatever I want/can hack as well
×
  • 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