Torn Loadout Share

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

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

You will need to install an extension such as Tampermonkey to install this script.

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
Sigtran
Instalaciones diarias
1
Instalaciones totales
1
Calificaciones
0 0 0
Versión
1.0.2
Creado
18/3/2026
Actualizado
18/3/2026
Tamaño
27,2 KB
Licencia
MIT
Funciona en

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