Torn Crimes Scamming Timers

Show how much cooldown & expiration is left for targets

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
SOLiNARY
일일 설치수
0
총 설치수
195
평점
0 0 0
버전
0.3.1
생성
2024-09-05
갱신
2024-12-02
크기
8.78KB
라이선스
MIT
동작 사이트

Show how much cooldown & expiration is left for targets

By default it shows both expiration & cooldown (if any). You can show/hide expiration & cooldown labels separately by editing the code:

const showExpiration = true;

const showCooldown = true;

You can also increase the detalisation of timestamp (it will show days, hours, minutes, seconds)

const timeElementsToShow = 1; // Options: 1,2,3,4

Works for both PDA/PC!