Torn Faction Command

Faction activity + growth tracking, ranked-war opponent scouting, recruit scouting, and an organized-crime board. Read-only against the Torn API.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

작성자
TheVoid TEB
일일 설치 수
0
총 설치 수
3
평점
0 0 0
버전
2.0.1
생성일
2026-08-25
갱신일
2026-08-26
크기
110KB
라이선스
MIT
적용 사이트

Mobile layout fix

Members — a 0-100 growth index, a rolling trend, optional stat estimates, and low-activity flagging. Growth is deliberately activity-weighted, not power-weighted:


40% Xanax/day (capped at 3) 30% active hrs/day (capped at 6)
20% login streak (capped 100) 10% stat enhancers/30d

FFScouter tells you how strong someone is today; this tells you whether they're still putting the work in — which is the actual question for both a member review and a recruit. The extra stats cost zero additional API calls: stat= takes a comma list, so I widened the existing request rather than adding new ones.

War scout — "Find current war" reads faction/rankedwars, or type an opponent faction ID. Ranks the enemy roster by FFScouter bs_estimate, then level; shows who's online and who's hospitalised, with copy-all-IDs and copy-online-IDs.

Recruits — accepts either a list of player IDs or f12345 to scan a whole faction roster. I built it to take both because there's no "unfactioned players" endpoint, so every sourcing route ends in one of those two shapes.

Crimes — ocPanel logic, plus open slots called out and copy buttons on every participant. Quick-copy is on names and IDs across all four tabs, as you asked.

Settings — thresholds, message template, FFScouter toggle.