-
Posts
66,271 -
Joined
-
Last visited
Everything posted by Rook
-
Check the FAQ topic in Forum Announcements section.
-
Patcher Blitz Brigade 2.1.0 Hack Update
Rook replied to MrDemoManHax's topic in Free Jailbreak Cheats
-
Niiice
-
Patcher Cars: Fast as Lightning v1.3.2 +5 Hacks
Rook replied to Battousai's topic in Free Jailbreak Cheats
-
PM me.
-
You want to return a custom value in a function instead of a huge amount?
-
In this tutorial, I will show you how you can add a PSSliderCell in your Patcher/PreferenceBundle project. Step 1. Start a new theos project. Step 2: This is the code required in Tweak.xm: #import <substrate.h> #import <Foundation/Foundation.h> #define PLIST_PATH @"/var/mobile/Library/Preferences/YOUR PLIST NAME HERE.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } inline int GetPrefInt(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] intValue]; } %hook Coins - (int)have { if(GetPrefBool(@"key1")) { // Your key name here int newValue = GetPrefInt(@"key1slider"); // Your key name here return newValue; } else { return %orig; } } %end Step 3: Now in your preferences plist file, you will need to add two cells. One is a button to toggle the PSSliderCell on/of and the other is the PSSliderCell itself. <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>iosgods.com.pouslider</string> <key>key</key> <string>key1</string> <key>label</key> <string>Enable Coins Hack</string> <!-- The text of your switch --> </dict> <dict> <key>cell</key> <string>PSSliderCell</string> <key>default</key> <integer>50</integer> <!-- Default value of the slider --> <key>defaults</key> <string>iosgods.com.pouslider</string> <!-- Your package name here --> <key>key</key> <string>key1slider</string> <!-- Your key name here --> <key>max</key> <real>99</real> <!-- Enter your maximum value here --> <key>min</key> <real>1</real> <!-- Enter your minimum value here --> <key>showValue</key> <!-- Show the value of the slider. true or false. --> <true/> </dict> Now save and compile and you should be good to go! If you have any questions or need any help, post down below.
-
DIY Hack Madden Mobile Unlimited Quarters / Instant End
Rook replied to Absolution's topic in DIY Cheats
Thanks for sharing. -
Niice one buddy!
-
Nice find.
-
Patcher Family Guy: The Quest for Stuff v1.15.5 Hack (Free Store) +1
Rook replied to Chrizk0's topic in Free Jailbreak Cheats
-
Help/Support Anybody with a xbox 360 and games bought on the xbox can you help me!
Rook replied to Juku's topic in Help & Support
Is this solved now? -
Thanks for sharing.
-
DIY Hack How to hack Netflix Acounts what ever subscription
Rook replied to theboss112233's topic in DIY Cheats
Ahah. Nice. Time to find a credit card now. -
-
[Ended] [Giveaway] iOSGods 200,000 Members Giveaway!
Rook replied to Rook's topic in Forum Announcements
There is still one more $10 iTunes Gift Card to be won. Check here: http://iosgods.com/topic/21769-10-itunes-giftcard-giveaway-riddlepuzzle-2/ -
[Ended] [Giveaway] iOSGods 200,000 Members Giveaway!
Rook replied to Rook's topic in Forum Announcements
The giveaway has ended now. It's been running long enough and only 1 iTunes Gift Card was left to be found. The 4 winners of 1 Year ViP prize are: @@iampatricktan @@Insanitised @ @ The winners of x4 $10 iTunes Gift cards are: @@-King @@Damian @@DeathToAll32211 @@BlazinDarkness I have messaged all iTunes Gift Card winners so they can redeem their prize. All ViP winners have been promoted. Thanks for celebrating our 200,000 Members milestone with us! Stay tuned to iOSGods for more great things! -
DIY Hack CSR Racing & CSR Classics (All Versions) No Jailbreak!
Rook replied to Rook's topic in DIY Cheats
You can save the changes, what do you mean? -
General New Deadpool | Red Band Trailer 2 for Christmas!
Rook replied to Rook's topic in General Talk
It probably won't bear Star Wars though but it will be there at the top. -
Can't wait for February the 12th.
-
DIY Hack CSR Racing & CSR Classics (All Versions) No Jailbreak!
Rook replied to Rook's topic in DIY Cheats
I don't think so. Does CSR Racing 2 have the pp file also? -
You can't count more than once 2404