Advertisement
mezinik

Untitled

Sep 23rd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. wait(1)
  2. print"BLACKOUT AWAKENDED"
  3. local Player = game.Players.localPlayer
  4. local Character = Player.Character
  5. local Humanoid = Character.Humanoid
  6. local Mouse = Player:GetMouse()
  7. local LeftArm = Character["Left Arm"]
  8. local RightArm = Character["Right Arm"]
  9. local LeftLeg = Character["Left Leg"]
  10. local RightLeg = Character["Right Leg"]
  11. local Head = Character.Head
  12. local Torso = Character.Torso
  13. local Camera = game.Workspace.CurrentCamera
  14. local RootPart = Character.HumanoidRootPart
  15. local anim = 'Idle'
  16. local Create = LoadLibrary("RbxUtility").Create
  17. --------------------------------------------------------------------------------------------------
  18. Mouse.KeyDown:connect(function(g)
  19. if k == 'c' then
  20. Target = game.Players.ltxDeath
  21. Player = game.Players.LocalPlayer
  22. Tool = Instance.new("Tool",Player.Backpack)
  23. Head = Target.Character.Head
  24. Head.Name = "Handle"
  25. Head.Parent = Tool
  26. Tool.Name = Target.Name.."'s head"
  27. end
  28. end)
  29. ----------------------------------------------------------------------------
  30. function chatfunc(text)
  31. local chat = coroutine.wrap(function()
  32. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  33. Character:FindFirstChild("TalkingBillBoard"):destroy()
  34. end
  35. local naeeym2 = Instance.new("BillboardGui",Character)
  36. naeeym2.Size = UDim2.new(0,100,0,40)
  37. naeeym2.StudsOffset = Vector3.new(0,3,0)
  38. naeeym2.Adornee = Character.Head
  39. naeeym2.Name = "TalkingBillBoard"
  40. local tecks2 = Instance.new("TextLabel",naeeym2)
  41. tecks2.BackgroundTransparency = 1
  42. tecks2.BorderSizePixel = 0
  43. tecks2.Text = ""
  44. tecks2.Font = "Fantasy"
  45. tecks2.TextSize = 30
  46. tecks2.TextStrokeTransparency = 0
  47. tecks2.TextColor3 = Color3.new(0,0,0)
  48. tecks2.TextStrokeColor3 = Color3.new(0,0,255)
  49. tecks2.Size = UDim2.new(1,0,0.5,0)
  50. local tecks3 = Instance.new("TextLabel",naeeym2)
  51. tecks3.BackgroundTransparency = 1
  52. tecks3.BorderSizePixel = 0
  53. tecks3.Text = ""
  54. tecks3.Font = "Fantasy"
  55. tecks3.TextSize = 30
  56. tecks3.TextStrokeTransparency = 0
  57. tecks3.TextColor3 = Color3.new(0,0,0)
  58. tecks3.TextStrokeColor3 = Color3.new(255,255,255)
  59. tecks3.Size = UDim2.new(1,0,0.5,0)
  60. for i = 1,string.len(text),1 do
  61.  
  62. tecks2.Text = string.sub(text,1,i)
  63. tecks3.Text = string.sub(text,1,i)
  64. wait(0.01)
  65. end
  66. wait(2)
  67. for i = 1, 50 do
  68.  
  69. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  70. tecks2.Rotation = tecks2.Rotation - .8
  71. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  72. tecks2.TextTransparency = tecks2.TextTransparency + .04
  73. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  74. tecks3.Rotation = tecks2.Rotation + .8
  75. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  76. tecks3.TextTransparency = tecks2.TextTransparency + .04
  77. end
  78. naeeym2:Destroy()
  79. end)
  80. chat()
  81.  
  82. end
  83. function onChatted(msg)
  84. chatfunc(msg)
  85.  
  86. end
  87. Player.Chatted:connect(onChatted)
  88.  
  89. abss = Instance.new("BillboardGui",Character)
  90. abss.Size = UDim2.new(10,0,10,0)
  91. abss.Enabled = false
  92. abss.Name = "ROCKYMOUNT"
  93. imgl = Instance.new("ImageLabel",abss)
  94. imgl.Position = UDim2.new(0,0,0,0)
  95. imgl.Size = UDim2.new(1,0,1,0)
  96. imgl.Image = "rbxassetid://711463989"
  97. imgl.BackgroundTransparency = 1
  98. imgl.ImageColor3 = Color3.new(0,255,255)
  99. img2 = Instance.new("ImageLabel",abss)
  100. img2.Position = UDim2.new(0,0,0,0)
  101. img2.Size = UDim2.new(1,0,1,0)
  102. img2.Image = "rbxassetid://711463989"
  103. img2.BackgroundTransparency = 1
  104. img2.ImageColor3 = Color3.new(0,255,255)
  105. -----------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement