Installation
Installation Steps for a Script:
Go to the script folder.
Open the resource manifest file. (
fxmanifest.lua
or__resource.lua
)Add the shared script:
shared_script '@Lyxos-AntiDump-V2/Shared/Loader.lua'
at the top before all client scripts
Replace the Client Script Metadata with our:y
--client_script 'abc.lua' antidump_client_script 'abc.lua' --client_scripts { antidump_client_scripts { 'abc.lua' }
Shared Script:

Replace Client Metadata:

Last updated