Search results

  1. MrRean

    Hacking Mario Kart Double Dash Hacks -- 7 Lap Rainbow Road

    I'm not exactly sure where to post this, since I used a Wii to test out my hacks and since the Wii has Gamecube support...mind as well post it here. This was done by modifying offset 0x18 in the course data BOL, and this value stores how many laps there are in the race. 1, 2, 3, 4, 5, 6 and 7...
  2. MrRean

    Hacking TCPGecko C# Client for 5.5.X

    http://wiiu.us.to/tools/TCPGecko551.zip There's multiple threads showing you how to use it on here. Many have requested due to the unreliability of PyGecko. Hug Matt for porting it.
  3. MrRean

    Homebrew Official Cafiine with choosable IPv4 (Works from 4.1.0 to 5.5.1!)

    Finally, a proper Cafiine release for 5.5.1. tada. https://github.com/MrRean/Cafiine-410-551 All directions and credits are in the README. (oh, and this is a lot easier than the previous Cafiine.) (it will flash per move too, might be due to flipping buffers) have fun
  4. MrRean

    Hacking What's most likely going to happen

    We attempted to get the kernel exploit released. Obviously, it didn't happen. But now we know it's because of a variety of reasons. So, let's go ahead and wrap this all up because of the chaos it ensued. Final exams are going on in school, therefore, there isn't much time to do anything We...
  5. MrRean

    IOSU Exploit Release - Original Exploit by Hykem (<= 5.5.1 supported)

    After a long time of waiting, we finally bring you the IOSU exploit you all have been waiting for. We can't quite explain WHAT we exploited, since Hykem had obfuscated the code to make sure that Nintendo has a pretty hard time patching it. ;) We have the actual un-obfuscated code for...
  6. MrRean

    Hacking Be SURE To Block Updates!

    There's a possible update coming out March 31st, which can possibly mean anything. So if I were you, I'd block updates, TEST THEM NOW (if you already have them) and DO NOT UPDATE. If you update and it patches the kernel exploit and we release it and you can't use it, don't come on here and...
  7. MrRean

    Hacking Sad, unfinished port of an ELF loader.

    so like, there's a elf loader for 5.3.2 on the libwiiu repo that works fine, so i attempted to port it to 5.5.1 and it's a pain in my rear so https://github.com/MrRean/551-Elf-Loader do whatever you want with it. it's very broken, it doesn't even work yet. i tried to keep 5.3.2 from breaking...
  8. MrRean

    Hacking Switching Downloaded Games On-The-Fly with pyGecko!

    Recently I reversed engineered quite a bit of the sysapp functions and decided to try to make a launcher using pyGecko. from tcpgecko import TCPGecko tcp = TCPGecko("10.0.0.2") # make sure to check if your title exists, or else it will crash! # if it exists, it will return 1...
  9. MrRean

    Hacking Splat3D -- The first functional Splatoon map editor!

    Current Version -- v0.1 Download Hi everybody, I was just browsing the internet when I came upon my old Splatoon thread, so I think I'll make a new one because this program isn't a hacked together piece of shit. Screenshots: http://puu.sh/mGGNB/b209deb00b.png...
  10. MrRean

    Hacking Something spooky. [NSMBU]

    I was just wandering around the old forest and found an unusual disc...I put it in my WiiU and I get this... Take a look... o.o I'm a bit worried. What do you think it is? this is so not a teaser
  11. MrRean

    Hacking Cafiine port?

    Mmkay, here's my situtation. I have no idea how to really solve this because C isn't my stronghold. PC_IP only reads an IP, it seems. But how can I make it read the port? I say this because XAMPP is being ass and won't read http://10.0.0.20/ right and I can only access it through...
  12. MrRean

    Hacking New Super Mario Bros. U -- Sprite data documentation database!

    A database is used to document a lot of the spritedata in NSMBU, to keep everybody caught up. I felt a bit bad keeping it private, but I can log abuse and ban people from it so I've decided to release it. :) http://rhcafe.us.to/databases/nsmbu/spriteDB.php How it works You simply click on a...
  13. MrRean

    Hacking "Should I update if I'm on XXX"?

    Everybody asks the same questions, over and over and over, so I mind as well answer your questions now. "I'm on firmware 5.3.2, should I update?" No. 5.4.0 and 5.5.0 are extremely unstable as-is right now, and they aren't getting stabilized yet. "I'm on firmware 5.4.0, should I update?" This...
  14. MrRean

    Hacking How to compile Cafiine! (Tutorial)

    After a while of editing, I finally teach you guys how to compile cafiine and find your IPv4 address, how to insert your IP to be read, and everything. :) Here's a few links if you don't want to look for them in the video: http://wiiu.us.to/ http://rhcafe.us.to/ http://cygwin.com/...
  15. MrRean

    Hacking How to run the kernel exploit on your WiiU! (Tips)

    Since the WiiU kernel exploits for 5.3.2 and others are already out, mind as well make a tutorial on how to use them! Take notice, though. Running these does not void your warranty (in a way, none of them are permanent, but I'm unsure of this.) And if you want to continue using hacks, I will...
  16. MrRean

    Hacking ReggieNext with NSMBU support released!

    Yes, the time is here! We've finally decided to draft a release just to show you guys how it works. This is a legit release, and from the real devs of Reggie Next. :) Current Version -- v0.4 Download! However, when it comes to an alpha build, you have to expect stuff to be buggy. What's...
  17. MrRean

    Hacking Mario Kart 8 Hacks -- N64 Rainbow Road!

    Chadderz had told me in a stream that his converter can convert BACK from the XML, I decided to try it out with my theory on how the game knows what objects to load. There's an ID that each object has, just like MKWii. I changed the sizes of objects, and kabaam. There's a level edit. I just...
  18. MrRean

    Hacking Mario Kart 8 Hacking - Loading "The Void" over Rainbow Road!

    Yep! Another game I'm hacking now. I'm mostly interesting in NSMBU and MK8, though. 3D World isn't the most interesting game to hack. These games are too similar. Like, seriously. BYAML in this game is a bit different, where some section in BYAML data is path node data, where in other types...
  19. MrRean

    Hacking Splatoon Hacking...a whole new view

    After a while of staring at NWP's script and the renderer for the 3DW editor, I decided to hardcode the hell out of it, switch around files, and load a Splatoon map into a SAVING EDITOR. It works almost the same as 3DW. I will try editing a map and having NWPlayer123 test it later. I'm going...
  20. MrRean

    Hacking NSMBU Custom Level - Grassland Hills

    how did i not post this here This is the first full custom level that has a flagpole and all that. Don't know why I didn't post it here. It's buggy, as expected. But this was the real first level. Enjoy. :)
General chit-chat
Help Users
    BakerMan @ BakerMan: also, today is the 25th anniversary of the 1st episode of spongebob