> For the complete documentation index, see [llms.txt](https://docs.devm.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devm.cc/fraud-v2/installation/ox_inventory.md).

# ox\_inventory

1. Install all the following items into `ox_inventory/data/items.lua`

```lua
-- DevM Fraud v2
	['fraud_laptop'] = {label = 'Fraud Laptop', weight = 2000},
	['trap_phone'] = {label = 'Trap Phone', weight = 500},
	['card_writer'] = {label = 'Card Writer', weight = 700},
	['5g_adapter'] = {label = '5G Adapter', weight = 200},
	['wifi_adapter'] = {label = 'WiFi Adapter', weight = 150},
	['written_card'] = {label = 'Stolen Card', weight = 10},
	['blank_card'] = {label = 'Blank Card', weight = 10},
	['written_sim'] = {label = 'Stolen SIM', weight = 10},
	['blank_sim'] = {label = 'Blank SIM', weight = 10},
	['blank_cheque'] = {label = 'Blank Cheque', weight = 5},
	['cheque'] = {label = 'Cheque', weight = 5},
	['printer'] = {label = 'Cheque Printer', weight = 1500},
```

2. Drag all the images from `item_images` into `ox_inventory/web/images`
