Theme editor

QBCORE FalkenRp Torture Script Open Source

Falki3

Active member
Joined
Aug 19, 2025
Messages
28
Reaction score
4
Points
3
Credits
2,087
Thread owner
FALKENRP Torture script
easy as spawning in the torture item ( torture_kit ) and pressing use

READ THE README



Put the items in qb-qbinv-html-images Drag the png

go to qb-core-shared-items.lua and paste this


['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.'
},







📖 Falkenrp-torture

A fully immersive torture system for QBCore / ESX with chair placement, qb-target menu, synced torturer props, victim reactions, cleaned FX, and a reset option.

🔧 Features

Chair Spawner: Place a torture chair anywhere using the torture_kit item.

qb-target Menu:

Seat nearest player

Unseat victim

Torture options: Wrench, Jerrycan, Tooth Pull, Electrocute, Syringe

Reset Victim (unstick manually)

Despawn Kit (refunds item)

Torturer Props: Wrench, Jerrycan, Taser, Syringe (attached to hand).

Victim Reactions: Pain flinch, coughing, twitching, idle animations.

Cleaned FX: No more infinite screen shake or lingering effects.

Item Logic:

Uses torture_kit item to place chair

Consumes on placement

Refunds on cancel

Returns on despawn

📦 Installation

Extract the folder dz-torture into your server’s resources folder.

Add to your server.cfg:

ensure dz-torture


Make sure you have:

qb-target https://github.com/qbcore-framework/qb-target

ox_lib https://github.com/overextended/ox_lib

oxmysql https://github.com/overextended/oxmysql

🛠️ Item Setup

Add to your qb-core/shared/items.lua (or ESX items database):

['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 torture_kit.png in your inventory images folder.

🎮 Usage

Use the Torture Kit item from your inventory.

Chair spawns in front of you.

Interact with it using qb-target:

Seat a victim

Choose a torture method

Reset them if stuck

Despawn to pack up kit

🔑 Reset Victim

If a victim gets stuck:

Walk to the chair

Open qb-target

Select Reset Victim
This clears animations, unfreezes, and stops FX.

⚡ Falken RolePlay Custom Resource
Built for immersive roleplay torture scenes.



 

Attachments

  • image_2025-09-25_211541505.webp
    image_2025-09-25_211541505.webp
    52.6 KB · Views: 24
  • torture_kit.webp
    torture_kit.webp
    5.4 KB · Views: 23
Last edited:
Gonna test this one
 
Back
Top Bottom