Advertisement
MythIncDragon

Untitled

Dec 28th, 2022 (edited)
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. /*
  2. The following lines are copied from the variables.ini file, included here for information.
  3.  
  4. %blk 16
  5. %blu 28
  6. %grn 24
  7. %ylw 54
  8. %red 40
  9.  
  10. */
  11.  
  12. alias lagx {
  13.  
  14. if ($lag >= 300) %color %red
  15. else if ($lag >= 200) %color %ylw
  16. else if ($lag >= 125) %color %grn
  17. else color %blk
  18.  
  19. echo %color $+ color
  20. echo %blu $+ Lag: $+ %color $+ $bytes($lag,b) $+ $chr(32) ms
  21. }
  22.  
  23. ; %rose 4@3}9~3,9~3'9~3,9~~3'9~6 works
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement