Jump to content

Cyber X

Senior Member
  • Posts

    543
  • Joined

  • Last visited

Everything posted by Cyber X

  1. added my 5th image haha
  2. haha yeah its a mad house
  3. Hope you enjoy your stay:)
  4. I'm working on it it's just alittle tight on gettin it done haha with only 1pc and 3 ppl going on it
  5. this is a gif i made witch is now it the icon list Thanks DiDA your the best. This is a 3D effect i made this is a header i made and a gif i made witch is in my sig Just added a watermark i made Hope this is good to get on the Team THANKS SO MUCH IN !!ADVANCE!!!
  6. getting into HTML/CSS/Java :) is anyone wants to help feel free

    1. Rook

      Rook

      You can make support topics about that too I guess :p

    2. Cyber X
    3. AnotherLurker
    4. Rook
  7. here try this its a mediafire link - removed -
  8. THANKS Klepto bro...
  9. :thumbsup: thanks pal
  10. was looking threw the icons in the shoutbox and i came up with this
  11. error: Use of undeclared identifier 'UIAlertView' error: Unknown type name 'UIAlertView' Putty in text Makefile include theos/makefiles/common.mk TWEAK_NAME = fragger fragger_FILES = Tweak.xm fragger_FRAMEWORKS = UIKit include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" Tweak.xm //the hack// %hook LevelLayer -(int) grenades { return 10000; } -(void) setGrenades:(int)fp8 { fp8=10000; %orig(fp8); } %end %hook Configuration -(void) setUnlimitedGrenades: (BOOL)fp8 { fp8=true; %orig(fp8); } %end %hook AppDelegate -(void)applicationDidBecomeActive:(id)argument { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"This is the Title" message:@"This is the Message" delegate:nil cancelButtonTitle:@"This is the Button Text" otherButtonTitles:nil]; [alert show]; [alert release]; } %end
  12. it didnt work imma just forget it
  13. but the button for "More Hacks For This Game" when i clicked it opened up a wed page ok ill try that lol
  14. but say i wanna add a visit button how do i add a link to it?
  15. Such a GOOD Person Thanks
  16. Lol it's okay I'll just ask DiDA to lock it or remove it since ppl have problems whenever I post topic. All I'm tryin to do is Learn how to make it
  17. Wait this don't work? :supersadface:
  18. How do I make the text center like it is on here and how do I add a link to a button and add a 2nd button Sorry for a short topic Thanks so much in advance
  19. Glad you like it here HOPE you Enjoy the stay "whispers" get to know DiDA hes a great guy
  20. How I Fixed it... OLD I was using sdk 7.1 missing alot of .h re download theos now using sdk 8.1 added alot more .h to the include folder Thanks To DiDA
  21. always me having this much pproblems
  22. Now i get this /bin/sh: cut: command not found /bin/sh: md5sum: command not found /bin/sh: cut: command not found Preprocessing Tweak.xm... Compiling Tweak.xm... In file included from <built-in>:181: In file included from <command line>: In file included from /var/mobile/kikv/theos/Prefix.pch:2: In file included from /var/mobile/kikv/theos/include/Foundation/Foundation.h:6: /var/mobile/kikv/theos/sdks/iPhoneOS7.1.sdk/System/Library/Frameworks/CoreFounda tion.framework/Headers/CoreFoundation.h:11:10: fatal error: 'sys/types.h' file not found #include <sys/types.h> ^ 1 error generated. make[2]: *** [obj/Tweak.xm..o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [kikv.all.tweak.variables] Error 2
×
  • 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