
taylorpuppygirl
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
Recent Activity
Edited mod
# TarkovShocker
**TarkovShocker** is a BepInEx plugin for *Escape from Tarkov* (SPT or modded clients) that integrates with OpenShock to provide haptic feedback (shock or vibration) when your player takes damage.
---
## 1.0.3
- Added a **kill switch keybind**.
- Fixed **null reference issues**.
### Please note
Future updates will **not** be expected from this version.
Bug fixes and compatibility updates may still be released occasionally.
I’ll be focusing on other SPT mods moving forward.
### 1.0.2
- Added a fixed or dynamic intensity option (dynamic is based on damage taken, fixed is a set value)
- Added intensity configuration to the config file and in-game menu
### 1.0.1 - Small QoL Update
- Added restrictions to duration in config (prevents breaking the plugin)
- Added drop-down menu for feedback type (Shock / Vibrate)
- Refactored codebase for future additions
- Cleaned up the look of the in-game config menu
- Tested for SPT 3.11.4, also works on Fika
---
## Features
- Sends feedback via OpenShock devices on player damage.
- Configurable to either shock you or vibrate on player damage.
- Intensity is dynamic and sets to the amount of damage you take.
- Customizable length for how long the feedback lasts.
---
How to install:
Download TarkovShocker
Open the downloaded zip file in 7-zip
Select the BepInEx folder in the zip file in 7-zip
Drag the BepInEx folder from 7-zip into your SPT folder
Demonstration Video

---
Tested working on SPT 3.11.4
This is my first ever mod and attempts at making a plugin for a game ever, so please if you can provide feedback and feature requests, feel free to make forks of the plugin
Oct 18, 2025 11:45 PM
View details
Edited mod
# TarkovShocker
**TarkovShocker** is a BepInEx plugin for *Escape from Tarkov* (SPT or modded clients) that integrates with OpenShock to provide haptic feedback (shock or vibration) when your player takes damage.
---
## 1.0.3
- Added a **kill switch keybind**.
- Fixed **null reference issues**.
### Please note
Future updates will **not** be expected from this version.
Bug fixes and compatibility updates may still be released occasionally.
I’ll be focusing on other SPT mods moving forward.
### 1.0.2
- Added a fixed or dynamic intensity option (dynamic is based on damage taken, fixed is a set value)
- Added intensity configuration to the config file and in-game menu
### 1.0.1 - Small QoL Update
- Added restrictions to duration in config (prevents breaking the plugin)
- Added drop-down menu for feedback type (Shock / Vibrate)
- Refactored codebase for future additions
- Cleaned up the look of the in-game config menu
- Tested for SPT 3.11.4, also works on Fika
---
## Features
- Sends feedback via OpenShock devices on player damage.
- Configurable to either shock you or vibrate on player damage.
- Intensity is dynamic and sets to the amount of damage you take.
- Customizable length for how long the feedback lasts.
---
How to install:
Download TarkovShocker
Open the downloaded zip file in 7-zip
Select the BepInEx folder in the zip file in 7-zip
Drag the BepInEx folder from 7-zip into your SPT folder
Demonstration Video

---
Tested working on SPT 3.11.4
This is my first ever mod and attempts at making a plugin for a game ever, so please if you can provide feedback and feature requests, feel free to make forks of the plugin
Oct 18, 2025 11:45 PM
View details
Edited mod
# TarkovShocker
**TarkovShocker** is a BepInEx plugin for *Escape from Tarkov* (SPT or modded clients) that integrates with OpenShock to provide haptic feedback (shock or vibration) when your player takes damage.
---
## 1.0.3
- Added a **kill switch keybind**.
- Fixed **null reference issues**.
### Please note
Future updates will **not** be expected from this version.
Bug fixes and compatibility updates may still be released occasionally.
I’ll be focusing on other SPT mods moving forward.
### 1.0.2
- Added a fixed or dynamic intensity option (dynamic is based on damage taken, fixed is a set value)
- Added intensity configuration to the config file and in-game menu
### 1.0.1 - Small QoL Update
- Added restrictions to duration in config (prevents breaking the plugin)
- Added drop-down menu for feedback type (Shock / Vibrate)
- Refactored codebase for future additions
- Cleaned up the look of the in-game config menu
- Tested for SPT 3.11.4, also works on Fika
---
## Features
- Sends feedback via OpenShock devices on player damage.
- Configurable to either shock you or vibrate on player damage.
- Intensity is dynamic and sets to the amount of damage you take.
- Customizable length for how long the feedback lasts.
---
How to install:
Download TarkovShocker
Open the downloaded zip file in 7-zip
Select the BepInEx folder in the zip file in 7-zip
Drag the BepInEx folder from 7-zip into your SPT folder
Demonstration Video

---
Tested working on SPT 3.11.4
This is my first ever mod and attempts at making a plugin for a game ever, so please if you can provide feedback and feature requests, feel free to make forks of the plugin
Oct 15, 2025 7:17 PM
View details
Edited mod
# TarkovShocker
**TarkovShocker** is a BepInEx plugin for *Escape from Tarkov* (SPT or modded clients) that integrates with OpenShock to provide haptic feedback (shock or vibration) when your player takes damage.
---
## 1.0.3
- Added a **kill switch keybind**.
- Fixed **null reference issues**.
### Please note
Future updates will **not** be expected from this version.
Bug fixes and compatibility updates may still be released occasionally.
I’ll be focusing on other SPT mods moving forward.
### 1.0.2
- Added a fixed or dynamic intensity option (dynamic is based on damage taken, fixed is a set value)
- Added intensity configuration to the config file and in-game menu
### 1.0.1 - Small QoL Update
- Added restrictions to duration in config (prevents breaking the plugin)
- Added drop-down menu for feedback type (Shock / Vibrate)
- Refactored codebase for future additions
- Cleaned up the look of the in-game config menu
- Tested for SPT 3.11.4, also works on Fika
---
## Features
- Sends feedback via OpenShock devices on player damage.
- Configurable to either shock you or vibrate on player damage.
- Intensity is dynamic and sets to the amount of damage you take.
- Customizable length for how long the feedback lasts.
---
How to install:
Download TarkovShocker
Open the downloaded zip file in 7-zip
Select the BepInEx folder in the zip file in 7-zip
Drag the BepInEx folder from 7-zip into your SPT folder
Demonstration Video

---
Tested working on SPT 3.11.4
This is my first ever mod and attempts at making a plugin for a game ever, so please if you can provide feedback and feature requests, feel free to make forks of the plugin
Oct 15, 2025 7:17 PM
View details
Woof