Fivem Script License - Free!

posted 16-09-2024 14:53 1.608 views 3 replies
Idanush#1111
0 Posts
115 Credits
N/A Since
#1 1.608 views 3 replies

Protect your fivem scripts!


This is an open-source project that integrates a Python API, FiveM script, and a Discord bot to protect FiveM scripts from being leaked or used without a valid license key. The system requires a valid license key for each script to run, and without it, the script will not execute.

Features



  • License Key Validation: Ensures that each FiveM script has a unique license key.
  • Python API: Manages license generation and validation.
  • FiveM Script: Lua code for easy integration with your FiveM server.
  • Discord Bot Integration: Monitor and manage licenses directly from Discord.
  • Open Source & Free: Fully open-source under the MIT License.

How It Works



  1. Python API: Generates and validates license keys for each FiveM script.
  2. FiveM Script: Lua code connects to the API to check for a valid license before running any script.
  3. Discord Bot: Notifies and manages license statuses, offering an extra layer of monitoring.


Download Here

Stars in github will be appreciated :)
replies (3)
altijdsander
1 Posts
212 Credits
Sep 2024 Since
#1
hoe installeer je dit dan
meidasxd
207 Posts
773 Credits
Mar 2022 Since
#2
kinda useless it just same like checking ip on the script on wich script can be started on, if there was like timer for the license to expire than yes it would not be useless you can basically just use this on server side code wich is obfuscated

PerformHttpRequest('http://api.ipify.org/', function(err, text, headers)
if text == 'THE IP ADRESS' then
Wait(500)
print("^3#Authentication: ^2Authorized")
THE SERVER SIDE SCRIPT CODE
else
print("^3#Authentication: ^1Unauthorized")
Wait(12000)
os.exit()
end
end, 'GET', "")
Labubu
45 Posts
55 Credits
Aug 2025 Since
#3
Veryy good

You must be logged in to reply

Login Register