Advertisement
Guest User

commands.ahk

a guest
Apr 7th, 2020
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. F5::
  2.  
  3. {
  4. Sleep 10
  5. Send, {Insert}
  6. Sleep 100
  7. Send, a.uro.disableinterpolation 1
  8. Sleep 100
  9. Send, {Enter}
  10. Sleep 10
  11. Send, {Insert}
  12. Sleep 100
  13. Send, m.PingExtrapolationFactor 0
  14. Sleep 100
  15. Send, {Enter}
  16. Sleep 10
  17. Send, {Insert}
  18. Sleep 100
  19. Send, m.showserverstats 1
  20. Sleep 100
  21. Send, {Enter}
  22. Sleep 10
  23. Send, {Insert}
  24. Sleep 122
  25. Send, m.drawtracersstaytime .05
  26. Sleep 100
  27. Send, {Enter}
  28. Send, {Insert}
  29. Send, r.mipmaplodbias 500
  30. Sleep 100
  31. Send, {Enter}
  32. Send, {Insert}
  33. Send, r.skeletalmeshlodbias 500
  34. Sleep 100
  35. Send, {Enter}
  36. Send, {Insert}
  37. Send, r.shadowquality 0
  38. Sleep 100
  39. Send, {Enter}
  40.  
  41. }
  42.  
  43.  
  44. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement