Advertisement
sibble

Untitled

Sep 21st, 2015
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. using System;
  2. using ScriptSDK.API;
  3.  
  4. namespace Sandbox
  5. {
  6. class Program
  7. {
  8. [STAThread]
  9. static void Main(string[] args)
  10. {
  11. Stealth.Client.UseVirtue("Honor");
  12. }
  13. }
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement