Greasy Fork is available in English.

Torn Loadout Share

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

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
Sigtran
일일 설치 수
0
총 설치 수
4
평점
0 0 0
버전
1.0.7
생성일
2026-03-19
갱신일
2026-03-20
크기
42.7KB
라이선스
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