Recent content by Fabi85

  1. F

    Hacking Name the exploit

    how about comboX (comex banner bomb eXploit)
  2. F

    Hacking Waninkoko, please forgive us!

    what the hell are you even doing here if you think so? shut the fuck up and go back where you came from
  3. F

    Hacking Waninkoko backup loader GPL violation

    no it's not a GPL violation. he didin't release the binaries, so he does not need to release anything. He is only not allowed to sell binarys without releasing the source. Is he selling or even releasing the binarys???? I don't think so... Anyway waninkoko, I think releasing the source is a...
  4. F

    Hacking Waninkoko, please forgive us!

    yeah come on please. we all love you man... continue your work
  5. F

    Hacking On the ability to play backups without drive chip

    Why would you need an unmodded wii to test an iso loader??? Or are you talking about reading discs on an unmodded wii??? Iso Loader would be cool, espacially with the ability to load from high capacity usb-sticks or usb-hdds. By the way if you own the games it's not illegal is it???
  6. F

    Hacking Wii Key Grabber

    since bushing (who's working for nintendo now) released it, maybe it will install an update to fix the bug to play backups without modchip... ... i'm just joking (I know the source is included). no effence bushing
  7. F

    Hacking Wii disc dumper v1.0 released by nitrotux

    Now you can connect to your wii ip and download the iso via http. Awesome work by the way
  8. F

    Hacking Wii disc dumper v1.0 released by nitrotux

    i simplyfied the code a bit (the offset part), so that its know easier to understand whats going on there... CODE //global constants static const u32 MAX_PART = 6; static const u32 FULL_SIZE = 4500; static const u32 PART_SIZE = FULL_SIZE/MAX_PART; static const double DVD_SIZE = 4482.25; static...
  9. F

    Hacking Wii disc dumper v1.0 released by nitrotux

    worked perfect for me. edited the code a little to use a 1 gig sd card. edited parts are: CODE ... if (part == 0) { offset = 0; size = 750 * 1024 * 1024; } else if (part == 1) { offset = 0x17700000/2; size = 750 * 1024 * 1024; } else if (part == 2) { offset = 0x17700000; size = 750 * 1024 *...
  10. F

    Hacking Wii ISO Loader

    of course he can. chuck norris can do anything. he even invented the wii and nintendo stole the idea. don't you know that???
  11. F

    Hacking WAD Packer v0.0001 released!!!

    well thats not true...
  12. F

    Hacking WAD Packer v0.0001 released!!!

    you can use this tool to get the sha sums http://sourceforge.net/project/downloading...;use_mirror=dfn (you have to open cmd go to the folder where you unpacked it and type "java -jar jacksum.jar -a sha [path to 000*.app]") it really works. Try it out thanks 1guana