Advertisement
N4ri

CSKIllAura

Mar 16th, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. --//=======================\
  2. -- CONFIGURATION
  3. --=======================//
  4.  
  5. if (_G.NS == nil) then
  6. _G.NS = { }
  7. end
  8.  
  9. _G.NS.KillAura_Enabled = true
  10. _G.NS.KillAura_Range = 50
  11. _G.NS.KillAura_Damage = 666
  12.  
  13. _G.NS.KillAura_Ignore = {
  14. UsernameHere = true,
  15. YouCanAddAsManyAsYouWant = true,
  16. CaseSensitiveBtw = true
  17. }
  18.  
  19. _G.NS.KillAura_Rate = 0.25
  20.  
  21. --//=======================\
  22. -- THE SCRIPT
  23. --=======================//
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement