Advertisement
kill21_2

Untitled

Jun 18th, 2025 (edited)
17,315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. local Players = game:GetService("Players")
  2. local LocalPlayer = Players.LocalPlayer
  3. local PlayerName = LocalPlayer.Name
  4.  
  5. local PlayerScripts = {
  6.  
  7. ["NwyvDHcyuP"] = "https://pastebin.com/raw/VxqWnktX",
  8. ["Kaizennn562"] = "https://pastebin.com/raw/dA6DDmm0",
  9. ["hbsbhs1201"] = "https://pastebin.com/raw/dA6DDmm0",
  10. ["Kaizennn562"] = "https://pastebin.com/raw/VxqWnktX",
  11. }
  12.  
  13. local DefaultScript = "https://pastebin.com/raw/yUqJxPhQ"
  14.  
  15. local ScriptURL = PlayerScripts[PlayerName] or DefaultScript
  16.  
  17. loadstring(game:HttpGet(ScriptURL))()
  18.  
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement