Advertisement
Runixer

Untitled

Aug 21st, 2019
723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.58 KB | None | 0 0
  1. -- Objects
  2.  
  3. local PianoGui = Instance.new("ScreenGui")
  4. local HighD = Instance.new("TextLabel")
  5. local G = Instance.new("TextLabel")
  6. local C = Instance.new("TextLabel")
  7. local HighC = Instance.new("TextButton")
  8. local HighC_2 = Instance.new("TextButton")
  9. local G_2 = Instance.new("TextButton")
  10. local F = Instance.new("TextButton")
  11. local F_2 = Instance.new("TextButton")
  12. local E = Instance.new("TextButton")
  13. local D = Instance.new("TextButton")
  14. local D_2 = Instance.new("TextButton")
  15. local C_2 = Instance.new("TextButton")
  16. local B = Instance.new("TextButton")
  17. local A = Instance.new("TextButton")
  18. local A_2 = Instance.new("TextButton")
  19.  
  20. -- Properties
  21.  
  22. PianoGui.Name = "PianoGui"
  23. PianoGui.Parent = game.CoreGui
  24. PianoGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. HighD.Name = "High D"
  27. HighD.Parent = PianoGui
  28. HighD.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  29. HighD.BorderColor3 = Color3.new(0, 0, 0)
  30. HighD.Position = UDim2.new(0.356390029, 0, 0.671924293, 0)
  31. HighD.Size = UDim2.new(0.0399999991, 0, 0.25, 0)
  32. HighD.ZIndex = 0
  33. HighD.Font = Enum.Font.SciFi
  34. HighD.Text = "Can't Use\nHigh D"
  35. HighD.TextColor3 = Color3.new(0, 0, 0)
  36. HighD.TextSize = 13
  37. HighD.TextWrapped = true
  38. HighD.TextYAlignment = Enum.TextYAlignment.Bottom
  39.  
  40. G.Name = "G#"
  41. G.Parent = PianoGui
  42. G.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  43. G.BorderColor3 = Color3.new(0, 0, 0)
  44. G.Position = UDim2.new(0.225684628, 0, 0.671924293, 0)
  45. G.Size = UDim2.new(0.0229253117, 0, 0.130999997, 0)
  46. G.ZIndex = 2
  47. G.Font = Enum.Font.SciFi
  48. G.Text = "Can't Use"
  49. G.TextColor3 = Color3.new(0, 0, 0)
  50. G.TextSize = 10
  51. G.TextWrapped = true
  52. G.TextYAlignment = Enum.TextYAlignment.Bottom
  53.  
  54. C.Name = "C"
  55. C.Parent = PianoGui
  56. C.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  57. C.BorderColor3 = Color3.new(0, 0, 0)
  58. C.Position = UDim2.new(0.0410373211, 0, 0.671924293, 0)
  59. C.Size = UDim2.new(0.0399999991, 0, 0.25, 0)
  60. C.ZIndex = 0
  61. C.Font = Enum.Font.SciFi
  62. C.Text = "Can't Use\nC"
  63. C.TextColor3 = Color3.new(0, 0, 0)
  64. C.TextSize = 13
  65. C.TextWrapped = true
  66. C.TextYAlignment = Enum.TextYAlignment.Bottom
  67.  
  68. HighC.Name = "High C#"
  69. HighC.Parent = PianoGui
  70. HighC.BackgroundColor3 = Color3.new(0, 0, 0)
  71. HighC.BorderColor3 = Color3.new(0, 0, 0)
  72. HighC.BorderSizePixel = 0
  73. HighC.Position = UDim2.new(0.345435649, 0, 0.670346975, 0)
  74. HighC.Size = UDim2.new(0.0250000022, 0, 0.134463727, 0)
  75. HighC.ZIndex = 2
  76. HighC.Font = Enum.Font.SourceSans
  77. HighC.Text = ""
  78. HighC.TextColor3 = Color3.new(0, 0, 0)
  79. HighC.TextSize = 13
  80.  
  81. HighC_2.Name = "High C"
  82. HighC_2.Parent = PianoGui
  83. HighC_2.BackgroundColor3 = Color3.new(1, 1, 1)
  84. HighC_2.BorderColor3 = Color3.new(0, 0, 0)
  85. HighC_2.Position = UDim2.new(0.316390038, 0, 0.671924293, 0)
  86. HighC_2.Size = UDim2.new(0.0399999991, 0, 0.25, 0)
  87. HighC_2.Font = Enum.Font.SciFi
  88. HighC_2.Text = "High C"
  89. HighC_2.TextColor3 = Color3.new(0, 0, 0)
  90. HighC_2.TextSize = 13
  91. HighC_2.TextWrapped = true
  92. HighC_2.TextYAlignment = Enum.TextYAlignment.Bottom
  93.  
  94. G_2.Name = "G"
  95. G_2.Parent = PianoGui
  96. G_2.BackgroundColor3 = Color3.new(1, 1, 1)
  97. G_2.BorderColor3 = Color3.new(0, 0, 0)
  98. G_2.Position = UDim2.new(0.198132783, 0, 0.671924293, 0)
  99. G_2.Size = UDim2.new(0.0399999991, 0, 0.25, 0)
  100. G_2.Font = Enum.Font.SciFi
  101. G_2.Text = "G"
  102. G_2.TextColor3 = Color3.new(0, 0, 0)
  103. G_2.TextSize = 13
  104. G_2.TextWrapped = true
  105. G_2.TextYAlignment = Enum.TextYAlignment.Bottom
  106.  
  107. F.Name = "F#"
  108. F.Parent = PianoGui
  109. F.BackgroundColor3 = Color3.new(0, 0, 0)
  110. F.BorderColor3 = Color3.new(0, 0, 0)
  111. F.BorderSizePixel = 0
  112. F.Position = UDim2.new(0.182572618, 0, 0.671924293, 0)
  113. F.Size = UDim2.new(0.0250000022, 0, 0.13288644, 0)
  114. F.ZIndex = 2
  115. F.Font = Enum.Font.SourceSans
  116. F.Text = ""
  117. F.TextColor3 = Color3.new(0, 0, 0)
  118. F.TextSize = 13
  119.  
  120. F_2.Name = "F"
  121. F_2.Parent = PianoGui
  122. F_2.BackgroundColor3 = Color3.new(1, 1, 1)
  123. F_2.BorderColor3 = Color3.new(0, 0, 0)
  124. F_2.Position = UDim2.new(0.158713698, 0, 0.671924293, 0)
  125. F_2.Size = UDim2.new(0.0399999991, 0, 0.25, 0)
  126. F_2.Font = Enum.Font.SciFi
  127. F_2.Text = "F"
  128. F_2.TextColor3 = Color3.new(0, 0, 0)
  129. F_2.TextSize = 13
  130. F_2.TextWrapped = true
  131. F_2.TextYAlignment = Enum.TextYAlignment.Bottom
  132.  
  133. E.Name = "E"
  134. E.Parent = PianoGui
  135. E.BackgroundColor3 = Color3.new(1, 1, 1)
  136. E.BorderColor3 = Color3.new(0, 0, 0)
  137. E.Position = UDim2.new(0.118257269, 0, 0.671924293, 0)
  138. E.Size = UDim2.new(0.0399999991, 0, 0.25, 0)
  139. E.Font = Enum.Font.SciFi
  140. E.Text = "E"
  141. E.TextColor3 = Color3.new(0, 0, 0)
  142. E.TextSize = 13
  143. E.TextWrapped = true
  144. E.TextYAlignment = Enum.TextYAlignment.Bottom
  145.  
  146. D.Name = "D#"
  147. D.Parent = PianoGui
  148. D.BackgroundColor3 = Color3.new(0, 0, 0)
  149. D.BorderColor3 = Color3.new(0, 0, 0)
  150. D.BorderSizePixel = 0
  151. D.Position = UDim2.new(0.109958492, 0, 0.671924293, 0)
  152. D.Size = UDim2.new(0.0250000022, 0, 0.13288644, 0)
  153. D.ZIndex = 2
  154. D.Font = Enum.Font.SourceSans
  155. D.Text = ""
  156. D.TextColor3 = Color3.new(0, 0, 0)
  157. D.TextSize = 13
  158.  
  159. D_2.Name = "D"
  160. D_2.Parent = PianoGui
  161. D_2.BackgroundColor3 = Color3.new(1, 1, 1)
  162. D_2.BorderColor3 = Color3.new(0, 0, 0)
  163. D_2.Position = UDim2.new(0.0798755214, 0, 0.671924293, 0)
  164. D_2.Size = UDim2.new(0.0399999991, 0, 0.25, 0)
  165. D_2.Font = Enum.Font.SciFi
  166. D_2.Text = "D"
  167. D_2.TextColor3 = Color3.new(0, 0, 0)
  168. D_2.TextSize = 13
  169. D_2.TextWrapped = true
  170. D_2.TextYAlignment = Enum.TextYAlignment.Bottom
  171.  
  172. C_2.Name = "C#"
  173. C_2.Parent = PianoGui
  174. C_2.BackgroundColor3 = Color3.new(0, 0, 0)
  175. C_2.BorderColor3 = Color3.new(0, 0, 0)
  176. C_2.BorderSizePixel = 0
  177. C_2.Position = UDim2.new(0.0663900375, 0, 0.671924293, 0)
  178. C_2.Size = UDim2.new(0.0250000022, 0, 0.13288644, 0)
  179. C_2.ZIndex = 2
  180. C_2.Font = Enum.Font.SourceSans
  181. C_2.Text = ""
  182. C_2.TextColor3 = Color3.new(0, 0, 0)
  183. C_2.TextSize = 13
  184.  
  185. B.Name = "B"
  186. B.Parent = PianoGui
  187. B.BackgroundColor3 = Color3.new(1, 1, 1)
  188. B.BorderColor3 = Color3.new(0, 0, 0)
  189. B.Position = UDim2.new(0.276970953, 0, 0.671924293, 0)
  190. B.Size = UDim2.new(0.0399999991, 0, 0.25, 0)
  191. B.Font = Enum.Font.SciFi
  192. B.Text = "B"
  193. B.TextColor3 = Color3.new(0, 0, 0)
  194. B.TextSize = 13
  195. B.TextWrapped = true
  196. B.TextYAlignment = Enum.TextYAlignment.Bottom
  197.  
  198. A.Name = "A#"
  199. A.Parent = PianoGui
  200. A.BackgroundColor3 = Color3.new(0, 0, 0)
  201. A.BorderColor3 = Color3.new(0, 0, 0)
  202. A.BorderSizePixel = 0
  203. A.Position = UDim2.new(0.269709498, 0, 0.671924293, 0)
  204. A.Size = UDim2.new(0.0250000022, 0, 0.13288644, 0)
  205. A.ZIndex = 2
  206. A.Font = Enum.Font.SourceSans
  207. A.Text = ""
  208. A.TextColor3 = Color3.new(0, 0, 0)
  209. A.TextSize = 13
  210.  
  211. A_2.Name = "A"
  212. A_2.Parent = PianoGui
  213. A_2.BackgroundColor3 = Color3.new(1, 1, 1)
  214. A_2.BorderColor3 = Color3.new(0, 0, 0)
  215. A_2.Position = UDim2.new(0.237551868, 0, 0.671924293, 0)
  216. A_2.Size = UDim2.new(0.0399999991, 0, 0.25, 0)
  217. A_2.Font = Enum.Font.SciFi
  218. A_2.Text = "A"
  219. A_2.TextColor3 = Color3.new(0, 0, 0)
  220. A_2.TextSize = 13
  221. A_2.TextWrapped = true
  222. A_2.TextYAlignment = Enum.TextYAlignment.Bottom
  223.  
  224. HighC.MouseButton1Click:Connect(function()
  225. game.Players.LocalPlayer.Character.Head.Died.TimePosition = .1
  226. game.Players.LocalPlayer.Character.Head.Died:Play()
  227. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  228. game.Players.LocalPlayer.Character.Head.Died:Stop()
  229. end)
  230.  
  231. HighC_2.MouseButton1Click:Connect(function()
  232. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.275
  233. game.Players.LocalPlayer.Character.Head.Died:Play()
  234. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  235. game.Players.LocalPlayer.Character.Head.Died:Stop()
  236. end)
  237.  
  238. B.MouseButton1Click:Connect(function()
  239. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.2675
  240. game.Players.LocalPlayer.Character.Head.Died:Play()
  241. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  242. game.Players.LocalPlayer.Character.Head.Died:Stop()
  243. end)
  244.  
  245. A.MouseButton1Click:Connect(function()
  246. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.25875
  247. game.Players.LocalPlayer.Character.Head.Died:Play()
  248. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  249. game.Players.LocalPlayer.Character.Head.Died:Stop()
  250. end)
  251.  
  252. A_2.MouseButton1Click:Connect(function()
  253. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.23
  254. game.Players.LocalPlayer.Character.Head.Died:Play()
  255. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  256. game.Players.LocalPlayer.Character.Head.Died:Stop()
  257. end)
  258.  
  259. G_2.MouseButton1Click:Connect(function()
  260. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.19
  261. game.Players.LocalPlayer.Character.Head.Died:Play()
  262. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  263. game.Players.LocalPlayer.Character.Head.Died:Stop()
  264. end)
  265.  
  266. F.MouseButton1Click:Connect(function()
  267. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.16
  268. game.Players.LocalPlayer.Character.Head.Died:Play()
  269. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  270. game.Players.LocalPlayer.Character.Head.Died:Stop()
  271. end)
  272.  
  273. F_2.MouseButton1Click:Connect(function()
  274. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.1375
  275. game.Players.LocalPlayer.Character.Head.Died:Play()
  276. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  277. game.Players.LocalPlayer.Character.Head.Died:Stop()
  278. end)
  279.  
  280. E.MouseButton1Click:Connect(function()
  281. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.12875
  282. game.Players.LocalPlayer.Character.Head.Died:Play()
  283. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  284. game.Players.LocalPlayer.Character.Head.Died:Stop()
  285. end)
  286.  
  287. D.MouseButton1Click:Connect(function()
  288. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.12125
  289. game.Players.LocalPlayer.Character.Head.Died:Play()
  290. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  291. game.Players.LocalPlayer.Character.Head.Died:Stop()
  292. end)
  293.  
  294. D_2.MouseButton1Click:Connect(function()
  295. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.11875
  296. game.Players.LocalPlayer.Character.Head.Died:Play()
  297. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  298. game.Players.LocalPlayer.Character.Head.Died:Stop()
  299. end)
  300.  
  301. C_2.MouseButton1Click:Connect(function()
  302. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.115
  303. game.Players.LocalPlayer.Character.Head.Died:Play()
  304. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  305. game.Players.LocalPlayer.Character.Head.Died:Stop()
  306. end)
  307.  
  308. plr = game.Players.LocalPlayer
  309. mouse = plr:GetMouse()
  310. mouse.KeyDown:connect(function(key)
  311. if key == "g" then
  312. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.11875
  313. game.Players.LocalPlayer.Character.Head.Died:Play()
  314. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  315. game.Players.LocalPlayer.Character.Head.Died:Stop()
  316. end
  317. end)
  318.  
  319. plr = game.Players.LocalPlayer
  320. mouse = plr:GetMouse()
  321. mouse.KeyDown:connect(function(key)
  322. if key == "h" then
  323. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.12875
  324. game.Players.LocalPlayer.Character.Head.Died:Play()
  325. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  326. game.Players.LocalPlayer.Character.Head.Died:Stop()
  327. end
  328. end)
  329.  
  330. plr = game.Players.LocalPlayer
  331. mouse = plr:GetMouse()
  332. mouse.KeyDown:connect(function(key)
  333. if key == "j" then
  334. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.1375
  335. game.Players.LocalPlayer.Character.Head.Died:Play()
  336. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  337. game.Players.LocalPlayer.Character.Head.Died:Stop()
  338. end
  339. end)
  340.  
  341. plr = game.Players.LocalPlayer
  342. mouse = plr:GetMouse()
  343. mouse.KeyDown:connect(function(key)
  344. if key == "k" then
  345. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.19
  346. game.Players.LocalPlayer.Character.Head.Died:Play()
  347. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  348. game.Players.LocalPlayer.Character.Head.Died:Stop()
  349. end
  350. end)
  351.  
  352. plr = game.Players.LocalPlayer
  353. mouse = plr:GetMouse()
  354. mouse.KeyDown:connect(function(key)
  355. if key == "l" then
  356. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.23
  357. game.Players.LocalPlayer.Character.Head.Died:Play()
  358. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  359. game.Players.LocalPlayer.Character.Head.Died:Stop()
  360. end
  361. end)
  362.  
  363. plr = game.Players.LocalPlayer
  364. mouse = plr:GetMouse()
  365. mouse.KeyDown:connect(function(key)
  366. if key == ";" then
  367. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.2675
  368. game.Players.LocalPlayer.Character.Head.Died:Play()
  369. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  370. game.Players.LocalPlayer.Character.Head.Died:Stop()
  371. end
  372. end)
  373.  
  374. plr = game.Players.LocalPlayer
  375. mouse = plr:GetMouse()
  376. mouse.KeyDown:connect(function(key)
  377. if key == "'" then
  378. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.275
  379. game.Players.LocalPlayer.Character.Head.Died:Play()
  380. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  381. game.Players.LocalPlayer.Character.Head.Died:Stop()
  382. end
  383. end)
  384.  
  385. plr = game.Players.LocalPlayer
  386. mouse = plr:GetMouse()
  387. mouse.KeyDown:connect(function(key)
  388. if key == "r" then
  389. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.115
  390. game.Players.LocalPlayer.Character.Head.Died:Play()
  391. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  392. game.Players.LocalPlayer.Character.Head.Died:Stop()
  393. end
  394. end)
  395.  
  396. plr = game.Players.LocalPlayer
  397. mouse = plr:GetMouse()
  398. mouse.KeyDown:connect(function(key)
  399. if key == "t" then
  400. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.115
  401. game.Players.LocalPlayer.Character.Head.Died:Play()
  402. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  403. game.Players.LocalPlayer.Character.Head.Died:Stop()
  404. end
  405. end)
  406.  
  407. plr = game.Players.LocalPlayer
  408. mouse = plr:GetMouse()
  409. mouse.KeyDown:connect(function(key)
  410. if key == "y" then
  411. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.165
  412. game.Players.LocalPlayer.Character.Head.Died:Play()
  413. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  414. game.Players.LocalPlayer.Character.Head.Died:Stop()
  415. end
  416. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement