Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- owner.Character.Humanoid.Health = 600
- for i,v in pairs(owner.Character:GetDescendants()) do
- pcall(function()
- v.Transparency = 1
- end)
- end
- E = Instance.new("RemoteEvent",owner.Character)
- E.Name = "Kromerman"
- NLS([[
- E = owner.Character:WaitForChild("Kromerman")
- mouse = owner:GetMouse()
- mouse.KeyDown:Connect(function(key)
- key = key:lower()
- if key == "e" then
- E:FireServer("0")
- elseif key == "q" then
- E:FireServer("1")
- elseif key == "l" then
- E:FireServer("2")
- elseif key == "r" then
- E:FireServer("3")
- end
- end)
- ]],owner.PlayerGui)
- Part = Instance.new("Part",owner.Character)
- Part.CanCollide = false
- Part.Transparency = 1
- Part.Size = Vector3.new(1.5,3,0.005)
- decal = Instance.new("Decal", Part)
- decal.Face = Enum.NormalId.Front
- decal.Texture = "http://www.roblox.com/asset/?id=7543329387"
- decal2 = Instance.new("Decal", Part)
- decal2.Face = Enum.NormalId.Back
- decal2.Texture = "http://www.roblox.com/asset/?id=7565422674"
- weld = Instance.new("Weld",owner.Character.Torso)
- weld.Part0 = Part
- weld.Part1 = owner.Character.Torso
- weld.C0 = CFrame.new(0,1.5,0)
- oldhealth = owner.Character.Humanoid.Health
- E.OnServerEvent:Connect(function(plr,KROMER)
- if KROMER == "0" then
- decal.Texture = "http://www.roblox.com/asset/?id=7601738817"
- elseif KROMER == "1" then
- decal.Texture = "http://www.roblox.com/asset/?id=7543329387"
- elseif KROMER == "3" then
- decal.Texture = "http://www.roblox.com/asset/?id=7546489273"
- elseif KROMER == "2" then
- decal.Texture = "http://www.roblox.com/asset/?id=7546454695"
- end
- end)
- local clickSound = Instance.new("Sound", owner.Character.Head)
- clickSound.Volume = 2
- clickSound.SoundId = "rbxassetid://7684434684"
- owner.Chatted:Connect(function(msg)
- local billboard = Instance.new("BillboardGui", owner.character.Torso)
- billboard.Adornee = owner.character.Torso
- billboard.StudsOffset = Vector3.new(0, 3.5, 0)
- billboard.Size = UDim2.new(12,0,3,0)
- billboard.Name = "chat"
- local tb = Instance.new("TextBox", billboard)
- tb.Size = UDim2.new(1,0,1,0)
- tb.Position = UDim2.new(0,0,0,0)
- tb.BackgroundColor3 = BrickColor.new("Really black").Color
- tb.TextColor = BrickColor.new("Institutional white")
- tb.Font = "GothamSemibold"
- local tb2 = Instance.new("TextBox", billboard)
- tb2.Size = UDim2.new(1,0,1,0)
- tb2.Position = UDim2.new(0,0,-0.125,0)
- tb2.TextColor = BrickColor.new("Institutional white")
- tb2.BackgroundTransparency = 1
- tb2.Font = "Arcade"
- tb2.RichText = true
- tb2.TextXAlignment = 'Left'
- tb2.TextWrapped = true
- tb2.TextYAlignment = 'Top'
- tb2.TextSize = 50
- tb.BorderColor3 = BrickColor.new("Institutional white").Color
- tb.TextSize = 25
- tb.BorderSizePixel = 2
- tb.RichText = true
- tb.TextXAlignment = 'Left'
- tb.TextWrapped = true
- tb.TextYAlignment = 'Top'
- tb.Name = 'Box'
- tb.BackgroundTransparency = 0
- tb.ClearTextOnFocus = false
- tb.TextTransparency = 0
- tb.TextEditable = false
- tb.Text = msg
- tb2.Text = "*"
- for i = 1, #msg do
- tb.Text = " "..string.sub(msg,1,i)
- clickSound.PlaybackSpeed = math.random(100, 115)/100
- wait(0.125)
- clickSound:Play()
- end
- tb.Text = " "..msg
- wait(5)
- billboard:Destroy()
- end)
- times = 0
- warn("Nows your chance to be shot")
- print("Made by Lucas_YT111 / Haker man")
- while true do
- task.wait()
- if owner.Character.Humanoid.Health < oldhealth then
- decal.Texture = "http://www.roblox.com/asset/?id=7738632388"
- wait(2)
- decal.Texture = "http://www.roblox.com/asset/?id=7543329387"
- oldhealth = owner.Character.Humanoid.Health
- elseif owner.Character.Humanoid.Health > oldhealth then
- oldhealth = owner.Character.Humanoid.Health
- end
- end
Add Comment
Please, Sign In to add comment