Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. It's basically the same method as the other. The difference here is, that this is a void. Since you can't return void with NSNumber you have to run the original value for it (%orig). After that you can return the second part of the method to your desire.
  2. As I said. Just PM me and I'll instantly compile it to a Cydia Substrate hack
  3. Mind sharing them ? So people who got the same problem can look up this thread
  4. I made this thread because everybody is getting on my nerves by posting the same thing over and over again with the same functions. Please listen to me and stop posting any more copies of the exact same thing just because you finally hacked it with Flex or whatever. Basically this is the Tweak.xm so you guys see how to hack such an app and maybe hack it for yourself. Saves me the day ! %hook IAPManager - (unsigned int)availableDownloads { return 5000; //Im picking 500 here but seriously do what you want } - (void)addDownloads:(unsigned int)fp8 onComplete:(id)fp12 { return %orig(5000, fp12); } %end How simple This cheat works for the Followers, Likes and Comments by Famousgram. If you want me to release an all-in-one cheat for all Instagram related apps let me know and I'll end this wave of pathetic posts !
  5. Download the IPA from the Internet and install it (AppSync required - cydia.angelxwind.com). You can also download apps from 3rd party tools such as Appcake or vShare
  6. Controllers for all !
  7. Are you mad @@DiDA? (id) is obviously the product's name and can't be modified I recommend never changing (id) because it never changes a real value of an app. If so its only visual
  8. Who made that beatutiful thing Good job!
  9. What is it ? Cheat Generator is a free tool created by castix for new hackers and future pro's. Lot's of people have the conviction they need a cheat for a game.Tons of cool stuff is available here on the forum but not everything. Instead of creating a request which costs lots of patience and endurance you can easily create the desired cheat yourself. You have problems returning arguments and void functions? This tool will save your ass. You see, the Cheat Generator is really useful and whether acknowledged or not you can always use it. ______________________________________________________________________________________________________ Cheat Generator can ... ✻ .. learn your name (I was bored ) ✻ .. include all important libraries you will probably encounter if you continue hacking ✻ .. return - (void) - (int) - (BOOL) - (float) - (id) - (long) - (long long) - (unsigned int) - (unsigned float) - (unsigned long) ✻ .. be modified to support arguments ✻ .. add a custom UIAlertView with text you entered ✻ .. automatically copy the code to your Clipboard which means you only have to press CTRL + V or rightclick + paste then ______________________________________________________________________________________________________ What does it cost ? As I already mentioned above Cheat Generator is absolutely free for everyone to use it, however if you want to say thank you feel free to donate to my PayPal funds. ______________________________________________________________________________________________________ Screenshots ______________________________________________________________________________________________________ Download [Hidden Content] Virustotal https://www.virustotal.com/de/file/954adeb5890694637b54144d4de7b44294d4d15802f2323b3148b863cd3c126e/analysis/1430670374/
  10. That package doesn't sound secure are you sure you need it
  11. This is not an error. You just don't have Python 2.7.2 installed. Do not worry about it
  12. Don't return the argument in this function - (bool)productPurchased:(id)fp8 { return true; } This method won't hack a shit anyway
  13. idaq.exe idaq64.exe
  14. Do you even have Open SSH installed ? Sometimes semi-restore detects your device, when you plug it out. There also could be a small angle of how "deep" you shove the cable in
  15. No you can't. Wait for next Monday to Apple's iOS 8.2 release
  16. It only worked because for your hack you don't need to replace the Boolean. Technically he was wrong with his solution then.
  17. - (BOOL)haveMultiNade:(int)fp8 { return true; fp8 = 9999; } @mehdiphone Don't put %orig there >.< read my tutorial for Logos
  18. If this is part 1 you'll need 19 more
  19. SafariDownloader+ if you'd like to download straight from your iDevice
  20. That shows nothing. What we need is /var/lib/dpkg/status
  21. Buy a license ffs. Don't cry because you failed to pirate an app
  22. You need the iphone.mk for 64-bit devices
  23. I know is didn't have time to check everything
  24. You could add otool -tV /var/mobile/BINARYNAME >/var/mobile/NAME.txt //Obviously add the file directory of you don't want it in "/"
×
  • 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