View difference between Paste ID: 5SMu9xC3 and KuQHKncC
SHOW: | | - or go back to the newest paste.
1-
--[ Created By Siarius
1+
2-
Copyright, this whole product ]--
2+
3
mouse = Player:GetMouse()
4
5
c.Humanoid.MaxHealth = math.huge
6
c.Humanoid.Health = math.huge
7
8
h = Instance.new("Hint", game.Workspace)
9
h.Text = "Loading Siarius's KeyBind Music Player."
10
wait(1.5)
11
h.Text = "Loading Siarius's KeyBind Music Player.."
12
wait(1.5)
13
h.Text = "Loading Siarius's KeyBind Music Player..."
14
wait(1.5)
15
h.Text = "Loading Siarius's KeyBind Music Player...."
16
wait(1.5)
17
h.Text = "Loading Siarius's KeyBind Music Player."
18
wait(1.5)
19
h.Text = "Loading Siarius's KeyBind Music Player.."
20
wait(1.5)
21
h.Text = "Loading Siarius's KeyBind Music Player..."
22
wait(1.5)
23
h.Text = "Loading Siarius's KeyBind Music Player...."
24
wait(1.5)
25
h.Text = "Loading Siarius's KeyBind Music Player."
26
wait(1.5)
27
h.Text = "Siarius's KeyBind Music Player Loaded!"
28
wait(1.5)
29
game:GetService("Chat"):Chat(c, "Left Click To End ANY Song, All Keyboard Keys Have A Song Except for W,A,S,D,I, and O")
30
wait(8)
31
game:GetService("Chat"):Chat(c, "[ And ] Control Volume. - And = Control Pitch")
32
wait(8)
33
game:GetService("Chat"):Chat(c, "KeyBind Music Player, By Siarius [V1.20]")
34
35
s = Instance.new("Sound", c.Head)
36
s.Looped = true
37
s.Volume = 1
38
39
mouse.Button1Down:connect(function()
40
game:GetService("Chat"):Chat(c, "Stopped : "..s.Name)
41
	s:Stop()
42
end)
43
44
mouse.KeyDown:connect(function(key)
45
	if key == "[" then
46
		s.Volume = s.Volume -.1
47
game:GetService("Chat"):Chat(c, "Volume Is Now : "..s.Volume)
48
	end
49
end)
50
51
mouse.KeyDown:connect(function(key)
52
	if key == "]" then
53
		s.Volume = s.Volume +.1
54
game:GetService("Chat"):Chat(c, "Volume Is Now : "..s.Volume)
55
	end
56
end)
57
58
mouse.KeyDown:connect(function(key)
59
	if key == "-" then
60
		s.Pitch = s.Pitch -.1
61
game:GetService("Chat"):Chat(c, "Pitch Is Now : "..s.Pitch)
62
	end
63
end)
64
65
mouse.KeyDown:connect(function(key)
66
	if key == "=" then
67
		s.Pitch = s.Pitch +.1
68
game:GetService("Chat"):Chat(c, "Pitch Is Now : "..s.Pitch)
69
	end
70
end)
71
72
---Start of Looking For The Bae---
73
mouse.KeyDown:connect(function(key)
74
	print("Key Pressed : "..key)
75
if key == "q" then
76
	game:GetService("Chat"):Chat(c, "Now Playing : Looking For The Bae")
77
	s.SoundId = "rbxassetid://218017268"
78
	s.Name = "Looking For The Bae"
79
	s:Play()
80
end
81
end)
82
---End of Looking For The Bae---
83
84
---Start of Demons---
85
mouse.KeyDown:connect(function(key)
86
if key == "e" then
87
	game:GetService("Chat"):Chat(c, "Now Playing : Demons")
88
	s.SoundId = "rbxassetid://225115335"
89
		s.Name = "Demons"
90
	s:Play()
91
end
92
end)
93
---End of Demons---
94
95
---Start of Uptown Funk---
96
mouse.KeyDown:connect(function(key)
97
if key == "r" then
98
	game:GetService("Chat"):Chat(c, "Now Playing : Uptown Funk")
99
	s.SoundId = "rbxassetid://235468324"
100
	s.Name = "Uptown Funk"
101
	s:Play()
102
end
103
end)
104
---End of Uptown Funk---
105
106
---Start of Harlem Shake---
107
mouse.KeyDown:connect(function(key)
108
if key == "y" then
109
	game:GetService("Chat"):Chat(c, "Now Playing : Harlem Shake")
110
	s.SoundId = "rbxassetid://142313816"
111
	s.Name = "Harlem Shake"
112
	s:Play()
113
end
114
end)
115
---End of Harlem Shake---
116
117
---Start of See You Again---
118
mouse.KeyDown:connect(function(key)
119
if key == "u" then
120
	game:GetService("Chat"):Chat(c, "Now Playing : See You Again")
121
	s.SoundId = "rbxassetid://235855135"
122
	s.Name = "See You Again"
123
	s:Play()
124
end
125
end)
126
---End of See You Again---
127
128
---Start of Hello---
129
mouse.KeyDown:connect(function(key)
130
if key == "g" then
131
	game:GetService("Chat"):Chat(c, "Now Playing : Hello")
132
	s.SoundId = "rbxassetid://214902446"
133
	s.Name = "Hello"
134
	s:Play()
135
end
136
end)
137
---End of Hello---
138
139
---Start of I'm A 3.0---
140
mouse.KeyDown:connect(function(key)
141
if key == "t" then
142
	game:GetService("Chat"):Chat(c, "Now Playing : I'm A 3.0")
143
	s.SoundId = "rbxassetid://218530627"
144
	s.Name = "I'm A 3.0"
145
	s:Play()
146
end
147
end)
148
---End of I'm A 3.0---
149
150
---Start of Watch Me---
151
mouse.KeyDown:connect(function(key)
152
if key == "z" then
153
	game:GetService("Chat"):Chat(c, "Now Playing : Watch Me")
154
	s.SoundId = "rbxassetid://215733323"
155
	s.Name = "Watch Me"
156
	s:Play()
157
end
158
end)
159
---End of Watch Me---
160
161
---Start of It's Time To Die---
162
mouse.KeyDown:connect(function(key)
163
if key == "x" then
164
	game:GetService("Chat"):Chat(c, "Now Playing : It's Time To Die")
165
	s.SoundId = "rbxassetid://223871924"
166
	s.Name = "It's Time To Die"
167
	s:Play()
168
end
169
end)
170
---End of It's Time To Die---
171
172
---Start of It's Turn Down For What---
173
mouse.KeyDown:connect(function(key)
174
if key == "f" then
175
	game:GetService("Chat"):Chat(c, "Now Playing : Turn Down For What")
176
	s.SoundId = "rbxassetid://143959455"
177
	s.Name = "Turn Down For What"
178
	s:Play()
179
end
180
end)
181
---End of It's Turn Down For What---
182
183
---Start of It's Throw Sum Mo---
184
mouse.KeyDown:connect(function(key)
185
if key == "c" then
186
	game:GetService("Chat"):Chat(c, "Now Playing : Throw Sum Mo")
187
	s.SoundId = "rbxassetid://209096212"
188
	s.Name = "Throw Sum Mo"
189
	s:Play()
190
end
191
end)
192
---End of It's Throw Sum Mo---
193
194
---Start of It's Dum Dee Dum---
195
mouse.KeyDown:connect(function(key)
196
if key == "v" then
197
	game:GetService("Chat"):Chat(c, "Now Playing : Dum Dee Dum")
198
	s.SoundId = "rbxassetid://151663136"
199
	s.Name = "Dum Dee Dum"
200
	s:Play()
201
end
202
end)
203
---End of It's Dum Dee Dum---
204
205
---Start of It's Freaks---
206
mouse.KeyDown:connect(function(key)
207
if key == "b" then
208
	game:GetService("Chat"):Chat(c, "Now Playing : Freaks")
209
	s.SoundId = "rbxassetid://234695144"
210
	s.Name = "Freaks"
211
	s:Play()
212
end
213
end)
214
---End of It's Freaks---
215
216
---Start of It's Love Me Like You Do---
217
mouse.KeyDown:connect(function(key)
218
if key == "n" then
219
	game:GetService("Chat"):Chat(c, "Now Playing : Love Me Like You Do")
220
	s.SoundId = "rbxassetid://216767137"
221
	s.Name = "Love Me Like You Do"
222
	s:Play()
223
end
224
end)
225
---End of It's Love Me Like You Do---
226
227
---Start of It's Mmm Yeah Yeah---
228
mouse.KeyDown:connect(function(key)
229
if key == "m" then
230
	game:GetService("Chat"):Chat(c, "Now Playing : Mmm Yeah Yeah")
231
	s.SoundId = "rbxassetid://149811427"
232
	s.Name = "Mmm Yeah Yeah"
233
	s:Play()
234
end
235
end)
236
---End of Mmm Yeah Yeah---
237
238
---Start of Warriors---
239
mouse.KeyDown:connect(function(key)
240
if key == "h" then
241
	game:GetService("Chat"):Chat(c, "Now Playing : Warriors")
242
	s.SoundId = "rbxassetid://194232694"
243
	s.Name = "Warriors"
244
	s:Play()
245
end
246
end)
247
---End of Warriors---
248
249
---Start of No Flex Zone---
250
mouse.KeyDown:connect(function(key)
251
if key == "j" then
252
	game:GetService("Chat"):Chat(c, "Now Playing : No Flex Zone")
253
	s.SoundId = "rbxassetid://166886402"
254
	s.Name = "No Flex Zone"
255
	s:Play()
256
end
257
end)
258
---End of No Flex Zone---
259
260
---Start of Centuries---
261
mouse.KeyDown:connect(function(key)
262
if key == "k" then
263
	game:GetService("Chat"):Chat(c, "Now Playing : Centuries")
264
	s.SoundId = "rbxassetid://211626338"
265
	s.Name = "Centuries"
266
	s:Play()
267
end
268
end)
269
---End of Centuries---
270
271
---Start of Lips Are Movin'---
272
mouse.KeyDown:connect(function(key)
273
if key == "l" then
274
	game:GetService("Chat"):Chat(c, "Now Playing : Lips Are Movin'")
275
	s.SoundId = "rbxassetid://207106257"
276
	s.Name = "Lips Are Movin'"
277
	s:Play()
278
end
279
end)
280
---End of Lips Are Movin'---
281
282
---Start of I Don't Mind---
283
mouse.KeyDown:connect(function(key)
284
if key == "p" then
285
	game:GetService("Chat"):Chat(c, "Now Playing : I Don't Mind")
286
	s.SoundId = "rbxassetid://208719506"
287
	s.Name = "I Don't Mind"
288
	s:Play()
289
end
290
end)
291
---End of I Don't Mind---
292
293
--</\>Copyright Siarius 2015</\>--