Advertisement
Blueisim

blank

Sep 26th, 2016
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.17 KB | None | 0 0
  1. --[[
  2. Controls:
  3. LCTRL: Fire a friendliness pellet
  4. K: Evil laugh
  5. Z: Angry flowy
  6. J: Spooky flowy theme
  7. G: Normal flowy theme
  8. F: Stop music
  9. X: Remove dialogue box
  10.  
  11. ]]--
  12. print([[LCTRL: Fire a friendliness pellet K: Evil laugh Z: Angry flowy J: Spooky flowy theme G: Normal flowy theme F: Stop music X:Remove dialogue box]])
  13. dot = false
  14. shoot = true
  15. des = false
  16. local ChatService = game:GetService("Chat")
  17. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  18. if v:IsA('Part') then v.Transparency = 1
  19. if v:IsA('Hat') then v.Handle.Transparency = 1
  20.  
  21. end
  22. end
  23. end
  24. local player = game.Players.LocalPlayer
  25. player.Character.Head.face:Remove()
  26.  
  27. m=player:GetMouse()
  28. bb = Instance.new("BillboardGui",player.Character.Head)
  29. bb.Enabled = true
  30. bb.AlwaysOnTop = true
  31.  
  32. bb.Size = UDim2.new(0,200,0,50)
  33. bb.StudsOffset = Vector3.new(-0.5,-0.5,0)
  34. fl = Instance.new("Part",player.Character)
  35.  
  36. fl.FormFactor = 3
  37. fl.Size = Vector3.new(3,3,0.01)
  38. fl.Transparency = 1
  39. aa = 0.075
  40. fl.CanCollide = false
  41. dec = Instance.new("Decal",fl)
  42. dec.Face = "Front"
  43. dec.Texture = "rbxassetid://379128237"
  44. dec1 = Instance.new("Decal",fl)
  45. dec1.Face = "Back"
  46. dec1.Texture = "rbxassetid://379128324"
  47. wel = Instance.new("Weld",fl)
  48. wel.Part0=fl
  49. wel.Part1=player.Character.Torso
  50. wel.C0 = CFrame.new(0,2,0)
  51. gui=Instance.new("TextBox",bb)
  52. gui.Text = "* "
  53. gui.Size = UDim2.new(0,266,0,90)
  54.  
  55. gui.Position=UDim2.new(0,94,0,-60)
  56. gui.TextColor3 = Color3.new(255,255,255)
  57. gui.BackgroundColor3=Color3.new(0,0,0)
  58. gui.TextWrapped = true
  59. gui.TextScaled = true
  60. gui.TextXAlignment = "Left"
  61. gui.TextYAlignment = "Top"
  62. gui.Visible = false
  63. gui.BorderColor3 = Color3.new(0,0,0)
  64.  
  65. gui1=Instance.new("TextButton",bb)
  66. gui1.Position=UDim2.new(0,5,0,-66)
  67. gui1.Size = UDim2.new(0,380,0,102)
  68.  
  69. gui1.TextColor3 = Color3.new(255,255,255)
  70. gui1.BackgroundColor3=Color3.new(255,255,255)
  71.  
  72. gui1.Visible = false
  73. img = Instance.new("ImageLabel",bb)
  74. img.Size = UDim2.new(0,92,0,94)
  75. img.Position = UDim2.new(0,15,0,-62)
  76. img.Image = "rbxassetid://340492116"
  77. img.BorderColor3 = Color3.new(0,0,0)
  78. img.Visible = false
  79. sid = "379851665"
  80. asd = Instance.new("Sound",player.Character.Torso)
  81. asd.SoundId = "http://www.roblox.com/asset/?id =379851665"
  82.  
  83. asd1 = Instance.new("Sound",player.Character.Torso)
  84. asd1.SoundId = "http://www.roblox.com/asset/?id =379851665"
  85.  
  86. asd2 = Instance.new("Sound",player.Character.Torso)
  87. asd2.SoundId = "http://www.roblox.com/asset/?id = 317393485"
  88. asd2.Looped = true
  89. asd3 = Instance.new("Sound",player.Character.Torso)
  90. asd3.SoundId = "http://www.roblox.com/asset/?id = 316014309"
  91. asd3.Looped = true
  92. asd4 = Instance.new("Sound",player.Character.Torso)
  93. asd4.SoundId = "http://www.roblox.com/asset/?id = 370435986"
  94. asd4.Looped = true
  95. asd5 = Instance.new("Sound",player.Character.Torso)
  96. asd5.SoundId = "http://www.roblox.com/asset/?id = 379865908"
  97. asd5.Looped = true
  98. asd6 = Instance.new("Sound",player.Character.Torso)
  99. asd6.SoundId = "http://www.roblox.com/asset/?id = 379865908"
  100. asd7 = Instance.new("Sound",player.Character.Torso)
  101. asd7.SoundId = "http://www.roblox.com/asset/?id = 379874748"
  102. asd7.Looped = true
  103. m.KeyDown:connect(function(k)
  104.  
  105. if k == string.char(50) then
  106. if shoot == true then
  107. shoot = false
  108. b = Instance.new("Part",workspace)
  109. b.CFrame = fl.CFrame * CFrame.new(0,0,1)
  110. b.BrickColor = BrickColor.new("asd")
  111. b.TopSurface = "Universal"
  112. b.BottomSurface = "Universal"
  113. b.LeftSurface = 0
  114. b.RightSurface = 0
  115. b.FrontSurface = 0
  116. b.BackSurface = 0
  117. b.FormFactor = 3
  118. b.Size = Vector3.new(0.2,0.2,0.5)
  119. b.Material = "Neon"
  120. b.Anchored = false
  121. b.CanCollide = false
  122. b.Reflectance = 0
  123.  
  124. b.Velocity = CFrame.new(b.Position,player:GetMouse().Hit.p).lookVector * 200
  125. b.Touched:connect(function(h)
  126. if h.Parent.Name ==game.Players.LocalPlayer.Name then
  127. x = h.Parent:findFirstChild("Humanoid")
  128. x:TakeDamage(0)
  129. else x = h.Parent:findFirstChild("Humanoid")
  130. if x then
  131. print(.95*x.MaxHealth)
  132. print("HP Remaining:"..x.Health-.95*x.MaxHealth)
  133. x:TakeDamage(.95*x.MaxHealth)
  134. end end end)
  135. wait(0.3)
  136. b:Remove()
  137. shoot = true
  138.  
  139.  
  140.  
  141.  
  142. end
  143. end
  144. end)
  145.  
  146.  
  147.  
  148.  
  149. function play(play)
  150. asd:Play()
  151.  
  152. asd1:Play()
  153. end
  154. eye = Instance.new("Part",player.Character)
  155. eye.BrickColor = BrickColor.new("Toothpaste")
  156. eye.Material = "Neon"
  157. eye.FormFactor = 3
  158. eye.Shape = "Ball"
  159. eye.Size = Vector3.new(0.37,0.37,0.1)
  160. weld = Instance.new("Weld",eye)
  161. weld.Part0 = eye
  162. weld.Part1 = player.Character.Head
  163. weld.C0 = CFrame.new(0.1,-0.2,0.45)
  164. eye.Transparency = 1
  165. -- listen for their chatting
  166. player.Chatted:connect(function(message)
  167. a = string.len(message)
  168. dot=false
  169. gui.Text = "* "
  170. gui.Visible = true
  171. gui1.Visible = true
  172. des = false
  173. img.Visible = true
  174. print(a)
  175. if dot == false then
  176. for i = 1,string.len(message) do wait(aa)
  177. gui.Text =gui.Text..string.sub(message,i,i)
  178. play()
  179. end
  180. end
  181. dot=true
  182.  
  183. des = true
  184. end)
  185. m.KeyDown:connect(function(k)
  186. if k == "g" then
  187. asd2:Play()
  188. eye.Transparency = 1
  189.  
  190. end
  191. end)
  192.  
  193.  
  194.  
  195. m.KeyDown:connect(function(k)
  196. if k == "z" then
  197. aa = 0.08
  198. asd1.SoundId = "http://www.roblox.com/asset/?id =379862308"
  199. asd.SoundId = "http://www.roblox.com/asset/?id =379862308"
  200. img.Image = "rbxassetid://311067910"
  201. end
  202. end)
  203. m.KeyDown:connect(function(k)
  204. if k == "c" then
  205. aa=0.075
  206. asd1.SoundId = "http://www.roblox.com/asset/?id =379851665"
  207. asd.SoundId = "http://www.roblox.com/asset/?id =379851665"
  208. img.Image = "rbxassetid://340492116"
  209. end
  210. end)
  211. m.KeyDown:connect(function(k)
  212. if k == "n" then
  213. sid = "379851665"
  214. --img.Image = "rbxassetid://379880202"
  215. end
  216. end)
  217. m.KeyDown:connect(function(k)
  218. if k == "b" then
  219. --img.Image = "rbxassetid://379866291"
  220. end
  221. end)
  222. m.KeyDown:connect(function(k)
  223. if k == "m" then
  224. --img.Image = "rbxassetid://379866374"
  225. end
  226. end)
  227. m.KeyDown:connect(function(k)
  228. if k == "v" then
  229. --img.Image = "rbxassetid://378619540"
  230. end
  231. end)
  232. m.KeyDown:connect(function(k)
  233. if k == "k" then
  234. asd6:Play()
  235. end
  236. end)
  237. m.KeyDown:connect(function(k)
  238. if k == "j" then
  239. asd7:Play()
  240. end
  241. end)
  242.  
  243. m.KeyDown:connect(function(k)
  244. if k == "x" then
  245. if des == true then
  246. gui.Visible = false
  247. gui.Text = "* "
  248. gui1.Visible = false
  249. img.Visible = false
  250. end
  251. end
  252. end)
  253. m.KeyDown:connect(function(k)
  254. if k == "f" then
  255. asd3:Stop()
  256. asd2:Stop()
  257. asd7:Stop()
  258. asd4:Stop()
  259. eye.Transparency = 1
  260. asd5:Stop()
  261. end
  262. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement