zeeuss
Unlocks codelocks on storages.

Supported Games
GameServerKingsGameServerKings

What is it?

This allows players to unlock codelocks on any storage containers, there are 2 options:

  1. With a command (most likely for admins), where you come to a locked chest, type /loothack and the codelock instantly unlocks

  2. With a item (targeting computer), where you come to a locked chest, select targeting computer in your hotbar, then left-click the storage container and there you will need to wait for few seconds (if set) so the container unlocks, also you can set in the config if the targeting computer gets consumed.

Permissions

loothacker.cmnd -- Gives player permission to use the command.

loothacker.item -- Gives player permission to use the item.

Chat Command

/loothack -- Instantly unlocks the codelock on the storage cont. you are looking at

Localization

//FORMAT: {0} = storage short prefab name, {1} = seconds to unlock
      ["MustLookAtStorage"] = "You must be looking at a locked storage container to hack it!",
      ["NoPerms"] = "You don't have permission to use this!",
      ["UnlocksIn"] = "{0} will unlock in {1} secs",
      ["Unlocked"] = "Unlocked {0}"

Configuration

{
  "Seconds until storage unlocks": 5.0,
  "Consume Targeting Computer on use": true
}
MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.