Giter Club home page Giter Club logo

fivem-script-lisence-system's Introduction

A FiveM script licensing system, make your script secure by our new system!

Features:

  • Working by Own license, IP, and resource name type.
  • Comes with custom discord bot with lot of features (create, remove, change, list all tokens, and more).
  • Discord webhook logging.
  • No abuses options, fixes for internet connections bypass and more.
  • Open source.

Discord Bot Usage

under developmnet

Discord Bot Explain

under developmnet

FiveM Code Installation

-- [config.lua:3]
Config.Licence = ""
-- Config.Licence is the generated token you got with the discord bot or manually added into the SQL.


-- [server-side.lua:7]
local type = ""
-- This is the resource type that you're using for, like my resource is dz-banking and I want my resource type to be "bank", I will call the type "bank" and create the license with this name as resource type (with the discord bot).

-- [server-side.lua:9]
if resName ~= "resource-name" then
-- "resource-name" is your resource name that you'll choose, who is gonna use this resource should use this resource name or the script will get stucked.

-- [server-side.lua:23]
PerformHttpRequest("https://your-domain.com/auth.php")
-- This is the api connection, make sure to set your correct domain.

-- [server-side.lua:47]
logging_webhook = "WebHook"
-- "WebHook" is your webhook logging, make sure to set your correct webhook.

Discord Bot Code Installation

SQL Installation

-- [database.sql]
-- Inject database.sql to your sql query, it'll auto create a database named "security", don't delete or rename it.

PHP Installation

// [auth.php]
// Make sure to get xampp installed first of all (https://www.apachefriends.org/download.html).
// After the xampp installation, open the "xampp control-panel" then start "Apache" and "MySQL".
// Copy auth.php to htdocs folder (C:/Program Files/xampp/htdocs - or your path).
// Now to run your code, open localhost/auth.php in your browser and make sure it's not showing errors.
// Great! You're ready.

Please note that we are not responsible for leaks or publications if you do not take care of encrypting or obfuscation the script!

Our intention is to get our possible maximum security to your script, but we do not help with encryption or obscuration.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.