Lexyaligar

hsjhfjsdfhcbsjhbfjehdbfsjdbcjsdcs

Jan 7th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. dot = false
  2. des = false
  3. local ChatService = game:GetService("Chat")
  4. local player = game.Players.LocalPlayer
  5. lig = Instance.new("PointLight",player.Character.Torso)
  6. lig.Color=Color3.new(0,255,255)
  7. m=player:GetMouse()
  8. bb = Instance.new("BillboardGui",player.Character.Head)
  9. bb.Enabled = true
  10. bb.AlwaysOnTop = true
  11. bb.Size = UDim2.new(0,200,0,50)
  12. bb.StudsOffset = Vector3.new(0,1,0)
  13. gui=Instance.new("TextBox",bb)
  14. gui.Text = "* "
  15. gui.Size = UDim2.new(0,133,0,45)
  16. gui.Position=UDim2.new(0,57,0,-40)
  17. gui.TextColor3 = Color3.new(255,255,255)
  18. gui.BackgroundColor3=Color3.new(0,0,0)
  19. gui.TextWrapped = true
  20. gui.TextScaled = true
  21. gui.TextXAlignment = "Left"
  22. gui.TextYAlignment = "Top"
  23. gui.Visible = false
  24. gui.BorderColor3 = Color3.new(0,0,0)
  25.  
  26. gui1=Instance.new("TextButton",bb)
  27. gui1.Position=UDim2.new(0,5,0,-43)
  28. gui1.Size = UDim2.new(0,190,0,51)
  29.  
  30. gui1.TextColor3 = Color3.new(255,255,255)
  31. gui1.BackgroundColor3=Color3.new(255,255,255)
  32.  
  33. gui1.Visible = false
  34. img = Instance.new("ImageLabel",bb)
  35. img.Size = UDim2.new(0,46,0,47)
  36. img.Position = UDim2.new(0,10,0,-41)
  37. img.Image = "rbxassetid://302666935"
  38. img.BorderColor3 = Color3.new(0,0,0)
  39. img.Visible = false
  40. asd = Instance.new("Sound",player.Character.Torso)
  41. asd.SoundId = "http://www.roblox.com/asset/?id = 358280695"
  42.  
  43. asd1 = Instance.new("Sound",player.Character.Torso)
  44. asd1.SoundId = "http://www.roblox.com/asset/?id = 358280695"
  45.  
  46. asd2 = Instance.new("Sound",player.Character.Torso)
  47. asd2.SoundId = "http://www.roblox.com/asset/?id = 306370481"
  48. asd2.Looped = true
  49. asd3 = Instance.new("Sound",player.Character.Torso)
  50. asd3.SoundId = "http://www.roblox.com/asset/?id = 316014309"
  51. asd3.Looped = true
  52. asd4 = Instance.new("Sound",player.Character.Torso)
  53. asd4.SoundId = "http://www.roblox.com/asset/?id = 370435986"
  54. asd4.Looped = true
  55. asd5 = Instance.new("Sound",player.Character.Torso)
  56. asd5.SoundId = "http://www.roblox.com/asset/?id = 362252261"
  57. asd5.Looped = true
  58. function play(play)
  59. asd:Play()
  60. asd1:Play()
  61. end
  62. eye = Instance.new("Part",player.Character)
  63. eye.BrickColor = BrickColor.new("Toothpaste")
  64. eye.Material = "Neon"
  65. eye.FormFactor = 3
  66. eye.Shape = "Ball"
  67. eye.Size = Vector3.new(0.37,0.37,0.1)
  68. weld = Instance.new("Weld",eye)
  69. weld.Part0 = eye
  70. weld.Part1 = player.Character.Head
  71. weld.C0 = CFrame.new(0.1,-0.2,0.45)
  72. eye.Transparency = 1
  73. -- listen for their chatting
  74. player.Chatted:connect(function(message)
  75. a = string.len(message)
  76. gui.Text = "* "
  77. gui.Visible = true
  78. gui1.Visible = true
  79. des = false
  80. img.Visible = true
  81. print(a)
  82. if dot == false then
  83. for i = 1,string.len(message) do wait(0.07)
  84. gui.Text =gui.Text..message:sub(i,i)
  85.  
  86. play()
  87. end
  88. end
  89.  
  90. des = true
  91. end)
  92. m.KeyDown:connect(function(k)
  93. if k == "g" then
  94. asd2:Play()
  95. eye.Transparency = 0
  96.  
  97. end
  98. end)
  99. m.KeyDown:connect(function(k)
  100. if k == "p" then
  101. eye.Transparency = 1
  102. asd3:Play()
  103. end
  104. end)
  105. m.KeyDown:connect(function(k)
  106. if k == "r" then
  107. eye.Transparency = 0
  108. asd4:Play()
  109. end
  110. end)
  111. m.KeyDown:connect(function(k)
  112. if k == "q" then
  113. eye.Transparency = 1
  114. asd5:Play()
  115. end
  116. end)
  117. m.KeyDown:connect(function(k)
  118. if k == "z" then
  119.  
  120. img.Image = "rbxassetid://361753210"
  121. end
  122. end)
  123. m.KeyDown:connect(function(k)
  124. if k == "c" then
  125. img.Image = "rbxassetid://302666935"
  126. end
  127. end)
  128. m.KeyDown:connect(function(k)
  129. if k == "n" then
  130. img.Image = "rbxassetid://378060885"
  131. end
  132. end)
  133. m.KeyDown:connect(function(k)
  134. if k == "b" then
  135. img.Image = "rbxassetid://378060690"
  136. end
  137. end)
  138. m.KeyDown:connect(function(k)
  139. if k == "m" then
  140. img.Image = "rbxassetid://378609498"
  141. end
  142. end)
  143. m.KeyDown:connect(function(k)
  144. if k == "v" then
  145. img.Image = "rbxassetid://378619540"
  146. end
  147. end)
  148. m.KeyDown:connect(function(k)
  149. if k == "k" then
  150. img.Image = "rbxassetid://378577428"
  151. end
  152. end)
  153. m.KeyDown:connect(function(k)
  154. if k == "j" then
  155. img.Image = "rbxassetid://378608623"
  156. end
  157. end)
  158. m.KeyDown:connect(function(k)
  159. if k == "x" then
  160. if des == true then
  161. gui.Visible = false
  162. gui.Text = "* "
  163. gui1.Visible = false
  164. img.Visible = false
  165. end
  166. end
  167. end)
  168. m.KeyDown:connect(function(k)
  169. if k == "f" then
  170. asd3:Stop()
  171. asd2:Stop()
  172. asd4:Stop()
  173. eye.Transparency = 1
  174. asd5:Stop()
  175. end
  176. end)
Add Comment
Please, Sign In to add comment