Torn Loadout Share

Shows shared defender loadouts on Torn attack pages. Firebase backend, no registration.

За да инсталирате този скрипт, трябва да имате инсталирано разширение като Tampermonkey, Greasemonkey или Violentmonkey.

За да инсталирате този скрипт, трябва да инсталирате разширение, като например Tampermonkey .

За да инсталирате този скрипт, трябва да имате инсталирано разширение като Tampermonkey или Violentmonkey.

За да инсталирате този скрипт, трябва да имате инсталирано разширение като Tampermonkey или Userscripts.

За да инсталирате скрипта, трябва да инсталирате разширение като Tampermonkey.

За да инсталирате този скрипт, трябва да имате инсталиран скриптов мениджър.

(Вече имам скриптов мениджър, искам да го инсталирам!)

За да инсталирате този стил, трябва да инсталирате разширение като Stylus.

За да инсталирате този стил, трябва да инсталирате разширение като Stylus.

За да инсталирате този стил, трябва да инсталирате разширение като Stylus.

За да инсталирате този стил, трябва да имате инсталиран мениджър на потребителски стилове.

За да инсталирате този стил, трябва да имате инсталиран мениджър на потребителски стилове.

За да инсталирате този стил, трябва да имате инсталиран мениджър на потребителски стилове.

(Вече имам инсталиран мениджър на стиловете, искам да го инсталирам!)

Автор
Sigtran
Инсталации дневно
1
Инсталации общо
1
Рейтинг
0 0 0
Версия
1.0.2
Създаден
18.03.2026
Обновен
18.03.2026
Размер
30 КБ
Лиценз
MIT
Работи на

Torn Loadout Share

Shows shared defender loadouts on Torn attack pages. When you attack someone, you can see their weapons and armor—even if you don't have the Gunshop perk—by pulling loadout data from a shared Firebase database. No registration, no API key, no account required.


How It Works

  1. When you attack someone – The script intercepts Torn's attack data response. If Torn includes defender items (e.g. you have Gunshop perk), your loadout view is uploaded to Firebase so others can see it later.

  2. When you view an attack page – The script fetches any saved loadout for that defender from Firebase. If one exists (uploaded by you or another user), it renders the defender's weapons and armor over the attack page.

  3. Shared by badge – When a loadout was submitted by someone else, a small badge shows "shared by [ID]" with a link to their profile.


What You See

  • Weapons – Primary, Secondary, Melee, and Temporary slots with damage, accuracy, and ammo (∞ for melee, 1 for temp).
  • Armor – Chest, legs, gloves, boots, and helmet displayed on the defender model.
  • Mods & bonuses – Up to 2 mods and 2 bonuses per weapon, with icons and tooltips.
  • Rarity – Yellow, orange, and red glow borders for rare items.

Requirements

  • A userscript manager (Tampermonkey, Violentmonkey, Greasemonkey, etc.)
  • Access to Torn attack pages (loader.php?sid=attack&user2ID=*)
  • No Torn API key or registration needed

Privacy & Data

  • Loadout data is stored in a public Firebase Realtime Database.
  • No personal data is collected beyond what's needed for the script (e.g. attacker ID, defender ID, timestamps).
  • Errors are reported to Firebase for debugging (page URL, context, error message); no sensitive data is sent.

Limitations

  • Loadouts only appear when someone has previously attacked that defender and uploaded the data.
  • Torn's page structure may change; if the script stops working after a Torn update, check for a new version.
  • The script runs only on attack pages.

License

MIT