Advertisement
StreamVersus

Untitled

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