Advertisement
Nobody4931

Nobody's Critical Strike Memery Loader

Jan 26th, 2020
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. --//=======================\\
  2. --||     CONFIGURATION
  3. --\\=======================//
  4.  
  5. if (_G.NS == nil) then
  6.     _G.NS = { }
  7. end
  8.  
  9. _G.NS.Memery_Enabled = true
  10. _G.NS.Memery_Rate = 0.3
  11.  
  12. _G.NS.Memery_Self = true
  13. _G.NS.Memery_Others = true
  14.  
  15. _G.NS.Memery_Ignore = {
  16.     UsernameHere = true,
  17.     YouCanAddAsManyAsYouWant = true,
  18.     CaseSensitiveBtw = true
  19. }
  20.  
  21. --//=======================\\
  22. --||      THE SCRIPT
  23. --\\=======================//
  24.  
  25. loadstring(game:HttpGet("https://pastebin.com/raw/ckveBycq", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement