Hacking Hack SXOS

rantex92

Well-Known Member
Member
Joined
Sep 28, 2021
Messages
722
Trophies
0
Age
31
XP
1,260
Country
Germany
pip install pycryptodome
still got "ModuleNotFoundError: No module named 'Crypto' " tried pip install crypto comes back with "Requirement already satisfied: " tried the script again but still module not fund tried pip install pycrypto comes back with exit code 01 tried to uninstall using pip uninstall (crypto,pycryptodome,pycrypto) and then updatet pip setuptools reinstalled again still wouldnt work then i tried python 3,6 no luck then back to 3.9 ..... im about to give up is anyone so nice to generate me the license.dat and boot.dat with my licenserequest.dat?
 
Last edited by rantex92,

juin94

New Member
Newbie
Joined
Oct 7, 2021
Messages
1
Trophies
0
Age
33
XP
35
Country
Finland
Hello,
to have a free license, how to inject the payload with TegraRcmGUI in the sx core?
in the reacher17 tutorial, he doesn't explain it?
what method?
thank you
 

kimitoboku101

Active Member
Newcomer
Joined
Oct 7, 2021
Messages
41
Trophies
0
Age
26
XP
710
Country
Vietnam
Sorry my sxos only show screen BOOT.DAT? even i try many method and way -_-, i see somebody can do but where i'm wrong ??
this relate to the sdcard ??
 

ZettaLouis

New Member
Newbie
Joined
Oct 30, 2020
Messages
2
Trophies
0
Age
35
XP
64
Country
Vietnam
Thanks to @Reacher17

Here's the guide with the graphics and new hacks, with this everything will work the same as on original sxos 3.10
======================================================================================

**SXOS currently only supports Switch firmware up to 11.0.0** - any newer firmware will fail, you can downgrade using AtmosphereNX and then create an emunand running 11.0.0 firmware for use with SXOS.

1: Copy an untouched clean SXOS 3.10 boot.dat to your sd card root directory and Use SXOS payload to launch it.
2: Launch SXOS - and if you don't have license-request.dat - this will be created on the root of your micro sd card.
3: Copy license-request.dat from your switch to the extracted folder you download from this post.
4: Copy a clean SXOS 3.10 boot.dat to the folder and rename it to boot.dat.orig (this will keep it from being modified).
5: Click SXOS-GFX.exe - this will create a new folder called out that will contain some bin files which a created from the themes folder (you can remove this be clicking on SXOS-GFX.exe again)
6: If you have python 3.9 installed - run SX_License_Hack.py and boot.dat and license.dat should be created.
7: Copy the newly created boot.dat and license.dat to the root of your micro sd card.
8: Use SXOS payload to launch.

**note - SXOS extra hekate icon can be modded at line 310 (BL.write(b'argon/payloads/hekate.bin') to launch any payload you want, just change the path to the payload you with to launch, line 314 contains the name for that icon - once again change this to what you want.**

Also autoboot code was commented out - you can re-enable this again in the script if you want to show the SXOS options during boot - or just press the volume + button to bring up the options menu.
i have problem on step 6, I install python 3.10 and can't run SX_License_Hack.py.
" rename it to boot.dat.orig" exactly ".orig"
 

brawhalla1

Member
Newcomer
Joined
Oct 24, 2021
Messages
18
Trophies
0
Location
Some place
XP
146
Country
Brazil
I followed the previous discussion about the xci mounting, I've been studying this subject and these links for reference, I'm willing to implement and everything you said here I've already gathered before with switchbrew and libnx documentation. But I still think it's possible to mount an xci virtual drive and register it with the responsible service
 
Last edited by brawhalla1,

bostonBC

Well-Known Member
Member
Joined
Aug 17, 2011
Messages
1,304
Trophies
1
XP
1,416
Country
United States
Trying this for the first time since the sx site has been down for ages.

Have Python 3.9.7 installed and followed all steps but the boot.dat and license.dat do not get created.

Once I click on the SX_License_Hack python file a command window appears briefly and then disappears.

Is there any way to see any error output generated or slow it down so I can see what is executing?

TIA

Edit - I took a video and slowed it down and it shows:

boot.dat.orig - not found - exiting script

But I copied an original boot.dat (3.10) from the sd card that successfully generated the license-request.dat file to the folder with the script and other files. I made sure to rename it boot.dat.orig.

I tried updating the script and hardcoding the full path and it gives the same not found error.
 
Last edited by bostonBC,

whitezombie

Well-Known Member
Newcomer
Joined
Apr 11, 2021
Messages
75
Trophies
0
XP
1,115
Country
United States
With Python installed you should be able to right click the script and choose Edit with IDLE 64 bit. You go to Run and then Run Module if you want to see the output.
 

bostonBC

Well-Known Member
Member
Joined
Aug 17, 2011
Messages
1,304
Trophies
1
XP
1,416
Country
United States
With Python installed you should be able to right click the script and choose Edit with IDLE 64 bit. You go to Run and then Run Module if you want to see the output.
Thanks!. Getting further...

Traceback (most recent call last):
File "E:\sxoshack\SX_License_Hack.py", line 8, in <module>
from Crypto.Cipher import AES
ModuleNotFoundError: No module named 'Crypto'

So I installed it but got an error...

pip install pycryptodome==3.4.3

C:\Users\Bob>C:\Users\Bob\AppData\Local\Programs\Python\Python39\python.exe -m pip install --upgrade pip
Requirement already satisfied: pip in c:\users\bob\appdata\local\programs\python\python39\lib\site-packages (21.2.3)
Collecting pip
Downloading pip-21.3.1-py3-none-any.whl (1.7 MB)
|████████████████████████████████| 1.7 MB ...
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 21.2.3
Uninstalling pip-21.2.3:
Successfully uninstalled pip-21.2.3
Successfully installed pip-21.3.1

C:\Users\Bob>pip install pycryptodome==3.4.3
Collecting pycryptodome==3.4.3
Using cached pycryptodome-3.4.3.tar.gz (6.5 MB)
Preparing metadata (setup.py) ... done
Using legacy 'setup.py install' for pycryptodome, since package 'wheel' is not installed.
Installing collected packages: pycryptodome
Running setup.py install for pycryptodome ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users\Bob\AppData\Local\Programs\Python\Python39\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Bob\\AppData\\Local\\Temp\\pip-install-j4qixfza\\pycryptodome_6015be0bc5694a3083c4ee2376306403\\setup.py'"'"'; __file__='"'"'C:\\Users\\Bob\\AppData\\Local\\Temp\\pip-install-j4qixfza\\pycryptodome_6015be0bc5694a3083c4ee2376306403\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Bob\AppData\Local\Temp\pip-record-fhp959yi\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Bob\AppData\Local\Programs\Python\Python39\Include\pycryptodome'
cwd: C:\Users\Bob\AppData\Local\Temp\pip-install-j4qixfza\pycryptodome_6015be0bc5694a3083c4ee2376306403\
 

minotir

Member
Newcomer
Joined
Nov 29, 2018
Messages
5
Trophies
0
Age
35
XP
61
Country
Norway
Thanks!. Getting further...

Traceback (most recent call last):
File "E:\sxoshack\SX_License_Hack.py", line 8, in <module>
from Crypto.Cipher import AES
ModuleNotFoundError: No module named 'Crypto'

So I installed it but got an error...

pip install pycryptodome==3.4.3

C:\Users\Bob>C:\Users\Bob\AppData\Local\Programs\Python\Python39\python.exe -m pip install --upgrade pip
Requirement already satisfied: pip in c:\users\bob\appdata\local\programs\python\python39\lib\site-packages (21.2.3)
Collecting pip
Downloading pip-21.3.1-py3-none-any.whl (1.7 MB)
|████████████████████████████████| 1.7 MB ...
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 21.2.3
Uninstalling pip-21.2.3:
Successfully uninstalled pip-21.2.3
Successfully installed pip-21.3.1

C:\Users\Bob>pip install pycryptodome==3.4.3
Collecting pycryptodome==3.4.3
Using cached pycryptodome-3.4.3.tar.gz (6.5 MB)
Preparing metadata (setup.py) ... done
Using legacy 'setup.py install' for pycryptodome, since package 'wheel' is not installed.
Installing collected packages: pycryptodome
Running setup.py install for pycryptodome ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users\Bob\AppData\Local\Programs\Python\Python39\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Bob\\AppData\\Local\\Temp\\pip-install-j4qixfza\\pycryptodome_6015be0bc5694a3083c4ee2376306403\\setup.py'"'"'; __file__='"'"'C:\\Users\\Bob\\AppData\\Local\\Temp\\pip-install-j4qixfza\\pycryptodome_6015be0bc5694a3083c4ee2376306403\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Bob\AppData\Local\Temp\pip-record-fhp959yi\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Bob\AppData\Local\Programs\Python\Python39\Include\pycryptodome'
cwd: C:\Users\Bob\AppData\Local\Temp\pip-install-j4qixfza\pycryptodome_6015be0bc5694a3083c4ee2376306403\
Just use pip install pycryptodome

After that, go to the hack script folder, on the "view" tab on the top select "show file name extensions", the rename your file to "boot.dat.orig". You can write after the file extension even though it doesn't look like it at first.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BakerMan
    I rather enjoy a life of taking it easy. I haven't reached that life yet though.
  • K3Nv2 @ K3Nv2:
    That's called yuzu
    +1
  • BigOnYa @ BigOnYa:
    I want a 120hz 4k tv but crazy how more expensive the 120hz over the 60hz are. Or even more crazy is the price of 8k's.
  • K3Nv2 @ K3Nv2:
    No real point since movies are 30fps
  • BigOnYa @ BigOnYa:
    Not a big movie buff, more of a gamer tbh. And Series X is 120hz 8k ready, but yea only 120hz 4k games out right now, but thinking of in the future.
  • K3Nv2 @ K3Nv2:
    Mostly why you never see TV manufacturers going post 60hz
  • BigOnYa @ BigOnYa:
    I only watch tv when i goto bed, it puts me to sleep, and I have a nas drive filled w my fav shows so i can watch them in order, commercial free. I usually watch Married w Children, or South Park
  • K3Nv2 @ K3Nv2:
    Stremio ruined my need for nas
  • BigOnYa @ BigOnYa:
    I stream from Nas to firestick, one on every tv, and use Kodi. I'm happy w it, plays everything. (I pirate/torrent shows/movies on pc, and put on nas)
  • K3Nv2 @ K3Nv2:
    Kodi repost are still pretty popular
  • BigOnYa @ BigOnYa:
    What the hell is Kodi reposts? what do you mean, or "Wut?" -xdqwerty
  • K3Nv2 @ K3Nv2:
    Google them basically web crawlers to movie sites
  • BigOnYa @ BigOnYa:
    oh you mean the 3rd party apps on Kodi, yea i know what you mean, yea there are still a few cool ones, in fact watched the new planet of the apes movie other night w wifey thru one, was good pic surprisingly, not a cam
  • BigOnYa @ BigOnYa:
    Damn, only $2.06 and free shipping. Gotta cost more for them to ship than $2.06
    +1
  • BigOnYa @ BigOnYa:
    I got my Dad a firestick for Xmas and showed him those 3rd party sites on Kodi, he loves it, all he watches anymore. He said he has got 3 letters from AT&T already about pirating, but he says f them, let them shut my internet off (He wants out of his AT&T contract anyways)
  • K3Nv2 @ K3Nv2:
    That's where stremio comes to play never got a letter about it
  • BigOnYa @ BigOnYa:
    I just use a VPN, even give him my login and password so can use it also, and he refuses, he's funny.
  • BigOnYa @ BigOnYa:
    I had to find and get him an old style flip phone even without text, cause thats what he wanted. No text, no internet, only phone calls. Old, old school.
  • Psionic Roshambo @ Psionic Roshambo:
    @BigOnYa, Lol I bought a new USB card reader thing on AliExpress last month for I think like 87 cents. Free shipping from China... It arrived it works and honestly I don't understand how it was so cheap.
    +1
  • BakerMan @ BakerMan:
    fellas
  • BakerMan @ BakerMan:
    would you rather have a 9-5 desk job with poor pay or work for an intergalactic space militia with no guarantee of being paid?
  • BakerMan @ BakerMan:
    basically, normal boring job or halo and/or helldivers irl
    BakerMan @ BakerMan: basically, normal boring job or halo and/or helldivers irl