Advertisement
mezinik

Untitled

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