SyntaxIsHere

Untitled

Nov 1st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.90 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Phant0m = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. local Song = Instance.new("TextBox")
  9. local TextLabel_3 = Instance.new("TextLabel")
  10. local PlayS = Instance.new("TextButton")
  11. local PlayA = Instance.new("TextButton")
  12. local Animation = Instance.new("TextBox")
  13. local PlayA_2 = Instance.new("TextButton")
  14. local Open = Instance.new("TextButton")
  15. --Properties:
  16. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17.  
  18. Phant0m.Name = "Phant0m"
  19. Phant0m.Parent = ScreenGui
  20. Phant0m.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  21. Phant0m.BorderSizePixel = 0
  22. Phant0m.Position = UDim2.new(0.328802079, 0, 0.272727281, 0)
  23. Phant0m.Size = UDim2.new(0, 403, 0, 303)
  24. Phant0m.Visible = false
  25. Phant0m.Active = true
  26. Phant0m.Draggable = true
  27.  
  28. TextLabel.Parent = Phant0m
  29. TextLabel.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  30. TextLabel.BorderSizePixel = 0
  31. TextLabel.Position = UDim2.new(0, 0, 1, 0)
  32. TextLabel.Size = UDim2.new(0, 403, 0, 50)
  33. TextLabel.Font = Enum.Font.SourceSans
  34. TextLabel.Text = "By Phant0m Development"
  35. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  36. TextLabel.TextScaled = true
  37. TextLabel.TextSize = 14
  38. TextLabel.TextWrapped = true
  39.  
  40. TextLabel_2.Parent = Phant0m
  41. TextLabel_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  42. TextLabel_2.BorderSizePixel = 0
  43. TextLabel_2.Position = UDim2.new(0, 0, -0.165016502, 0)
  44. TextLabel_2.Size = UDim2.new(0, 403, 0, 50)
  45. TextLabel_2.Font = Enum.Font.SourceSans
  46. TextLabel_2.Text = "Nebula Music & Animation"
  47. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  48. TextLabel_2.TextScaled = true
  49. TextLabel_2.TextSize = 14
  50. TextLabel_2.TextWrapped = true
  51.  
  52. Song.Name = "Song"
  53. Song.Parent = Phant0m
  54. Song.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  55. Song.BorderSizePixel = 0
  56. Song.Position = UDim2.new(0.0347394347, 0, 0.458745897, 0)
  57. Song.Size = UDim2.new(0, 183, 0, 25)
  58. Song.Font = Enum.Font.SourceSans
  59. Song.PlaceholderColor3 = Color3.new(1, 1, 1)
  60. Song.Text = "Song ID"
  61. Song.TextColor3 = Color3.new(1, 1, 1)
  62. Song.TextScaled = true
  63. Song.TextSize = 14
  64. Song.TextWrapped = true
  65.  
  66. TextLabel_3.Parent = Phant0m
  67. TextLabel_3.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  68. TextLabel_3.BorderSizePixel = 0
  69. TextLabel_3.Position = UDim2.new(-0.00248138956, 0, 0, 0)
  70. TextLabel_3.Size = UDim2.new(0, 403, 0, 112)
  71. TextLabel_3.Font = Enum.Font.SourceSans
  72. TextLabel_3.Text = "Note: This GUI Doesnt Play Music That Others Can Hear, Only You Can Hear It"
  73. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  74. TextLabel_3.TextScaled = true
  75. TextLabel_3.TextSize = 14
  76. TextLabel_3.TextWrapped = true
  77. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  78. TextLabel_3.TextYAlignment = Enum.TextYAlignment.Top
  79.  
  80. PlayS.Name = "PlayS"
  81. PlayS.Parent = Phant0m
  82. PlayS.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  83. PlayS.BorderSizePixel = 0
  84. PlayS.Position = UDim2.new(0.0347394347, 0, 0.570957124, 0)
  85. PlayS.Size = UDim2.new(0, 183, 0, 30)
  86. PlayS.Font = Enum.Font.SourceSans
  87. PlayS.Text = "Play Song"
  88. PlayS.TextColor3 = Color3.new(1, 1, 1)
  89. PlayS.TextScaled = true
  90. PlayS.TextSize = 14
  91. PlayS.TextStrokeColor3 = Color3.new(1, 1, 1)
  92. PlayS.TextWrapped = true
  93.  
  94. PlayA.Name = "PlayA"
  95. PlayA.Parent = Phant0m
  96. PlayA.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  97. PlayA.BorderSizePixel = 0
  98. PlayA.Position = UDim2.new(0.518610358, 0, 0.570957124, 0)
  99. PlayA.Size = UDim2.new(0, 183, 0, 30)
  100. PlayA.Font = Enum.Font.SourceSans
  101. PlayA.Text = "Play Animation"
  102. PlayA.TextColor3 = Color3.new(1, 1, 1)
  103. PlayA.TextScaled = true
  104. PlayA.TextSize = 14
  105. PlayA.TextStrokeColor3 = Color3.new(1, 1, 1)
  106. PlayA.TextWrapped = true
  107.  
  108. Animation.Name = "Animation"
  109. Animation.Parent = Phant0m
  110. Animation.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  111. Animation.BorderSizePixel = 0
  112. Animation.Position = UDim2.new(0.518610358, 0, 0.458745897, 0)
  113. Animation.Size = UDim2.new(0, 183, 0, 25)
  114. Animation.Font = Enum.Font.SourceSans
  115. Animation.PlaceholderColor3 = Color3.new(1, 1, 1)
  116. Animation.Text = "Animation ID"
  117. Animation.TextColor3 = Color3.new(1, 1, 1)
  118. Animation.TextScaled = true
  119. Animation.TextSize = 14
  120. Animation.TextWrapped = true
  121.  
  122. PlayA_2.Name = "PlayA"
  123. PlayA_2.Parent = Phant0m
  124. PlayA_2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  125. PlayA_2.BorderSizePixel = 0
  126. PlayA_2.Position = UDim2.new(0.999999821, 0, -0.165016502, 0)
  127. PlayA_2.Size = UDim2.new(0, 52, 0, 50)
  128. PlayA_2.Font = Enum.Font.SourceSans
  129. PlayA_2.Text = "X"
  130. PlayA_2.TextColor3 = Color3.new(1, 1, 1)
  131. PlayA_2.TextScaled = true
  132. PlayA_2.TextSize = 14
  133. PlayA_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  134. PlayA_2.TextWrapped = true
  135. PlayA_2.MouseButton1Down:connect(function()
  136. Open.Visible = true
  137. Phant0m.Visible = false
  138. end)
  139.  
  140. Open.Name = "Open"
  141. Open.Parent = ScreenGui
  142. Open.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  143. Open.BorderSizePixel = 0
  144. Open.Position = UDim2.new(-9.48910019e-05, 0, -0.00114321639, 0)
  145. Open.Size = UDim2.new(0, 116, 0, 30)
  146. Open.Font = Enum.Font.SourceSans
  147. Open.Text = "Open"
  148. Open.TextColor3 = Color3.new(1, 1, 1)
  149. Open.TextScaled = true
  150. Open.TextSize = 14
  151. Open.TextStrokeColor3 = Color3.new(1, 1, 1)
  152. Open.TextWrapped = true
  153. Open.Active = true
  154. Open.Draggable = true
  155. Open.MouseButton1Down:connect(function()
  156. Open.Visible = false
  157. Phant0m.Visible = true
  158. end)
  159. -- Scripts:
  160. function SCRIPT_SECV69_FAKESCRIPT() -- PlayS.Script
  161. getfenv().script = Instance.new('Script', PlayS)
  162.  
  163. PlayS.MouseButton1Down:connect(function()
  164. local Music = Instance.new("Sound", game.Workspace)
  165. Music.SoundId = "rbxassetid://"..Song.Text
  166. Music.Volume = 1
  167. Music.Pitch = 1
  168. Music:Play()
  169. wait(1)
  170.  
  171. end)
  172.  
  173. end
  174. coroutine.resume(coroutine.create(SCRIPT_SECV69_FAKESCRIPT))
  175. function SCRIPT_TMSJ84_FAKESCRIPT() -- PlayA.Script
  176. getfenv().script = Instance.new('Script', PlayA)
  177.  
  178. PlayA.MouseButton1Down:connect(function()
  179. local gg = mouse.Target
  180. if gg ~= nil then
  181. for i,v in pairs(game.Players:GetPlayers()) do
  182. AnimationId = Animation.Text
  183. local Anim = Instance.new("Animation")
  184. Anim.AnimationId = "rbxassetid://"..AnimationId
  185. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  186. k:Play()
  187. k:AdjustSpeed(1)
  188. end
  189. end
  190. end)
  191.  
  192. end
  193. coroutine.resume(coroutine.create(SCRIPT_TMSJ84_FAKESCRIPT))
  194. function SCRIPT_BZBM87_FAKESCRIPT() -- PlayA_2.Script
  195. getfenv().script = Instance.new('Script', PlayA_2)
  196.  
  197. PlayA.MouseButton1Down:connect(function()
  198. local gg = mouse.Target
  199. if gg ~= nil then
  200. for i,v in pairs(game.Players:GetPlayers()) do
  201. AnimationId = Animation.Text
  202. local Anim = Instance.new("Animation")
  203. Anim.AnimationId = "rbxassetid://"..AnimationId
  204. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  205. k:Play()
  206. k:AdjustSpeed(1)
  207. end
  208. end
  209. end)
  210.  
  211. end
  212. coroutine.resume(coroutine.create(SCRIPT_BZBM87_FAKESCRIPT))
Add Comment
Please, Sign In to add comment