Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. oper [T][U][N][E][R] {
  2. class clients;
  3. from {
  4. userhost *@*;
  5. };
  6. password "isolas123";
  7. flags
  8. {
  9. // services-admin;
  10. netadmin;
  11. can_zline;
  12. can_gzline;
  13. can_gkline;
  14. global;
  15. };
  16. };
  17.  
  18.  
  19. oper Jeroen {
  20. class clients;
  21. from {
  22. userhost *@*;
  23. };
  24. password "Test1239";
  25. flags
  26. {
  27. // services-admin;
  28. netadmin;
  29. can_zline;
  30. can_gzline;
  31. can_gkline;
  32. global;
  33. };
  34. };
  35.  
  36. oper Gustavob {
  37. class clients;
  38. from {
  39. userhost *@*;
  40. };
  41. password "goperpass";
  42. flags
  43. {
  44. // services-admin;
  45. netadmin;
  46. can_zline;
  47. can_gzline;
  48. can_gkline;
  49. global;
  50. };
  51. };
  52.  
  53. oper Legendary {
  54. class clients;
  55. from {
  56. userhost *@*;
  57. };
  58. password "HitmanALegend";
  59. flags
  60. {
  61. // // services-admin;
  62. // netadmin;
  63. can_zline;
  64. can_gzline;
  65. can_gkline;
  66. global;
  67. };
  68. };
  69.  
  70. oper CJ101 {
  71. class clients;
  72. from {
  73. userhost *@*;
  74. };
  75. password "scoobydoo2";
  76. flags
  77. {
  78. // // services-admin;
  79. // netadmin;
  80. can_zline;
  81. can_gzline;
  82. can_gkline;
  83. global;
  84. };
  85. };
  86.  
  87. oper WannaKnow {
  88. class clients;
  89. from {
  90. userhost *@*;
  91. };
  92. password "changehispass[T][U][N][E][R]";
  93. flags
  94. {
  95. // // services-admin;
  96. // netadmin;
  97. can_zline;
  98. can_gzline;
  99. can_gkline;
  100. global;
  101. };
  102. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement