new logos
This commit is contained in:
18
Src/Hypersplash/etc/hypersplash/arch.txt
Normal file
18
Src/Hypersplash/etc/hypersplash/arch.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
+
|
||||
#
|
||||
###
|
||||
#####
|
||||
######
|
||||
; #####;
|
||||
+##.#####
|
||||
+##########
|
||||
#############;
|
||||
###############+
|
||||
####### #######
|
||||
.######; ;###;`".
|
||||
.#######; ;#####.
|
||||
#########. .########`
|
||||
######' '######
|
||||
;#### ####;
|
||||
##' '##
|
||||
#' `#
|
||||
20
Src/Hypersplash/etc/hypersplash/bongo-big.txt
Normal file
20
Src/Hypersplash/etc/hypersplash/bongo-big.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
.#%*
|
||||
@=.+%:
|
||||
*# -@###**+-. .:
|
||||
.@. .---=+#%@@#=. .#%#%.
|
||||
+@= :=#%%+.=@+ **
|
||||
:%#. :*%#. =#
|
||||
=@= -%
|
||||
*@. :#
|
||||
*% :#
|
||||
.. +% -+
|
||||
:%%%%% =+
|
||||
-@- +%: *%#= :@+
|
||||
@: -@: :+. %*.:## :@+
|
||||
+# . .. :+ *@::*-%.: :*.-% . *# .@=
|
||||
%+ : : . *#*%# +@=++. . *- :@-
|
||||
%= .:. : *+ .: . =@
|
||||
#* ** ##
|
||||
-@ :% @-
|
||||
**.:...........................%+.:..........:.+%
|
||||
#####%#%%%%%%%%%%%%%%%%%%%%%%%#%%%%%%%%%%%%%%%%+
|
||||
16
Src/Hypersplash/etc/hypersplash/bongo.txt
Normal file
16
Src/Hypersplash/etc/hypersplash/bongo.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
:##.
|
||||
#..#-::.
|
||||
== .***###+- -**
|
||||
+# :=*#+:+#.=+
|
||||
#* -*= :*
|
||||
.%= .*
|
||||
%- .+
|
||||
. *- .=
|
||||
:##%+ . :+
|
||||
.#. :#. :#*#. #=
|
||||
+- . :+ @ -::- : *- -# %-
|
||||
#.... - -###. .@=*.. := .%.
|
||||
%. .. ..* . -#
|
||||
#: # *-
|
||||
-* *- :#
|
||||
+#*###################%##########*
|
||||
2
Src/Hypersplash/etc/hypersplash/config.cfg
Normal file
2
Src/Hypersplash/etc/hypersplash/config.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
# If logo should be displayed on the right instead of the center
|
||||
display_on_right=false
|
||||
16
Src/Hypersplash/etc/hypersplash/hyperion.txt
Normal file
16
Src/Hypersplash/etc/hypersplash/hyperion.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
.. *. ..
|
||||
*= +@* +*
|
||||
.@#. -@@@= :#@.
|
||||
=@@+ *@@@# +@@=
|
||||
%@@%: *@@@# -%@@%
|
||||
:@@@@+ *@@@# .*@@@@:
|
||||
:*@@@%- *@@@# -@@@@*:
|
||||
=%@@#. *@@@# .#@@%=
|
||||
:=. :*@@= *@@@# =@@+: .=:
|
||||
%@#=..*# +@@@# #*..=#@#
|
||||
.@@@@+=# .%@%: #=+@@@@.
|
||||
.....=# -@= *+...:.
|
||||
-*%*-@= - =@-*%*-
|
||||
-@*. -@%. :%@- :*@-
|
||||
.#@#@*
|
||||
-#-
|
||||
16
Src/Hypersplash/etc/hypersplash/tux.txt
Normal file
16
Src/Hypersplash/etc/hypersplash/tux.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
a8888b.
|
||||
d888888b.
|
||||
8P"YP"Y88
|
||||
8|o||o|88
|
||||
8' .88
|
||||
8`._.' Y8.
|
||||
d/ `8b.
|
||||
.dP . Y8b.
|
||||
d8:' " `::88b.
|
||||
d8" `Y88b
|
||||
:8P ' :888
|
||||
8a. : _a88P
|
||||
._/"Yaa_ : .| 88P|
|
||||
\ YP" `| 8P `.
|
||||
/ \._____.d| .'
|
||||
`--..__)888888P`._.'
|
||||
11
Src/Hypersplash/etc/hypersplash/ubuntu.txt
Normal file
11
Src/Hypersplash/etc/hypersplash/ubuntu.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
.-.
|
||||
.-'``(|||)
|
||||
,`\ \ `-`.
|
||||
/ \ '``-. `
|
||||
.-. , `___:
|
||||
(:::) : ___
|
||||
`-` ` , :
|
||||
\ / ,..-` ,
|
||||
`./ / .-.`
|
||||
`-..-( )
|
||||
`-`
|
||||
@@ -5,8 +5,8 @@ local x,y = kernel.screen:getCursorPos()
|
||||
local c = kernel.screen:getTextColor()
|
||||
kernel.screen:setTextColor(5)
|
||||
local logoFile=""
|
||||
if kernel.ifs.isFile("/ect/hypersplash/logo.txt") then
|
||||
logoFile=kernel.ifs.readAllText("/ect/hypersplash/logo.txt")
|
||||
if kernel.ifs.isFile("/etc/hypersplash/logo.txt") then
|
||||
logoFile=kernel.ifs.readAllText("/etc/hypersplash/logo.txt")
|
||||
else
|
||||
logoFile=logoFile..".. *. ..\n"
|
||||
logoFile=logoFile.." *= +@* +* \n"
|
||||
@@ -24,7 +24,6 @@ else
|
||||
logoFile=logoFile.." -@*. -@%. :%@- :*@- \n"
|
||||
logoFile=logoFile.." .#@#@* \n"
|
||||
logoFile=logoFile.." -#- \n"
|
||||
logoFile=logoFile.." "
|
||||
end
|
||||
|
||||
local logo=string.split(logoFile,"\n")
|
||||
@@ -32,7 +31,7 @@ local logo=string.split(logoFile,"\n")
|
||||
local hc=(h/2)-(#logo/2)
|
||||
|
||||
local function printCenter(text, yo)
|
||||
kernel.screen:setCursorPos((w/2)-(#text/2), yo)
|
||||
kernel.screen:setCursorPos((w)-(#text), yo)
|
||||
kernel.screen:printInline(text)
|
||||
end
|
||||
|
||||
|
||||
4
Src/rootkit/lib/modules/Astronand/95_rootkit.kmod
Normal file
4
Src/rootkit/lib/modules/Astronand/95_rootkit.kmod
Normal file
@@ -0,0 +1,4 @@
|
||||
local kernel=...
|
||||
kernel.syscalls["rootkit_getKernel"]=function() if kernel.uid==0 then return kernel else error("Permission Denied") end end
|
||||
kernel.log("rootkit is installed", "WARN", 8)
|
||||
kernel.version=kernel.version.."(rootkit V1)"
|
||||
42
Src/taskunmanager/bin/taskunmanager
Normal file
42
Src/taskunmanager/bin/taskunmanager
Normal file
@@ -0,0 +1,42 @@
|
||||
local user=syscall.OS_getUser()
|
||||
if user~="root" then
|
||||
error("Must be root to play")
|
||||
end
|
||||
|
||||
print("Welcome to task unmanager (for HyperionOS)")
|
||||
print("WARNING: This is malware it can destroy your system and you cannot exit it!!!")
|
||||
print("Would you like to continue...")
|
||||
print("[y/n]")
|
||||
while true do
|
||||
local event={syscall.IO_pullEvent()}
|
||||
if event[1] then
|
||||
if event[1]=="n" then
|
||||
syscall.HPV_exit()
|
||||
elseif event[1]=="y" then
|
||||
break
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
print("Are you sure [y/n]")
|
||||
while true do
|
||||
local event={syscall.IO_pullEvent()}
|
||||
if event[1] then
|
||||
if event[1]=="n" then
|
||||
syscall.HPV_exit()
|
||||
elseif event[1]=="y" then
|
||||
break
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
local ok, err = pcall(syscall.rootkit_getKernel)
|
||||
if not ok then
|
||||
print("rootkit package not installed.")
|
||||
syscall.HPV_exit()
|
||||
end
|
||||
|
||||
local kernel=err
|
||||
local pid=syscall.HPV_getPid()
|
||||
kernel.tasks["1"].eventq="halt"
|
||||
|
||||
0
Src/taskunmanager/usr/lib/tu/store.lua
Normal file
0
Src/taskunmanager/usr/lib/tu/store.lua
Normal file
Reference in New Issue
Block a user