Installation

Installation Steps for a Script:

  1. Go to the script folder.

  2. Open the resource manifest file. (fxmanifest.lua or __resource.lua)

  3. Add the shared script:

    shared_script '@Lyxos-AntiDump-V2/Shared/Loader.lua'

    at the top before all client scripts

  4. 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