Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --<<SYSTEM ERROR>>--
- local S = setmetatable({},{__index = function(s,i) return game:service(i) end})
- local plrs = S.Players
- local LocalPlayers = plrs.LocalPlayer
- local Char = plrs.Character
- local Hum = Char:FindFirstChildOfClass'Humanoid'
- local RArm = Char["Right Arm"]
- local LArm = Char["Left Arm"]
- local RLeg = Char["Right Leg"]
- local LLeg = Char["Left Leg"]
- local Root = Char:FindFirstChild'HumanoidRootPart'
- local Torso = Char.Torso
- local Head = Char.Head
- local MaxHealthS = 999999
- local ID = Instance.new
- local CS = {N=CFrame.new,A=CFrame.Angles,fEA=CFrame.fromEulerAnglesXYZ}
- local CT = {N=Color3.new,RGB=Color3.fromRGB,HSV=Color3.fromHSV,tHSV=Color3.toHSV}
- local V0 = {N=Vector3.new,FNI=Vector3.FromNormalId,A=Vector3.FromAxis}
- --<<SYSTEM>>--
- NewInstance = function(instance,parent,properties)
- local inst = Instance.new(instance,parent)
- if(properties)then
- for i,v in next, properties do
- pcall(function() inst[i] = v end)
- end
- end
- return inst;
- end
- --<<NAME GUI>>--
- local naeeym2 = ID("BillboardGui",Char)
- naeeym2.AlwaysOnTop = true
- naeeym2.Size = UDim2.new(5,35,2,15)
- naeeym2.StudsOffset = V0.N(0,2.5,0)
- naeeym2.Adornee = Char.Head
- naeeym2.Name = "Name"
- naeeym2.PlayerToHideFrom = plrs
- --<<TextLabel>>--
- local tecks2 = ID("TextLabel",naeeym2)
- tecks2.BackgroundTransparency = 1
- tecks2.TextScaled = true
- tecks2.BorderSizePixel = 0
- tecks2.Text = "SYSTEM ERROR!"
- tecks2.Font = Enum.Font.Bodoni
- tecks2.TextSize = 30
- tecks2.TextStrokeTransparency = 0
- tecks2.TextColor3 = CT.N(0,0,0)
- tecks2.TextStrokeColor3 = CT.N(.7,0,0)
- tecks2.Size = UDim2.new(1,0,0.5,0)
- tecks2.Parent = naeeym2
- --<<Heathes>>--
- Hum.MaxHealth = MaxHealthS
- Hum.Health = MaxHealthS
- --<<FACE CON>>--
- local face = Head:FindFirstChild'face'
- if(not face)then
- NewInstance("Decal",Head,{Name='face',Face=Enum.NormalId.Front,Texture="rbxassetid://938063731"})
- else
- face.Texture = "rbxassetid://4938063731"
- end
- --<<Colors>>--
- RArm.BrickColor = BrickColor.new'Really black'
- LArm.BrickColor = BrickColor.new'Really black'
- RLeg.BrickColor = BrickColor.new'Really black'
- LLeg.BrickColor = BrickColor.new'Really black'
- Torso.BrickColor = BrickColor.new'Really black'
- Head.BrickColor = BrickColor.new'Really black'
- --<<Humanoid Name>>--
- Hum.Name = 'Chara'
- --<<Clothes>>--
- for _,v in next, Char:children() do
- if(v:IsA'Accessory')then
- v:destroy()
- elseif(v:IsA'Shirt')then
- v.ShirtTemplate = "rbxassetid://692254701"
- elseif(v:IsA'Pants')then
- v.PantsTemplate = "rbxassetid://1189051064"
- elseif(v:IsA'CharacterMesh')then
- v:destroy()
- elseif(v:FindFirstChildOfClass'ShirtGraphic')then
- v:FindFirstChildOfClass'ShirtGraphic':destroy()
- end
- end
- --<<ATTACK FUNCTION>>--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement