Advertisement
KillMepleasenow

dc bvdvddgfgrnj

Jun 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.25 KB | None | 0 0
  1. -- (c) TheEpicYnot 2014
  2. -- DO NOT REMOVE THIS CREDIT
  3. -- Updated for 2015!~
  4.  
  5. local lp = game.Players.LocalPlayer
  6. local chr = lp.Character
  7. local mouse = lp:GetMouse()
  8. local euler = CFrame.fromEulerAnglesXYZ
  9. local rad = math.rad
  10. local trso = chr.Torso
  11.  
  12. local ContentProvider = Game:GetService("ContentProvider")
  13.  
  14. local function LoadAssets(AssetList)
  15. -- Takes an asset list and preloads it. Will not wait for them to load.
  16.  
  17. for _, AssetId in pairs(AssetList) do
  18. ContentProvider:Preload("http://www.roblox.com/asset/?id=" .. AssetId)
  19. end
  20. end
  21.  
  22. LoadAssets({198126365, 203654824, 192187815, 179678714, 193107910, 187990139})
  23.  
  24.  
  25.  
  26.  
  27. if chr:FindFirstChild("Shirt") then
  28. chr.Shirt:(218725123)
  29. end
  30.  
  31. if chr:FindFirstChild("Pants") then
  32. chr.Pants:(218726700)
  33. end
  34.  
  35. colors = chr['Body Colors']
  36.  
  37. colors.HeadColor = BrickColor.new("Brown")
  38. colors.TorsoColor = BrickColor.new("Blue")
  39. colors.LeftArmColor = BrickColor.new("Blue")
  40. colors.RightArmColor = BrickColor.new("Blue")
  41. colors.LeftLegColor = BrickColor.new("Blue")
  42. colors.RightLegColor = BrickColor.new("Blue")
  43.  
  44.  
  45.  
  46. local face = chr.Head:FindFirstChild("face")
  47.  
  48. if face then
  49. face.Texture = "http://www.roblox.com/asset/?id=187990139"
  50. end
  51.  
  52. for i,v in pairs(chr:children()) do
  53. if v.ClassName == "Hat" then
  54. print(v.Name.." has been removed, #baldforbieber")
  55. v:destroy()
  56. end
  57. end
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. hum = chr.Humanoid
  65.  
  66. function CreateMesh(parent, id, x, y, z, texture)
  67. local m=Instance.new("SpecialMesh", parent)
  68. m.MeshType = "FileMesh"
  69. m.MeshId="http://www.roblox.com/asset/?id="..id
  70. if texture ~= nil then
  71. m.TextureId="http://www.roblox.com/asset/?id="..texture
  72. end
  73. m.Scale = Vector3.new(x,y,z)
  74. end
  75.  
  76.  
  77.  
  78. Hat=function()
  79. hat = Instance.new("Part", chr)
  80. CreateMesh(hat, 1028713, 1, 1, 1)
  81. hat.Name = "Top hat"
  82. hat.Locked = true
  83. hat.BrickColor = BrickColor.new("Really black")
  84. hat.CanCollide=true
  85. hat.Size=Vector3.new(1,1,1)
  86. hatw = Instance.new("Weld",hat)
  87. hatw.Part0=hat
  88. hatw.Part1=chr['Head']
  89. hatw.C0=CFrame.new(0,-0.7,0)
  90. hatw.C1=euler(rad(0),rad(0),rad(0))
  91. end
  92.  
  93. Hat()
  94.  
  95. function Chat(msg)
  96. if hat.Parent then
  97. pcall(function()
  98. if hat:FindFirstChild("Golden Chat Gui") then
  99. hat['Golden Chat Gui']:destroy()
  100. end
  101. local Gui = Instance.new('BillboardGui',hat)
  102. Gui.Name = "Golden Chat Gui"
  103. Gui.ExtentsOffset = Vector3.new(0,3,0)
  104. Gui.Size = UDim2.new(0,200,0,300)
  105. local Frame = Instance.new('Frame',Gui)
  106. Frame.BackgroundTransparency = 1
  107. Frame.Size = UDim2.new(1,0,1,0)
  108. local Txt = Instance.new('TextLabel',Frame)
  109. Txt.BackgroundTransparency = 1
  110. Txt.Size = UDim2.new(1,0,1,0)
  111. Txt.Font = 'ArialBold'
  112. Txt.Name = "ChatGui"
  113. Txt.FontSize = 'Size24'
  114. Txt.Text = ''
  115. Txt.TextColor3 = BrickColor.new("Reddish brown").Color
  116. Txt.TextStrokeColor3 = Color3.new(0/255,0/255,0/255)
  117. Txt.TextStrokeTransparency = .5
  118. Txt.TextWrapped = true
  119. Txt.TextScaled = false
  120. delay(wait(),function()
  121. for v = 1, #msg do
  122. Txt.Text=string.sub(msg,1,v)
  123. wait(.07)
  124. end;
  125. wait(1)
  126. Gui:remove()
  127. end)
  128. end)
  129. else
  130. end
  131. end
  132.  
  133. function Name(msg)
  134. if hat.Parent then
  135. pcall(function()
  136. local Gui = Instance.new('BillboardGui',hat)
  137. Gui.ExtentsOffset = Vector3.new(0,1.5,0)
  138. Gui.Size = UDim2.new(0,200,0,300)
  139. local Frame = Instance.new('Frame',Gui)
  140. Frame.BackgroundTransparency = 1
  141. Frame.Size = UDim2.new(1,0,1,0)
  142. local Txt = Instance.new('TextLabel',Frame)
  143. Txt.BackgroundTransparency = 1
  144. Txt.Size = UDim2.new(1,0,1,0)
  145. Txt.Font = 'ArialBold'
  146. Txt.FontSize = 'Size24'
  147. Txt.Text = msg
  148. Txt.TextColor3 = BrickColor.new("Reddish brown").Color
  149. Txt.TextStrokeColor3 = Color3.new(0/255,0/255,0/255)
  150. Txt.TextStrokeTransparency = .5
  151. Txt.TextWrapped = true
  152. Txt.TextScaled = false
  153. end)
  154. else
  155. end
  156. end
  157.  
  158. function PlaySound(id, pitch, looped)
  159. epicsound = Instance.new("Sound")
  160. epicsound.Name = "GoldenSound"
  161. epicsound.SoundId = "rbxassetid://"..id
  162. epicsound.Volume = 1
  163. epicsound.Pitch = pitch
  164. if looped == nil then
  165. looped = true
  166. else
  167. looped = looped
  168. end
  169. wait()
  170. epicsound.Looped = looped
  171. epicsound.Parent = workspace
  172. if epicsound.SoundId=="rbxassetid://tt" then -- TELL ME, TELL ME, WHERE DA FREAKS AT!
  173. epicsound.SoundId="rbxassetid://181158033"
  174. elseif epicsound.SoundId=="rbxassetid://fabulous" then -- FA-FA-FABULOUS!
  175. epicsound.SoundId="rbxassetid://191819419"
  176. elseif epicsound.SoundId=="rbxassetid://ufdb" then -- ultimate final death battle(fairy tail XD)
  177. epicsound.SoundId="rbxassetid://153085393"
  178. elseif epicsound.SoundId=="rbxassetid://nnm" then
  179. epicsound.SoundId="rbxassetid://210189234"
  180. elseif epicsound.SoundId=="rbxassetid://tun" then -- tunak tunak tun
  181. epicsound.SoundId="rbxassetid://162682002"
  182. elseif epicsound.SoundId=="rbxassetid://zelda" then
  183. epicsound.SoundId="rbxassetid://158215156"
  184. elseif epicsound.SoundId=="rbxassetid://cc" then
  185. epicsound.SoundId="rbxassetid://177080835"
  186. end
  187. es=epicsound:clone()
  188. es:Stop()
  189. es.Parent = chr
  190. wait()
  191. es:Play()
  192. end
  193.  
  194. hum.WalkSpeed=50
  195. hum.MaxHealth = math.huge
  196. hum.Health = math.huge
  197.  
  198.  
  199. lp.Chatted:connect(function(msg)
  200. Chat(msg)
  201. end)
  202.  
  203. goldie=true
  204.  
  205. function StopMusic()
  206. out=false
  207. for _,v in next,chr:children() do
  208. if v.ClassName == "Sound" then
  209. v.Volume=1
  210. v.Pitch=10
  211. v:Stop()
  212. wait()
  213. v.Volume=0
  214. v:Stop()
  215. wait()
  216. v:Destroy()
  217. end
  218. end
  219. end
  220.  
  221. Name("Freddy Fazbear Ace Attorney")
  222. Chat('Edited by PerpluGei credit to supersonicfan111!')
  223.  
  224. local out=false
  225. mouse.KeyDown:connect(function(key)
  226. if key == "r" then -- Plays a song
  227. StopMusic()
  228. PlaySound(553973519, 1, true)
  229. Chat("Now Playing: HOLD IT!")
  230. elseif key == "f" then -- Plays a song
  231. StopMusic()
  232. PlaySound(181356699, 1, true)
  233. Chat("OBJECTION!")
  234. elseif key == 't' then
  235. out=not out
  236. if out==true then
  237. Chat('EVIDENCE!')
  238. PlaySound(169915101, 1, true)
  239. else
  240. StopMusic()
  241. end
  242. elseif key == "l" then -- Plays a laugh
  243. StopMusic()
  244. PlaySound(918880939, 1, false)
  245. Chat("You're CORNERED!")
  246. elseif key == "v" then -- Plays a scream
  247. StopMusic()
  248. PlaySound(143512124, 1, false)
  249. Chat("You're in for a OBJECTION")
  250. elseif key == "q" then -- Plays a sound
  251. PlaySound(330859085, 1, false)
  252. Chat("*Objection Sound*")
  253. end
  254. end)
  255.  
  256. while wait() do
  257. if out then
  258. game:service'Lighting'.TimeOfDay = '00:00:00'
  259. game:service'Lighting'.Ambient=Color3.new(0,0,0)
  260. game:service'Lighting'.Brightness=-6
  261. end
  262. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement