File size: 11,121 Bytes
af78f84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[
    {
        "t": 12.689583333333333, 
        "l": "I buy a new car for the bitch (for real)"
    }, 
    {
        "t": 14.1, 
        "l": "I tear down the mall with"
    }, 
    {
        "t": 15.310416666666667, 
        "l": "the bitch (for real)"
    }, 
    {
        "t": 16.169791666666665, 
        "l": "You can't even talk to the bitch (no)"
    }, 
    {
        "t": 17.319791666666667, 
        "l": "She fucking with bosses"
    }, 
    {
        "t": 18.280208333333334, 
        "l": "and shit (oh God)"
    }, 
    {
        "t": 18.989583333333332, 
        "l": "I pull up in 'rari's and"
    }, 
    {
        "t": 20.15, 
        "l": "shit, with choppers and"
    }, 
    {
        "t": 20.969791666666666, 
        "l": "Harley's and shit (for real)"
    }, 
    {
        "t": 22.269791666666666, 
        "l": "I be Gucci'd down, you wearing"
    }, 
    {
        "t": 23.919791666666665, 
        "l": "Lacoste and shit (bitch)"
    }, 
    {
        "t": 25.35, 
        "l": "Yeah, Moncler, yeah, fur came"
    }, 
    {
        "t": 27.639583333333334, 
        "l": "off of that, yeah (yeah)"
    }, 
    {
        "t": 29.15, 
        "l": "Triple homicide, put me in"
    }, 
    {
        "t": 30.25, 
        "l": "a chair, yeah (in jail)"
    }, 
    {
        "t": 32.139583333333334, 
        "l": "Triple cross the plug, we do"
    }, 
    {
        "t": 33.7, 
        "l": "not play fair, yeah (Oh god)"
    }, 
    {
        "t": 35.610416666666666, 
        "l": "Got 'em tennis chains on and"
    }, 
    {
        "t": 36.7, 
        "l": "they real blingy (blingy)"
    }, 
    {
        "t": 38.610416666666666, 
        "l": "Draco make you do the chicken"
    }, 
    {
        "t": 40.380208333333336, 
        "l": "head like Chingy (Chingy)"
    }, 
    {
        "t": 42.130208333333336, 
        "l": "Walk in Neiman Marcus and I"
    }, 
    {
        "t": 43.860416666666666, 
        "l": "spend a light fifty (fifty)"
    }, 
    {
        "t": 45.139583333333334, 
        "l": "Please proceed with caution,"
    }, 
    {
        "t": 46.630208333333336, 
        "l": "shooters, they be right with me (21)"
    }, 
    {
        "t": 48.380208333333336, 
        "l": "Bad bitch, cute face"
    }, 
    {
        "t": 49.489583333333336, 
        "l": "and some nice titties"
    }, 
    {
        "t": 51.66041666666666, 
        "l": "$7500 on a Saint Laurent jacket (yeah)"
    }, 
    {
        "t": 54.639583333333334, 
        "l": "Bitch, be careful where you"
    }, 
    {
        "t": 56.030208333333334, 
        "l": "dumpin' your ashes (bitch)"
    }, 
    {
        "t": 58.110416666666666, 
        "l": "I ain't no sucker, I ain't"
    }, 
    {
        "t": 59.449999999999996, 
        "l": "cut for no action (nah)"
    }, 
    {
        "t": 61.110416666666666, 
        "l": "The skreets raised me, I'm a ho"
    }, 
    {
        "t": 62.199999999999996, 
        "l": "bastard (wild, wild, wild, wild)"
    }, 
    {
        "t": 64.63958333333333, 
        "l": "I bought a 'Rari just so"
    }, 
    {
        "t": 65.96041666666666, 
        "l": "I can go faster (skrrt)"
    }, 
    {
        "t": 67.35, 
        "l": "Niggas tryna copy me, they"
    }, 
    {
        "t": 69.35, 
        "l": "playin' catch up (21)"
    }, 
    {
        "t": 70.61041666666667, 
        "l": "I might pull up in a"
    }, 
    {
        "t": 72.05, 
        "l": "Ghost, no Casper (21)"
    }, 
    {
        "t": 73.86041666666667, 
        "l": "I been smoking gas and I got no action"
    }, 
    {
        "t": 73.86041666666667, 
        "l": ""
    }, 
    {
        "t": 76.31979166666666, 
        "l": "I got 1-2-3-4-5-6-7-8 M's in my"
    }, 
    {
        "t": 80.83020833333333, 
        "l": "bank account, yeah (Oh, God)"
    }, 
    {
        "t": 82.2, 
        "l": "In my bank account, yeah (Oh God)"
    }, 
    {
        "t": 83.71979166666667, 
        "l": "In my bank account, yeah (Oh God)"
    }, 
    {
        "t": 85.36041666666667, 
        "l": "In my bank account, yeah (Oh God)"
    }, 
    {
        "t": 86.86041666666667, 
        "l": "In my bank account, yeah (Oh God)"
    }, 
    {
        "t": 88.26041666666667, 
        "l": "In my bank account, yeah (Oh God)"
    }, 
    {
        "t": 89.96979166666667, 
        "l": "I got 1-2-3-4-5-6-7-8 shooters"
    }, 
    {
        "t": 93.01041666666667, 
        "l": "ready to gun you down, yeah (fast)"
    }, 
    {
        "t": 94.66979166666667, 
        "l": "Ready to gun you down, yeah (Oh God)"
    }, 
    {
        "t": 96.41979166666667, 
        "l": "Ready to gun you down, yeah (Oh God)"
    }, 
    {
        "t": 98.03958333333333, 
        "l": "Ready to gun you down, yeah (Oh God)"
    }, 
    {
        "t": 99.38020833333333, 
        "l": "Ready to gun you down, yeah (Oh God)"
    }, 
    {
        "t": 101.01979166666666, 
        "l": "Ready to gun you down, yeah (Oh God)"
    }, 
    {
        "t": 101.01979166666666, 
        "l": ""
    }, 
    {
        "t": 102.8, 
        "l": "Yeah dog I'm for real, dog (21)"
    }, 
    {
        "t": 105.56979166666666, 
        "l": "Regular, buy the seats, I got"
    }, 
    {
        "t": 107.06979166666666, 
        "l": "a house on the hill, dog (21)"
    }, 
    {
        "t": 108.88020833333333, 
        "l": "Wanna see a body, nigga?"
    }, 
    {
        "t": 110.11979166666667, 
        "l": "Get you killed, dog (wet)"
    }, 
    {
        "t": 111.56041666666667, 
        "l": "Wanna Tweet about me, nigga?"
    }, 
    {
        "t": 113.38958333333333, 
        "l": "Get you killed, dog (wet)"
    }, 
    {
        "t": 115.35, 
        "l": "Killed dog, I'm a real"
    }, 
    {
        "t": 117.11041666666667, 
        "l": "dog, you a lil' dog (21)"
    }, 
    {
        "t": 118.56041666666667, 
        "l": "Be a dog, wanna be a"
    }, 
    {
        "t": 119.51041666666667, 
        "l": "dog, chasing mil's, dog"
    }, 
    {
        "t": 121.41979166666667, 
        "l": "Dunk right in your"
    }, 
    {
        "t": 122.35, 
        "l": "bitch like O'Neal, dog"
    }, 
    {
        "t": 123.45, 
        "l": "I shoot like Reggie Mill', dog (21)"
    }, 
    {
        "t": 125.53958333333333, 
        "l": "Chopper sting you like a eel, dog"
    }, 
    {
        "t": 125.53958333333333, 
        "l": ""
    }, 
    {
        "t": 127.68958333333333, 
        "l": "I got 1-2-3-4-5-6-7-8 M's in my"
    }, 
    {
        "t": 131.73958333333334, 
        "l": "bank account, yeah (Oh, God)"
    }, 
    {
        "t": 133.56041666666667, 
        "l": "In my bank account, yeah (Oh God)"
    }, 
    {
        "t": 134.56041666666667, 
        "l": "In my bank account, yeah (Oh God)"
    }, 
    {
        "t": 135.93958333333333, 
        "l": "In my bank account, yeah (Oh God)"
    }, 
    {
        "t": 138.01979166666666, 
        "l": "In my bank account, yeah (Oh God)"
    }, 
    {
        "t": 139.41041666666666, 
        "l": "In my bank account, yeah (Oh God)"
    }, 
    {
        "t": 140.53020833333332, 
        "l": "I got 1-2-3-4-5-6-7-8 shooters"
    }, 
    {
        "t": 144.45, 
        "l": "ready to gun you down, yeah (fast)"
    }, 
    {
        "t": 146.18020833333333, 
        "l": "Ready to gun you down, yeah (Oh God)"
    }, 
    {
        "t": 147.8, 
        "l": "Ready to gun you down, yeah (Oh God)"
    }, 
    {
        "t": 148.88020833333334, 
        "l": "Ready to gun you down, yeah (Oh God)"
    }, 
    {
        "t": 150.46979166666665, 
        "l": "Ready to gun you down, yeah (Oh God)"
    }, 
    {
        "t": 152.21041666666667, 
        "l": "Ready to gun you down, yeah (Oh God)"
    }, 
    {
        "t": 152.21041666666667, 
        "l": ""
    }, 
    {
        "t": 154.38020833333334, 
        "l": "Roulette clips, send a roulette hit"
    }, 
    {
        "t": 156.68020833333333, 
        "l": "Pull up on your bitch, she"
    }, 
    {
        "t": 157.68020833333333, 
        "l": "say I got that ruler dick"
    }, 
    {
        "t": 159.61979166666666, 
        "l": "Spray your block down, we not"
    }, 
    {
        "t": 161.38020833333334, 
        "l": "really with that rural shit"
    }, 
    {
        "t": 162.91979166666667, 
        "l": "Glock cocked now, I don't really"
    }, 
    {
        "t": 164.58020833333333, 
        "l": "give no fuck 'bout who I hit"
    }, 
    {
        "t": 165.88020833333334, 
        "l": "Yeah, your bitch, she get jiggy with me"
    }, 
    {
        "t": 168.1, 
        "l": "Keep that siggy with me"
    }, 
    {
        "t": 169.51041666666666, 
        "l": "Bitch, I'm Mad Max, you"
    }, 
    {
        "t": 171.83958333333334, 
        "l": "know I got Ziggy with me"
    }, 
    {
        "t": 173.1, 
        "l": "Keep a mad mag in case they"
    }, 
    {
        "t": 174.63020833333334, 
        "l": "wanna get busy with me"
    }, 
    {
        "t": 176.18020833333333, 
        "l": "'Rari matte black and I"
    }, 
    {
        "t": 177.63958333333332, 
        "l": "got a Bentley with me"
    }, 
    {
        "t": 177.63958333333332, 
        "l": ""
    }, 
    {
        "t": 179.0, 
        "l": "I got 1-2-3-4-5-6-7-8 M's in my"
    }, 
    {
        "t": 182.96041666666667, 
        "l": "bank account, yeah (Oh, God)"
    }, 
    {
        "t": 184.51041666666666, 
        "l": "In my bank account, yeah (Oh God)"
    }, 
    {
        "t": 185.68020833333333, 
        "l": "In my bank account, yeah (Oh God)"
    }, 
    {
        "t": 187.55, 
        "l": "In my bank account, yeah (Oh God)"
    }, 
    {
        "t": 188.81979166666667, 
        "l": "In my bank account, yeah (Oh God)"
    }, 
    {
        "t": 190.81041666666667, 
        "l": "In my bank account, yeah (Oh God)"
    }, 
    {
        "t": 191.86979166666666, 
        "l": "I got 1-2-3-4-5-6-7-8 shooters"
    }, 
    {
        "t": 195.33020833333333, 
        "l": "ready to gun you down, yeah (fast)"
    }, 
    {
        "t": 196.86041666666665, 
        "l": "Ready to gun you down, yeah (Oh God)"
    }, 
    {
        "t": 198.85, 
        "l": "Ready to gun you down, yeah (Oh God)"
    }, 
    {
        "t": 200.31041666666667, 
        "l": "Ready to gun you down, yeah (Oh God)"
    }, 
    {
        "t": 201.83020833333333, 
        "l": "Ready to gun you down, yeah (Oh God)"
    }, 
    {
        "t": 203.35, 
        "l": "Ready to gun you down, yeah (Oh God)"
    }, 
    {
        "t": 203.35, 
        "l": ""
    }, 
    {
        "t": 204.81979166666667, 
        "l": "$7500 on a Saint Laurent jacket"
    }, 
    {
        "t": 208.33958333333334, 
        "l": "Bitch, be careful where you"
    }, 
    {
        "t": 209.41979166666667, 
        "l": "dumpin' your ashes"
    }, 
    {
        "t": 211.83958333333334, 
        "l": "I ain't no sucker, I ain't"
    }, 
    {
        "t": 212.83958333333334, 
        "l": "cut for no action"
    }, 
    {
        "t": 214.81979166666667, 
        "l": "The skreets raised me, I'm a ho bastard"
    }
]