Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.10
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
plymouth /
themes /
pix /
[ HOME SHELL ]
Name
Size
Permission
Action
pix.plymouth
187
B
-rw-r--r--
pix.script
1.26
KB
-rw-r--r--
splash.png
35.9
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pix.script
screen_width = Window.GetWidth(); screen_height = Window.GetHeight(); theme_image = Image("splash.png"); image_width = theme_image.GetWidth(); image_height = theme_image.GetHeight(); scale_x = image_width / screen_width; scale_y = image_height / screen_height; flag = 1; if (scale_x > 1 || scale_y > 1) { if (scale_x > scale_y) { resized_image = theme_image.Scale (screen_width, image_height / scale_x); image_x = 0; image_y = (screen_height - ((image_height * screen_width) / image_width)) / 2; } else { resized_image = theme_image.Scale (image_width / scale_y, screen_height); image_x = (screen_width - ((image_width * screen_height) / image_height)) / 2; image_y = 0; } } else { resized_image = theme_image.Scale (image_width, image_height); image_x = (screen_width - image_width) / 2; image_y = (screen_height - image_height) / 2; } if (Plymouth.GetMode() != "shutdown") { sprite = Sprite (resized_image); sprite.SetPosition (image_x, image_y, -100); } message_sprite = Sprite(); message_sprite.SetPosition(screen_width * 0.1, screen_height * 0.9, 10000); fun message_callback (text) { my_image = Image.Text(text, 1, 1, 1); message_sprite.SetImage(my_image); sprite.SetImage (resized_image); } Plymouth.SetUpdateStatusFunction(message_callback);
Close