[Description]
Tired of players coming and duping inside your server by using double fivem bug?
My script is blocking this method + sending log to your discord server!
[Buy Here]
Tebex - 5$
Other Resources:
LightOut Minigame
Gang Turf
Fivem Discord Queue
Smallo
April 5, 2023, 12:40pm
2
What are you actually blocking? Are you just checking for a duplicate license on connect and stopping the person from joining? Seems WAY too simple to be selling for $10. And running -cl2 isn’t a bug.
Its blocking double connection by one person and I have adjusted the price
Does this do something other than the built in setting for QBCore?
}
QBConfig.Server = {} -- General server config
QBConfig.Server.Closed = false -- Set server closed (no one can join except people with ace permission 'qbadmin.join')
QBConfig.Server.ClosedReason = "Server Closed" -- Reason message to display when people can't join the server
QBConfig.Server.Uptime = 0 -- Time the server has been up.
QBConfig.Server.Whitelist = false -- Enable or disable whitelist on the server
QBConfig.Server.WhitelistPermission = 'admin' -- Permission that's able to enter the server when the whitelist is on
QBConfig.Server.PVP = true -- Enable or disable pvp on the server (Ability to shoot other players)
QBConfig.Server.Discord = "" -- Discord invite link
QBConfig.Server.CheckDuplicateLicense = true -- Check for duplicate rockstar license on join
QBConfig.Server.Permissions = { 'god', 'admin', 'mod' } -- Add as many groups as you want here after creating them in your server.cfg
QBConfig.Notify = {}
QBConfig.Notify.NotificationStyling = {
group = false, -- Allow notifications to stack with a badge instead of repeating
position = "right", -- top-left | top-right | bottom-left | bottom-right | top | bottom | left | right | center
progress = true -- Display Progress Bar
}
Well there is a trick to double client even with the setting on in qbcore, my script blocks it
1 Like
Ezu11
April 6, 2023, 9:07pm
9
license and IP is the only identifiers which cannot be changed.
so idk how qbcore one can be tricked
loggin in at the same time does not block it