Recent content by Reacher17

  1. R

    Hacking Hack SXOS

    old fix for emunand (sd files) Sxdumper patché by mrdude for emunand (sd files)
  2. R

    Hacking Hack SXOS

    sxdumper works with spoofing auto auto auto Hack
  3. R

    Hacking Hack SXOS

    try the script without license-request.dat
  4. R

    Hacking Hack SXOS

    no no the script is not obscured
  5. R

    Hacking Hack SXOS

    Merged license spoofing and piracy auto Fingerprint.txt + boot.dat + script = boot.dat spoof Boot.dat + script = license.dat + boot.dat spoof License-request.dat + boot.dat + script = license.dat + boot.dat hack licence
  6. R

    Hacking Hack SXOS

    copy the boot.dat file and license.dat to the sd. the script modifies the boot.dat file
  7. R

    Hacking Hack SXOS

  8. R

    Hacking Question Hekate reports completely Switch battery drain from time to time

    press and hold the power button for 10 seconds without letting go and plugged in the charger, then release the power button and wait 5 minutes then unplug the charger and restart your cfw
  9. R

    Hacking Hack SXOS

    if I hacked the sxos it is already for me personally and for the developers of Atmosphere who saw their code stolen for profit
  10. R

    Hacking Hack SXOS

    Xci
  11. R

    Hacking Hack SXOS

    Rommenu
  12. R

    Hacking Hack SXOS

    #no button emunand BL.seek(0x18CC) BL.write(unhexlify("00008052C0035FD6))
  13. R

    Hacking Hack SXOS

    #name button (Boot original FW) to (Nintendo) endchar = unhexlify("00") BL.seek(0x3F567) BL.write(b'Nintendo' + endchar)
  14. R

    Hacking Hack SXOS

    for pleasure
  15. R

    Hacking Hack SXOS

    @mrdude #name button (Boot custom FW) to (SXOS) name_sxos_cfw = unhexlify("53584F5300") BL.seek(0x3F550) BL.write(name_sxos_cfw)