Hacking 5.4.0 progress

  • Thread starter Thread starter BootsLoader
  • Start date Start date
  • Views Views 478,040
  • Replies Replies 3,092
  • Likes Likes 13
Im glad to see that onion_knight is finally resting, he has been working very hard for a couple of days
 
Still early but suggestions so far?

IMG_20160117_143007.jpg
 
  • Like
Reactions: Rizzorules
Still early but suggestions so far?

Looks nice so far! If you need any code advice, let me know, I know a lot about HTML/CSS.
Question though, how do you plan to make it recognize when the kernel is active or not?

Also, I'd consider adding a "display:inline-block" line to your CSS for the buttons, so you can use more screen space before having to scroll down.
 
Last edited by Irastris,
  • Like
Reactions: WiiuGold
Looks nice so far! If you need any code advice, let me know, I know a lot about HTML/CSS.
Question though, how do you plan to make it recognize when the kernel is active or not?

Also, I'd consider adding a "display:inline-block" line to your CSS for the buttons, so you can use more screen space before having to scroll down.
Thanks. I had inline-block but was causing the bullet-point of the <li> for each button to show all the way at the left of the page so I left it until I fix it.

As for the kernel, use a cookie that has a short lifetime, so that it would expire before an unsuccessful kernel exploit could go to system settings, then back to browser compared to a successful attempt. Persistance across browser shutdowns is the issue and I have a few ideas
 
Thanks. I had inline-block but was causing the bullet-point of the <li> for each button to show all the way at the left of the page so I left it until I fix it.

As for the kernel, use a cookie that has a short lifetime, so that it would expire before an unsuccessful kernel exploit could go to system settings, then back to browser compared to a successful attempt. Persistance across browser shutdowns is the issue and I have a few ideas
Interesting plan for the kernel detection.
Another question, why bother with using <li>? From that screenshot, looks to me like a regular <div> with a <p> for the text would suffice, unless there's inner workings I'm not aware of.
 
yeah i been reading that and viewing the page source , its way over complicated , all i wanna do is detect button A being pressed...

Code:
window.addEventListener("load", function(event) {
  if (window.wiiu) {
    setInterval(function() {
      var state = window.wiiu.gamepad.update();

      // process the current state
    }, 20);
  } else {
    // browser is not a Wii U
  }
}, false);

To break it down:
Lines 1 and 11 are the wrapper that tell the browser to run the code on page load.
Lines 2, 8, 9 and 10 detect if the page is being accessed on a Wii U or not.
Lines 3 and 7 tell the browser to run the code inside the setInterval wrapper every 20 ms.
Line 4 checks the current state of the Wii U gamepad (button pressed or unpressed) and sets "var state" as that value.
 
Last edited by Irastris,
  • Like
Reactions: deaknaew
Interesting plan for the kernel detection.
Another question, why bother with using <li>? From that screenshot, looks to me like a regular <div> with a <p> for the text would suffice, unless there's inner workings I'm not aware of.
The cookie solution works, as long as its turned on in the settings, which it is by default. It will detect if cookies are turned off.

The <li> was mainly just left over code mainly, too busy working on the php side. the using <p> tags fixes it :p
 
Hello there guys and good morning. How is it going? Did we have any progress for loadiine? Maybe something else?
 
Hello,

I have 5.4.0 E


I have selfhosted 05sonicblue and I also try to use http://wiiu.suffkoeppe.com/

I can successfully load Kexploit, when I try loadiin, I get black screen and after that it's show a gamepad menu,
when I try to run SSBU my WiiU freeze, and i have a nice "zzzzzzz" sound on TV.

I checked up on SD card the folder structure is ok.

Also always delete all cookies.

My SD-CARD is SanDisk Extreme SD-HC I

Should I test with another SD card ?

Cheers
 

Site & Scene News

Popular threads in this forum