Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. Создайте MKB файл: tps_counter.txt
- 2. Вставьте туда:
- Set(@tps_counter,1)
- #t1=%TICKS%
- log("&2Timer enabled, please wait 5 sec")
- wait(5)
- if(%TICKS%>%#t1%)
- #t1=%TICKS%-#t1
- else
- #t1=%TICKS%+24000-#t1
- endif
- #t1=#t1/5
- log("TPS: &5%#t1%")
- 3. Настройте кнопку на обычный макро, в строку напишите:
- $${Exec("tps_counter.txt")}$$
- 4.Готово
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement