R* Admin Detector (175 Blacklisted Admins and more)

жnoobж

жnoobж

Customer
57
61
18
R* Admin Detector

Detects rockstar admins by a rockstar id, name blacklist and lets you react to those admins!
Info:

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
Config
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
 
Последнее редактирование:

araf

araf

Customer
20
15
3
R* Admin Detector

Detects rockstar admins by a rockstar id blacklist or by flag!
Info:

This script has a list of rockstar id's of known admins, developers, workers... (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
Config:
Configuration at the top of the file. This is the default configuration.
Код:
local config = {
    admins = {
        reaction_to_admin = 'session', -- 'session' or 'bail' or 'crash'
    },
    developers = { --This can be a modder using the developer flag
        developer_flag = true, -- Check for this flag
        reaction_to_dev = 'session', -- 'session' or 'bail' or 'crash'
    }
}

midnight legit has this
 

жnoobж

жnoobж

Customer
57
61
18
how to install lua scripts? (i just brought this a couple weeks ago, sorry for obvious questions)
No problem, welcome!

To download lua script you should know that those are located in the lua folder created in the same folder you run the loader.

Then, i usually upload lua scripts to github which doesn't provide an easy way to download separated files. But as many of this script have little lines of code you could easily copy the code and create a new file with .lua extension
 
Вверх