Advertisement
mezinik

Untitled

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