
🧠How to Install
FiveStar Script
Installation
Automatic installation
Enter the
fssecurity helpcommand in terminal server side

Our suggestion is automatic installation and after installation, check the console to see if everything is installed correctly
fssecurity install
Automatic installation of Encryption, Anti-Dumper, Safe Trigger and Anti stop script[in loading game] for FiveStar Scripts
fssecurity uninstall
Automatic uninstallation of Encryption, Anti-Dumper, Safe Trigger and Anti stop script[in loading game] for FiveStar Scripts
Manual installation
Put shared_scripts in the fxmanifest of the desired script, replace client_script with secure_client_scripts, and wrap the paths inside
👇as shown below:
shared_script "@FiveStar-Security/shared/config.lua"
shared_script "@FiveStar-Security/shared/main.lua"
--* Secured By FiveStar Development
secure_client_scripts [[{
'client/*.lua'
}]]
server_scripts {
"@FiveStar-Security/FsSecurity/!sv.lua",
}
Place theclient_scripts "@FiveStar-Security/FsSecurity/base.lua"in the "es_extended[Add to your core game mode]/fxmanifest.lua" file to ensure that the script is fully installed and functional.
client_scripts {
"@FiveStar-Security/FsSecurity/base.lua",
-- ...
}Thank you for choosing FiveStar Scripts 🤍
Last updated
Was this helpful?