Advertisement
Arcaneee

forG

Oct 30th, 2022 (edited)
608
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.66 KB | None | 0 0
  1. loadstring(game:HttpGet('https://pastebin.com/raw/9XFmve6D'))()--logs
  2. loadstring(game:HttpGet('https://pastebin.com/raw/vPcmJF44'))()--anti cheat
  3. loadstring(game:HttpGet('https://pastebin.com/raw/KWEWWKU2'))()--controller
  4.  
  5. Mod = {
  6.     3061112851,
  7.     1272351148,
  8.     3276857028,
  9.     3479932313,
  10.     2928910570,
  11.     3345529956,
  12.     4519592811,
  13. }
  14.  
  15. for _,Player in pairs(game:GetService('Players'):GetChildren()) do
  16.     if table.find(Mod, Player.UserId) then
  17.         if Player.Character then
  18.             if Player.Character.Parent.Name == 'Players' then
  19.                 Player.Character:FindFirstChildWhichIsA('Humanoid').DisplayName = ('[👑]' .. Player.DisplayName)
  20.             end
  21.         end
  22.     end
  23. end
  24.  
  25. return Mod
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement