TheUnknownDiscord

kromer man

Nov 24th, 2021 (edited)
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. owner.Character.Humanoid.Health = 600
  2. for i,v in pairs(owner.Character:GetDescendants()) do
  3. pcall(function()
  4. v.Transparency = 1
  5. end)
  6. end
  7. E = Instance.new("RemoteEvent",owner.Character)
  8. E.Name = "Kromerman"
  9. NLS([[
  10. E = owner.Character:WaitForChild("Kromerman")
  11. mouse = owner:GetMouse()
  12. mouse.KeyDown:Connect(function(key)
  13. key = key:lower()
  14. if key == "e" then
  15. E:FireServer("0")
  16. elseif key == "q" then
  17. E:FireServer("1")
  18. elseif key == "l" then
  19. E:FireServer("2")
  20. elseif key == "r" then
  21. E:FireServer("3")
  22. end
  23. end)
  24. ]],owner.PlayerGui)
  25. Part = Instance.new("Part",owner.Character)
  26. Part.CanCollide = false
  27. Part.Transparency = 1
  28. Part.Size = Vector3.new(1.5,3,0.005)
  29. decal = Instance.new("Decal", Part)
  30. decal.Face = Enum.NormalId.Front
  31. decal.Texture = "http://www.roblox.com/asset/?id=7543329387"
  32. decal2 = Instance.new("Decal", Part)
  33. decal2.Face = Enum.NormalId.Back
  34. decal2.Texture = "http://www.roblox.com/asset/?id=7565422674"
  35. weld = Instance.new("Weld",owner.Character.Torso)
  36. weld.Part0 = Part
  37. weld.Part1 = owner.Character.Torso
  38. weld.C0 = CFrame.new(0,1.5,0)
  39. oldhealth = owner.Character.Humanoid.Health
  40. E.OnServerEvent:Connect(function(plr,KROMER)
  41. if KROMER == "0" then
  42. decal.Texture = "http://www.roblox.com/asset/?id=7601738817"
  43. elseif KROMER == "1" then
  44. decal.Texture = "http://www.roblox.com/asset/?id=7543329387"
  45. elseif KROMER == "3" then
  46. decal.Texture = "http://www.roblox.com/asset/?id=7546489273"
  47. elseif KROMER == "2" then
  48. decal.Texture = "http://www.roblox.com/asset/?id=7546454695"
  49. end
  50. end)
  51. local clickSound = Instance.new("Sound", owner.Character.Head)
  52. clickSound.Volume = 2
  53. clickSound.SoundId = "rbxassetid://7684434684"
  54. owner.Chatted:Connect(function(msg)
  55. local billboard = Instance.new("BillboardGui", owner.character.Torso)
  56. billboard.Adornee = owner.character.Torso
  57. billboard.StudsOffset = Vector3.new(0, 3.5, 0)
  58. billboard.Size = UDim2.new(12,0,3,0)
  59. billboard.Name = "chat"
  60. local tb = Instance.new("TextBox", billboard)
  61. tb.Size = UDim2.new(1,0,1,0)
  62. tb.Position = UDim2.new(0,0,0,0)
  63. tb.BackgroundColor3 = BrickColor.new("Really black").Color
  64. tb.TextColor = BrickColor.new("Institutional white")
  65. tb.Font = "GothamSemibold"
  66. local tb2 = Instance.new("TextBox", billboard)
  67. tb2.Size = UDim2.new(1,0,1,0)
  68. tb2.Position = UDim2.new(0,0,-0.125,0)
  69. tb2.TextColor = BrickColor.new("Institutional white")
  70. tb2.BackgroundTransparency = 1
  71. tb2.Font = "Arcade"
  72. tb2.RichText = true
  73. tb2.TextXAlignment = 'Left'
  74. tb2.TextWrapped = true
  75. tb2.TextYAlignment = 'Top'
  76. tb2.TextSize = 50
  77. tb.BorderColor3 = BrickColor.new("Institutional white").Color
  78. tb.TextSize = 25
  79. tb.BorderSizePixel = 2
  80. tb.RichText = true
  81. tb.TextXAlignment = 'Left'
  82. tb.TextWrapped = true
  83. tb.TextYAlignment = 'Top'
  84. tb.Name = 'Box'
  85. tb.BackgroundTransparency = 0
  86. tb.ClearTextOnFocus = false
  87. tb.TextTransparency = 0
  88. tb.TextEditable = false
  89. tb.Text = msg
  90. tb2.Text = "*"
  91. for i = 1, #msg do
  92. tb.Text = " "..string.sub(msg,1,i)
  93. clickSound.PlaybackSpeed = math.random(100, 115)/100
  94. wait(0.125)
  95. clickSound:Play()
  96. end
  97. tb.Text = " "..msg
  98. wait(5)
  99. billboard:Destroy()
  100. end)
  101. times = 0
  102. warn("Nows your chance to be shot")
  103. print("Made by Lucas_YT111 / Haker man")
  104. while true do
  105. task.wait()
  106. if owner.Character.Humanoid.Health < oldhealth then
  107. decal.Texture = "http://www.roblox.com/asset/?id=7738632388"
  108. wait(2)
  109. decal.Texture = "http://www.roblox.com/asset/?id=7543329387"
  110. oldhealth = owner.Character.Humanoid.Health
  111. elseif owner.Character.Humanoid.Health > oldhealth then
  112. oldhealth = owner.Character.Humanoid.Health
  113. end
  114. end
Add Comment
Please, Sign In to add comment