Hacknet
31 valoraciones
Getting all Themes from start (cheat)
Por Disc0nnected
Easy step by step guid to get a new UI from start for all those who are not satisfied with their current color or layout !
Hope you Enjoy
   
Premio
Favoritos
Favorito
Quitar
Getting an extra .sys file
-addNotes Version (make a new File) :

First disconnect from any Server
Command: disconnect
Navigate to your home Folder and rename your Notes.txt so you dont lose
any Notes
Command: cd home
Command: mv Notes.txt save.txt
Now you can create a new Notes.txt with addNote. Move this txt File
to your sys folder and rename it.
Command: addNote 123
Command: mv Notes.txt ../sys/mysys.sys
Finally rename your save.txt back to Notes.txt
Command: mv save.txt Notes.txt

command summary:
disconnect
cd home
mv Notes.txt save.txt
addNote 123
mv Notes.txt ../sys/mysys.sys
mv save.txt Notes.txt


-scp Version (download a FIle) :

Forst Connect to any Server you have admin access.
Command: connect xxxx.xxxx.xxxx.xxxx
Now navigate to the sys folder and download the x-server.sys
Command: cd sys
Command: scp x-server.sys
Now you should have a x-server.sys(1) file in your sys folder

command summary:
connect xxxx.xxxx.xxxx.xxxx
cd sys
scp x-server.sys
making a working .sys file
Now you should have a extra sys file in your sys folder like 'mysys.sys'
or 'x-server.sys(1)'. Navigate to your sys folder and replace the content of
this file with the desired theme
Command: replace mysys.sys (the whole content of the file) (new theme code*)
Now to change themes without the theme changer you rename the old x-server.sys
file to somthing else, rename your sys file to x-server.sys and reboot.
Command: mv x-server.sys old.sys
Command: mv mysys.sys x-server.sys
Command: reboot -i


*all theme codes are in the final section
Theme Codes | Pictures
729799107110101116841019710850__________Teal_x-server.sys
7297991071101011167710511011655_________Mint_x-server.sys
7297991071011147111410110111052_________ Green_x-server.sys
7297991071101011166610811710149_________Blue_x-server.sys
729799107110101116871041051161053_______CSEC_x-server.sys / white_x-server.sys
7297991071101011168910110810811111951 ___Gold_x-server.sys / honey_x-server.sys
7297991071101011168011711411210810154___ L-E_x-server.sys / (also known as purple)




example Command for replacing a teal x-server to a green x-server:

replace x-server.sys 729799107110101116841019710850 7297991071011147111410110111052

example Picture story from green to purple :

18 comentarios
Kiros 4 MAR 2018 a las 3:39 p. m. 
you got the white_x-server.sys code wrong, it is 729799107110101116871041051161053
Kiros 4 MAR 2018 a las 4:20 a. m. 
a simpler method:

connect to your pc

cd sys
scp x-server.sys (this will make a backup of the file to get it back later if you want)
replace x-server.sys [current sys code] [desired sys code]
reboot -i

enjoy your new theme
Kelemvor 27 SEP 2017 a las 3:52 a. m. 
Thanks .
Disc0nnected  [autor] 19 AGO 2017 a las 12:45 p. m. 
@Argonne as mentioned earlier you can just us the "cp" (copy) command... for that check that u are in the right directory AND that a file is there... "cd" into the sys folder where the file is. After that try "cp filenameyoucopy newcopiedfilename" or "cp filename" and follow the instruction at "making a working .sys file"...
Argon 17 AGO 2017 a las 8:14 a. m. 
Help, when I try to copy the x-server.sys file it says it doesn't exist.
Kelemvor 31 MAR 2017 a las 11:37 a. m. 
Thanks !
Maow 2 NOV 2016 a las 7:23 a. m. 
Yeah I noticed that after I commented it.
Sorry.
Disc0nnected  [autor] 1 NOV 2016 a las 5:08 a. m. 
the honeytheme is the same as the goldtheme i think...maybe i am wrong but as i can remember just the name differs
Maow 28 OCT 2016 a las 1:00 p. m. 
You forgot Honey Theme that can be found in the CCC Hacksquad Filedump. It's simple to get, all you have to do is login with these

user: admin
pass: honeypot

It's that simple, though once you leave the local admins will kick you out and change the login info.

Hope that helped!
Valkayrie 20 OCT 2016 a las 10:13 a. m. 
@Disconnected Don't worry, took me a while to come up with that too. I was banging my head against a wall trying to figure out how to copy a file because there's no cp command like in Linux (I use both Ubuntu and Bash on Ubuntu on Windows). I took a look at the syntax of scp and it hit me like a train