R* Admin Detector
Detects rockstar admins by a rockstar id, name blacklist and lets you react to those admins!
Info:Detects rockstar admins by a rockstar id, name blacklist and lets you react to those admins!
This script has a list of rockstar id's of known admins, developers, workers... (updated list can be found here)
The script will check if the joined rockstar id exists in the blacklist and if it does it will do whatever you have configured.
If you think that this script can be improved or you have new ideas to implement, open a pull requests on GitHub
Update 1.2.1- Added more rockstar admins (source)
- Cloud admin list, it will auto update in case of adding more
- RID Missmatch detection. it will apply modder reaction
Configuration at the top of the file. This is the default configuration.
Код с оформлением (BB-коды):
local config = {
admins = { -- This is script's admin detection
reaction = 'session', -- 'session' or 'bail' or 'crash'
},
midnigh_detection = { -- This is midnight's admin detection
developer_flag = true, -- Check for this flag, personally i keep this disabled cause midnigt's detection its not as good
reaction = 'session', -- 'session' or 'bail' or 'crash'
},
modders = { -- Spoofed admin rid/name missmatch detection
reaction = 'kick', -- 'crash' or 'kick'
}
}
Download
Последнее редактирование: