Theme editor

STANDALONE Danzo Scripts -The Torture Kit - 5 Cinematic Scenes

Fivem Mother Hub

Well-known member
Joined
Aug 2, 2023
Messages
174
Reaction score
31
Points
28
Credits
46,980
Thread owner
Features:
● 5 different cinematic and fully controllable torture scenes.
● Carriable Torture Kit item that you can spawn and use anywhere.
● The Torture Kit can be used on players only. NPCs not supported.
● The Torture Scenes are synchronized between the torturer and the victim.
Torture Scenes:
● Wrench Scene
● Electrocute Scene
● Tooth Pulling Scene
● Waterboard Scene
● Syringe Scene


Note : This script is in Lua bytecode obfuscation I haven’t tested this script yet, so if anyone has checked it, please share the command here.

 
in config just need to make config to standalone to use command
Main Command ;

/torture_kit
→ Opens the kit's spawner/UI to select the scene and target.
(This command is defined by Config.TortureSceneCommand in dz-torture/config.lua and can be modified.)

Usable Item
torture_kit
→ In QBCore/ESX, use the item from the inventory triggered by the same spawner.
(Config.TortureKitItem = "torture_kit" in dz-torture/config.lua; the usage logic is in server/main.lua.)

No other text commands for actions: the various scenes (key/"wrench", "waterboard", tooth puller, electrocution, syringe, etc.) and their steps are controlled from the UI once the kit is opened.
 
1758804130523.webpworksjust use this as item :)
/giveitem (id) torture_kit 1 and use thru inventory, i use mine in my zombie shop for 25k so people can purchase it after earning creditz
['torture_kit'] = {
['name'] = 'torture_kit',
['label'] = 'Torture Kit',
['weight'] = 500,
['type'] = 'item',
['image'] = 'torture_kit.png',
['unique'] = true,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'A sinister kit containing tools for torture... handle with care.'
},


^^^^^^ place in qb-core-shared-items.lua
 

Attachments

  • image_2025-09-25_084434113.webp
    image_2025-09-25_084434113.webp
    6 KB · Views: 21
Last edited:
Back
Top Bottom