Winged Admin Noclip - Fivem Animated Wings Noclip Script
Winged Admin Noclip is a QBCore, ESX and Standalone FiveM Script, that allows you to noclip and showoff in your server with a feature you have never done before.
With animated flying wings simulation, easy to control with different noclip speeds and different wings models, and of course that you can configure and add your custom wings.
Config File:
Config = {}
Config.Framework = "qbcore" -- Set you framework "qbcore" or "esx" or "" if you use standalone framework
Config.QBCoreName = "qb-core" -- You QBCore script name must be correct to work (only if you use QBCore Framework)
Config.IsESXLegacy = false -- Set it true is you're using esx legacy (only if you use ESX Framework)
Config.WingsNoclipCommand = "wingsnoclip" -- Command to trigger On/Off the noclip wings
Config.OnlyWingsCommand = "onlywings" -- Command to trigger On/Off only the wings without noclip (requested by customers)
------------------------------------------------------------------------------------------------------------------
---------------------------------------------- Control Settings --------------------------------------------------
Config.Controls = { -- FiveM Controls: https://docs.fivem.net/docs/game-references/controls/
Forward = 32, -- W for Qwerty / Z for Azerty
Backward = 31, -- S
Left = 34, -- A for Qwerty / Q for Azerty
Right = 30, -- D
Up = 51, -- E
Down = 52, -- Q for Qwerty / A for Azerty
Stop = 22, -- Space & Spectate
SpeedUp = 17, -- Mouse Wheel Up
SpeedDown = 16, -- Mouse Wheel Down
}
------------------------------------------------------------------------------------------------------------------
------------------------------------------------ Wings Settings --------------------------------------------------
Config.Wings = {
[1] = {
Model = 'Wings_1',
Attach = {
Pos = {0.0, -1.2, -0.25},
Rot = {0.0, 0.0, 0.0},
},
},
[2] = {
Model = 'Wings_2',
Attach = {
Pos = {0.0, -1.2, -0.25},
Rot = {0.0, 0.0, 0.0},
},
},
[3] = {
Model = 'DemonWings',
Attach = {
Pos = {0.0, 0.0, 0.8},
Rot = {0.0, 0.0, 0.0},
},
},
}
------------------------------------------------------------------------------------------------------------------
------------------------------------------------- Translation ----------------------------------------------------
Config.Translation = {
['wings_on'] = 'Wings ON',
['wings_off'] = 'Wings OFF',
['direction'] = 'Direction',
['height'] = 'Height',
['rotate'] = 'Rotate',
['speed'] = 'Speed',
['stop-spectate'] = 'Stop & Spectate',
}
------------------------------------------------------------------------------------------------------------------
------------------------------------------------- Whiteliste -----------------------------------------------------
Config.WhitelistedPlayers = {
-- examples
["STEAM_0:1:0000####"] = true,
["steam:110000######"] = true,
["ip:127.0.0.0"] = true,
["fivem:#######"] = true,
["discord:##################"] = true,
}
Open source files:
- config.lua
- client.lua
- server.lua
Escrow File:
- functions.lua
Note: The Full Open Source version is not available for the moment.
Preview : Winged Admin Noclip - Fivem Animated Wings Noclip Script - YouTube
Buy Here : https://danzo.tebex.io/package/5406706
You might like one of my scripts
Making Love Menu
Advanced (Realistic) Fishing
Chimp Minigame
Valorant Style Hud
Advanced Drone
-
Winged Admin Noclip
-
Live Staff Chat
-
The Gallow
Code is accessible | only functions.lua is not accessible |
Subscription-based | No |
Lines (approximately) | 530 |
Requirements | QBCore, ESX or Standalone |
Support | Yes |