Torn Loadout Share

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

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

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

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
Sigtran
1日のインストール数
1
累計インストール数
1
評価
0 0 0
バージョン
1.0.2
作成日
2026/03/18
更新日
2026/03/18
大きさ
27.2KB
ライセンス
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