Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. Hey, Here I am again.. lol I have a problem, sometimes when I install a tweak like f.lux it appears on homescreen, but sometimes not, like today. I deleted f.lux yesterday, and installed it again today, nothing appears, but yesterday it did ? So what I tried: 1. Reinstall Cydia Substrate and Preference Loader 2. Run uicache Any more options ? Thanks!
  2. Install a windows virtual machine, and you´re able to jailbreak your iDevice
  3. Alright, will check at it. thanks dude.
  4. Maeh, I don'f find the problem, maybe it could be the terminal errors from above? Anyway this is my tweak.xm: (if you can give it a look) #define PLIST_PATH @"/var/mobile/Library/Preferences/com.0m1cr0n.brm.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %hook ShopViewController -(bool)useDailyBike { if(GetPrefBool(@"k1")) { return true; } return %orig; } -(bool)useUSABike { if(GetPrefBool(@"k2")){ return true; } return %orig; } -(bool)useUKBike { if(GetPrefBool(@"k3")) { return true; } return %orig; } -(bool)useAustraliaBike { if(GetPrefBool(@"k4")) { return true; } return %orig; } -(bool)useNetherlandsBike { if(GetPrefBool(@"k5")) { return true; } return %orig; } -(bool)useFranceBike { if(GetPrefBool(@"k6")) { return true; } return %orig; } -(bool)useGermanyBike { if(GetPrefBool(@"k7")) { return true; } return %orig; } -(bool)useBrazilBike { if(GetPrefBool(@"k8")) { return true; } return %orig; } -(bool)useSpainBike { if(GetPrefBool(@"k9")) { return true; } return %orig; } -(bool)useJapanBike { if(GetPrefBool(@"k10")) { return true; } return %orig; } -(bool)useBelgiumBike { if(GetPrefBool(@"k11")) { return true; } return %orig; } -(bool)useItalyBike { if(GetPrefBool(@"k12")) { return true; } return %orig; } -(bool)useArgentiniaBike { if(GetPrefBool(@"k13")) { return true; } return %orig; } -(bool)useMexicoBike { if(GetPrefBool(@"k14")) { return true; } return %orig; } -(bool)useSuperPenguin { if(GetPrefBool(@"k15")) { return true; } return %orig; } -(bool)usePenguinGirl { if(GetPrefBool(@"k16")) { return true; } return %orig; } -(bool)useKidsMode { if(GetPrefBool(@"k17")) { return true; } return %orig; } -(bool)useMagicPenguin { if(GetPrefBool(@"k18")) { return true; } return %orig; } -(bool)useUltraBike { if(GetPrefBool(@"k19")) { return true; } return %orig; } -(bool)useThanksgivingBike { if(GetPrefBool(@"k20")) { return true; } return %orig; } -(bool)useXmasBike { if(GetPrefBool(@"k21")) { return true; } return %orig; } -(bool)useEasterBike { if(GetPrefBool(@"k22")) { return true; } return %orig; } -(bool)useNinjaBike { if(GetPrefBool(@"k23")) { return true; } return %orig; } -(bool)useCopBike { if(GetPrefBool(@"k24")) { return true; } return %orig; } -(bool)useRetroBike { if(GetPrefBool(@"k25")) { return true; } return %orig; } -(bool)useZombieBike { if(GetPrefBool(@"k26")) { return true; } return %orig; } -(bool)useConstructorBike { if(GetPrefBool(@"k27")) { return true; } return %orig; } -(bool)useHalloweenBike { if(GetPrefBool(@"k28")) { return true; } return %orig; } -(bool)useEasyBike { if(GetPrefBool(@"k29")) { return true; } return %orig; } -(bool)useBronzeBike { if(GetPrefBool(@"k30")) { return true; } return %orig; } -(bool)useSilverBike { if(GetPrefBool(@"k31")) { return true; } return %orig; } -(bool)useGoldBike { if(GetPrefBool(@"k32")) { return true; } return %orig; } -(bool)useAcrobaticBike { if(GetPrefBool(@"k33")) { return true; } return %orig; } -(bool)useBeatBike { if(GetPrefBool(@"k34")) { return true; } return %orig; } -(bool)useSpamBike { if(GetPrefBool(@"k35")) { return true; } return %orig; } %end %hook MultiplayerConfiguration -(int)freeDailyTracks { if(GetPrefBool(@"k36")) { return 999999999; } return %orig; } %end
  5. I got some errors anyway: http://imgur.com/KKKpB1H And: http://imgur.com/okGiXSO I seriously don't understand what I did wrong
  6. Will try, and yes withlut the tweak everything is fine, but even when i didn't select anything in the tweak, it still gave lag!
  7. I'm known i misspelled England Bike, but I don't understand, what do you mean with check the functions (i guess in tweak.xm)
  8. I don't understand...?
  9. http://imgur.com/R08HJx8
  10. Even more weird: the .deb doesn't show up as installed in cydia
  11. It's not my device, before it did run right, and I use the same units as in flex, but now using settings. It allows me to mix bikes, like I did via flex, but via the preference bundle it is easier. It allows me to mix bikes, like i did via flex, but the preference bundle makes it easier.
  12. Hello, Today I made a preference bundle, but when I use it, the game lags, what can be the problem ?
  13. As always, Thanks!!! Tweaks won´t popup in Flex 2, but thanks anyway
  14. Hello, How can we delete ads from a tweak like Facebook++ ? I know there are cracked ones for, but these versions are old.
  15. Yeah, I see. Still damn weird it isn't there. Will try tommorow again. Thanks dude
  16. That is pretty weird
  17. For settings And also that one doesn't work. The iOSgods patcher worked, i changed int to bool, methode to ShopViewController etc I don't get it why this doesn't work.
  18. Hey! I changed the first 3 in your tutorial, and these work! so I did something wrong in my own one!
  19. okey, I'll. Here is it: (.deb included) : http://www.dropbox.com/s/jk9blqk22ni6i2y/bikeracemix-iosgods.zip?dl=0
  20. I did Edit: I fixed the first problem, but they don't work in the game
  21. Hey, I did everything again, now I can select only 3 in the settings, but added more. anyway here should be a fix for, but even if i select these, it doesn't work in the game
  22. Alright, and euhm is (bool) and (BOOL) a big diffrence if you forgot to do it in caps ? if yes that could be the problem
  23. Hey man, you said the coding could be better, how ?
×
  • 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