-
Posts
325 -
Joined
-
Last visited
Everything posted by Todeskuss
-
Request Bloons Monkey City v1.5 hack?
Todeskuss replied to Torillama's topic in Filled iOS App Requests
http://iosgods.com/topic/3274-bloons-monkey-city-all-versions-1-working-on-iphone-ipad/ Search bar is a wonderful thing -
Help/Support How would I make a flip switch for this
Todeskuss replied to 45GTR's topic in Help & Support
My guess would be: %hook SpringBoard -(long long) homeScreenRotationStyle { if(GetPrefBool(@"kName2")) { return 2; } if(GetPrefBool(@"kName1")) { return 1; } return %orig; } %end It may be an 'else if' but I'm not sure -
I'm not dumb, I know what Key needs to be defined as, as well as under defaults. The problem was in #include, I had it listed as 'prefbundle.plist' instead of 'com.fumetsu.prefbundle.plist'. Anyway I have yet another issue. The toggles work fine, but only for some. The other ones which originally had the '(?)' that you questioned don't work. Is it supposed to stay as '(unsigned int)'? Am I missing something since it's written as 'receiveContactEvent:(?)' even though the (?) gives errors?
-
hwat
-
The bundle ID under 'defaults'? It was the bundle ID of prefbundle, that didn't work; I changed it to the bundle ID of the tweak itself, that didn't work either. Then I changed it to the bundle ID of the application, and that just broke it.
-
Yikes man we got yet another issue. Switches in Settings aren't doing anything. Tweak.xm: any other files you need to see just let me know
-
TuT How to get cydia without jailbreaking your device
Todeskuss replied to SpeedzFlash's topic in Tutorials
this guy, totally trustworthy. 2 posts, 0 thanks, and a member for 40 minutes[/sarcasm] -
TuT How to get cydia without jailbreaking your device
Todeskuss replied to SpeedzFlash's topic in Tutorials
nah man it's only adding profiles to allow acces to system components ( ͡° ͜ʖ ͡°) -
TuT How to get cydia without jailbreaking your device
Todeskuss replied to SpeedzFlash's topic in Tutorials
nice b8 m8 -
Issue resolved, thanks DiDA - close please
-
Help/Support Don't know how and where to inject the code
Todeskuss replied to bib's topic in Help & Support
Looks like Assembly (ARM), you gotta use IDA fo dat, plenty of tutorials on iOSGods. You're gonna need a base understanding of code though, as ARM is hard to understand for first-timers. -
Noice
-
Got Tweak.xm working, now I'm getting: prefbundle.mm:1:9: fatal error: 'Preferences/Preferences.h' file not found #import <Preferences/Preferences.h>
-
well excuuuuse me, copy+paste doesn't include line-spacing apparently
-
I'm on iOS brah
-
Know any good text editor that numbers lines?
-
Okay so now I'm ending up with another error: Tweak.xm:114:2: error: expected unqualified-id { and Tweak.xm:
-
just like... delete it? wow das ist einfach
-
ja i think? dat ist how it appears in Flex2.. what do I do about dass?
-
I put %end after every %hook
-
Making all for tweak testtweak... Preprocessing Tweak.xm... Compiling Tweak.xm... Tweak.xm:4:3889: error: expected parameter declarator Tweak.xm:4:3889: error: expected ')' Tweak.xm:4:3869: note: to match this '(' Tweak.xm:4:4004: error: expected parameter declarator Tweak.xm:4:4004: error: expected ')' Tweak.xm:4:3984: note: to match this '(' Tweak.xm:4:4126: error: expected parameter declarator Tweak.xm:4:4126: error: expected ')' Tweak.xm:4:4103: note: to match this '(' Tweak.xm:4:4247: error: expected parameter declarator Tweak.xm:4:4247: error: expected ')' Tweak.xm:4:4224: note: to match this '(' Tweak.xm:4:4363: error: expected parameter declarator Tweak.xm:4:4363: error: expected ')' Tweak.xm:4:4343: note: to match this '(' Tweak.xm:4:4478: error: expected parameter declarator Tweak.xm:4:4478: error: expected ')' Tweak.xm:4:4458: note: to match this '(' Tweak.xm:4:4608: error: expected parameter declarator Tweak.xm:4:4608: error: expected ')' Tweak.xm:4:4589: note: to match this '(' Tweak.xm:4:4741: error: expected parameter declarator Tweak.xm:4:4741: error: expected ')' Tweak.xm:4:4722: note: to match this '(' Tweak.xm:4:4863: error: expected parameter declarator Tweak.xm:4:4863: error: expected ')' Tweak.xm:4:4842: note: to match this '(' Tweak.xm:4:4980: error: expected parameter declarator fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. Tweak.xm:
-
[Tutorial][Video] Hack games with Flex and convert it to .DEB (Tweak)
Todeskuss replied to Oxytyramine's topic in Tutorials
thanks -
Save Game Lumo Deliveries (All Versions) +13
Todeskuss replied to MART938G's topic in Save Game Cheats
good job m8