Jump to content

mehdiphone

Senior Member
  • Posts

    842
  • Joined

  • Last visited

Everything posted by mehdiphone

  1. If you want to make a deb file you'll need to make a tweak using this turorial: http://iosgods.com/topic/831-tutorial-how-to-hack-using-mobile-substrate-method-hooking/
  2. -(void)xxxxxx:(int)argument { argument = anumber I think but im not sure
  3. Can someone tv with me on a basic IDA hack

    1. NitroxicDemon

      NitroxicDemon

      Watch the video tutorials on this site and other Ida tuts

    2. castix

      castix

      You hardly know how to hack hooking methods ..

    3. mehdiphone

      mehdiphone

      Ive always learnt IDA pro and not hooking method.

    4. castix

      castix

      Why do you need the basics then <_<

    5. mehdiphone

      mehdiphone

      Its different.... In ida ive always used hex and ida pro to modify to R0(mine) to r7(max) with hex to arm converter ...

  4. Request filled check ID : ryandxoiosgods pm for details
  5. Pm details of your account or i will make a new one
  6. Filled by myself: http://iosgods.com/topic/5096-hack-5000-likes-pro-all-versionsinstagram/?p=118209
  7. I will create you a account with 300 followers for free pce imma sleep its 1/00 am here I will also release a hack if you jailbreak your iphone
  8. Lol i did Lol i did it just forgot to put the version
  9. Lol i just copied and paste what you gave me
  10. Something wrong in debian package! http://i.imgur.com/1MT5Or2.jpg
  11. Download appcake, and when you want to download an application, there are many different old versions you can download and install
  12. http://i.imgur.com/2qIpaLQ.jpg Now i have this... This hack drives me crazy!!
  13. The hack unlocks swag, Jk I don't know what is it..
  14. Another small error : http://i.imgur.com/SboiCWw.jpg thanks!
  15. http://i.imgur.com/BhVGqfz.jpg. Getting these errors
  16. #import <UIKit/UIKit.h> %hook LikeTaskDB -(BOOL)canLikeWithTime:(double)fp8 { %orig(true, 9999); } %end %hook AppDelegate -(void)applicationDidBecomeActive:(id)argument { UIAlertView *alert = [[uIAlertView alloc] initWithTitle:@"Swag hack" message:@"Hacked by mehdi visit more at ios gods.com" delegate:nil cancelButtonTitle:@"Thanx" otherButtonTitles:nil]; [alert show]; [alert release]; } %end
  17. http://i.imgur.com/8tBajtc.jpg Another error weird Too many arguments to function call, expected 3 have 4
  18. Wait it should be return true;9999;* castilx made a mistake didnt he? It tells me expected a ";" after true and when i put it another error appears with the 9999 they tell me to put "~~~~"
  19. import <UIKit/UIKit.h> %hook LikeTaskDB - (BOOL)canLikeWithTime:(double)fp8 { return true(9999); } %end %hook AppDelegate -(void)applicationDidBecomeActive:(id)argument { UIAlertView *alert = [[uIAlertView alloc] initWithTitle:@"Swag hack" message:@"Hacked by mehdi visit more at ios gods.com" delegate:nil cancelButtonTitle:@"Thanx" otherButtonTitles:nil]; [alert show]; [alert release]; } %end This is my tweak.xml but when i want to compile it tells me that he doesnt know "import"unknown type
  20. Okay next time i will do a note with all the functions and how to hook them to not forget! Thanks again castix nice avatar
  21. In the filter and in the code too
  22. -(Bool)canLikeWithTime:(double) How do i hook this the argument is disturbing me
×
  • 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