MLG_Rainbow

CRITICAL STRIKE v5.3.0 OP!

Feb 4th, 2020
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 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. --\\=======================//
  24.  
  25. loadstring(game:HttpGet("https://pastebin.com/raw/JTzRdV90", true))()
Add Comment
Please, Sign In to add comment