Torn Loadout Share

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

Na nainštalovanie skriptu si budete musieť nainštalovať rozšírenie, ako napríklad Tampermonkey, Greasemonkey alebo Violentmonkey.

Na inštaláciu tohto skriptu je potrebné nainštalovať rozšírenie, ako napríklad Tampermonkey.

Na nainštalovanie skriptu si budete musieť nainštalovať rozšírenie, ako napríklad Tampermonkey, % alebo Violentmonkey.

Na nainštalovanie skriptu si budete musieť nainštalovať rozšírenie, ako napríklad Tampermonkey alebo Userscripts.

Na inštaláciu tohto skriptu je potrebné nainštalovať rozšírenie, ako napríklad Tampermonkey.

Na inštaláciu tohto skriptu je potrebné nainštalovať rozšírenie správcu používateľských skriptov.

(Už mám správcu používateľských skriptov, nechajte ma ho nainštalovať!)

Na inštaláciu tohto štýlu je potrebné nainštalovať rozšírenie, ako napríklad Stylus.

Na inštaláciu tohto štýlu je potrebné nainštalovať rozšírenie, ako napríklad Stylus.

Na inštaláciu tohto štýlu je potrebné nainštalovať rozšírenie, ako napríklad Stylus.

Na inštaláciu tohto štýlu je potrebné nainštalovať rozšírenie správcu používateľských štýlov.

Na inštaláciu tohto štýlu je potrebné nainštalovať rozšírenie správcu používateľských štýlov.

Na inštaláciu tohto štýlu je potrebné nainštalovať rozšírenie správcu používateľských štýlov.

(Už mám správcu používateľských štýlov, nechajte ma ho nainštalovať!)

Autor
Sigtran
Denne inštalácií
1
Celkový počet inštalácií
1
Hodnotenie
0 0 0
Verzia
1.0.2
Vytvorené
18.03.2026
Aktualizované
18.03.2026
Veľkosť
27,2 KB
Licencia
MIT
Spustiť na

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