Search results

  1. AboodXD

    Homebrew Super Mario 64 Port - Wii U

    Building: The README should have all the instructions you need, but if you are on Windows, I recommend following my written tutorial on the official SM64 Port discord server as it is as direct as it can get. Once you join the server, there is a channel dedicated to the Wii U port. You can find...
  2. AboodXD

    Homebrew [release] CafeLoader - Custom code loader for the Nintendo Wii U.

    Hello everyone~! With some help from Kinnay, I decided to make a custom code loader for the Wii U. This can be used to achieve code edits and ASM hacks in games. I have made a compilation of code hacks for New Super Mario Bros. U as an example for this loader, which can be found here. More...
  3. AboodXD

    Hacking NSMBU haxx: A compilation of code hacks for New Super Mario Bros. U.

    I have been reverse-engineering NSMBU for a while, and I'm finally glad to announce that I started making some code hacks for the game. NSMBU haxx currently includes: Custom-defined music list. Space physics as area option (wrapByte & 2) Magic Platform sprite Flip block sprite Only NSMBU...
  4. AboodXD

    ROM Hack RELEASE BNTX Editor - A tool for editing textures

    Download (v0.3). Source Code (GitHub). PLEASE NOTE THAT SAVING THE BNTX IN THIS TOOL WILL LEAD TO FILE SIZE CHANGES!! Alternatively, I made a tool that will not change the file size of the BNTX whatsoever called "BNTX Injector", though it has some restrictions:
  5. AboodXD

    ROM Hack RELEASE SARC Tool - A tool for extracting/packing SARC/SZS files

    SARC Tool v0.5 A tool for extracting/packing SARC/SZS files Usage: main [option...] file/folder Packing Options: -o <output> output file name (Optional) -little (or -l) output will be in little endian if this is used -compress <level> Yaz0 (SZS) compress the output...
  6. AboodXD

    ROM Hack RELEASE SARC Tool - A tool for extracting/packing SARC/SZS files

    SARC Tool v0.3 A tool for extracting/packing SARC/SZS files Usage: main [option...] file/folder Packing Options: -o <output> output file name (Optional) -little output will be in little endian if this is used -compress <level> Yaz0 (SZS) compress the output...
  7. AboodXD

    ROM Hack Texture Hack - Puyo Puyo Tetris Custom Logo screen

    Alright. I have been working a lot lately on RomFS rebuilding and BNTX (textures) editing, and now I have been able to pull off the first texture hack ever made for a Nintendo Switch game. (that has been shown to the public, afaik) This has been done on the emulator Ryujinx. I'm currently...
  8. AboodXD

    Hacking libyaz0 - A library for compressing and decompressing Yaz0/1 compression formats.

    libyaz0 is a library in Python for decompressing and compressing Yaz0/1 compression formats. Written in Python 3. Yaz0 is a compression format used in several games from the N64, GC, Wii, 3DS, Wii U, and now the Switch. A few of those games: The Legend of Zelda: Ocarina of Time. Super Mario...
  9. AboodXD

    Hacking [RELEASE] NSMBU Music extractor/injector

    Usage: Extracting: main bfsar Injecting: main bfsar num bfwav bfsar: NSMBU BFSAR file num: Track number bfwav: BFWAV file Limits: The BFSAR has to be the original NSMBU BFSAR (or a one you have injected to), and not a new rebuilt BFSAR. The reason for this is that the offsets to the...
  10. AboodXD

    Hacking COMPLETED release - BFRES "Embedded Files" Extractor

    BFRES "Embedded Files" Extractor (Embedd Extractor for short) is a tool to extract embedded files in BFRES files for Wii U and Switch games. I don't think this would be useful to Wii U users, as there are tools like BFRES Extractor, or Wexos's Toolbox, which can extract embedded files from Wii...
  11. AboodXD

    Hacking SARCExtract - A SARC extractor for Switch, 3DS, and Wii U games!

    THIS TOOL IS NOW OBSOLETE; PLEASE USE THIS TOOL INSTEAD!! How to use: - Drag and drop a SARC or SZS file to the program and wait. Credits: NWPlayer123: Original SARCExtract for Wii U. Stella/AboodXD: Ported to Python 3, made libyaz0, added support for little endian SARC files and fixed...
  12. AboodXD

    Hacking (WIP) - BNTX Extractor

    BNTX Extractor v0.4 BNTX Extractor is a tool which extracts textures from the Binary NX Texture ('BNTX' / .bntx file extension) format used in Switch games, and saves them as DDS (or ASTC files). Supported texture formats: R8_G8_B8_A8_UNORM R8_G8_B8_A8_SRGB R5_G6_B5_UNORM R8_UNORM R8_G8_UNORM...
  13. AboodXD

    Homebrew Is there a BCWAV Tool?

    Does it exist? If not, I can make a BCSTM/BFSTM to BCWAV/BFWAV tool.
  14. AboodXD

    Hacking Wii U swizzling algorithm, in multiple languages!

    IDK why didn't I do this earlier, but here I am! Current languages: C Python More will come later. Credits: AddrLib: Actual code. Exzap: Modifying code to apply to Wii U textures AboodXD: Porting, code improvements and cleaning up Usage will come soon. Github repo. PLEASE NOTE THAT: Only...
  15. AboodXD

    Hacking Miyamoto! - A NSMBU/NSLU Level Editor

    Miyamoto! v27.0 A NSMBU/NSLU level editor. Miyamoto! is a fork of Reggie Next, aimed to add new things (Since the original's dead). It is centered around new features, friendly sprite images, and Japanese stereotypes. Miyamoto! can also edit tilesets, and change Backgrounds! It can also...
  16. AboodXD

    Hacking [release] BFLIM Tool - A tool for extracting/injecting layout images

    BFLIM Tool v1.0 A tool for extracting/injecting layout images. This was based on BFRES Tool, please check it out as well. ;) Download. Source code (GitHub).
  17. AboodXD

    [April Fool's] BOTW kernel exploit - POC

    Launching Homebrew Launcher from within BOTW This is just a POC! More info will come later.
  18. AboodXD

    Hacking BFRES Tool - a tool for injecting/extracting textures

    BFRES Tool v4.1 A tool for injecting/extracting textures. From not knowing anything about BFRES, to making a tool for injecting/extracting textures (in 8 hours and a half)... ! :D Download. Source code (GitHub).
  19. AboodXD

    Homebrew Mocha CFW + FSHax combined!

    Mocha CFW + FSHax combined! An unofficial version that allows homebrew to access the entire filesystem. Credits: @dimok @gudenaurock @AboodXD Special thanks to: @smealum plutoo yellows8 naehrwert derrek And everyone who made this possible. Download. Source code. FSHax.
  20. AboodXD

    Make sure you change your passwords

    As some people know, a lot of breaches happened recently. A lot of sites were infected by that hack, and a lot of passwords (encrypted, decrypted, hashes, etc) were leaked If you want to check if your information was compromised, enter your email address here: https://haveibeenpwned.com I...
General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: Sorry for accidentally bending over