[FREE] - Aduty Script

:loudspeaker: Info:

An Aduty script that allows administrators to moderate their server more effectively.

This script comes from my old server and I have decided to offer it here for free

:star2: Features

  • Administrator Mode (Aduty):
    an Aduty mode which gives administrators a Special Clothing and Godmode and more options to intervene in the game.

  • Teleportation:
    Administrators can teleport to specific coordinates using the โ€˜tpโ€™ command, or to a waypoint using the /tpm command.

  • Invisibility:
    Toggle invisibility on or off using the v command or keybind, which you can freely set so administrators can monitor and moderate without being visible to other players.

  • NoClip:
    Enable or disable NoClip mode using the noclip command to give administrators the ability to move freely through obstacles.

  • (ESP) Player Information Display
    In Aduty mode, see detailed information about other players, including their player name, health, and armor status. This aids in efficient monitoring and moderation.

:chart_with_upwards_trend: Performance

  • Idle Resmon: 0.0-0.01ms

Bild_2024-01-28_021836315

:gear: Configuration (Config)

  • Info
    In the configuration file (Config) which is located in the script, you can specify the server groups that can use Aduty mode and the clothing of the individual server groups in Aduty mode
Config.outfits = {
    admin = { -- Name of the Server Group wich is allowed to use Aduty-Mode
        male = {  -- Male Clothing
            ['tshirt_1'] = 15,  ['tshirt_2'] = 0, -- the Clothing Parts for the Aduty-Mode
            ['torso_1'] = 287,   ['torso_2'] = 2,
            ['decals_1'] = 0,   ['decals_2'] = 0,
            ['arms'] = 3,
            ['pants_1'] = 114,   ['pants_2'] = 2,
            ['shoes_1'] = 78,   ['shoes_2'] = 2,
            ['helmet_1'] = -1,  ['helmet_2'] = 0,
            ['mask_1'] = 135,  ['mask_2'] = 2,
            ['chain_1'] = 0,    ['chain_2'] = 0,
            ['ears_1'] = 0,     ['ears_2'] = 0,
            ['bags_1'] = 0,     ['bags_2'] = 0,
            ['hair_1'] = 0,     ['hair_2'] = 0,
            ['bproof_1'] = 0,  ['bproof_2'] = 0 
        },
        female = { -- Female Clothing
            ['tshirt_1'] = 15,  ['tshirt_2'] = 0,
            ['torso_1'] = 300,   ['torso_2'] = 2,
            ['decals_1'] = 0,   ['decals_2'] = 0,
            ['arms'] = 8,
            ['pants_1'] = 121,   ['pants_2'] = 2,
            ['shoes_1'] = 82,   ['shoes_2'] = 2,
            ['helmet_1'] = -1,  ['helmet_2'] = 0,
            ['mask_1'] = 153,  ['mask_2'] = 2,
            ['chain_1'] = 0,    ['chain_2'] = 0,
            ['ears_1'] = 0,     ['ears_2'] = 0,
            ['bags_1'] = 0,     ['bags_2'] = 0,
            ['hair_1'] = 0,     ['hair_2'] = 0,
            ['bproof_1'] = 0,  ['bproof_2'] = 0
        }
}

:clipboard: Requirements

  • es_extended 1.1 or higher ESX

  • esx_skin

  • skinchanger

:page_with_curl: Additional Information

Code is accessible Yes (Opensource)
Subscription-based No
Lines (approximately) ~350 (without Config)
Support Yes

:envelope_with_arrow: Download

mexioso_aduty.rar (4.3 KB)

5 Likes

What permissions does this work off?

Oh yeah just checked. ESX, maybe make it configurable to have an option to work off ox permissions too

1 Like

If you upload to github, I will push a PR for it

1 Like

Hello, thank you for your suggestion.

The actual script was built specifically for ESX, but Iโ€™m still welcome to take another look at it :smiley:

Iโ€™ll publish it on Github in a few days,
Kind regards
Mexioso

very good working script thank u for posting it opensource

1 Like

Thanks @Darty098 :100:

super aduty try it out for your self

1 Like

how to get in Aduty, i donโ€™t get it. Sorry

Ist works with the command /aduty or the Keybinds wich you can set in Config

image
if i do /aduty this comes

image
can some one help me i dont know what is wrong here

Hello, I donโ€™t offer any help for this script anymore because it comes from the old esx framework. to update the script to the new one you have to rewrite the esx-getsharedobject
function.