Shows shared defender loadouts on Torn attack pages. Firebase backend, no registration.
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.
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.
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.
Shared by badge – When a loadout was submitted by someone else, a small badge shows "shared by [ID]" with a link to their profile.
loader.php?sid=attack&user2ID=*)MIT