-
Posts
2,379 -
Joined
-
Last visited
Everything posted by castix
-
[Tweak.xm] Famousgram - Followers, Likes & Comments
castix replied to castix's topic in Coding Center
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. -
[Tweak.xm] Famousgram - Followers, Likes & Comments
castix replied to castix's topic in Coding Center
As I said. Just PM me and I'll instantly compile it to a Cydia Substrate hack -
Mind sharing them ? So people who got the same problem can look up this thread
-
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 !
-
Help/Support Hi I need Help! Much Appreciated :D
castix replied to shadowgamer79's topic in Help & Support
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 -
Controllers for all !
-
Help/Support How to return -(bool) productPurchased:(id) ?
castix replied to NitroxicDemon's topic in Help & Support
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 -
Who made that beatutiful thing Good job!
-
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/
- 175 replies
-
- 115
-
-
-
-
-
-
-
Help/Support Cydia error: the package needs to be reinstalled
castix replied to phacy12's topic in Help & Support
That package doesn't sound secure are you sure you need it -
Help/Support IDA error: \ida66\plugins\python.plw: can't load file
castix replied to dzcracker's topic in Help & Support
This is not an error. You just don't have Python 2.7.2 installed. Do not worry about it -
Help/Support How to return -(bool) productPurchased:(id) ?
castix replied to NitroxicDemon's topic in Help & Support
Don't return the argument in this function - (bool)productPurchased:(id)fp8 { return true; } This method won't hack a shit anyway -
idaq.exe idaq64.exe
-
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
-
No you can't. Wait for next Monday to Apple's iOS 8.2 release
-
Give some super powers to your Whatsapp
castix replied to EMDamaker's topic in iOSGods Archives's General Cydia
Move it to General Cydia -
Help/Support [help] how to return this comand (BOOL)haveMultiNade:(int)fp8
castix replied to dzcracker's topic in Help & Support
It only worked because for your hack you don't need to replace the Boolean. Technically he was wrong with his solution then. -
Help/Support [help] how to return this comand (BOOL)haveMultiNade:(int)fp8
castix replied to dzcracker's topic in Help & Support
- (BOOL)haveMultiNade:(int)fp8 { return true; fp8 = 9999; } @mehdiphone Don't put %orig there >.< read my tutorial for Logos -
If this is part 1 you'll need 19 more
-
Help/Support Website or application to convert youtube to mp3.
castix replied to mehdiphone's topic in Help & Support
SafariDownloader+ if you'd like to download straight from your iDevice -
Help/Support Tweaks interfering with Find My iPhone
castix replied to Joe Exotic's topic in Help & Support
That shows nothing. What we need is /var/lib/dpkg/status -
Buy a license ffs. Don't cry because you failed to pirate an app
-
You need the iphone.mk for 64-bit devices
-
You could add otool -tV /var/mobile/BINARYNAME >/var/mobile/NAME.txt //Obviously add the file directory of you don't want it in "/"