Price
UnknownA script by micklk
Price
Unknown
Key Features 
Rope Item Action – Equip a realistic rope prop in your hand to start dragging with a simple item use.
Drag Players – Press E to rope nearby players, dragging them with smooth, multiplayer-synced physics.
Vehicle Towing – Hook dragged players to vehicles with Y for fast, thrilling drags across the map.
Adjustable Rope Length – Extend with Up Arrow or shorten with Down Arrow, from 1m to 100m, in real-time.
Highly Customizable – Configure frameworks (ESX/QBCore/Qbox), keybinds, markers, rope types, cooldowns, and more via config.lua.
Extremely Optimized & Customizable – Stays at 0.00ms resmon when idle, ensuring maximum performanc
Here is an example of the configuration options available in config.lua for full customization of the DragRope script.
Config.Framework = 'esx' -- Framework to use ('esx' or 'qbcore' or 'qbox') for compatibility
Config.MaxDetectionDistance = 2.0 -- Maximum distance (in meters) to detect a nearby player for dragging
Config.MaxVehicleAttachDistance = 5.0 -- Maximum distance (in meters) to attach the rope to a vehicle
Config.AttachKey = 38 -- Key to start/stop dragging (38 = E by default)
Config.AdjustLengthUpKey = 172 -- Key to increase rope length (172 = Arrow Up)
Config.AdjustLengthDownKey = 173 -- Key to decrease rope length (173 = Arrow Down)
Config.AttachToVehicleKey = 246 -- Key to attach/detach the rope to/from a vehicle (246 = Y by default)
Config.InitialRopeLength = 4.0 -- Initial length of the rope (in meters)
Config.MaxRopeLength = 100.0 -- Maximum allowed rope length (in meters)
Config.MinRopeLength = 1.0 -- Minimum allowed rope length (in meters)
Config.RopeType = 1 -- Type of rope (1 = standard rope in FiveM)
Config.MarkerType = 2 -- Type of marker shown on draggable players/vehicles
Config.MarkerColor = { r = 255, g = 0, b = 0, a = 150 } -- Color of the marker (RGBA)
Config.DragCooldown = 1000 -- Cooldown (in milliseconds) between drag actions
Config.EnableMaxDragTime = false -- If true, rope breaks after MaxDragTime seconds
Config.MaxDragTime = 100 -- Time in seconds before rope breaks if EnableMaxDragTime is true`
| Code is accessible | Config.lua |
| Subscription-based | No |
| Lines (approximately) | 700 |
| Requirements | ESX/QBCORE/QBOX |
| Support | Yes |
See what others are saying about this script.
Share your experience and help others.