Pickpocket Everyone SKSE
🟡 Updated this year⚠️ Install Order · 5 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 2.5% endorsement rate — high engagement, a strong quality signal
- 🏆 #1 of 8 Stealth mods in this game by downloads
📋 About This Mod
An SKSE plugin that allows you to pickpocket any race - children, skeletons, draugr, falmer, and more - also supports mod-added races.
Description
This mod is a script-free, no-ESP SKSE plugin that allows you to pickpocket any race - children, skeletons, draugr, falmer, giants and more. Also supports mod-added races.
Requirements
- []SKSE64
-
[]Address Library for SKSE Plugins
Compatibility
- []Compatible with AE, SE, VR.
-
[]Safe to install or uninstall at any time.
Credits
- []SKSE Team for SKSE
- []Ryan McKenzie for CommonLibSSE
-
[]CharmedBaryon and CommonLibSSE-NG team for CommonLibSSE-NG
Source code
Literally only this:
void UpdateRaces() {
auto
dataHandler = RE::TESDataHandler::GetSingleton();if (!dataHandler) {
SKSE::log::error("TESDataHandler not available");
auto& races = dataHandler->GetFormArray<RE::TESRace>();
std::uint32_t count = 0;
for (auto* race : races) {
if (race && !race->AllowsPickpocket()) {
race->data.flags.set(RE::RACE_DATA::Flag::kAllowPickpocket);
SKSE::log::info("Enabled pickpocketing on {} races ({} total)", count, races.size());
Check out my other mods
Shout Progression
Locational Damage
Unstack Stolen Items
📊 Mod Details
- Game
- Skyrim Mods
- Author
- Elzar125
- Version
- 1.0
- Downloads
- 4,934
- Endorsements
- 122
- Category
- Stealth
- Created
- 2/21/2026
- Updated
- 2/21/2026
🔧 How to Install Skyrim Mods
Download from Nexus.
📖 Full step-by-step install guide for Skyrim →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Skyrim commands, item IDs, and more.
Keep browsing — more Skyrim mods await