File size: 12,004 Bytes
6ebc1e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
[
    {
        "t": 5.9, 
        "l": "I Can make your bed rock"
    }, 
    {
        "t": 9.230208333333334, 
        "l": "I Can make your bed rock girl"
    }, 
    {
        "t": 12.260416666666666, 
        "l": "I Can make your bed rock"
    }, 
    {
        "t": 15.589583333333334, 
        "l": "I Can make your bed rock"
    }, 
    {
        "t": 15.589583333333334, 
        "l": ""
    }, 
    {
        "t": 17.119791666666668, 
        "l": "[Verse 1 — Lil Wayne:]"
    }, 
    {
        "t": 17.889583333333334, 
        "l": "She got that good good,"
    }, 
    {
        "t": 19.430208333333333, 
        "l": "she Michael Jackson bad"
    }, 
    {
        "t": 21.219791666666666, 
        "l": "I'm attracted to her"
    }, 
    {
        "t": 23.010416666666668, 
        "l": "for her attractive ass"
    }, 
    {
        "t": 24.55, 
        "l": "And now we murderers,"
    }, 
    {
        "t": 26.08020833333333, 
        "l": "because we kill time"
    }, 
    {
        "t": 27.83020833333333, 
        "l": "I knock her lights out"
    }, 
    {
        "t": 29.110416666666666, 
        "l": "and she still shine"
    }, 
    {
        "t": 30.95, 
        "l": "I hate to see her go, but"
    }, 
    {
        "t": 32.739583333333336, 
        "l": "I'd love to watch her leave"
    }, 
    {
        "t": 34.01979166666666, 
        "l": "But I keep her runnin' back"
    }, 
    {
        "t": 35.3, 
        "l": "and forth like a soccer team"
    }, 
    {
        "t": 37.33958333333333, 
        "l": "Cold as a winter's day,"
    }, 
    {
        "t": 39.139583333333334, 
        "l": "hot as a summer's eve"
    }, 
    {
        "t": 40.93020833333333, 
        "l": "Young Money"
    }, 
    {
        "t": 41.489583333333336, 
        "l": "thieves, steal your love and leave"
    }, 
    {
        "t": 41.489583333333336, 
        "l": ""
    }, 
    {
        "t": 43.489583333333336, 
        "l": "[Verse 2 — Gudda Gudda:]"
    }, 
    {
        "t": 43.75, 
        "l": "I like the way you walkin'"
    }, 
    {
        "t": 45.280208333333334, 
        "l": "if you walkin' my way"
    }, 
    {
        "t": 47.33020833333333, 
        "l": "I'm that red bull,"
    }, 
    {
        "t": 49.119791666666664, 
        "l": "now let's fly away"
    }, 
    {
        "t": 50.91979166666667, 
        "l": "Let's buy a place"
    }, 
    {
        "t": 52.449999999999996, 
        "l": "with all kinds of space"
    }, 
    {
        "t": 53.73020833333333, 
        "l": "I'll let you be the judge"
    }, 
    {
        "t": 55.51979166666666, 
        "l": "and I'm the case"
    }, 
    {
        "t": 57.31979166666667, 
        "l": "I'm Gudda Gudda, I put her under"
    }, 
    {
        "t": 60.389583333333334, 
        "l": "I see me with her, no Stevie Wonder"
    }, 
    {
        "t": 63.66979166666667, 
        "l": "She don't even wonder,"
    }, 
    {
        "t": 64.98958333333333, 
        "l": "cause she know she bad"
    }, 
    {
        "t": 66.78020833333333, 
        "l": "And I got her nigga, grocery bags"
    }, 
    {
        "t": 66.78020833333333, 
        "l": ""
    }, 
    {
        "t": 69.6, 
        "l": "Okay, oh baby"
    }, 
    {
        "t": 70.88020833333333, 
        "l": "I be stuck to you like glue baby"
    }, 
    {
        "t": 74.25, 
        "l": "Wanna spend it all on you baby"
    }, 
    {
        "t": 77.58020833333333, 
        "l": "My room is the g-spot"
    }, 
    {
        "t": 79.41979166666667, 
        "l": "Call me Mr. Flintstone"
    }, 
    {
        "t": 81.21041666666666, 
        "l": "I can make your bedrock"
    }, 
    {
        "t": 83.98020833333334, 
        "l": "I can make your bedrock"
    }, 
    {
        "t": 87.26041666666667, 
        "l": "I can make your bedrock girl"
    }, 
    {
        "t": 90.33020833333333, 
        "l": "I can make your bedrock"
    }, 
    {
        "t": 93.71041666666666, 
        "l": "I can make your bedrock"
    }, 
    {
        "t": 93.71041666666666, 
        "l": ""
    }, 
    {
        "t": 95.2, 
        "l": "[Verse 3 — Nicki Minaj:]"
    }, 
    {
        "t": 95.71041666666666, 
        "l": "Okay, I get it, let me think,"
    }, 
    {
        "t": 97.71979166666667, 
        "l": "I guess it's my turn"
    }, 
    {
        "t": 99.25, 
        "l": "Maybe it's time to put this pussy"
    }, 
    {
        "t": 101.35, 
        "l": "on your side burns"
    }, 
    {
        "t": 102.58020833333333, 
        "l": "He say I'm bad, he probably right"
    }, 
    {
        "t": 105.18958333333333, 
        "l": "He pressin' me like button downs"
    }, 
    {
        "t": 106.71979166666667, 
        "l": "on a Friday night (Ha ha ha)"
    }, 
    {
        "t": 108.98020833333334, 
        "l": "I'm so pretty like,"
    }, 
    {
        "t": 110.78020833333333, 
        "l": "be on my pedal bike"
    }, 
    {
        "t": 112.31041666666667, 
        "l": "Be on my low scorch"
    }, 
    {
        "t": 114.1, 
        "l": "Be on my echo whites"
    }, 
    {
        "t": 115.58958333333334, 
        "l": "He say, \"Nicki don't stop,"
    }, 
    {
        "t": 117.43020833333333, 
        "l": "you the bestest.\""
    }, 
    {
        "t": 118.96979166666667, 
        "l": "And I just be coming"
    }, 
    {
        "t": 119.95, 
        "l": "off the top as bestest"
    }, 
    {
        "t": 119.95, 
        "l": ""
    }, 
    {
        "t": 121.48020833333334, 
        "l": "[Verse 4 — Drake:]"
    }, 
    {
        "t": 121.98958333333333, 
        "l": "I love your sushi roll,"
    }, 
    {
        "t": 123.73958333333333, 
        "l": "hotter than wasabi"
    }, 
    {
        "t": 125.28020833333333, 
        "l": "I race for your love,"
    }, 
    {
        "t": 126.56041666666667, 
        "l": "shake and bake, Ricky bobby"
    }, 
    {
        "t": 128.65, 
        "l": "I'm at the W but I can't"
    }, 
    {
        "t": 129.88958333333332, 
        "l": "meet you in the lobby"
    }, 
    {
        "t": 131.68020833333333, 
        "l": "Girl I gotta watch my back"
    }, 
    {
        "t": 133.46979166666665, 
        "l": "cause I'm not just anybody"
    }, 
    {
        "t": 134.96979166666665, 
        "l": "I see them standing in line,"
    }, 
    {
        "t": 136.76041666666666, 
        "l": "just to get beside her"
    }, 
    {
        "t": 138.28958333333333, 
        "l": "I let her see the Aston, I"
    }, 
    {
        "t": 140.38020833333334, 
        "l": "let the rest surprise her"
    }, 
    {
        "t": 141.61979166666666, 
        "l": "That's when we disappear,"
    }, 
    {
        "t": 142.9, 
        "l": "you need GPS to find her"
    }, 
    {
        "t": 144.91041666666666, 
        "l": "Oh that was your girl, I"
    }, 
    {
        "t": 146.7, 
        "l": "thought I recognized her"
    }, 
    {
        "t": 146.7, 
        "l": ""
    }, 
    {
        "t": 147.68020833333333, 
        "l": "Okay, oh baby"
    }, 
    {
        "t": 147.93958333333333, 
        "l": "I be stuck to you like glue baby"
    }, 
    {
        "t": 152.5, 
        "l": "Wanna spend it all on you baby"
    }, 
    {
        "t": 155.56979166666667, 
        "l": "My room is the g-spot"
    }, 
    {
        "t": 157.36041666666665, 
        "l": "Call me Mr. Flintstone"
    }, 
    {
        "t": 159.16041666666666, 
        "l": "I can make your bedrock"
    }, 
    {
        "t": 161.93020833333333, 
        "l": "I can make your bedrock"
    }, 
    {
        "t": 165.25, 
        "l": "I can make your bedrock girl"
    }, 
    {
        "t": 168.28958333333333, 
        "l": "I can make your bedrock"
    }, 
    {
        "t": 171.61041666666665, 
        "l": "I can make your bedrock"
    }, 
    {
        "t": 171.61041666666665, 
        "l": ""
    }, 
    {
        "t": 172.9, 
        "l": "[Verse 5 — Tyga:]"
    }, 
    {
        "t": 173.66041666666666, 
        "l": "She like tannin', I like stayin' in"
    }, 
    {
        "t": 177.23958333333334, 
        "l": "She like romancin', I"
    }, 
    {
        "t": 179.0, 
        "l": "like rollin' with friends"
    }, 
    {
        "t": 180.53020833333332, 
        "l": "She said I'm caged in, I"
    }, 
    {
        "t": 182.33020833333333, 
        "l": "think her conscious is"
    }, 
    {
        "t": 183.81979166666667, 
        "l": "She watchin' that oxygen,"
    }, 
    {
        "t": 185.35, 
        "l": "I'm watchin' ESPN"
    }, 
    {
        "t": 187.13958333333332, 
        "l": "But when that show ends,"
    }, 
    {
        "t": 188.41979166666667, 
        "l": "she all on my skin lotion"
    }, 
    {
        "t": 189.96041666666667, 
        "l": "Slow motions, roller coasting like"
    }, 
    {
        "t": 191.71041666666667, 
        "l": "back, forth, hold it"
    }, 
    {
        "t": 194.73958333333334, 
        "l": "She pose like it's for posters"
    }, 
    {
        "t": 196.26979166666666, 
        "l": "and I poke like I'm supposed to"
    }, 
    {
        "t": 197.76979166666666, 
        "l": "Take this photo if you for me,"
    }, 
    {
        "t": 199.3, 
        "l": "she said don't you ever show this"
    }, 
    {
        "t": 201.08958333333334, 
        "l": "I'm too loyal and too focused,"
    }, 
    {
        "t": 204.16979166666667, 
        "l": "to be losing and be hopeless"
    }, 
    {
        "t": 207.75, 
        "l": "When I spoke this, she rejoiced it"
    }, 
    {
        "t": 209.25, 
        "l": "Said your words get me"
    }, 
    {
        "t": 210.31041666666667, 
        "l": "open, so I closed it"
    }, 
    {
        "t": 211.79999999999998, 
        "l": "Where your clothes is, I'm"
    }, 
    {
        "t": 212.83020833333333, 
        "l": "only loving for the moment"
    }, 
    {
        "t": 212.83020833333333, 
        "l": ""
    }, 
    {
        "t": 213.86041666666665, 
        "l": "[Verse 6 — Jae Millz:]"
    }, 
    {
        "t": 214.58020833333333, 
        "l": "She ain't got a man but she's not alone"
    }, 
    {
        "t": 218.16041666666666, 
        "l": "Miss independent yeah she got her own"
    }, 
    {
        "t": 221.23020833333334, 
        "l": "Hey gorgeous, umm, I mean flawless, well"
    }, 
    {
        "t": 224.26041666666666, 
        "l": "That's what you are, how I"
    }, 
    {
        "t": 225.53958333333333, 
        "l": "see it, this how I call it"
    }, 
    {
        "t": 227.28958333333333, 
        "l": "Yeah, look at how she walk,"
    }, 
    {
        "t": 229.08020833333333, 
        "l": "mmhmm she know she bad"
    }, 
    {
        "t": 231.08020833333333, 
        "l": "Do your thang baby, I ain't even mad"
    }, 
    {
        "t": 234.16041666666666, 
        "l": "And I ain't leaving"
    }, 
    {
        "t": 235.18958333333333, 
        "l": "fast, Imma stay a while"
    }, 
    {
        "t": 237.45, 
        "l": "Hold your head Chris, Imma take her down"
    }, 
    {
        "t": 237.45, 
        "l": ""
    }, 
    {
        "t": 239.96041666666667, 
        "l": "Okay, ooh baby"
    }, 
    {
        "t": 242.01041666666666, 
        "l": "I be stuck to you like glue baby"
    }, 
    {
        "t": 245.03958333333333, 
        "l": "Wanna spend it all on you baby"
    }, 
    {
        "t": 248.33020833333333, 
        "l": "My room is the g-spot"
    }, 
    {
        "t": 250.11979166666666, 
        "l": "Call me Mr. Flintstone"
    }, 
    {
        "t": 251.86979166666666, 
        "l": "I can make your bedrock"
    }, 
    {
        "t": 254.73020833333334, 
        "l": "I can make your bedrock"
    }, 
    {
        "t": 258.26979166666666, 
        "l": "I can make your bedrock girl"
    }, 
    {
        "t": 261.0395833333333, 
        "l": "I can make your bedrock"
    }, 
    {
        "t": 263.08958333333334, 
        "l": "I can make your bedrock"
    }
]