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í
0
Celkový počet inštalácií
4
Hodnotenie
0 0 0
Verzia
1.0.7
Vytvorené
19.03.2026
Aktualizované
20.03.2026
Veľkosť
42,7 KB
Licencia
MIT
Spustiť na

Torn Loadout Share (Desktop)

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. If you’re on Torn PDA, install the PDA-only version instead:

- https://greasyfork.org/en/scripts/570408-torn-pda-loadout-share

What It Does

  1. When you view an attack (sid=attackData)
    • The script parses the defender’s loadout from the native Torn response (when available).
    • If it finds defender items, it uploads the defender loadout to Firebase so other users can see it later.
  2. When you load an attack page (loader.php?sid=attack&user2ID=*)
    • The script fetches the defender loadout from Firebase using the defender’s user2ID.
    • If a saved loadout exists, it renders the defender’s:
      • Weapons (Primary, Secondary, Melee, Temporary)
      • Armor/model overlay on the defender model
  3. Shared by badge

    - When a loadout was submitted by someone else, a small badge appears showing who shared it (with a link to that profile).

    What You See

  4. Weapons
    • Primary, Secondary, Melee, Temporary
    • Displays up to 2 mods and 2 bonuses per weapon (with hover titles)
    • Shows:
    • Melee ammo as infinity
    • Temporary ammo as 1
  5. Armor / Model overlay
    • Visual overlay on the defender model (Helmet, Chest, Pants/Legs, Boots, Gloves)
    • Slot 10 is ignored (on many pages it behaves like body cosmetics and causes inconsistent results)
  6. Visual-only armor overlay

    - Armor overlay uses pointer-events: none so it should not interfere with Torn’s native hover behavior.

    Requirements

  7. A userscript manager (Tampermonkey, Violentmonkey, Greasemonkey, etc.)
  8. Access to Torn attack pages: https://www.torn.com/loader.php?sid=attack&user2ID=*

- No Torn API key or registration needed

Privacy & Data

  • Loadout data is stored in a shared Firebase Realtime Database.
  • The script also reports error/debug info to Firebase if something goes wrong (page path, target IDs, and the error message), to help fix issues.

- No sensitive personal data is collected beyond what’s needed to identify attackers/defenders and help debugging.

Limitations

  • Loadouts only show for defenders who already have a saved entry in Firebase.
  • Torn’s DOM may change; if the script breaks after a Torn update, you may need a new version.

- If defender items aren’t present in Torn’s response, the script may not be able to upload/parse a loadout for that target.

Desktop vs PDA