Hacking [OLD] Loadiine backup loader for WiiU 5.3.2 ONLY (NO 5.4 NO 5.5!)

jammybudga777

Well-Known Member
Member
Joined
Aug 23, 2013
Messages
2,284
Trophies
1
Age
37
XP
2,193
Country
did you add the 3 elf files in the same folder than the html?
the html now only include a elf loader, not loadiine code.
loadiine is loaded from external files (the 3 elf) and need to be in the same place than the elf loader.
I downloaded eclipsins latest version from a couple of pages back it says loadiine when I extract it it already has 3 elf files and 1 HTML in the same folder? So is this just an elf loader and not actually loadiine?
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
46
Location
Engine room, learning
XP
15,662
Country
France
the html is now only an elf loader.
Loadiine is now OUTSIDE the html : the 3 elf files ARE loadiine.

try to edit your server (add a .htaccess) to tell the server that .elf files shouldn't be displayed on the browser but sent like a stream data.
try adding mimetype "application/octet-stream elf"

Code:
AddType application/octet-stream .bin .exe .elf
 

jammybudga777

Well-Known Member
Member
Joined
Aug 23, 2013
Messages
2,284
Trophies
1
Age
37
XP
2,193
Country
the html is now only an elf loader.
Loadiine is now OUTSIDE the html : the 3 elf files ARE loadiine.

try to edit your server (add a .htaccess) to tell the server that .elf files shouldn't be displayed on the browser but sent like a stream data.
I'm sorry but I don't understand. So if the elf files are for loadiine how do I now load elf files? Or better yet does anybody have a HTML file for loadiine e I cod just self host
 

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
46
Location
Engine room, learning
XP
15,662
Country
France
to load elf file, you visit the exploit page (the HTML IS THE ONE loading the elf files)
it loads automatically the 3 elf files.
You do not have a menu where you see a list of elf to load, they are automatically loaded to memory. ALL of them, the 3 files, all together ARE what loadiine was on v1.0

on r1 to r4, the elf files were inside the html
on revision 5, the elf files are outside the html
 

jammybudga777

Well-Known Member
Member
Joined
Aug 23, 2013
Messages
2,284
Trophies
1
Age
37
XP
2,193
Country
to load elf file, you visit the exploit page (the HTML IS THE ONE loading the elf files)
it loads automatically the 3 elf files.
You do not have a menu where you see a list of elf to load, they are automatically loaded to memory. ALL of them, the 3 files, all together ARE what loadiine was on v1.0

on r1 to r4, the elf files were inside the html
on revision 5, the elf files are outside the html
Ok so I don't need to do anythin new then. I load kernel and then when I click on payload532.html it says can't boot elf then crashes. I have left it as it comes when you extract it from the download which I guess would be the correct setup. Thanks for tryin to help me out I wanted to help test the compatability but I guess I'll have to stick with the older loadiine version
 

EclipseSin

Ignorant Wizard
Member
Joined
Apr 1, 2015
Messages
2,063
Trophies
1
Age
35
Location
221b Baker Street
XP
1,737
Country
United Kingdom
Yea I did that and mine started working, as long as i access the html directly. You can't access the folder (least I cant). If you have the index.html that redirect to payload532 after checking the browser version, that might work fine though. (I dont use the index's)
 

jammybudga777

Well-Known Member
Member
Joined
Aug 23, 2013
Messages
2,284
Trophies
1
Age
37
XP
2,193
Country
did you try to add that ?

create a .htaccess file
inside write this :
AddType application/octet-stream .elf

save the file and try again.

no i have not tried that yet. im not gonna lie im clueless lol i dont no how to do that although im sure its simple enough.
Yea I did that and mine started working, as long as i access the html directly. You can't access the folder (least I cant). If you have the index.html that redirect to payload532 after checking the browser version, that might work fine though. (I dont use the index's)
i dont use index's either as it seemed to have cause complications when i first tried golden45 version 1 of loadiine.
im curiouse how other people have been using this though without encountering these problems?
 

hippy dave

BBMB
Member
Joined
Apr 30, 2012
Messages
9,919
Trophies
2
XP
30,031
Country
United Kingdom
The loading speed improvement is great, finally convinced me to rearrange my files to the new system. So now I get to enjoy the tidier sd card and the exit to mii maker. Brilliant work guys, keep it up!
 

karloz25

Well-Known Member
Member
Joined
Dec 11, 2010
Messages
452
Trophies
1
XP
869
Country
United States
Any good guides for hosting my own Exploit via PC, I am having alot of problems with the links.
I am a total n00b with file hosting.
 

srbeen

Well-Known Member
Newcomer
Joined
Oct 4, 2015
Messages
79
Trophies
0
XP
74
Country
Canada
could you explain how you did it?

Its a modified version of cafiine and server app. It only looks to dump the save file when opened. There are still bugs. If you PM for the details I highly recommend backing up any save to another USB before attempting.
 

fiveighteen

Distractible Dabbler
Member
Joined
Jun 30, 2008
Messages
1,768
Trophies
2
XP
1,930
Country
United States
Here ya are. Let me know how it goes for you!
What is the folder structure for this? My SD card was working perfectly with dimok789's (and it's still in my Wii U; I haven't touched it), and now I loaded a game up and it won't load my savefile.

SD:/wiiu/games/CaptainToadTreasureTracker/code/<RPX>
SD:/wiiu/games/CaptainToadTreasureTracker/content/<contentfiles>
SD:/wiiu/saves/CaptainToadTreasureTracker/c
SD:/wiiu/saves/CaptainToadTreasureTracker/u

And I can confirm I have a savefile in the u folder.
 
Last edited by fiveighteen,

EclipseSin

Ignorant Wizard
Member
Joined
Apr 1, 2015
Messages
2,063
Trophies
1
Age
35
Location
221b Baker Street
XP
1,737
Country
United Kingdom
What is the folder structure for this? My SD card was working perfectly with dimok789's (and it's still in my Wii U; I haven't touched it), and now I loaded a game up and it won't load my savefile.

SD:/wiiu/games/CaptainToadTreasureTracker/code/<RPX>
SD:/wiiu/games/CaptainToadTreasureTracker/content/<contentfiles>
SD:/wiiu/saves/CaptainToadTreasureTracker/c
SD:/wiiu/saves/CaptainToadTreasureTracker/u

And I can confirm I have a savefile in the u folder.
Those folders are right. Are you using my site? Which version?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Psionic Roshambo @ Psionic Roshambo:
    But it's a dead end
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, people who cant download it can still play the game
  • BigOnYa @ BigOnYa:
    If your internet speeds are fast enough. Streaming 4k takes alot. I used to only have 20mb sec, and 4k struggled. Now I have 300mb sec and 4k plays fine.
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, i only have like 1 or 2 mb sec
  • BigOnYa @ BigOnYa:
    Did you feed the hamster in your internet router? It prob died and is running slow now.
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, why did you start saying my pc has a hamster in the first place?
    +1
  • BigOnYa @ BigOnYa:
    Its actua!ly just a old joke, meaning its slow. Was just kidding around with you.
    +1
  • BigOnYa @ BigOnYa:
    I bet @AncientBoi has some hamsters hidden somewhere tho....
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    I think Game streaming should work like this.... Local Hardware able the run the game fine, game engine and common assets stored locally, all FMV and music and textures could be streaming
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Some temporary storage
  • Xdqwerty @ Xdqwerty:
    also @BigOnYa im making some progress on my gdevelop project, implemented various mechanics
  • Psionic Roshambo @ Psionic Roshambo:
    They went all in on streaming, should have been more of a hybrid approach
    +1
  • BigOnYa @ BigOnYa:
    Or free government supplied high speed internet be nice also. Like Obama care. Xdqwerty that's cool, its time consuming but rewarding once done or playable, to see what you've made from scratch. Animations take forever, but worth it.
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, although the bullets are a bit buggy
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Not to mention this would be a massive pain to pirate
  • Xdqwerty @ Xdqwerty:
    @BigOnYa,
    and the visual aspect of the game is quite crude (the sprite that looks best is that of the protagonist just because he is a stickman with sunglasses)
    +1
  • BigOnYa @ BigOnYa:
    There is a bullets behaviour you assign to your character, that makes the code easier, under "behaviours"
  • Xdqwerty @ Xdqwerty:
    i meant that when the character is pointing to the right, the bullets spawn where they should, but when he is on the right, they move to the right but the spawn point is incorrect
  • BigOnYa @ BigOnYa:
    Itch.io has lots of free assets also. Under the bullets behavior tab, there is a "rotate bullets" option, can try that. Or in the code can try
    - fire bullet Player.X(PlayerDirection)
  • Xdqwerty @ Xdqwerty:
    im taking a break for today anyway
    +1
  • BigOnYa @ BigOnYa:
    YEa gotta after a while, looking at code for long periods will bug your eyes.
    +1
  • BigOnYa @ BigOnYa:
    That's cool tho, I'm proud of you going back to it, not giving up. It is difficult at first to learn, but fun once you get the hang of it. I think I've watched every tutorial video there is, but I still struggle sometimes to get stuff to work right. But gotta keep trying dif things, and eventually you will get it right.
    +1
    Xdqwerty @ Xdqwerty: https://www.youtube.com/watch?v=zT-Cy-hap_Q