-
Posts
336 -
Joined
-
Last visited
Everything posted by Bummibaer
-
Thanks.
-
Hope I win.
-
Thanks.
-
Thank you for another great giveaway!
-
Help/Support LLDB - Error: no such file or directory
Bummibaer replied to Joka's topic in Help & Support
Any feedback to my method then? -
Another fun bear fact: The sloth bear has the shaggiest fur. The sun bear has the shortest fur so it can keep cool in the hot forests of Southeast Asia I wish I could keep cool in hot summers, too.
-
Yes.
-
I have access to the knowledge of millions of people by looking at some strange letters.
-
How to avoid spam... Oh, I know! Fun bear facts! The largest mammalian carnivore that ever lived on land was the giant short-faced bear. Twice the size of the biggest modern bear, it was 6' 5" tall at the shoulder when standing on all fours. Scientists believe it had very long legs and chased antelope on the North American prairies. It died around 12,000 years ago.
-
You could send me a PM with your code and I could take a look at it if you want.
-
The code I posted should work. Maybe show the preferences.
-
%hook BlahBlah -(void) hello:(bool)fp1 bye:(bool)fp2 thanks:(bool)fp3 smile:(bool)fp4 frown:(bool)fp5 { if(GetPrefBool(@"A")) { fp1 = false; } if(GetPrefBool(@"B")) { fp2 = false; } %orig; } %end Like this?
-
%hook BlahBlah -(void) hello:(bool)fp1 bye:(bool)fp2 thanks:(bool)fp3 smile:(bool)fp4 frown:(bool)fp5 { if(GetPrefBool(@"hello")) { fp1 = false; fp2 = false; fp3 = true; etc. } %orig; } %end //edit: Aww, to late.
-
-
GFX Java Code Comic strip
Bummibaer replied to WolfDesigns's topic in GFX Club's GFX - Graphic Studio
I don't know in which language, but it is not valid Java code. You close the class directly after declaring the girlName variable, then you have every function outside the class. Also, there's a function tuna without a return type specified. I don't want to start an argument here and also find the comic funny, but that's how it is. //edit: The code would have to look something like this to compile and work: class Woman { private String girlName; Woman(String name) { girlName = name; } public void setName(String name) { girlName = name; } public String getName() { return girlName; } public void saying() { System.out.printf("your best girlfriend was %s\n", getName()); } } class Ex { public static void main(String[] args) { Woman object = new Woman(null); object.saying(); } } -
I can't wait to win.
-
Nice!
-
Nice one!
-
Thank you.
-
Hack [Mod Menu] DragonSoul RPG v2.22.0 +3 Cheats!
Bummibaer replied to Rook's topic in Free Jailbreak Cheats
Thanks DiDa. -
TuT Using IDA to Hack iPhone Games - HBK PDF Tutorial
Bummibaer replied to NitroxicDemon's topic in Tutorials
Thanks, it's really handy to learn the basics. -
Nice, more stuff to learn.
-
Help/Support Problem with XModGames and Jailbreak IOS 10.2
Bummibaer replied to exoalien's topic in Help & Support
Even though it is not what you asked for, you might want to check out this topic: https://iosgods.com/topic/31376-urgent-rid-yourself-from-the-evil-of-xmodgames/ -
DIY Hack FREE Apple Music Membership! [How to]
Bummibaer replied to excellences's topic in DIY Cheats
Thank you.