File size: 12,990 Bytes
c8c1654
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
[
    {
        "t": 2.7104166666666667, 
        "l": "[Intro: Yo Gotti & Nicki Minaj]"
    }, 
    {
        "t": 3.4604166666666667, 
        "l": "EarDrummers"
    }, 
    {
        "t": 3.6999999999999997, 
        "l": "Aw, this the strip club"
    }, 
    {
        "t": 4.460416666666666, 
        "l": "anthem, nigga, what’s up?"
    }, 
    {
        "t": 5.460416666666666, 
        "l": "Young Money"
    }, 
    {
        "t": 6.45, 
        "l": "Yeah, me and Mike WiLL pull"
    }, 
    {
        "t": 7.960416666666666, 
        "l": "up to AOD back to back"
    }, 
    {
        "t": 9.689583333333333, 
        "l": "Them AMG 63’s"
    }, 
    {
        "t": 11.95, 
        "l": "Mike WiLL Made-It, nigga"
    }, 
    {
        "t": 11.95, 
        "l": ""
    }, 
    {
        "t": 12.530208333333333, 
        "l": "[Chorus: Yo Gotti]"
    }, 
    {
        "t": 12.539583333333333, 
        "l": "I tell all my hoes: rake it up"
    }, 
    {
        "t": 15.45, 
        "l": "Break it down, bag it up"
    }, 
    {
        "t": 18.45, 
        "l": "Fuck it up, fuck it up,"
    }, 
    {
        "t": 19.93958333333333, 
        "l": "back it up, back it up"
    }, 
    {
        "t": 21.7, 
        "l": "Rake it up, rake it up,"
    }, 
    {
        "t": 23.2, 
        "l": "back it up, back it up"
    }, 
    {
        "t": 25.210416666666667, 
        "l": "I tell all my hoes: rake it up (what?)"
    }, 
    {
        "t": 27.960416666666667, 
        "l": "Break it down, bag it up (bag it up)"
    }, 
    {
        "t": 31.45, 
        "l": "Fuck it up, fuck it up, fuck"
    }, 
    {
        "t": 32.45, 
        "l": "it up, fuck it up (fuck it up)"
    }, 
    {
        "t": 34.45, 
        "l": "Fuck it up, fuck it up, rake it up,"
    }, 
    {
        "t": 35.95, 
        "l": "rake it up (fuck it up, rake it up)"
    }, 
    {
        "t": 35.95, 
        "l": ""
    }, 
    {
        "t": 37.45, 
        "l": "[Verse 1: Yo Gotti]"
    }, 
    {
        "t": 38.01979166666666, 
        "l": "I made love to a stripper (stripper),"
    }, 
    {
        "t": 39.96041666666667, 
        "l": "first I had to tip her (phrrr)"
    }, 
    {
        "t": 40.95, 
        "l": "20 thousand ones, (woo) she"
    }, 
    {
        "t": 42.43958333333333, 
        "l": "said I'm that nigga (I am)"
    }, 
    {
        "t": 44.7, 
        "l": "I said I'm that nigga, bitch,"
    }, 
    {
        "t": 45.7, 
        "l": "I already know it (I know it)"
    }, 
    {
        "t": 47.45, 
        "l": "I come with bad weather, (ksh)"
    }, 
    {
        "t": 48.7, 
        "l": "they say I'm a storm (ayy)"
    }, 
    {
        "t": 51.21041666666667, 
        "l": "VVS in my chum, that's"
    }, 
    {
        "t": 52.199999999999996, 
        "l": "a Roc-A-Fella chain"
    }, 
    {
        "t": 53.699999999999996, 
        "l": "I was sendin' bricks to Harlem"
    }, 
    {
        "t": 55.21041666666667, 
        "l": "back when Jay was still with Dame"
    }, 
    {
        "t": 57.449999999999996, 
        "l": "I'm a Phillipe Chow, (what?)"
    }, 
    {
        "t": 58.449999999999996, 
        "l": "I got a Patek on (okay)"
    }, 
    {
        "t": 60.199999999999996, 
        "l": "Got a stripper with me, she"
    }, 
    {
        "t": 60.949999999999996, 
        "l": "pick up the check, home (phrrr)"
    }, 
    {
        "t": 63.199999999999996, 
        "l": "She gon' fuck it up, fuck it up,"
    }, 
    {
        "t": 64.93958333333333, 
        "l": "she don't need makeup (makeup)"
    }, 
    {
        "t": 66.45, 
        "l": "She gon' rake it up, rake it up"
    }, 
    {
        "t": 67.7, 
        "l": "until a nigga pay up (pay up)"
    }, 
    {
        "t": 69.95, 
        "l": "She said pay for the pussy, pay"
    }, 
    {
        "t": 70.95, 
        "l": "for the pussy (pay), wait for the"
    }, 
    {
        "t": 72.2, 
        "l": "pussy, wait for the pussy (wait)"
    }, 
    {
        "t": 73.45, 
        "l": "Ask God to forgive me (why) 'cause I"
    }, 
    {
        "t": 74.71041666666666, 
        "l": "pray for the pussy, pray for the pussy"
    }, 
    {
        "t": 74.71041666666666, 
        "l": ""
    }, 
    {
        "t": 75.95, 
        "l": "[Chorus: Yo Gotti & Nicki Minaj]"
    }, 
    {
        "t": 76.48958333333333, 
        "l": "I tell all my hoes: rake it up"
    }, 
    {
        "t": 79.45, 
        "l": "Break it down, bag it up"
    }, 
    {
        "t": 82.7, 
        "l": "Fuck it up, fuck it up,"
    }, 
    {
        "t": 83.96041666666666, 
        "l": "back it up, back it up"
    }, 
    {
        "t": 85.71041666666666, 
        "l": "Rake it up, rake it up,"
    }, 
    {
        "t": 87.2, 
        "l": "back it up, back it up"
    }, 
    {
        "t": 89.2, 
        "l": "I tell all my hoes: rake it up (what?)"
    }, 
    {
        "t": 91.95, 
        "l": "Break it down, bag it up"
    }, 
    {
        "t": 95.45, 
        "l": "Fuck it up, fuck it up, fuck"
    }, 
    {
        "t": 96.95, 
        "l": "it up, fuck it up (fuck it up)"
    }, 
    {
        "t": 98.7, 
        "l": "Fuck it up, fuck it up, rake it up,"
    }, 
    {
        "t": 99.7, 
        "l": "rake it up (fuck it up, rake it up)"
    }, 
    {
        "t": 100.71041666666666, 
        "l": "Yo, yo"
    }, 
    {
        "t": 100.71041666666666, 
        "l": ""
    }, 
    {
        "t": 101.46041666666666, 
        "l": "[Verse 2: Nicki Minaj]"
    }, 
    {
        "t": 102.01979166666666, 
        "l": "Brought out the pink Lamborghini"
    }, 
    {
        "t": 102.93958333333333, 
        "l": "just to race with Chyna"
    }, 
    {
        "t": 104.95, 
        "l": "Bought the Wraith, the"
    }, 
    {
        "t": 106.45, 
        "l": "China, just to race in China"
    }, 
    {
        "t": 108.21041666666666, 
        "l": "Lil' bad Trini bitch but"
    }, 
    {
        "t": 108.95, 
        "l": "she mixed with China"
    }, 
    {
        "t": 111.46041666666666, 
        "l": "Real thick vagina, smuggle"
    }, 
    {
        "t": 112.95, 
        "l": "bricks to China (woo)"
    }, 
    {
        "t": 114.95, 
        "l": "I tell all my niggas, (yo)"
    }, 
    {
        "t": 115.95, 
        "l": "cut the check (cut the check)"
    }, 
    {
        "t": 117.93958333333333, 
        "l": "Buss it down, turn your"
    }, 
    {
        "t": 118.95, 
        "l": "goofy down, (down) pound"
    }, 
    {
        "t": 121.46041666666666, 
        "l": "I'ma do splits on it, yes, splits"
    }, 
    {
        "t": 121.96979166666667, 
        "l": "on it, (splits) I'm a bad bitch,"
    }, 
    {
        "t": 123.21041666666666, 
        "l": "I'ma throw fits on it (fits)"
    }, 
    {
        "t": 124.21041666666666, 
        "l": "I'ma bust it open, I'ma go stupid"
    }, 
    {
        "t": 126.2, 
        "l": "and be a ditz on it (ditz)"
    }, 
    {
        "t": 127.45, 
        "l": "I don't date honey, (no?)"
    }, 
    {
        "t": 128.95, 
        "l": "cookie on tsunami (oh)"
    }, 
    {
        "t": 130.45, 
        "l": "All my niggas wife me once"
    }, 
    {
        "t": 131.95, 
        "l": "they get that good punani (oh)"
    }, 
    {
        "t": 133.46041666666667, 
        "l": "I think he need a Bonnie, I"
    }, 
    {
        "t": 135.2, 
        "l": "might just let him find me"
    }, 
    {
        "t": 136.95, 
        "l": "Never trust a big butt and"
    }, 
    {
        "t": 137.7, 
        "l": "a smile, word to Ronnie"
    }, 
    {
        "t": 138.7, 
        "l": "Re-rep Queens like Supreme,"
    }, 
    {
        "t": 141.45, 
        "l": "ask Webb and Nitti"
    }, 
    {
        "t": 143.2, 
        "l": "Ask Bimmy and Joe, nigga run me my dough"
    }, 
    {
        "t": 146.2, 
        "l": "Wr-wrist game is freezin'"
    }, 
    {
        "t": 147.93958333333333, 
        "l": "like it wait in the cold"
    }, 
    {
        "t": 149.7, 
        "l": "Nickname is Nicki but my"
    }, 
    {
        "t": 151.2, 
        "l": "name ain't Nicole (grrr)"
    }, 
    {
        "t": 151.2, 
        "l": ""
    }, 
    {
        "t": 152.7, 
        "l": "[Chorus: Yo Gotti]"
    }, 
    {
        "t": 153.21041666666667, 
        "l": "I tell all my hoes: rake it up"
    }, 
    {
        "t": 155.96041666666667, 
        "l": "Break it down, bag it up"
    }, 
    {
        "t": 157.95, 
        "l": "Fuck it up, fuck it up,"
    }, 
    {
        "t": 160.71041666666667, 
        "l": "back it up, back it up"
    }, 
    {
        "t": 162.2, 
        "l": "Rake it up, rake it up,"
    }, 
    {
        "t": 163.96041666666667, 
        "l": "back it up, back it up"
    }, 
    {
        "t": 165.7, 
        "l": "I tell all my hoes: rake it up (what?)"
    }, 
    {
        "t": 168.95, 
        "l": "Break it down, bag it up"
    }, 
    {
        "t": 171.7, 
        "l": "Fuck it up, fuck it up, fuck"
    }, 
    {
        "t": 173.7, 
        "l": "it up, fuck it up (fuck it up)"
    }, 
    {
        "t": 174.95, 
        "l": "Fuck it up, fuck it up, rake it up,"
    }, 
    {
        "t": 177.2, 
        "l": "rake it up (fuck it up, rake it up)"
    }, 
    {
        "t": 177.2, 
        "l": ""
    }, 
    {
        "t": 178.2, 
        "l": "[Verse 3: Yo Gotti & Too Short]"
    }, 
    {
        "t": 178.95, 
        "l": "Well, I'm the dough boy,"
    }, 
    {
        "t": 179.95, 
        "l": "the one they talkin' about"
    }, 
    {
        "t": 181.7, 
        "l": "All these gossipin' ass niggas"
    }, 
    {
        "t": 183.21041666666667, 
        "l": "got my name in they mouth"
    }, 
    {
        "t": 184.7, 
        "l": "I know the bad bitches but"
    }, 
    {
        "t": 186.46041666666667, 
        "l": "know niggas who bitches too"
    }, 
    {
        "t": 188.45, 
        "l": "They should bleed once a month"
    }, 
    {
        "t": 189.96041666666667, 
        "l": "'cause that's what these bitches do"
    }, 
    {
        "t": 191.71041666666667, 
        "l": "You a bitch and ya"
    }, 
    {
        "t": 193.2, 
        "l": "bitch should expose you"
    }, 
    {
        "t": 194.45, 
        "l": "All that pillow talkin',"
    }, 
    {
        "t": 195.95, 
        "l": "nigga, that's what the hoes do"
    }, 
    {
        "t": 197.95, 
        "l": "You a bitch, word to my nigga, Short"
    }, 
    {
        "t": 200.7, 
        "l": "We won't never write no statement,"
    }, 
    {
        "t": 202.45, 
        "l": "we ain't showin' up in court"
    }, 
    {
        "t": 204.45, 
        "l": "Bitch, we don't do no gossipin',"
    }, 
    {
        "t": 206.45, 
        "l": "we don't do no arguin'"
    }, 
    {
        "t": 208.2, 
        "l": "We don't beef on social"
    }, 
    {
        "t": 209.7, 
        "l": "sites, we just hit our target"
    }, 
    {
        "t": 211.2, 
        "l": "We don't do no rumors, we don't"
    }, 
    {
        "t": 212.7, 
        "l": "don't pay no shooters (rumors, brrr)"
    }, 
    {
        "t": 214.71041666666667, 
        "l": "You a little bitty bitty bitch, you"
    }, 
    {
        "t": 216.2, 
        "l": "should work at Hooters (yo)"
    }, 
    {
        "t": 217.45, 
        "l": "You a old hater, you a fuckin' cougar"
    }, 
    {
        "t": 220.95, 
        "l": "You a bitch and he a bitch"
    }, 
    {
        "t": 222.45, 
        "l": "and y'all like twin sisters"
    }, 
    {
        "t": 224.2, 
        "l": "Respect ya hustle, get ya"
    }, 
    {
        "t": 224.95, 
        "l": "money, baby, win with us"
    }, 
    {
        "t": 227.2, 
        "l": "Ya boyfriend actin' like a bitch"
    }, 
    {
        "t": 228.45, 
        "l": "then why you still with him?"
    }, 
    {
        "t": 228.45, 
        "l": ""
    }, 
    {
        "t": 229.95, 
        "l": "[Chorus: Yo Gotti]"
    }, 
    {
        "t": 229.96041666666667, 
        "l": "I tell all my hoes: rake it up"
    }, 
    {
        "t": 233.2, 
        "l": "Break it down, bag it up"
    }, 
    {
        "t": 235.95, 
        "l": "Fuck it up, fuck it up,"
    }, 
    {
        "t": 237.45, 
        "l": "back it up, back it up"
    }, 
    {
        "t": 238.95, 
        "l": "Rake it up, rake it up,"
    }, 
    {
        "t": 240.45, 
        "l": "back it up, back it up"
    }, 
    {
        "t": 242.46041666666667, 
        "l": "I tell all my hoes: rake it up (what?)"
    }, 
    {
        "t": 245.7, 
        "l": "Break it down, bag it up"
    }, 
    {
        "t": 248.95, 
        "l": "Fuck it up, fuck it up, fuck"
    }, 
    {
        "t": 249.95, 
        "l": "it up, fuck it up (fuck it up)"
    }, 
    {
        "t": 251.71041666666667, 
        "l": "Fuck it up, fuck it up, rake it up,"
    }, 
    {
        "t": 253.96041666666667, 
        "l": "rake it up (fuck it up, rake it up)"
    }
]