Torn Loadout Share

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

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

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
Sigtran
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
4
Βαθμολογίες
0 0 0
Έκδοση
1.0.7
Δημιουργήθηκε την
19/03/2026
Ενημερώθηκε την
20/03/2026
Μέγεθος
40 KB
Άδεια
MIT
Εφαρμόζεται σε

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