Jump to content

Incognite

Senior Member
  • Posts

    443
  • Joined

  • Last visited

Everything posted by Incognite

  1. Fitos-iPhone:~ root# chmod 777 /var/theos/bin/nic.pl Fitos-iPhone:~ root# chown root:wheel /var/theos/bin/nic.pl Fitos-iPhone:~ root# $THEOS/bin/nic.pl -sh: /bin/nic.pl: No such file or directory Fitos-iPhone:~ root# Got this now Sorry, my computer automatically started updating when I was replying to you. But yeah it did help! THanks!
  2. Wow, that actually looks pretty damn real. Super sexy! I love it! Awesome job!
  3. Title says it all. I am trying to see if I could compile my completed deb. I accessed the root of my phone through putty and did all the logging in stuff. However, when I type in $THEOS/bin/nic.pl I get this BS: Any ideas?
  4. One day,,,, I will make DiDa marry me... One day... Not Today,,, But One Day

    1. Pro
    2. ___Aaki___
    3. Amuyea

      Amuyea

      He already married to Klepto js

    4. Incognite

      Incognite

      Guess I'll have to kidnap him.

  5. I'm not talking about the voids yet. Just correcting how you coded it.
  6. instead of: %hook PRGameViewController -(bool) shouldShowPowerUpTips { return TRUE; } %end %hook PRGameViewController -(bool) willShowPowerUpTip { return TRUE; } %end %hook PRQuestionViewController -(void) showCorrectAnswer { return %orig; } %end make it %hook PRGameViewController -(bool) shouldShowPowerUpTips { return TRUE; } -(bool) willShowPowerUpTip { return TRUE; } -(void) showCorrectAnswer { return %orig; } %end they have to be in the same class
  7. I am so retarded, someone PLEASE slap me
  8. yeah I found that weird but that is the result it gave me from loading the binary that is the process of opening the binary. I don't think I opened info.plist
  9. Let me start off by saying that @DrogenKinder was right We need a retired section I am being sarcastic ... So anyways, I have yet another issue. Which I was expecting one because I haven't been making cheats in a looooooooong time. But when I load up IDA and use proper settings, it doesn't show me any functions from the binary. It is the binary of Call Of Mini Zombies [read my status and replies] that I got from app cake Okay I want to make sure that I don't say anything incorrect or castix will find me and kill me. But the app cake binaries should already be cracked right? Here are the settings I use: And this is what I mean by no functions: On the bottom right you could see it says it can't load "python.plv" So does that mean that I didn't properly install IDA? Or is it the binary itself that is corrupted?
  10. For 1: i meant as if it was an example like "quotations" For 2: I up For 3: My phone automatically capitalizes the next word [the struggle is real] For 4: I will admit that
  11. what answers are incorrect ** you know you're wrong when castix quoted a post you made
  12. oh, then Patrick is basically correct. I have never tried to hack a game that way. There are newer methods that make it a bit easier. Search creatively. game developers don't make their headers obvious like [(+BOOL) Debugmenu {return; false}]
  13. it might be a bit complex with iFile once you crack the app, you need to go to mobile terminal to class-dump the binary in order to be able to reach the useful headers I guess he is having trouble actually getting into the binary. So he can't look around yet. Also, if the game's security is good enough, you might not be able to get your hands on the good headers. Which may involve having to decompile it in IDA and all that
  14. What are you using to find the headers?
×
  • 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