Advertisement
Belgaer

Ashita - Default.txt

Aug 26th, 2014
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. ##########################################################################
  2. #
  3. # Ashita Default Script
  4. #
  5. # Comments start with '#'.
  6. # All commands start with '/'
  7. #
  8. ##########################################################################
  9.  
  10. ##########################################################################
  11. # Load Common Plugins
  12. ##########################################################################
  13.  
  14. /load Addons
  15. /load WindowerInput
  16. /load Paste
  17. /load Screenshot
  18. /load Timestamp
  19.  
  20. ##########################################################################
  21. # Load Common Addons
  22. ##########################################################################
  23.  
  24. /addon load Distance
  25. /addon load FPS
  26. /addon load TParty
  27.  
  28. ##########################################################################
  29. # Set Common Settings
  30. ##########################################################################
  31.  
  32. /ambient 255 255 255 255
  33.  
  34. ##########################################################################
  35. # Set Common Keybinds
  36. ##########################################################################
  37.  
  38. /bind SYSRQ /screenshot hide
  39. /bind ^v /paste
  40. /bind F11 /ambient
  41. /bind F12 /fps show
  42. /bind ^F1 /input /ta <a10>
  43. /bind ^F2 /input /ta <a11>
  44. /bind ^F3 /input /ta <a12>
  45. /bind ^F4 /input /ta <a13>
  46. /bind ^F5 /input /ta <a14>
  47. /bind ^F6 /input /ta <a15>
  48. /bind !F1 /input /ta <a20>
  49. /bind !F2 /input /ta <a21>
  50. /bind !F3 /input /ta <a22>
  51. /bind !F4 /input /ta <a23>
  52. /bind !F5 /input /ta <a24>
  53. /bind !F6 /input /ta <a25>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement