# IMPORT DEPENDENCIES
import pandas as pd
import numpy as np
import pycountry_convert as pc
import re
import nltk
nltk.download('stopwords')
from nltk.corpus import stopwords
from nltk.stem import WordNetLemmatizer
nltk.download('wordnet') #download resources for the lemmatizer
from textblob import Word
from unidecode import unidecode
[nltk_data] Downloading package stopwords to [nltk_data] C:\Users\kayan\AppData\Roaming\nltk_data... [nltk_data] Package stopwords is already up-to-date! [nltk_data] Downloading package wordnet to [nltk_data] C:\Users\kayan\AppData\Roaming\nltk_data... [nltk_data] Package wordnet is already up-to-date!
# READ DATA
song_data = pd.read_csv('../Data/merged_final_top100.csv')
# REMOVE SOME COLUMNS
song_data = song_data.drop(['Unnamed: 0', 'id', 'previous_rank','peak_rank'], axis=1) #id = track_id
# CHECK VARIABLE TYPES
song_data.dtypes
track_id object artist_names object track_name object source object rank int64 weeks_on_chart int64 streams int64 country object danceability float64 energy float64 key float64 loudness float64 mode float64 speechiness float64 acousticness float64 instrumentalness float64 liveness float64 valence float64 tempo float64 duration_ms float64 time_signature float64 album_release_date object lyrics object lyrics_trans object dtype: object
# CHANGE 'none' LYRICS TO NULL
song_data['lyrics'].replace('None', np.nan, inplace=True)
song_data['lyrics_trans'].replace('none', np.nan, inplace=True)
#count null values in each column
song_data.isna().sum()
track_id 0 artist_names 0 track_name 0 source 0 rank 0 weeks_on_chart 0 streams 0 country 0 danceability 1 energy 1 key 1 loudness 1 mode 1 speechiness 1 acousticness 1 instrumentalness 1 liveness 1 valence 1 tempo 1 duration_ms 1 time_signature 1 album_release_date 1 lyrics 489 lyrics_trans 489 dtype: int64
In this project, new features are added to the dataframe such as the number of words in the lyrics data. Additionally, new features like continent and country codes are included for mapping purposes.
Continent and country codes
def get_continent(country_name):
'''get continent names'''
country_alpha2 = pc.country_name_to_country_alpha2(country_name)
continent_code = pc.country_alpha2_to_continent_code(country_alpha2)
continent_name = pc.convert_continent_code_to_continent_name(continent_code)
return continent_name
# ADD NEW DATAFRAME COLUMNS
song_data['continent']= song_data['country'].apply(get_continent) #add to df
song_data['iso_alpha3']= [pc.country_name_to_country_alpha3(i, cn_name_format="default") for i in song_data['country']]
song_data
track_id | artist_names | track_name | source | rank | weeks_on_chart | streams | country | danceability | energy | ... | liveness | valence | tempo | duration_ms | time_signature | album_release_date | lyrics | lyrics_trans | continent | iso_alpha3 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | 0yLdNVWF3Srea0uzk55zFn | Miley Cyrus | Flowers | Columbia | 1 | 5 | 124198 | United Arab Emirates | 0.707 | 0.681 | ... | 0.0322 | 0.646 | 117.999 | 200455.0 | 4.0 | 2023-01-13 | We were good, we were gold\nKinda dream that c... | we were good we were gold kinda dream that can... | Asia | ARE |
1 | 1Qrg8KqiBpW07V7PNxwwwL | SZA | Kill Bill | Top Dawg Entertainment/RCA Records | 2 | 10 | 106927 | United Arab Emirates | 0.644 | 0.735 | ... | 0.1610 | 0.418 | 88.980 | 153947.0 | 4.0 | 2022-12-08 | I'm still a fan even though I was salty\nHate ... | im still a fan even though i was salty hate to... | Asia | ARE |
2 | 6AQbmUe0Qwf5PZnt4HmTXv | PinkPantheress, Ice Spice | Boy's a liar Pt. 2 | Warner Records | 3 | 2 | 83627 | United Arab Emirates | 0.696 | 0.809 | ... | 0.2480 | 0.857 | 132.962 | 131013.0 | 4.0 | 2023-02-03 | Take a look inside your heart\nIs there any ro... | take a look inside your heart is there any roo... | Asia | ARE |
3 | 0WtM2NBVQNNJLh6scP13H8 | Rema, Selena Gomez | Calm Down (with Selena Gomez) | Mavin Records / Jonzing World | 4 | 25 | 79714 | United Arab Emirates | 0.801 | 0.806 | ... | 0.1140 | 0.802 | 106.999 | 239318.0 | 4.0 | 2022-08-25 | Vibez\nOh, no\nAnother banger\nBaby, calm down... | vibez oh no another banger baby calm down calm... | Asia | ARE |
4 | 2dHHgzDwk4BJdRwy9uXhTO | Metro Boomin, The Weeknd, 21 Savage | Creepin' (with The Weeknd & 21 Savage) | Republic Records | 5 | 11 | 79488 | United Arab Emirates | 0.715 | 0.620 | ... | 0.0822 | 0.172 | 97.950 | 221520.0 | 4.0 | 2022-12-02 | Ooh, ooh-ooh\nOoh-ooh-ooh, ooh, ooh-ooh (Just ... | ooh oohooh oohoohooh ooh oohooh just cant beli... | Asia | ARE |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
7295 | 7ErtOGQ9DwyQa3lwP77j4u | Ruger | Asiwaju | Columbia | 96 | 4 | 54026 | South Africa | 0.727 | 0.600 | ... | 0.1060 | 0.754 | 199.796 | 216000.0 | 4.0 | 2022-11-14 | Cook that thing\nMan getting high till I fade ... | cook that thing man getting high till i fade o... | Africa | ZAF |
7296 | 4EI8VuxUuIHKfafU72emqz | Mariah Carey | We Belong Together | Island Records | 97 | 50 | 53828 | South Africa | 0.840 | 0.476 | ... | 0.0865 | 0.767 | 139.987 | 201400.0 | 4.0 | 2005 | Sweet love, yeah\nI didn't mean it when I said... | sweet love yeah i didnt mean it when i said i ... | Africa | ZAF |
7297 | 3Puq6i4xIRH4lrPvJxIC83 | Deep London, Nkosazana Daughter, Murumba Pitch... | Piano Ngijabulise | Cycad Wave | 98 | 14 | 53752 | South Africa | 0.835 | 0.454 | ... | 0.0241 | 0.433 | 112.010 | 416037.0 | 4.0 | 2022-09-30 | Okokuqala ukuhlakanipha\nUkumesaba uJehova\nAy... | first is wisdom to fear jehovah they dont hear... | Africa | ZAF |
7298 | 7DQMBUK4oX9gV1qIzpoRz6 | Aymos | Mama | DJs Production | 99 | 14 | 53733 | South Africa | 0.802 | 0.469 | ... | 0.0895 | 0.314 | 113.008 | 450304.0 | 4.0 | 2022-08-12 | Mama mama mama mama\nMama mama mama mama\nMama... | mother mother mother mother mother mother moth... | Africa | ZAF |
7299 | 5emv0gRnEk4dVXWETqewAC | TOSS, Young Stunna, Tyler ICU | Tetema | Toss Indabakabani | 100 | 2 | 53252 | South Africa | 0.835 | 0.706 | ... | 0.2440 | 0.596 | 112.011 | 378979.0 | 4.0 | 2023-02-03 | Alright\nAsambe, ishuu\nUm'sebenzi ngiyawazi\n... | okay lets go dude i know the work im going to ... | Africa | ZAF |
7300 rows × 26 columns
Length of lyrics
The number of words in the original lyrics are approximately equivalent to the number of words in the translated lyrics. However, the number of words in the original text and the translated text can differ due to several reasons. Firstly, the length of the sentences and phrases in the original text may be longer or shorter than their translations in English. Additionally, certain words or phrases in the original language may not have an equivalent in English and may require more words to convey their meaning. Conversely, some words or phrases in English may convey a meaning that requires several words in the original language, resulting in a higher word count in the English translation. Furthermore, the translator's (googletrans) writing style and language proficiency can also impact the length of the translation.
# ADD NUMBER OF WORDS IN LYRICS AS FEATURES
count1 = [len(str(s).split()) for s in song_data['lyrics']] #original language
count2 = [len(str(s).split()) for s in song_data['lyrics_trans']] #translated to english
# CHECK IF THE NUM OF WORDS IN ORIGILNAL EQUALS TRANSLATED LYRICS
for i in range(len(count1)):
if count1[i]!=count2[i]:
print('original: ' + str(count1[i]) + ' | ' +'translated: ' + str(count2[i]))
original: 458 | translated: 456 original: 691 | translated: 690 original: 340 | translated: 339 original: 260 | translated: 257 original: 496 | translated: 541 original: 173 | translated: 148 original: 641 | translated: 622 original: 425 | translated: 391 original: 406 | translated: 466 original: 269 | translated: 295 original: 358 | translated: 346 original: 261 | translated: 263 original: 231 | translated: 232 original: 360 | translated: 261 original: 687 | translated: 686 original: 99 | translated: 260 original: 687 | translated: 671 original: 150 | translated: 123 original: 219 | translated: 279 original: 426 | translated: 470 original: 347 | translated: 374 original: 406 | translated: 466 original: 401 | translated: 447 original: 412 | translated: 475 original: 276 | translated: 323 original: 279 | translated: 314 original: 661 | translated: 714 original: 465 | translated: 520 original: 251 | translated: 268 original: 286 | translated: 318 original: 488 | translated: 565 original: 382 | translated: 396 original: 390 | translated: 412 original: 405 | translated: 429 original: 438 | translated: 472 original: 516 | translated: 579 original: 409 | translated: 437 original: 328 | translated: 359 original: 529 | translated: 595 original: 454 | translated: 521 original: 301 | translated: 338 original: 276 | translated: 292 original: 331 | translated: 356 original: 342 | translated: 380 original: 366 | translated: 380 original: 353 | translated: 373 original: 360 | translated: 392 original: 337 | translated: 391 original: 530 | translated: 566 original: 374 | translated: 408 original: 338 | translated: 354 original: 396 | translated: 426 original: 680 | translated: 709 original: 532 | translated: 563 original: 241 | translated: 276 original: 298 | translated: 312 original: 3071 | translated: 3048 original: 226 | translated: 272 original: 371 | translated: 394 original: 578 | translated: 638 original: 475 | translated: 508 original: 362 | translated: 262 original: 515 | translated: 566 original: 412 | translated: 457 original: 381 | translated: 401 original: 316 | translated: 356 original: 592 | translated: 637 original: 1077 | translated: 1161 original: 221 | translated: 257 original: 441 | translated: 468 original: 281 | translated: 333 original: 378 | translated: 438 original: 190 | translated: 219 original: 480 | translated: 524 original: 422 | translated: 447 original: 393 | translated: 427 original: 350 | translated: 389 original: 367 | translated: 397 original: 287 | translated: 330 original: 157 | translated: 174 original: 386 | translated: 413 original: 349 | translated: 381 original: 313 | translated: 349 original: 505 | translated: 561 original: 448 | translated: 568 original: 449 | translated: 500 original: 323 | translated: 377 original: 409 | translated: 466 original: 401 | translated: 428 original: 305 | translated: 339 original: 313 | translated: 364 original: 313 | translated: 343 original: 519 | translated: 591 original: 221 | translated: 232 original: 275 | translated: 314 original: 345 | translated: 388 original: 242 | translated: 270 original: 121 | translated: 177 original: 269 | translated: 306 original: 398 | translated: 444 original: 377 | translated: 451 original: 422 | translated: 458 original: 362 | translated: 396 original: 490 | translated: 543 original: 674 | translated: 711 original: 498 | translated: 512 original: 306 | translated: 332 original: 445 | translated: 503 original: 536 | translated: 615 original: 313 | translated: 342 original: 452 | translated: 496 original: 496 | translated: 539 original: 372 | translated: 414 original: 210 | translated: 222 original: 361 | translated: 385 original: 298 | translated: 316 original: 331 | translated: 335 original: 463 | translated: 504 original: 340 | translated: 339 original: 722 | translated: 742 original: 310 | translated: 345 original: 458 | translated: 456 original: 691 | translated: 690 original: 358 | translated: 346 original: 472 | translated: 492 original: 473 | translated: 472 original: 352 | translated: 333 original: 360 | translated: 387 original: 260 | translated: 257 original: 494 | translated: 463 original: 493 | translated: 497 original: 382 | translated: 397 original: 299 | translated: 341 original: 520 | translated: 548 original: 382 | translated: 392 original: 418 | translated: 422 original: 478 | translated: 482 original: 478 | translated: 463 original: 532 | translated: 574 original: 90 | translated: 410 original: 315 | translated: 314 original: 173 | translated: 202 original: 309 | translated: 318 original: 382 | translated: 381 original: 512 | translated: 517 original: 315 | translated: 330 original: 438 | translated: 447 original: 406 | translated: 466 original: 332 | translated: 354 original: 218 | translated: 221 original: 320 | translated: 330 original: 442 | translated: 444 original: 486 | translated: 524 original: 1015 | translated: 1013 original: 456 | translated: 525 original: 503 | translated: 502 original: 290 | translated: 285 original: 452 | translated: 474 original: 641 | translated: 622 original: 290 | translated: 299 original: 403 | translated: 411 original: 549 | translated: 437 original: 1091 | translated: 1089 original: 691 | translated: 690 original: 340 | translated: 339 original: 458 | translated: 456 original: 260 | translated: 257 original: 358 | translated: 346 original: 641 | translated: 622 original: 496 | translated: 541 original: 351 | translated: 286 original: 792 | translated: 791 original: 90 | translated: 410 original: 269 | translated: 295 original: 687 | translated: 686 original: 576 | translated: 468 original: 687 | translated: 671 original: 509 | translated: 497 original: 458 | translated: 456 original: 340 | translated: 339 original: 691 | translated: 690 original: 423 | translated: 438 original: 260 | translated: 232 original: 479 | translated: 540 original: 367 | translated: 378 original: 358 | translated: 346 original: 505 | translated: 550 original: 260 | translated: 257 original: 391 | translated: 419 original: 90 | translated: 410 original: 287 | translated: 244 original: 406 | translated: 466 original: 421 | translated: 407 original: 488 | translated: 534 original: 425 | translated: 391 original: 523 | translated: 613 original: 364 | translated: 374 original: 217 | translated: 209 original: 706 | translated: 768 original: 486 | translated: 524 original: 440 | translated: 476 original: 503 | translated: 502 original: 542 | translated: 557 original: 353 | translated: 373 original: 549 | translated: 437 original: 314 | translated: 296 original: 466 | translated: 463 original: 348 | translated: 381 original: 477 | translated: 529 original: 224 | translated: 216 original: 469 | translated: 537 original: 412 | translated: 454 original: 337 | translated: 380 original: 496 | translated: 570 original: 458 | translated: 456 original: 516 | translated: 528 original: 405 | translated: 480 original: 340 | translated: 339 original: 691 | translated: 690 original: 620 | translated: 689 original: 641 | translated: 622 original: 337 | translated: 338 original: 2027 | translated: 2152 original: 618 | translated: 703 original: 347 | translated: 412 original: 404 | translated: 451 original: 764 | translated: 774 original: 128 | translated: 158 original: 260 | translated: 257 original: 406 | translated: 466 original: 290 | translated: 285 original: 199 | translated: 206 original: 424 | translated: 499 original: 407 | translated: 472 original: 1262 | translated: 1364 original: 1091 | translated: 1089 original: 358 | translated: 346 original: 255 | translated: 267 original: 367 | translated: 413 original: 410 | translated: 452 original: 415 | translated: 471 original: 687 | translated: 671 original: 1015 | translated: 1013 original: 537 | translated: 522 original: 413 | translated: 477 original: 470 | translated: 563 original: 658 | translated: 652 original: 382 | translated: 441 original: 465 | translated: 520 original: 406 | translated: 466 original: 276 | translated: 323 original: 488 | translated: 565 original: 276 | translated: 292 original: 412 | translated: 475 original: 290 | translated: 356 original: 438 | translated: 472 original: 279 | translated: 314 original: 680 | translated: 709 original: 381 | translated: 401 original: 218 | translated: 253 original: 452 | translated: 496 original: 367 | translated: 397 original: 371 | translated: 394 original: 661 | translated: 714 original: 515 | translated: 566 original: 386 | translated: 413 original: 305 | translated: 339 original: 328 | translated: 359 original: 367 | translated: 436 original: 316 | translated: 355 original: 480 | translated: 524 original: 454 | translated: 521 original: 466 | translated: 538 original: 112 | translated: 126 original: 372 | translated: 414 original: 298 | translated: 312 original: 377 | translated: 451 original: 408 | translated: 458 original: 401 | translated: 447 original: 481 | translated: 514 original: 521 | translated: 621 original: 386 | translated: 421 original: 251 | translated: 268 original: 345 | translated: 388 original: 396 | translated: 426 original: 519 | translated: 591 original: 353 | translated: 373 original: 542 | translated: 564 original: 262 | translated: 292 original: 261 | translated: 285 original: 445 | translated: 503 original: 361 | translated: 385 original: 456 | translated: 508 original: 349 | translated: 381 original: 530 | translated: 566 original: 219 | translated: 279 original: 422 | translated: 458 original: 393 | translated: 427 original: 398 | translated: 444 original: 190 | translated: 219 original: 382 | translated: 463 original: 460 | translated: 520 original: 511 | translated: 582 original: 455 | translated: 511 original: 254 | translated: 266 original: 368 | translated: 385 original: 369 | translated: 395 original: 301 | translated: 338 original: 815 | translated: 913 original: 540 | translated: 553 original: 516 | translated: 579 original: 264 | translated: 296 original: 412 | translated: 501 original: 407 | translated: 478 original: 422 | translated: 447 original: 370 | translated: 412 original: 354 | translated: 402 original: 399 | translated: 430 original: 331 | translated: 356 original: 327 | translated: 420 original: 340 | translated: 339 original: 342 | translated: 398 original: 343 | translated: 384 original: 287 | translated: 308 original: 377 | translated: 430 original: 393 | translated: 429 original: 492 | translated: 520 original: 390 | translated: 424 original: 321 | translated: 349 original: 241 | translated: 279 original: 281 | translated: 333 original: 451 | translated: 506 original: 489 | translated: 579 original: 276 | translated: 321 original: 363 | translated: 380 original: 381 | translated: 442 original: 258 | translated: 272 original: 302 | translated: 331 original: 676 | translated: 709 original: 241 | translated: 243 original: 245 | translated: 254 original: 189 | translated: 199 original: 279 | translated: 293 original: 402 | translated: 422 original: 509 | translated: 402 original: 302 | translated: 326 original: 396 | translated: 375 original: 256 | translated: 287 original: 481 | translated: 561 original: 864 | translated: 897 original: 283 | translated: 300 original: 257 | translated: 289 original: 315 | translated: 327 original: 292 | translated: 307 original: 325 | translated: 345 original: 277 | translated: 307 original: 242 | translated: 243 original: 266 | translated: 273 original: 480 | translated: 534 original: 374 | translated: 400 original: 608 | translated: 635 original: 972 | translated: 1046 original: 259 | translated: 293 original: 1051 | translated: 1142 original: 262 | translated: 297 original: 406 | translated: 436 original: 337 | translated: 340 original: 509 | translated: 402 original: 691 | translated: 727 original: 338 | translated: 342 original: 226 | translated: 237 original: 1407 | translated: 1513 original: 257 | translated: 244 original: 364 | translated: 370 original: 320 | translated: 347 original: 305 | translated: 325 original: 340 | translated: 339 original: 304 | translated: 307 original: 462 | translated: 484 original: 374 | translated: 376 original: 262 | translated: 309 original: 480 | translated: 509 original: 294 | translated: 234 original: 472 | translated: 487 original: 245 | translated: 253 original: 192 | translated: 216 original: 324 | translated: 337 original: 368 | translated: 396 original: 406 | translated: 466 original: 506 | translated: 617 original: 468 | translated: 381 original: 271 | translated: 283 original: 795 | translated: 843 original: 269 | translated: 292 original: 351 | translated: 386 original: 280 | translated: 297 original: 341 | translated: 209 original: 671 | translated: 693 original: 213 | translated: 192 original: 231 | translated: 248 original: 228 | translated: 239 original: 346 | translated: 352 original: 448 | translated: 548 original: 267 | translated: 306 original: 323 | translated: 339 original: 506 | translated: 554 original: 241 | translated: 262 original: 321 | translated: 342 original: 374 | translated: 404 original: 392 | translated: 428 original: 320 | translated: 385 original: 346 | translated: 364 original: 181 | translated: 222 original: 120 | translated: 136 original: 335 | translated: 367 original: 456 | translated: 523 original: 252 | translated: 282 original: 93 | translated: 109 original: 290 | translated: 285 original: 326 | translated: 387 original: 332 | translated: 441 original: 175 | translated: 207 original: 267 | translated: 333 original: 308 | translated: 365 original: 212 | translated: 280 original: 419 | translated: 465 original: 255 | translated: 286 original: 255 | translated: 262 original: 378 | translated: 447 original: 173 | translated: 197 original: 475 | translated: 489 original: 183 | translated: 216 original: 89 | translated: 84 original: 381 | translated: 394 original: 291 | translated: 361 original: 254 | translated: 286 original: 266 | translated: 282 original: 294 | translated: 383 original: 193 | translated: 242 original: 307 | translated: 343 original: 305 | translated: 356 original: 248 | translated: 278 original: 228 | translated: 286 original: 239 | translated: 291 original: 264 | translated: 311 original: 141 | translated: 168 original: 361 | translated: 421 original: 373 | translated: 412 original: 260 | translated: 317 original: 202 | translated: 226 original: 250 | translated: 268 original: 230 | translated: 269 original: 340 | translated: 333 original: 347 | translated: 410 original: 302 | translated: 352 original: 246 | translated: 288 original: 331 | translated: 376 original: 200 | translated: 238 original: 269 | translated: 351 original: 297 | translated: 343 original: 331 | translated: 396 original: 425 | translated: 474 original: 283 | translated: 345 original: 251 | translated: 339 original: 221 | translated: 267 original: 344 | translated: 360 original: 241 | translated: 306 original: 514 | translated: 569 original: 314 | translated: 352 original: 291 | translated: 351 original: 312 | translated: 408 original: 320 | translated: 357 original: 257 | translated: 286 original: 80 | translated: 112 original: 214 | translated: 237 original: 648 | translated: 645 original: 166 | translated: 194 original: 376 | translated: 469 original: 180 | translated: 216 original: 317 | translated: 359 original: 597 | translated: 681 original: 84 | translated: 92 original: 458 | translated: 456 original: 340 | translated: 339 original: 641 | translated: 622 original: 496 | translated: 541 original: 691 | translated: 690 original: 260 | translated: 257 original: 358 | translated: 346 original: 687 | translated: 671 original: 792 | translated: 791 original: 269 | translated: 295 original: 657 | translated: 656 original: 406 | translated: 466 original: 537 | translated: 522 original: 658 | translated: 652 original: 90 | translated: 410 original: 352 | translated: 411 original: 458 | translated: 456 original: 406 | translated: 466 original: 402 | translated: 434 original: 298 | translated: 316 original: 331 | translated: 335 original: 347 | translated: 388 original: 340 | translated: 339 original: 472 | translated: 492 original: 691 | translated: 690 original: 463 | translated: 504 original: 260 | translated: 257 original: 438 | translated: 472 original: 358 | translated: 346 original: 722 | translated: 742 original: 425 | translated: 391 original: 465 | translated: 502 original: 276 | translated: 323 original: 479 | translated: 540 original: 170 | translated: 166 original: 382 | translated: 397 original: 391 | translated: 419 original: 90 | translated: 410 original: 367 | translated: 378 original: 310 | translated: 345 original: 352 | translated: 333 original: 486 | translated: 524 original: 473 | translated: 472 original: 314 | translated: 323 original: 549 | translated: 437 original: 456 | translated: 525 original: 207 | translated: 243 original: 602 | translated: 609 original: 326 | translated: 370 original: 397 | translated: 402 original: 505 | translated: 550 original: 345 | translated: 358 original: 320 | translated: 330 original: 360 | translated: 387 original: 353 | translated: 373 original: 418 | translated: 422 original: 355 | translated: 395 original: 503 | translated: 502 original: 641 | translated: 622 original: 388 | translated: 383 original: 1015 | translated: 1013 original: 465 | translated: 520 original: 615 | translated: 659 original: 550 | translated: 628 original: 406 | translated: 466 original: 488 | translated: 565 original: 276 | translated: 323 original: 386 | translated: 413 original: 327 | translated: 362 original: 276 | translated: 292 original: 321 | translated: 338 original: 443 | translated: 481 original: 317 | translated: 351 original: 518 | translated: 528 original: 680 | translated: 709 original: 1072 | translated: 1148 original: 661 | translated: 714 original: 480 | translated: 524 original: 811 | translated: 882 original: 279 | translated: 314 original: 438 | translated: 472 original: 381 | translated: 401 original: 427 | translated: 466 original: 454 | translated: 521 original: 255 | translated: 282 original: 367 | translated: 397 original: 372 | translated: 414 original: 327 | translated: 383 original: 418 | translated: 448 original: 928 | translated: 989 original: 435 | translated: 497 original: 371 | translated: 394 original: 433 | translated: 526 original: 670 | translated: 731 original: 417 | translated: 453 original: 515 | translated: 566 original: 466 | translated: 538 original: 305 | translated: 339 original: 481 | translated: 514 original: 683 | translated: 778 original: 405 | translated: 436 original: 702 | translated: 775 original: 530 | translated: 566 original: 452 | translated: 496 original: 815 | translated: 913 original: 422 | translated: 447 original: 412 | translated: 475 original: 462 | translated: 496 original: 490 | translated: 543 original: 298 | translated: 312 original: 353 | translated: 373 original: 587 | translated: 658 original: 361 | translated: 385 original: 519 | translated: 591 original: 456 | translated: 508 original: 540 | translated: 553 original: 569 | translated: 614 original: 377 | translated: 451 original: 434 | translated: 477 original: 516 | translated: 579 original: 262 | translated: 292 original: 522 | translated: 541 original: 573 | translated: 639 original: 392 | translated: 418 original: 509 | translated: 580 original: 720 | translated: 778 original: 365 | translated: 384 original: 605 | translated: 659 original: 395 | translated: 472 original: 289 | translated: 308 original: 169 | translated: 185 original: 349 | translated: 406 original: 445 | translated: 503 original: 276 | translated: 291 original: 430 | translated: 452 original: 349 | translated: 381 original: 341 | translated: 378 original: 280 | translated: 294 original: 347 | translated: 391 original: 581 | translated: 644 original: 367 | translated: 436 original: 407 | translated: 478 original: 368 | translated: 385 original: 386 | translated: 397 original: 240 | translated: 265 original: 457 | translated: 471 original: 556 | translated: 629 original: 370 | translated: 412 original: 398 | translated: 444 original: 1024 | translated: 1183 original: 455 | translated: 511 original: 523 | translated: 559 original: 340 | translated: 339 original: 396 | translated: 426 original: 417 | translated: 467 original: 501 | translated: 563 original: 401 | translated: 447 original: 465 | translated: 520 original: 381 | translated: 401 original: 488 | translated: 565 original: 276 | translated: 292 original: 542 | translated: 564 original: 680 | translated: 709 original: 406 | translated: 466 original: 276 | translated: 323 original: 386 | translated: 413 original: 367 | translated: 397 original: 452 | translated: 496 original: 367 | translated: 436 original: 261 | translated: 285 original: 438 | translated: 472 original: 371 | translated: 394 original: 372 | translated: 414 original: 305 | translated: 339 original: 301 | translated: 340 original: 480 | translated: 524 original: 515 | translated: 566 original: 424 | translated: 438 original: 377 | translated: 451 original: 759 | translated: 850 original: 432 | translated: 447 original: 279 | translated: 314 original: 489 | translated: 579 original: 481 | translated: 514 original: 370 | translated: 412 original: 408 | translated: 458 original: 594 | translated: 596 original: 359 | translated: 397 original: 454 | translated: 521 original: 190 | translated: 219 original: 519 | translated: 591 original: 386 | translated: 421 original: 369 | translated: 395 original: 302 | translated: 331 original: 421 | translated: 467 original: 456 | translated: 508 original: 276 | translated: 321 original: 815 | translated: 913 original: 298 | translated: 312 original: 453 | translated: 477 original: 400 | translated: 456 original: 511 | translated: 541 original: 262 | translated: 292 original: 540 | translated: 553 original: 445 | translated: 503 original: 407 | translated: 478 original: 621 | translated: 497 original: 527 | translated: 564 original: 498 | translated: 532 original: 368 | translated: 385 original: 460 | translated: 520 original: 565 | translated: 633 original: 340 | translated: 339 original: 546 | translated: 580 original: 511 | translated: 582 original: 353 | translated: 373 original: 358 | translated: 412 original: 502 | translated: 532 original: 452 | translated: 475 original: 569 | translated: 648 original: 362 | translated: 262 original: 521 | translated: 621 original: 646 | translated: 666 original: 455 | translated: 511 original: 403 | translated: 441 original: 427 | translated: 448 original: 412 | translated: 475 original: 264 | translated: 268 original: 421 | translated: 447 original: 393 | translated: 429 original: 730 | translated: 773 original: 530 | translated: 566 original: 382 | translated: 463 original: 361 | translated: 385 original: 349 | translated: 381 original: 354 | translated: 402 original: 287 | translated: 308 original: 516 | translated: 579 original: 476 | translated: 513 original: 425 | translated: 463 original: 429 | translated: 434 original: 377 | translated: 430 original: 541 | translated: 587 original: 334 | translated: 388 original: 264 | translated: 283 original: 181 | translated: 212 original: 636 | translated: 704 original: 251 | translated: 302 original: 405 | translated: 436 original: 465 | translated: 520 original: 488 | translated: 565 original: 276 | translated: 292 original: 276 | translated: 323 original: 466 | translated: 538 original: 406 | translated: 466 original: 680 | translated: 709 original: 381 | translated: 401 original: 367 | translated: 397 original: 452 | translated: 496 original: 438 | translated: 472 original: 371 | translated: 394 original: 515 | translated: 566 original: 367 | translated: 436 original: 305 | translated: 339 original: 386 | translated: 413 original: 262 | translated: 292 original: 279 | translated: 314 original: 519 | translated: 591 original: 112 | translated: 126 original: 316 | translated: 355 original: 480 | translated: 524 original: 408 | translated: 458 original: 372 | translated: 414 original: 481 | translated: 514 original: 377 | translated: 451 original: 261 | translated: 285 original: 425 | translated: 463 original: 290 | translated: 356 original: 540 | translated: 553 original: 456 | translated: 508 original: 190 | translated: 219 original: 241 | translated: 279 original: 218 | translated: 253 original: 298 | translated: 312 original: 353 | translated: 373 original: 386 | translated: 421 original: 445 | translated: 503 original: 368 | translated: 385 original: 594 | translated: 596 original: 521 | translated: 621 original: 345 | translated: 388 original: 541 | translated: 576 original: 454 | translated: 521 original: 340 | translated: 339 original: 525 | translated: 578 original: 341 | translated: 368 original: 451 | translated: 506 original: 370 | translated: 412 original: 803 | translated: 879 original: 349 | translated: 381 original: 276 | translated: 321 original: 393 | translated: 429 original: 815 | translated: 913 original: 155 | translated: 173 original: 382 | translated: 463 original: 565 | translated: 633 original: 386 | translated: 400 original: 325 | translated: 354 original: 412 | translated: 475 original: 372 | translated: 434 original: 264 | translated: 296 original: 556 | translated: 615 original: 516 | translated: 579 original: 460 | translated: 520 original: 186 | translated: 204 original: 407 | translated: 478 original: 381 | translated: 442 original: 429 | translated: 434 original: 455 | translated: 511 original: 361 | translated: 385 original: 302 | translated: 331 original: 354 | translated: 402 original: 415 | translated: 473 original: 432 | translated: 447 original: 258 | translated: 272 original: 254 | translated: 266 original: 343 | translated: 384 original: 539 | translated: 597 original: 146 | translated: 153 original: 181 | translated: 212 original: 301 | translated: 340 original: 489 | translated: 579 original: 422 | translated: 447 original: 398 | translated: 444 original: 563 | translated: 594 original: 399 | translated: 430 original: 541 | translated: 587 original: 510 | translated: 581 original: 278 | translated: 308 original: 345 | translated: 362 original: 458 | translated: 456 original: 356 | translated: 397 original: 691 | translated: 690 original: 488 | translated: 497 original: 340 | translated: 339 original: 487 | translated: 519 original: 474 | translated: 514 original: 244 | translated: 279 original: 563 | translated: 579 original: 441 | translated: 533 original: 272 | translated: 323 original: 317 | translated: 348 original: 296 | translated: 412 original: 297 | translated: 343 original: 387 | translated: 467 original: 406 | translated: 466 original: 426 | translated: 469 original: 269 | translated: 450 original: 641 | translated: 622 original: 167 | translated: 206 original: 327 | translated: 391 original: 177 | translated: 245 original: 279 | translated: 338 original: 643 | translated: 753 original: 449 | translated: 519 original: 150 | translated: 226 original: 394 | translated: 465 original: 394 | translated: 428 original: 501 | translated: 583 original: 260 | translated: 257 original: 357 | translated: 427 original: 162 | translated: 219 original: 532 | translated: 715 original: 266 | translated: 398 original: 358 | translated: 346 original: 327 | translated: 394 original: 286 | translated: 321 original: 338 | translated: 417 original: 434 | translated: 467 original: 705 | translated: 708 original: 1091 | translated: 1089 original: 173 | translated: 254 original: 206 | translated: 265 original: 67 | translated: 122 original: 306 | translated: 365 original: 153 | translated: 222 original: 180 | translated: 239 original: 415 | translated: 627 original: 425 | translated: 391 original: 424 | translated: 469 original: 223 | translated: 335 original: 309 | translated: 381 original: 394 | translated: 538 original: 142 | translated: 225 original: 319 | translated: 338 original: 608 | translated: 711 original: 392 | translated: 424 original: 141 | translated: 171 original: 290 | translated: 394 original: 334 | translated: 440 original: 299 | translated: 350 original: 263 | translated: 312 original: 297 | translated: 364 original: 269 | translated: 322 original: 367 | translated: 465 original: 394 | translated: 471 original: 402 | translated: 486 original: 298 | translated: 352 original: 292 | translated: 379 original: 369 | translated: 407 original: 283 | translated: 330 original: 334 | translated: 414 original: 289 | translated: 354 original: 327 | translated: 399 original: 236 | translated: 318 original: 260 | translated: 257 original: 165 | translated: 194 original: 478 | translated: 527 original: 342 | translated: 339 original: 340 | translated: 339 original: 409 | translated: 486 original: 339 | translated: 413 original: 302 | translated: 376 original: 272 | translated: 308 original: 232 | translated: 272 original: 213 | translated: 265 original: 691 | translated: 690 original: 458 | translated: 456 original: 615 | translated: 720 original: 290 | translated: 285 original: 419 | translated: 503 original: 246 | translated: 277 original: 545 | translated: 605 original: 362 | translated: 431 original: 234 | translated: 282 original: 890 | translated: 880 original: 485 | translated: 572 original: 473 | translated: 579 original: 416 | translated: 472 original: 460 | translated: 533 original: 358 | translated: 346 original: 227 | translated: 281 original: 486 | translated: 516 original: 146 | translated: 195 original: 406 | translated: 466 original: 456 | translated: 567 original: 288 | translated: 337 original: 147 | translated: 173 original: 343 | translated: 413 original: 1015 | translated: 1013 original: 384 | translated: 430 original: 389 | translated: 482 original: 348 | translated: 396 original: 321 | translated: 282 original: 298 | translated: 316 original: 331 | translated: 335 original: 463 | translated: 504 original: 310 | translated: 345 original: 472 | translated: 492 original: 382 | translated: 397 original: 520 | translated: 548 original: 691 | translated: 690 original: 458 | translated: 456 original: 722 | translated: 742 original: 340 | translated: 339 original: 473 | translated: 472 original: 320 | translated: 330 original: 309 | translated: 318 original: 358 | translated: 346 original: 360 | translated: 387 original: 388 | translated: 383 original: 602 | translated: 609 original: 307 | translated: 345 original: 405 | translated: 423 original: 352 | translated: 333 original: 315 | translated: 330 original: 452 | translated: 474 original: 315 | translated: 314 original: 382 | translated: 381 original: 494 | translated: 463 original: 403 | translated: 411 original: 699 | translated: 719 original: 532 | translated: 574 original: 438 | translated: 447 original: 218 | translated: 221 original: 418 | translated: 422 original: 370 | translated: 384 original: 332 | translated: 354 original: 485 | translated: 506 original: 384 | translated: 380 original: 290 | translated: 299 original: 318 | translated: 307 original: 133 | translated: 146 original: 493 | translated: 497 original: 382 | translated: 392 original: 376 | translated: 365 original: 90 | translated: 410 original: 460 | translated: 472 original: 406 | translated: 466 original: 445 | translated: 470 original: 260 | translated: 257 original: 478 | translated: 482 original: 422 | translated: 417 original: 549 | translated: 543 original: 478 | translated: 463 original: 410 | translated: 407 original: 528 | translated: 561 original: 770 | translated: 776 original: 280 | translated: 272 original: 442 | translated: 444 original: 472 | translated: 492 original: 299 | translated: 341 original: 370 | translated: 368 original: 353 | translated: 374 original: 482 | translated: 519 original: 405 | translated: 404 original: 338 | translated: 361 original: 290 | translated: 285 original: 391 | translated: 352 original: 679 | translated: 692 original: 421 | translated: 422 original: 411 | translated: 409 original: 585 | translated: 554 original: 353 | translated: 357 original: 458 | translated: 447 original: 458 | translated: 456 original: 327 | translated: 335 original: 201 | translated: 220 original: 395 | translated: 386 original: 481 | translated: 477 original: 276 | translated: 298 original: 483 | translated: 456 original: 691 | translated: 690 original: 381 | translated: 363 original: 445 | translated: 437 original: 322 | translated: 323 original: 277 | translated: 300 original: 471 | translated: 476 original: 358 | translated: 346 original: 484 | translated: 483 original: 337 | translated: 340 original: 340 | translated: 339 original: 644 | translated: 613 original: 259 | translated: 245 original: 1169 | translated: 681 original: 283 | translated: 270 original: 268 | translated: 269 original: 486 | translated: 470 original: 227 | translated: 228 original: 420 | translated: 415 original: 499 | translated: 474 original: 188 | translated: 195 original: 356 | translated: 343 original: 239 | translated: 264 original: 421 | translated: 405 original: 365 | translated: 345 original: 829 | translated: 849 original: 328 | translated: 330 original: 380 | translated: 353 original: 399 | translated: 377 original: 980 | translated: 992 original: 260 | translated: 257 original: 461 | translated: 435 original: 403 | translated: 402 original: 277 | translated: 264 original: 323 | translated: 326 original: 211 | translated: 216 original: 139 | translated: 147 original: 361 | translated: 344 original: 229 | translated: 208 original: 455 | translated: 462 original: 304 | translated: 309 original: 499 | translated: 473 original: 526 | translated: 532 original: 199 | translated: 193 original: 518 | translated: 538 original: 524 | translated: 497 original: 360 | translated: 348 original: 485 | translated: 489 original: 139 | translated: 137 original: 680 | translated: 709 original: 406 | translated: 466 original: 465 | translated: 520 original: 371 | translated: 394 original: 615 | translated: 689 original: 488 | translated: 565 original: 425 | translated: 463 original: 276 | translated: 323 original: 386 | translated: 413 original: 305 | translated: 339 original: 480 | translated: 524 original: 437 | translated: 465 original: 1144 | translated: 1258 original: 659 | translated: 774 original: 276 | translated: 292 original: 498 | translated: 507 original: 493 | translated: 519 original: 540 | translated: 553 original: 511 | translated: 679 original: 438 | translated: 472 original: 481 | translated: 514 original: 381 | translated: 401 original: 292 | translated: 324 original: 542 | translated: 564 original: 354 | translated: 410 original: 515 | translated: 566 original: 519 | translated: 591 original: 502 | translated: 482 original: 456 | translated: 508 original: 646 | translated: 666 original: 262 | translated: 292 original: 342 | translated: 382 original: 408 | translated: 458 original: 372 | translated: 414 original: 377 | translated: 451 original: 279 | translated: 314 original: 436 | translated: 467 original: 341 | translated: 368 original: 367 | translated: 397 original: 386 | translated: 415 original: 298 | translated: 312 original: 370 | translated: 412 original: 367 | translated: 409 original: 541 | translated: 576 original: 884 | translated: 974 original: 452 | translated: 496 original: 569 | translated: 614 original: 451 | translated: 470 original: 397 | translated: 419 original: 525 | translated: 578 original: 371 | translated: 390 original: 256 | translated: 286 original: 368 | translated: 385 original: 522 | translated: 550 original: 585 | translated: 612 original: 340 | translated: 339 original: 451 | translated: 506 original: 325 | translated: 354 original: 372 | translated: 434 original: 470 | translated: 527 original: 445 | translated: 503 original: 526 | translated: 600 original: 321 | translated: 349 original: 435 | translated: 473 original: 803 | translated: 879 original: 531 | translated: 572 original: 337 | translated: 380 original: 349 | translated: 381 original: 353 | translated: 373 original: 429 | translated: 434 original: 354 | translated: 402 original: 408 | translated: 413 original: 742 | translated: 741 original: 393 | translated: 429 original: 296 | translated: 319 original: 594 | translated: 596 original: 553 | translated: 610 original: 879 | translated: 962 original: 445 | translated: 505 original: 501 | translated: 570 original: 454 | translated: 521 original: 653 | translated: 714 original: 521 | translated: 605 original: 636 | translated: 675 original: 247 | translated: 268 original: 381 | translated: 442 original: 541 | translated: 587 original: 676 | translated: 709 original: 625 | translated: 626 original: 540 | translated: 562 original: 395 | translated: 444 original: 556 | translated: 615 original: 516 | translated: 579 original: 465 | translated: 520 original: 488 | translated: 565 original: 276 | translated: 292 original: 381 | translated: 401 original: 406 | translated: 466 original: 276 | translated: 323 original: 680 | translated: 709 original: 452 | translated: 496 original: 367 | translated: 397 original: 371 | translated: 394 original: 542 | translated: 564 original: 367 | translated: 436 original: 305 | translated: 339 original: 438 | translated: 472 original: 386 | translated: 413 original: 480 | translated: 524 original: 515 | translated: 566 original: 481 | translated: 514 original: 279 | translated: 314 original: 412 | translated: 475 original: 372 | translated: 414 original: 261 | translated: 285 original: 460 | translated: 520 original: 408 | translated: 458 original: 262 | translated: 292 original: 456 | translated: 508 original: 519 | translated: 591 original: 377 | translated: 451 original: 386 | translated: 421 original: 540 | translated: 553 original: 298 | translated: 312 original: 454 | translated: 521 original: 661 | translated: 714 original: 393 | translated: 429 original: 489 | translated: 579 original: 361 | translated: 385 original: 190 | translated: 219 original: 353 | translated: 373 original: 370 | translated: 412 original: 407 | translated: 478 original: 445 | translated: 503 original: 368 | translated: 385 original: 369 | translated: 395 original: 453 | translated: 477 original: 594 | translated: 596 original: 382 | translated: 463 original: 429 | translated: 434 original: 349 | translated: 381 original: 521 | translated: 621 original: 511 | translated: 582 original: 815 | translated: 913 original: 302 | translated: 331 original: 354 | translated: 402 original: 451 | translated: 506 original: 276 | translated: 321 original: 432 | translated: 447 original: 398 | translated: 444 original: 516 | translated: 579 original: 254 | translated: 266 original: 539 | translated: 597 original: 405 | translated: 448 original: 530 | translated: 566 original: 531 | translated: 572 original: 258 | translated: 272 original: 301 | translated: 340 original: 264 | translated: 296 original: 803 | translated: 879 original: 287 | translated: 308 original: 676 | translated: 709 original: 290 | translated: 356 original: 422 | translated: 447 original: 455 | translated: 511 original: 445 | translated: 495 original: 342 | translated: 398 original: 327 | translated: 420 original: 492 | translated: 520 original: 296 | translated: 319 original: 556 | translated: 615 original: 112 | translated: 126 original: 343 | translated: 384 original: 621 | translated: 497 original: 565 | translated: 633 original: 501 | translated: 533 original: 399 | translated: 430 original: 432 | translated: 487 original: 240 | translated: 262 original: 415 | translated: 473 original: 541 | translated: 587 original: 519 | translated: 566 original: 334 | translated: 388 original: 464 | translated: 511 original: 377 | translated: 441 original: 715 | translated: 501 original: 320 | translated: 348 original: 269 | translated: 288 original: 352 | translated: 423 original: 365 | translated: 439 original: 458 | translated: 456 original: 172 | translated: 228 original: 691 | translated: 690 original: 340 | translated: 339 original: 130 | translated: 154 original: 290 | translated: 285 original: 358 | translated: 346 original: 641 | translated: 622 original: 260 | translated: 257 original: 486 | translated: 524 original: 177 | translated: 213 original: 346 | translated: 352 original: 347 | translated: 387 original: 448 | translated: 548 original: 532 | translated: 625 original: 406 | translated: 466 original: 792 | translated: 791 original: 340 | translated: 333 original: 513 | translated: 644 original: 255 | translated: 262 original: 1015 | translated: 1013 original: 563 | translated: 562 original: 320 | translated: 375 original: 1091 | translated: 1089 original: 267 | translated: 306 original: 1081 | translated: 1079 original: 300 | translated: 294 original: 347 | translated: 620 original: 213 | translated: 373 original: 506 | translated: 780 original: 229 | translated: 348 original: 236 | translated: 325 original: 318 | translated: 500 original: 204 | translated: 333 original: 357 | translated: 591 original: 337 | translated: 490 original: 306 | translated: 465 original: 222 | translated: 358 original: 298 | translated: 389 original: 166 | translated: 254 original: 402 | translated: 609 original: 361 | translated: 618 original: 277 | translated: 431 original: 512 | translated: 783 original: 143 | translated: 223 original: 392 | translated: 573 original: 153 | translated: 209 original: 238 | translated: 344 original: 439 | translated: 693 original: 382 | translated: 544 original: 332 | translated: 481 original: 210 | translated: 371 original: 340 | translated: 339 original: 202 | translated: 365 original: 234 | translated: 366 original: 458 | translated: 456 original: 326 | translated: 453 original: 306 | translated: 502 original: 319 | translated: 479 original: 147 | translated: 223 original: 1000 | translated: 1084 original: 279 | translated: 411 original: 185 | translated: 311 original: 89 | translated: 160 original: 295 | translated: 413 original: 122 | translated: 173 original: 225 | translated: 355 original: 312 | translated: 460 original: 203 | translated: 298 original: 166 | translated: 296 original: 226 | translated: 399 original: 111 | translated: 170 original: 355 | translated: 548 original: 340 | translated: 493 original: 291 | translated: 475 original: 192 | translated: 314 original: 384 | translated: 645 original: 178 | translated: 268 original: 211 | translated: 365 original: 459 | translated: 729 original: 481 | translated: 713 original: 179 | translated: 300 original: 295 | translated: 528 original: 266 | translated: 358 original: 182 | translated: 300 original: 314 | translated: 522 original: 691 | translated: 690 original: 202 | translated: 401 original: 314 | translated: 433 original: 206 | translated: 333 original: 540 | translated: 620 original: 273 | translated: 430 original: 999 | translated: 1127 original: 214 | translated: 338 original: 104 | translated: 165 original: 219 | translated: 333 original: 481 | translated: 717 original: 291 | translated: 413 original: 244 | translated: 389 original: 121 | translated: 196 original: 465 | translated: 520 original: 406 | translated: 466 original: 412 | translated: 475 original: 516 | translated: 579 original: 422 | translated: 447 original: 279 | translated: 314 original: 276 | translated: 323 original: 680 | translated: 709 original: 498 | translated: 512 original: 345 | translated: 358 original: 490 | translated: 555 original: 488 | translated: 565 original: 438 | translated: 472 original: 306 | translated: 320 original: 454 | translated: 521 original: 386 | translated: 413 original: 369 | translated: 406 original: 398 | translated: 444 original: 661 | translated: 714 original: 350 | translated: 389 original: 276 | translated: 292 original: 464 | translated: 517 original: 381 | translated: 401 original: 277 | translated: 293 original: 372 | translated: 414 original: 353 | translated: 373 original: 569 | translated: 614 original: 445 | translated: 495 original: 321 | translated: 349 original: 530 | translated: 566 original: 439 | translated: 495 original: 452 | translated: 496 original: 480 | translated: 524 original: 353 | translated: 389 original: 367 | translated: 416 original: 298 | translated: 312 original: 451 | translated: 479 original: 676 | translated: 709 original: 266 | translated: 302 original: 536 | translated: 615 original: 455 | translated: 519 original: 320 | translated: 337 original: 380 | translated: 438 original: 401 | translated: 447 original: 387 | translated: 402 original: 406 | translated: 421 original: 573 | translated: 639 original: 480 | translated: 529 original: 342 | translated: 398 original: 371 | translated: 394 original: 390 | translated: 414 original: 367 | translated: 397 original: 276 | translated: 321 original: 297 | translated: 328 original: 540 | translated: 553 original: 381 | translated: 403 original: 515 | translated: 566 original: 526 | translated: 576 original: 349 | translated: 381 original: 451 | translated: 506 original: 519 | translated: 591 original: 263 | translated: 296 original: 376 | translated: 411 original: 491 | translated: 532 original: 316 | translated: 333 original: 343 | translated: 384 original: 422 | translated: 458 original: 463 | translated: 506 original: 425 | translated: 463 original: 313 | translated: 349 original: 535 | translated: 623 original: 190 | translated: 219 original: 714 | translated: 728 original: 445 | translated: 503 original: 460 | translated: 496 original: 340 | translated: 339 original: 377 | translated: 451 original: 674 | translated: 711 original: 397 | translated: 447 original: 306 | translated: 330 original: 481 | translated: 514 original: 374 | translated: 408 original: 333 | translated: 390 original: 487 | translated: 519 original: 341 | translated: 368 original: 382 | translated: 427 original: 526 | translated: 600 original: 305 | translated: 339 original: 367 | translated: 436 original: 281 | translated: 287 original: 381 | translated: 447 original: 382 | translated: 476 original: 260 | translated: 281 original: 309 | translated: 376 original: 288 | translated: 352 original: 515 | translated: 638 original: 215 | translated: 273 original: 201 | translated: 274 original: 389 | translated: 486 original: 339 | translated: 472 original: 426 | translated: 484 original: 225 | translated: 254 original: 211 | translated: 251 original: 354 | translated: 417 original: 196 | translated: 290 original: 286 | translated: 412 original: 319 | translated: 438 original: 256 | translated: 363 original: 323 | translated: 350 original: 283 | translated: 319 original: 320 | translated: 389 original: 691 | translated: 690 original: 293 | translated: 349 original: 214 | translated: 271 original: 283 | translated: 356 original: 256 | translated: 295 original: 458 | translated: 456 original: 1025 | translated: 1368 original: 171 | translated: 220 original: 432 | translated: 462 original: 262 | translated: 318 original: 256 | translated: 354 original: 293 | translated: 378 original: 319 | translated: 345 original: 267 | translated: 324 original: 406 | translated: 466 original: 279 | translated: 325 original: 203 | translated: 261 original: 316 | translated: 391 original: 317 | translated: 349 original: 367 | translated: 441 original: 305 | translated: 395 original: 406 | translated: 532 original: 242 | translated: 253 original: 221 | translated: 289 original: 358 | translated: 447 original: 340 | translated: 339 original: 284 | translated: 359 original: 264 | translated: 340 original: 467 | translated: 526 original: 283 | translated: 355 original: 358 | translated: 346 original: 367 | translated: 439 original: 258 | translated: 384 original: 491 | translated: 614 original: 255 | translated: 304 original: 402 | translated: 443 original: 160 | translated: 210 original: 430 | translated: 533 original: 527 | translated: 594 original: 257 | translated: 327 original: 462 | translated: 515 original: 491 | translated: 584 original: 332 | translated: 383 original: 200 | translated: 249 original: 586 | translated: 707 original: 456 | translated: 529 original: 290 | translated: 285 original: 220 | translated: 296 original: 236 | translated: 358 original: 205 | translated: 279 original: 190 | translated: 245 original: 261 | translated: 301 original: 473 | translated: 529 original: 427 | translated: 504 original: 820 | translated: 1027 original: 260 | translated: 257 original: 179 | translated: 243 original: 184 | translated: 228 original: 175 | translated: 201 original: 391 | translated: 419 original: 479 | translated: 540 original: 505 | translated: 550 original: 367 | translated: 378 original: 488 | translated: 534 original: 458 | translated: 456 original: 523 | translated: 613 original: 778 | translated: 895 original: 466 | translated: 463 original: 477 | translated: 529 original: 563 | translated: 658 original: 360 | translated: 411 original: 337 | translated: 380 original: 90 | translated: 410 original: 364 | translated: 374 original: 412 | translated: 454 original: 706 | translated: 768 original: 384 | translated: 407 original: 340 | translated: 339 original: 425 | translated: 391 original: 348 | translated: 381 original: 314 | translated: 296 original: 260 | translated: 257 original: 353 | translated: 373 original: 273 | translated: 288 original: 469 | translated: 537 original: 328 | translated: 337 original: 440 | translated: 476 original: 393 | translated: 445 original: 316 | translated: 332 original: 425 | translated: 486 original: 439 | translated: 457 original: 406 | translated: 466 original: 549 | translated: 604 original: 621 | translated: 617 original: 444 | translated: 480 original: 358 | translated: 346 original: 491 | translated: 522 original: 471 | translated: 505 original: 364 | translated: 338 original: 460 | translated: 499 original: 431 | translated: 468 original: 825 | translated: 849 original: 599 | translated: 603 original: 423 | translated: 441 original: 771 | translated: 747 original: 393 | translated: 406 original: 477 | translated: 496 original: 477 | translated: 494 original: 449 | translated: 507 original: 242 | translated: 229 original: 543 | translated: 542 original: 349 | translated: 385 original: 381 | translated: 382 original: 578 | translated: 606 original: 404 | translated: 462 original: 529 | translated: 580 original: 464 | translated: 515 original: 577 | translated: 584 original: 511 | translated: 503 original: 520 | translated: 560 original: 381 | translated: 406 original: 227 | translated: 218 original: 380 | translated: 411 original: 621 | translated: 651 original: 494 | translated: 530 original: 502 | translated: 514 original: 379 | translated: 404 original: 540 | translated: 546 original: 761 | translated: 796 original: 369 | translated: 405 original: 402 | translated: 403 original: 359 | translated: 401 original: 293 | translated: 302 original: 482 | translated: 524 original: 364 | translated: 411 original: 691 | translated: 690 original: 458 | translated: 456 original: 340 | translated: 339 original: 358 | translated: 346 original: 260 | translated: 257 original: 558 | translated: 557 original: 641 | translated: 622 original: 687 | translated: 686 original: 792 | translated: 791 original: 1015 | translated: 1013 original: 658 | translated: 657 original: 278 | translated: 308 original: 345 | translated: 362 original: 488 | translated: 497 original: 356 | translated: 397 original: 474 | translated: 514 original: 244 | translated: 279 original: 336 | translated: 409 original: 317 | translated: 348 original: 487 | translated: 519 original: 643 | translated: 753 original: 441 | translated: 533 original: 167 | translated: 206 original: 705 | translated: 708 original: 563 | translated: 579 original: 309 | translated: 381 original: 434 | translated: 467 original: 458 | translated: 456 original: 501 | translated: 583 original: 272 | translated: 323 original: 426 | translated: 469 original: 327 | translated: 391 original: 297 | translated: 343 original: 306 | translated: 365 original: 449 | translated: 519 original: 392 | translated: 424 original: 279 | translated: 338 original: 387 | translated: 467 original: 357 | translated: 427 original: 394 | translated: 465 original: 394 | translated: 428 original: 286 | translated: 321 original: 493 | translated: 599 original: 420 | translated: 476 original: 319 | translated: 338 original: 451 | translated: 497 original: 424 | translated: 450 original: 608 | translated: 711 original: 393 | translated: 426 original: 424 | translated: 469 original: 327 | translated: 394 original: 338 | translated: 417 original: 510 | translated: 555 original: 400 | translated: 447 original: 289 | translated: 310 original: 141 | translated: 171 original: 498 | translated: 501 original: 399 | translated: 440 original: 691 | translated: 690 original: 334 | translated: 408 original: 252 | translated: 273 original: 416 | translated: 512 original: 338 | translated: 365 original: 340 | translated: 339 original: 180 | translated: 239 original: 451 | translated: 527 original: 383 | translated: 413 original: 214 | translated: 242 original: 408 | translated: 419 original: 233 | translated: 257 original: 374 | translated: 385 original: 350 | translated: 354 original: 289 | translated: 326 original: 406 | translated: 466 original: 354 | translated: 390 original: 392 | translated: 445 original: 318 | translated: 358 original: 308 | translated: 375 original: 372 | translated: 439 original: 320 | translated: 374 original: 589 | translated: 582 original: 487 | translated: 459 original: 234 | translated: 291 original: 223 | translated: 254 original: 558 | translated: 605 original: 517 | translated: 622 original: 365 | translated: 445 original: 468 | translated: 520 original: 309 | translated: 354 original: 392 | translated: 464 original: 424 | translated: 473 original: 440 | translated: 462 original: 218 | translated: 253 original: 290 | translated: 356 original: 197 | translated: 207 original: 276 | translated: 323 original: 488 | translated: 565 original: 406 | translated: 466 original: 185 | translated: 194 original: 465 | translated: 520 original: 276 | translated: 292 original: 680 | translated: 709 original: 316 | translated: 355 original: 305 | translated: 339 original: 371 | translated: 394 original: 515 | translated: 566 original: 318 | translated: 346 original: 438 | translated: 472 original: 262 | translated: 292 original: 480 | translated: 524 original: 381 | translated: 401 original: 386 | translated: 413 original: 367 | translated: 397 original: 408 | translated: 458 original: 112 | translated: 126 original: 218 | translated: 236 original: 372 | translated: 414 original: 175 | translated: 179 original: 279 | translated: 314 original: 519 | translated: 591 original: 542 | translated: 564 original: 279 | translated: 317 original: 456 | translated: 508 original: 377 | translated: 451 original: 481 | translated: 514 original: 452 | translated: 496 original: 174 | translated: 192 original: 145 | translated: 154 original: 155 | translated: 173 original: 168 | translated: 179 original: 223 | translated: 248 original: 298 | translated: 312 original: 241 | translated: 279 original: 170 | translated: 184 original: 183 | translated: 195 original: 367 | translated: 436 original: 368 | translated: 385 original: 393 | translated: 429 original: 205 | translated: 227 original: 445 | translated: 503 original: 382 | translated: 463 original: 345 | translated: 388 original: 354 | translated: 402 original: 407 | translated: 478 original: 540 | translated: 553 original: 206 | translated: 218 original: 454 | translated: 521 original: 161 | translated: 189 original: 386 | translated: 421 original: 221 | translated: 233 original: 228 | translated: 236 original: 460 | translated: 520 original: 369 | translated: 395 original: 264 | translated: 296 original: 353 | translated: 373 original: 604 | translated: 634 original: 181 | translated: 212 original: 370 | translated: 412 original: 453 | translated: 477 original: 258 | translated: 272 original: 451 | translated: 506 original: 539 | translated: 597 original: 530 | translated: 566 original: 429 | translated: 434 original: 605 | translated: 498 original: 531 | translated: 572 original: 250 | translated: 288 original: 521 | translated: 621 original: 349 | translated: 381 original: 361 | translated: 385 original: 661 | translated: 714 original: 511 | translated: 582 original: 715 | translated: 501 original: 182 | translated: 207 original: 405 | translated: 448 original: 415 | translated: 473 original: 425 | translated: 470 original: 254 | translated: 266 original: 190 | translated: 219 original: 261 | translated: 285 original: 455 | translated: 511 original: 541 | translated: 587 original: 296 | translated: 319 original: 182 | translated: 198 original: 399 | translated: 430 original: 144 | translated: 495 original: 63 | translated: 335 original: 229 | translated: 502 original: 134 | translated: 333 original: 71 | translated: 287 original: 111 | translated: 429 original: 110 | translated: 451 original: 72 | translated: 364 original: 496 | translated: 541 original: 269 | translated: 295 original: 91 | translated: 271 original: 70 | translated: 342 original: 74 | translated: 313 original: 139 | translated: 340 original: 131 | translated: 285 original: 104 | translated: 422 original: 75 | translated: 372 original: 302 | translated: 353 original: 268 | translated: 397 original: 72 | translated: 426 original: 132 | translated: 405 original: 110 | translated: 403 original: 73 | translated: 193 original: 97 | translated: 469 original: 64 | translated: 337 original: 57 | translated: 352 original: 77 | translated: 323 original: 59 | translated: 256 original: 271 | translated: 427 original: 65 | translated: 242 original: 50 | translated: 290 original: 340 | translated: 339 original: 71 | translated: 412 original: 114 | translated: 205 original: 291 | translated: 349 original: 417 | translated: 456 original: 425 | translated: 457 original: 66 | translated: 266 original: 58 | translated: 285 original: 378 | translated: 429 original: 51 | translated: 327 original: 54 | translated: 231 original: 98 | translated: 409 original: 100 | translated: 436 original: 78 | translated: 346 original: 106 | translated: 415 original: 100 | translated: 324 original: 74 | translated: 373 original: 57 | translated: 327 original: 103 | translated: 338 original: 410 | translated: 764 original: 319 | translated: 192 original: 120 | translated: 306 original: 66 | translated: 280 original: 90 | translated: 463 original: 104 | translated: 370 original: 276 | translated: 311 original: 72 | translated: 303 original: 281 | translated: 610 original: 67 | translated: 547 original: 260 | translated: 257 original: 360 | translated: 261 original: 202 | translated: 412 original: 128 | translated: 478 original: 57 | translated: 304 original: 309 | translated: 354 original: 280 | translated: 363 original: 458 | translated: 456 original: 80 | translated: 363 original: 73 | translated: 308 original: 82 | translated: 333 original: 77 | translated: 261 original: 69 | translated: 326 original: 351 | translated: 491 original: 242 | translated: 304 original: 45 | translated: 311 original: 199 | translated: 416 original: 465 | translated: 520 original: 680 | translated: 709 original: 488 | translated: 565 original: 276 | translated: 292 original: 276 | translated: 323 original: 290 | translated: 356 original: 406 | translated: 466 original: 218 | translated: 253 original: 305 | translated: 339 original: 371 | translated: 394 original: 381 | translated: 401 original: 480 | translated: 524 original: 515 | translated: 566 original: 367 | translated: 397 original: 262 | translated: 292 original: 197 | translated: 207 original: 316 | translated: 355 original: 438 | translated: 472 original: 408 | translated: 458 original: 456 | translated: 508 original: 519 | translated: 591 original: 452 | translated: 496 original: 386 | translated: 413 original: 185 | translated: 194 original: 481 | translated: 514 original: 393 | translated: 429 original: 279 | translated: 314 original: 367 | translated: 436 original: 540 | translated: 553 original: 372 | translated: 414 original: 377 | translated: 451 original: 368 | translated: 385 original: 407 | translated: 478 original: 112 | translated: 126 original: 318 | translated: 346 original: 354 | translated: 402 original: 453 | translated: 477 original: 539 | translated: 597 original: 451 | translated: 506 original: 369 | translated: 395 original: 445 | translated: 503 original: 298 | translated: 312 original: 429 | translated: 434 original: 803 | translated: 879 original: 382 | translated: 463 original: 370 | translated: 412 original: 676 | translated: 709 original: 386 | translated: 400 original: 296 | translated: 319 original: 541 | translated: 587 original: 241 | translated: 279 original: 531 | translated: 572 original: 218 | translated: 236 original: 258 | translated: 272 original: 175 | translated: 179 original: 425 | translated: 470 original: 155 | translated: 173 original: 454 | translated: 521 original: 353 | translated: 373 original: 279 | translated: 317 original: 415 | translated: 473 original: 386 | translated: 421 original: 715 | translated: 501 original: 445 | translated: 505 original: 362 | translated: 262 original: 439 | translated: 473 original: 261 | translated: 285 original: 340 | translated: 339 original: 212 | translated: 242 original: 511 | translated: 582 original: 264 | translated: 296 original: 460 | translated: 504 original: 735 | translated: 823 original: 269 | translated: 288 original: 594 | translated: 596 original: 334 | translated: 388 original: 639 | translated: 435 original: 526 | translated: 600 original: 519 | translated: 566 original: 320 | translated: 348 original: 362 | translated: 367 original: 556 | translated: 615 original: 262 | translated: 286 original: 349 | translated: 381 original: 464 | translated: 511 original: 743 | translated: 841 original: 345 | translated: 388 original: 432 | translated: 487 original: 530 | translated: 566 original: 224 | translated: 230 original: 381 | translated: 442 original: 545 | translated: 629 original: 815 | translated: 913 original: 403 | translated: 500 original: 212 | translated: 272 original: 258 | translated: 344 original: 293 | translated: 369 original: 352 | translated: 427 original: 163 | translated: 191 original: 305 | translated: 379 original: 235 | translated: 291 original: 361 | translated: 455 original: 254 | translated: 338 original: 321 | translated: 426 original: 425 | translated: 518 original: 426 | translated: 415 original: 363 | translated: 362 original: 602 | translated: 766 original: 547 | translated: 715 original: 228 | translated: 294 original: 340 | translated: 339 original: 321 | translated: 409 original: 203 | translated: 296 original: 178 | translated: 213 original: 332 | translated: 469 original: 318 | translated: 399 original: 245 | translated: 303 original: 300 | translated: 345 original: 287 | translated: 357 original: 292 | translated: 363 original: 458 | translated: 456 original: 883 | translated: 715 original: 245 | translated: 278 original: 311 | translated: 383 original: 260 | translated: 257 original: 281 | translated: 352 original: 226 | translated: 293 original: 205 | translated: 267 original: 358 | translated: 346 original: 378 | translated: 461 original: 691 | translated: 690 original: 406 | translated: 466 original: 311 | translated: 396 original: 215 | translated: 270 original: 336 | translated: 414 original: 303 | translated: 360 original: 358 | translated: 468 original: 401 | translated: 530 original: 279 | translated: 360 original: 280 | translated: 368 original: 278 | translated: 376 original: 238 | translated: 298 original: 255 | translated: 328 original: 330 | translated: 437 original: 268 | translated: 344 original: 441 | translated: 547 original: 301 | translated: 360 original: 472 | translated: 656 original: 315 | translated: 439 original: 221 | translated: 284 original: 318 | translated: 377 original: 284 | translated: 393 original: 374 | translated: 483 original: 261 | translated: 362 original: 239 | translated: 308 original: 330 | translated: 427 original: 355 | translated: 411 original: 170 | translated: 225 original: 197 | translated: 211 original: 159 | translated: 207 original: 269 | translated: 295 original: 120 | translated: 143 original: 496 | translated: 541 original: 101 | translated: 112 original: 171 | translated: 201 original: 212 | translated: 241 original: 257 | translated: 308 original: 164 | translated: 192 original: 152 | translated: 206 original: 111 | translated: 163 original: 156 | translated: 187 original: 138 | translated: 168 original: 167 | translated: 208 original: 437 | translated: 463 original: 186 | translated: 227 original: 123 | translated: 155 original: 190 | translated: 193 original: 180 | translated: 231 original: 129 | translated: 153 original: 163 | translated: 208 original: 175 | translated: 203 original: 138 | translated: 160 original: 130 | translated: 144 original: 135 | translated: 168 original: 158 | translated: 190 original: 169 | translated: 191 original: 137 | translated: 170 original: 171 | translated: 186 original: 164 | translated: 234 original: 184 | translated: 232 original: 96 | translated: 117 original: 135 | translated: 173 original: 340 | translated: 339 original: 114 | translated: 140 original: 140 | translated: 181 original: 143 | translated: 157 original: 156 | translated: 191 original: 302 | translated: 353 original: 93 | translated: 110 original: 143 | translated: 166 original: 93 | translated: 106 original: 237 | translated: 287 original: 144 | translated: 166 original: 691 | translated: 690 original: 358 | translated: 346 original: 340 | translated: 339 original: 458 | translated: 456 original: 260 | translated: 257 original: 687 | translated: 686 original: 641 | translated: 622 original: 657 | translated: 656 original: 297 | translated: 296 original: 792 | translated: 791 original: 558 | translated: 557 original: 406 | translated: 466 original: 110 | translated: 150 original: 179 | translated: 250 original: 328 | translated: 464 original: 1197 | translated: 1160 original: 264 | translated: 387 original: 458 | translated: 456 original: 340 | translated: 339 original: 276 | translated: 349 original: 691 | translated: 690 original: 327 | translated: 422 original: 260 | translated: 257 original: 430 | translated: 669 original: 406 | translated: 466 original: 518 | translated: 732 original: 203 | translated: 281 original: 183 | translated: 240 original: 282 | translated: 372 original: 112 | translated: 150 original: 148 | translated: 223 original: 233 | translated: 294 original: 126 | translated: 183 original: 183 | translated: 254 original: 129 | translated: 180 original: 641 | translated: 622 original: 256 | translated: 334 original: 188 | translated: 267 original: 319 | translated: 406 original: 229 | translated: 306 original: 101 | translated: 159 original: 151 | translated: 210 original: 236 | translated: 342 original: 255 | translated: 352 original: 519 | translated: 778 original: 311 | translated: 465 original: 411 | translated: 562 original: 129 | translated: 183 original: 126 | translated: 187 original: 200 | translated: 287 original: 102 | translated: 145 original: 151 | translated: 199 original: 261 | translated: 263 original: 173 | translated: 148 original: 231 | translated: 232 original: 303 | translated: 264 original: 437 | translated: 436 original: 332 | translated: 337 original: 135 | translated: 134 original: 208 | translated: 198 original: 621 | translated: 574 original: 224 | translated: 225 original: 340 | translated: 339 original: 347 | translated: 345 original: 331 | translated: 327 original: 181 | translated: 160 original: 309 | translated: 310 original: 175 | translated: 185 original: 269 | translated: 264 original: 569 | translated: 574 original: 215 | translated: 216 original: 263 | translated: 353 original: 399 | translated: 398 original: 730 | translated: 725 original: 336 | translated: 335 original: 318 | translated: 306 original: 169 | translated: 198 original: 256 | translated: 257 original: 413 | translated: 397 original: 703 | translated: 649 original: 181 | translated: 182 original: 342 | translated: 343 original: 192 | translated: 168 original: 195 | translated: 194 original: 172 | translated: 174 original: 138 | translated: 134 original: 243 | translated: 256 original: 312 | translated: 313 original: 437 | translated: 436 original: 253 | translated: 230 original: 295 | translated: 280 original: 281 | translated: 282 original: 586 | translated: 585 original: 264 | translated: 286 original: 1066 | translated: 1247 original: 437 | translated: 479 original: 401 | translated: 406 original: 453 | translated: 447 original: 183 | translated: 189 original: 99 | translated: 260 original: 313 | translated: 342 original: 458 | translated: 456 original: 691 | translated: 690 original: 340 | translated: 339 original: 1082 | translated: 721 original: 1271 | translated: 1192 original: 641 | translated: 622 original: 260 | translated: 257 original: 358 | translated: 346 original: 171 | translated: 188 original: 657 | translated: 656 original: 687 | translated: 671 original: 658 | translated: 652 original: 792 | translated: 791 original: 687 | translated: 686 original: 291 | translated: 307 original: 584 | translated: 333 original: 406 | translated: 466 original: 261 | translated: 246 original: 213 | translated: 221 original: 654 | translated: 652 original: 1081 | translated: 1079 original: 188 | translated: 204 original: 1021 | translated: 799 original: 352 | translated: 411 original: 347 | translated: 388 original: 402 | translated: 434 original: 465 | translated: 502 original: 413 | translated: 442 original: 355 | translated: 395 original: 326 | translated: 370 original: 221 | translated: 250 original: 207 | translated: 243 original: 370 | translated: 382 original: 279 | translated: 315 original: 230 | translated: 247 original: 340 | translated: 380 original: 228 | translated: 235 original: 301 | translated: 320 original: 333 | translated: 372 original: 460 | translated: 493 original: 304 | translated: 356 original: 420 | translated: 464 original: 438 | translated: 472 original: 406 | translated: 466 original: 355 | translated: 391 original: 311 | translated: 333 original: 478 | translated: 507 original: 548 | translated: 636 original: 305 | translated: 339 original: 269 | translated: 313 original: 385 | translated: 467 original: 381 | translated: 419 original: 216 | translated: 244 original: 404 | translated: 426 original: 273 | translated: 287 original: 417 | translated: 480 original: 492 | translated: 500 original: 377 | translated: 470 original: 230 | translated: 248 original: 301 | translated: 336 original: 298 | translated: 336 original: 334 | translated: 365 original: 275 | translated: 310 original: 410 | translated: 454 original: 407 | translated: 427 original: 499 | translated: 587 original: 430 | translated: 485 original: 423 | translated: 485 original: 436 | translated: 438 original: 161 | translated: 209 original: 425 | translated: 478 original: 328 | translated: 337 original: 818 | translated: 908 original: 238 | translated: 295 original: 447 | translated: 497 original: 549 | translated: 593 original: 344 | translated: 394 original: 380 | translated: 400 original: 408 | translated: 415 original: 394 | translated: 442 original: 409 | translated: 429 original: 354 | translated: 407 original: 565 | translated: 557 original: 431 | translated: 463 original: 468 | translated: 507 original: 235 | translated: 298 original: 379 | translated: 430 original: 354 | translated: 391 original: 340 | translated: 339 original: 396 | translated: 453 original: 374 | translated: 429 original: 458 | translated: 456 original: 519 | translated: 591 original: 546 | translated: 566 original: 272 | translated: 297 original: 384 | translated: 414 original: 393 | translated: 424 original: 436 | translated: 494 original: 300 | translated: 375 original: 560 | translated: 623 original: 366 | translated: 411 original: 320 | translated: 359 original: 330 | translated: 364 original: 631 | translated: 664 original: 423 | translated: 475 original: 456 | translated: 525 original: 225 | translated: 251 original: 411 | translated: 475 original: 258 | translated: 276 original: 431 | translated: 460 original: 307 | translated: 327 original: 383 | translated: 420 original: 90 | translated: 410 original: 334 | translated: 362 original: 328 | translated: 371 original: 273 | translated: 286 original: 84 | translated: 416 original: 72 | translated: 281 original: 155 | translated: 356 original: 269 | translated: 295 original: 153 | translated: 282 original: 128 | translated: 421 original: 496 | translated: 541 original: 52 | translated: 271 original: 44 | translated: 242 original: 45 | translated: 193 original: 106 | translated: 257 original: 78 | translated: 325 original: 44 | translated: 212 original: 83 | translated: 281 original: 43 | translated: 230 original: 36 | translated: 242 original: 55 | translated: 296 original: 56 | translated: 290 original: 48 | translated: 219 original: 45 | translated: 279 original: 73 | translated: 303 original: 378 | translated: 429 original: 118 | translated: 512 original: 58 | translated: 239 original: 59 | translated: 306 original: 75 | translated: 239 original: 75 | translated: 291 original: 152 | translated: 266 original: 56 | translated: 386 original: 50 | translated: 213 original: 275 | translated: 277 original: 44 | translated: 237 original: 51 | translated: 198 original: 99 | translated: 260 original: 66 | translated: 225 original: 101 | translated: 273 original: 59 | translated: 262 original: 114 | translated: 205 original: 249 | translated: 520 original: 86 | translated: 385 original: 51 | translated: 296 original: 144 | translated: 375 original: 53 | translated: 321 original: 302 | translated: 353 original: 43 | translated: 216 original: 62 | translated: 152 original: 109 | translated: 309 original: 66 | translated: 324 original: 41 | translated: 203 original: 82 | translated: 250 original: 223 | translated: 387 original: 56 | translated: 255 original: 77 | translated: 340 original: 66 | translated: 223 original: 97 | translated: 282 original: 55 | translated: 199 original: 473 | translated: 472 original: 53 | translated: 247 original: 276 | translated: 311 original: 146 | translated: 560 original: 291 | translated: 349 original: 55 | translated: 241 original: 351 | translated: 491 original: 96 | translated: 221 original: 402 | translated: 474 original: 416 | translated: 479 original: 71 | translated: 352 original: 135 | translated: 247 original: 57 | translated: 251 original: 61 | translated: 384 original: 94 | translated: 296 original: 65 | translated: 256 original: 94 | translated: 267 original: 51 | translated: 214 original: 82 | translated: 275 original: 63 | translated: 299 original: 347 | translated: 395 original: 57 | translated: 209 original: 60 | translated: 245 original: 190 | translated: 332 original: 44 | translated: 228 original: 95 | translated: 346 original: 47 | translated: 220 original: 57 | translated: 186 original: 52 | translated: 259 original: 49 | translated: 252 original: 26 | translated: 122 original: 84 | translated: 235 original: 496 | translated: 541 original: 269 | translated: 295 original: 302 | translated: 353 original: 319 | translated: 192 original: 291 | translated: 349 original: 360 | translated: 261 original: 378 | translated: 429 original: 351 | translated: 491 original: 226 | translated: 352 original: 155 | translated: 356 original: 334 | translated: 449 original: 340 | translated: 339 original: 276 | translated: 311 original: 309 | translated: 354 original: 326 | translated: 429 original: 153 | translated: 282 original: 238 | translated: 281 original: 90 | translated: 246 original: 242 | translated: 304 original: 347 | translated: 395 original: 259 | translated: 322 original: 160 | translated: 218 original: 417 | translated: 456 original: 145 | translated: 206 original: 333 | translated: 406 original: 358 | translated: 433 original: 425 | translated: 457 original: 409 | translated: 479 original: 260 | translated: 257 original: 302 | translated: 344 original: 176 | translated: 195 original: 207 | translated: 268 original: 99 | translated: 260 original: 114 | translated: 179 original: 492 | translated: 539 original: 115 | translated: 170 original: 276 | translated: 352 original: 601 | translated: 464 original: 106 | translated: 518 original: 250 | translated: 325 original: 300 | translated: 351 original: 327 | translated: 373 original: 194 | translated: 190 original: 130 | translated: 209 original: 386 | translated: 430 original: 332 | translated: 428 original: 55 | translated: 314 original: 283 | translated: 374 original: 458 | translated: 456 original: 386 | translated: 500 original: 56 | translated: 267 original: 293 | translated: 427 original: 94 | translated: 267 original: 275 | translated: 338 original: 342 | translated: 356 original: 254 | translated: 339 original: 332 | translated: 396 original: 225 | translated: 334 original: 92 | translated: 117 original: 370 | translated: 455 original: 295 | translated: 294 original: 473 | translated: 472 original: 130 | translated: 179 original: 120 | translated: 187 original: 491 | translated: 490 original: 456 | translated: 567 original: 261 | translated: 298 original: 244 | translated: 294 original: 399 | translated: 483 original: 789 | translated: 995 original: 280 | translated: 353 original: 158 | translated: 257 original: 254 | translated: 305 original: 346 | translated: 352 original: 329 | translated: 371 original: 293 | translated: 331 original: 293 | translated: 334 original: 321 | translated: 335 original: 314 | translated: 308 original: 385 | translated: 459 original: 267 | translated: 306 original: 530 | translated: 411 original: 81 | translated: 129 original: 246 | translated: 293 original: 252 | translated: 282 original: 257 | translated: 313 original: 238 | translated: 282 original: 141 | translated: 139 original: 299 | translated: 355 original: 321 | translated: 342 original: 248 | translated: 278 original: 458 | translated: 456 original: 234 | translated: 267 original: 290 | translated: 285 original: 243 | translated: 306 original: 348 | translated: 413 original: 374 | translated: 404 original: 252 | translated: 282 original: 136 | translated: 184 original: 294 | translated: 324 original: 218 | translated: 271 original: 99 | translated: 260 original: 251 | translated: 323 original: 305 | translated: 363 original: 340 | translated: 339 original: 347 | translated: 411 original: 149 | translated: 219 original: 314 | translated: 364 original: 447 | translated: 510 original: 1091 | translated: 1089 original: 448 | translated: 548 original: 326 | translated: 387 original: 597 | translated: 681 original: 299 | translated: 353 original: 337 | translated: 408 original: 224 | translated: 277 original: 496 | translated: 541 original: 340 | translated: 333 original: 506 | translated: 554 original: 422 | translated: 501 original: 308 | translated: 377 original: 392 | translated: 428 original: 425 | translated: 461 original: 292 | translated: 320 original: 193 | translated: 242 original: 336 | translated: 413 original: 312 | translated: 408 original: 378 | translated: 429 original: 347 | translated: 432 original: 154 | translated: 172 original: 267 | translated: 333 original: 120 | translated: 136 original: 417 | translated: 456 original: 189 | translated: 245 original: 145 | translated: 246 original: 458 | translated: 456 original: 168 | translated: 223 original: 212 | translated: 283 original: 691 | translated: 690 original: 340 | translated: 339 original: 260 | translated: 257 original: 358 | translated: 346 original: 179 | translated: 240 original: 198 | translated: 199 original: 290 | translated: 285 original: 641 | translated: 622 original: 204 | translated: 331 original: 406 | translated: 466 original: 134 | translated: 186 original: 486 | translated: 524 original: 777 | translated: 914 original: 267 | translated: 306 original: 792 | translated: 791 original: 340 | translated: 333 original: 178 | translated: 213 original: 1091 | translated: 1089 original: 1081 | translated: 1079 original: 346 | translated: 352 original: 315 | translated: 314 original: 563 | translated: 562 original: 458 | translated: 456 original: 340 | translated: 339 original: 406 | translated: 466 original: 425 | translated: 391 original: 298 | translated: 316 original: 691 | translated: 690 original: 260 | translated: 257 original: 488 | translated: 534 original: 391 | translated: 419 original: 358 | translated: 346 original: 90 | translated: 410 original: 505 | translated: 550 original: 479 | translated: 540 original: 367 | translated: 378 original: 353 | translated: 373 original: 722 | translated: 742 original: 276 | translated: 323 original: 438 | translated: 472 original: 402 | translated: 434 original: 352 | translated: 411 original: 463 | translated: 504 original: 472 | translated: 492 original: 347 | translated: 388 original: 331 | translated: 335 original: 641 | translated: 622 original: 393 | translated: 406 original: 477 | translated: 529 original: 360 | translated: 394 original: 345 | translated: 358 original: 466 | translated: 463 original: 465 | translated: 502 original: 328 | translated: 337 original: 520 | translated: 548 original: 519 | translated: 591 original: 418 | translated: 422 original: 364 | translated: 338 original: 425 | translated: 486 original: 549 | translated: 437 original: 314 | translated: 323 original: 314 | translated: 296 original: 289 | translated: 337 original: 397 | translated: 402 original: 458 | translated: 456 original: 346 | translated: 352 original: 340 | translated: 339 original: 691 | translated: 690 original: 448 | translated: 548 original: 641 | translated: 622 original: 260 | translated: 257 original: 267 | translated: 306 original: 792 | translated: 791 original: 290 | translated: 285 original: 358 | translated: 346 original: 374 | translated: 404 original: 486 | translated: 524 original: 1081 | translated: 1079 original: 340 | translated: 333 original: 1091 | translated: 1089 original: 252 | translated: 282 original: 563 | translated: 562 original: 687 | translated: 671 original: 466 | translated: 650 original: 1015 | translated: 1013 original: 105 | translated: 150 original: 406 | translated: 466 original: 654 | translated: 652 original: 537 | translated: 522 original: 1021 | translated: 799 original: 246 | translated: 293 original: 503 | translated: 502 original: 130 | translated: 157 original: 658 | translated: 656 original: 452 | translated: 451 original: 364 | translated: 374 original: 247 | translated: 248 original: 334 | translated: 337 original: 302 | translated: 292 original: 367 | translated: 307 original: 262 | translated: 264 original: 506 | translated: 502 original: 201 | translated: 203 original: 438 | translated: 437 original: 410 | translated: 409 original: 352 | translated: 348 original: 289 | translated: 287 original: 207 | translated: 209 original: 408 | translated: 417 original: 201 | translated: 203 original: 334 | translated: 343 original: 298 | translated: 308 original: 425 | translated: 391 original: 458 | translated: 456 original: 213 | translated: 373 original: 343 | translated: 354 original: 893 | translated: 904 original: 262 | translated: 268 original: 277 | translated: 303 original: 226 | translated: 233 original: 456 | translated: 525 original: 277 | translated: 440 original: 352 | translated: 351 original: 323 | translated: 329 original: 207 | translated: 201 original: 219 | translated: 226 original: 313 | translated: 314 original: 304 | translated: 298 original: 257 | translated: 259 original: 691 | translated: 690 original: 480 | translated: 483 original: 686 | translated: 694 original: 161 | translated: 160 original: 258 | translated: 261 original: 169 | translated: 173 original: 360 | translated: 361 original: 129 | translated: 134 original: 450 | translated: 479 original: 314 | translated: 321 original: 327 | translated: 334 original: 352 | translated: 365 original: 403 | translated: 407 original: 265 | translated: 262 original: 340 | translated: 339 original: 250 | translated: 256 original: 246 | translated: 251 original: 351 | translated: 354 original: 365 | translated: 367 original: 453 | translated: 457 original: 360 | translated: 380 original: 411 | translated: 427 original: 252 | translated: 253 original: 398 | translated: 419 original: 469 | translated: 537 original: 243 | translated: 349 original: 391 | translated: 419 original: 271 | translated: 272 original: 320 | translated: 321 original: 557 | translated: 671 original: 285 | translated: 286 original: 406 | translated: 466 original: 483 | translated: 508 original: 256 | translated: 258 original: 291 | translated: 331 original: 426 | translated: 460 original: 300 | translated: 289 original: 185 | translated: 194 original: 197 | translated: 207 original: 406 | translated: 466 original: 218 | translated: 253 original: 318 | translated: 346 original: 290 | translated: 356 original: 175 | translated: 179 original: 174 | translated: 192 original: 276 | translated: 323 original: 112 | translated: 126 original: 680 | translated: 709 original: 316 | translated: 355 original: 183 | translated: 195 original: 228 | translated: 236 original: 168 | translated: 179 original: 460 | translated: 520 original: 218 | translated: 236 original: 206 | translated: 218 original: 488 | translated: 565 original: 465 | translated: 520 original: 438 | translated: 472 original: 504 | translated: 543 original: 371 | translated: 394 original: 604 | translated: 634 original: 515 | translated: 566 original: 145 | translated: 154 original: 305 | translated: 339 original: 276 | translated: 292 original: 386 | translated: 413 original: 480 | translated: 524 original: 228 | translated: 250 original: 279 | translated: 317 original: 205 | translated: 227 original: 170 | translated: 184 original: 405 | translated: 448 original: 238 | translated: 251 original: 262 | translated: 292 original: 223 | translated: 248 original: 345 | translated: 388 original: 519 | translated: 591 original: 161 | translated: 189 original: 250 | translated: 288 original: 731 | translated: 775 original: 182 | translated: 232 original: 481 | translated: 514 original: 372 | translated: 414 original: 377 | translated: 451 original: 221 | translated: 233 original: 381 | translated: 401 original: 325 | translated: 332 original: 605 | translated: 498 original: 230 | translated: 251 original: 298 | translated: 312 original: 353 | translated: 373 original: 279 | translated: 314 original: 205 | translated: 220 original: 456 | translated: 508 original: 349 | translated: 381 original: 155 | translated: 173 original: 408 | translated: 458 original: 240 | translated: 256 original: 182 | translated: 198 original: 246 | translated: 273 original: 530 | translated: 566 original: 368 | translated: 411 original: 241 | translated: 279 original: 254 | translated: 266 original: 211 | translated: 246 original: 285 | translated: 305 original: 242 | translated: 255 original: 540 | translated: 553 original: 393 | translated: 429 original: 305 | translated: 330 original: 367 | translated: 397 original: 526 | translated: 525 original: 452 | translated: 496 original: 361 | translated: 385 original: 209 | translated: 263 original: 368 | translated: 385 original: 340 | translated: 339 original: 131 | translated: 139 original: 445 | translated: 503 original: 170 | translated: 194 original: 181 | translated: 212 original: 382 | translated: 463 original: 399 | translated: 430 original: 241 | translated: 264 original: 496 | translated: 541 original: 170 | translated: 225 original: 269 | translated: 295 original: 458 | translated: 456 original: 691 | translated: 690 original: 302 | translated: 353 original: 138 | translated: 160 original: 171 | translated: 201 original: 99 | translated: 260 original: 340 | translated: 339 original: 190 | translated: 193 original: 217 | translated: 228 original: 417 | translated: 456 original: 378 | translated: 429 original: 260 | translated: 257 original: 360 | translated: 261 original: 319 | translated: 192 original: 291 | translated: 349 original: 164 | translated: 234 original: 127 | translated: 152 original: 140 | translated: 181 original: 425 | translated: 457 original: 309 | translated: 354 original: 114 | translated: 135 original: 276 | translated: 311 original: 687 | translated: 686 original: 334 | translated: 449 original: 106 | translated: 126 original: 94 | translated: 267 original: 152 | translated: 206 original: 103 | translated: 137 original: 603 | translated: 602 original: 238 | translated: 281 original: 167 | translated: 208 original: 487 | translated: 528 original: 156 | translated: 187 original: 275 | translated: 272 original: 714 | translated: 697 original: 787 | translated: 783 original: 282 | translated: 294 original: 266 | translated: 275 original: 425 | translated: 391 original: 386 | translated: 364 original: 312 | translated: 322 original: 466 | translated: 468 original: 317 | translated: 302 original: 190 | translated: 185 original: 373 | translated: 381 original: 347 | translated: 339 original: 389 | translated: 414 original: 219 | translated: 220 original: 313 | translated: 334 original: 367 | translated: 371 original: 545 | translated: 544 original: 433 | translated: 432 original: 322 | translated: 314 original: 417 | translated: 421 original: 317 | translated: 316 original: 641 | translated: 622 original: 290 | translated: 302 original: 458 | translated: 456 original: 223 | translated: 232 original: 267 | translated: 265 original: 315 | translated: 314 original: 543 | translated: 542 original: 680 | translated: 709 original: 276 | translated: 323 original: 406 | translated: 466 original: 465 | translated: 520 original: 488 | translated: 565 original: 276 | translated: 292 original: 371 | translated: 394 original: 438 | translated: 472 original: 305 | translated: 339 original: 515 | translated: 566 original: 408 | translated: 458 original: 262 | translated: 292 original: 519 | translated: 591 original: 381 | translated: 401 original: 480 | translated: 524 original: 218 | translated: 253 original: 367 | translated: 397 original: 456 | translated: 508 original: 316 | translated: 355 original: 452 | translated: 496 original: 197 | translated: 207 original: 377 | translated: 451 original: 290 | translated: 356 original: 386 | translated: 413 original: 803 | translated: 879 original: 368 | translated: 385 original: 372 | translated: 414 original: 407 | translated: 478 original: 298 | translated: 312 original: 540 | translated: 553 original: 112 | translated: 126 original: 279 | translated: 314 original: 241 | translated: 279 original: 453 | translated: 477 original: 481 | translated: 514 original: 382 | translated: 463 original: 354 | translated: 402 original: 445 | translated: 503 original: 541 | translated: 587 original: 369 | translated: 395 original: 155 | translated: 173 original: 451 | translated: 506 original: 279 | translated: 317 original: 340 | translated: 339 original: 185 | translated: 194 original: 386 | translated: 421 original: 393 | translated: 429 original: 735 | translated: 823 original: 539 | translated: 597 original: 367 | translated: 436 original: 715 | translated: 501 original: 353 | translated: 373 original: 386 | translated: 400 original: 370 | translated: 412 original: 258 | translated: 272 original: 415 | translated: 473 original: 445 | translated: 505 original: 429 | translated: 434 original: 676 | translated: 709 original: 743 | translated: 841 original: 318 | translated: 346 original: 349 | translated: 381 original: 362 | translated: 262 original: 182 | translated: 207 original: 454 | translated: 521 original: 181 | translated: 212 original: 381 | translated: 442 original: 525 | translated: 578 original: 541 | translated: 576 original: 455 | translated: 511 original: 531 | translated: 572 original: 218 | translated: 236 original: 493 | translated: 519 original: 361 | translated: 385 original: 511 | translated: 582 original: 425 | translated: 463 original: 264 | translated: 296 original: 251 | translated: 282 original: 515 | translated: 552 original: 556 | translated: 615 original: 425 | translated: 470 original: 341 | translated: 368 original: 320 | translated: 348 original: 439 | translated: 473 original: 399 | translated: 430 original: 460 | translated: 504 original: 815 | translated: 913 original: 320 | translated: 338 original: 404 | translated: 477 original: 423 | translated: 489 original: 522 | translated: 555 original: 209 | translated: 263 original: 509 | translated: 497 original: 260 | translated: 232 original: 370 | translated: 377 original: 358 | translated: 355 original: 393 | translated: 351 original: 458 | translated: 456 original: 370 | translated: 364 original: 691 | translated: 690 original: 224 | translated: 216 original: 507 | translated: 499 original: 287 | translated: 244 original: 494 | translated: 486 original: 459 | translated: 449 original: 542 | translated: 557 original: 358 | translated: 346 original: 340 | translated: 339 original: 611 | translated: 581 original: 423 | translated: 438 original: 475 | translated: 439 original: 397 | translated: 394 original: 425 | translated: 391 original: 455 | translated: 439 original: 421 | translated: 407 original: 377 | translated: 344 original: 505 | translated: 504 original: 90 | translated: 410 original: 373 | translated: 365 original: 341 | translated: 320 original: 461 | translated: 462 original: 361 | translated: 336 original: 767 | translated: 779 original: 445 | translated: 455 original: 260 | translated: 257 original: 392 | translated: 389 original: 235 | translated: 224 original: 641 | translated: 622 original: 286 | translated: 288 original: 288 | translated: 254 original: 417 | translated: 395 original: 349 | translated: 359 original: 439 | translated: 416 original: 187 | translated: 171 original: 313 | translated: 289 original: 303 | translated: 302 original: 398 | translated: 350 original: 433 | translated: 453 original: 464 | translated: 458 original: 486 | translated: 477 original: 274 | translated: 265 original: 376 | translated: 377 original: 328 | translated: 299 original: 314 | translated: 335 original: 354 | translated: 360 original: 266 | translated: 285 original: 151 | translated: 162 original: 471 | translated: 509 original: 458 | translated: 456 original: 216 | translated: 203 original: 691 | translated: 690 original: 263 | translated: 254 original: 358 | translated: 346 original: 365 | translated: 373 original: 322 | translated: 298 original: 263 | translated: 278 original: 1348 | translated: 1382 original: 340 | translated: 339 original: 388 | translated: 401 original: 287 | translated: 298 original: 427 | translated: 444 original: 368 | translated: 374 original: 323 | translated: 329 original: 311 | translated: 294 original: 261 | translated: 259 original: 236 | translated: 246 original: 260 | translated: 257 original: 415 | translated: 433 original: 200 | translated: 211 original: 321 | translated: 320 original: 256 | translated: 263 original: 313 | translated: 316 original: 476 | translated: 490 original: 307 | translated: 343 original: 295 | translated: 285 original: 289 | translated: 300 original: 321 | translated: 338 original: 389 | translated: 377 original: 517 | translated: 521 original: 284 | translated: 319 original: 271 | translated: 287 original: 373 | translated: 353 original: 478 | translated: 374 original: 315 | translated: 343 original: 381 | translated: 413 original: 395 | translated: 406 original: 255 | translated: 252 original: 496 | translated: 460 original: 691 | translated: 690 original: 340 | translated: 339 original: 458 | translated: 456 original: 260 | translated: 257 original: 641 | translated: 622 original: 792 | translated: 791 original: 576 | translated: 468 original: 496 | translated: 541 original: 358 | translated: 346 original: 1081 | translated: 1079 original: 687 | translated: 686 original: 351 | translated: 286 original: 654 | translated: 652 original: 1091 | translated: 1089 original: 465 | translated: 520 original: 466 | translated: 538 original: 488 | translated: 565 original: 406 | translated: 466 original: 276 | translated: 323 original: 276 | translated: 292 original: 680 | translated: 709 original: 386 | translated: 413 original: 381 | translated: 401 original: 491 | translated: 529 original: 438 | translated: 472 original: 367 | translated: 397 original: 711 | translated: 762 original: 371 | translated: 394 original: 515 | translated: 566 original: 542 | translated: 564 original: 691 | translated: 734 original: 305 | translated: 339 original: 452 | translated: 496 original: 372 | translated: 414 original: 279 | translated: 314 original: 647 | translated: 693 original: 480 | translated: 524 original: 367 | translated: 436 original: 377 | translated: 451 original: 456 | translated: 508 original: 519 | translated: 591 original: 481 | translated: 514 original: 408 | translated: 458 original: 262 | translated: 292 original: 298 | translated: 312 original: 540 | translated: 553 original: 454 | translated: 521 original: 425 | translated: 463 original: 516 | translated: 579 original: 370 | translated: 412 original: 368 | translated: 385 original: 292 | translated: 324 original: 445 | translated: 503 original: 353 | translated: 373 original: 594 | translated: 596 original: 386 | translated: 421 original: 340 | translated: 339 original: 493 | translated: 519 original: 451 | translated: 506 original: 556 | translated: 615 original: 261 | translated: 285 original: 349 | translated: 381 original: 1099 | translated: 1166 original: 455 | translated: 511 original: 462 | translated: 503 original: 354 | translated: 402 original: 819 | translated: 883 original: 386 | translated: 400 original: 302 | translated: 331 original: 377 | translated: 405 original: 541 | translated: 576 original: 422 | translated: 447 original: 393 | translated: 429 original: 429 | translated: 434 original: 381 | translated: 442 original: 676 | translated: 709 original: 341 | translated: 368 original: 803 | translated: 879 original: 815 | translated: 913 original: 530 | translated: 566 original: 296 | translated: 319 original: 399 | translated: 430 original: 458 | translated: 456 original: 415 | translated: 473 original: 531 | translated: 572 original: 264 | translated: 296 original: 363 | translated: 402 original: 407 | translated: 478 original: 190 | translated: 219 original: 498 | translated: 512 original: 569 | translated: 614 original: 456 | translated: 490 original: 465 | translated: 520 original: 406 | translated: 466 original: 488 | translated: 565 original: 276 | translated: 292 original: 276 | translated: 323 original: 381 | translated: 401 original: 680 | translated: 709 original: 661 | translated: 714 original: 386 | translated: 413 original: 438 | translated: 472 original: 367 | translated: 397 original: 371 | translated: 394 original: 305 | translated: 339 original: 481 | translated: 514 original: 372 | translated: 414 original: 515 | translated: 566 original: 452 | translated: 496 original: 412 | translated: 475 original: 480 | translated: 524 original: 279 | translated: 314 original: 408 | translated: 458 original: 540 | translated: 553 original: 377 | translated: 451 original: 519 | translated: 591 original: 262 | translated: 292 original: 298 | translated: 312 original: 190 | translated: 219 original: 386 | translated: 421 original: 456 | translated: 508 original: 367 | translated: 436 original: 445 | translated: 503 original: 261 | translated: 285 original: 353 | translated: 373 original: 454 | translated: 521 original: 382 | translated: 463 original: 349 | translated: 381 original: 361 | translated: 385 original: 370 | translated: 412 original: 369 | translated: 395 original: 368 | translated: 385 original: 815 | translated: 913 original: 516 | translated: 579 original: 422 | translated: 458 original: 254 | translated: 266 original: 455 | translated: 511 original: 377 | translated: 430 original: 460 | translated: 520 original: 405 | translated: 448 original: 676 | translated: 709 original: 530 | translated: 566 original: 451 | translated: 506 original: 354 | translated: 402 original: 399 | translated: 430 original: 343 | translated: 384 original: 531 | translated: 572 original: 398 | translated: 444 original: 594 | translated: 596 original: 393 | translated: 429 original: 511 | translated: 582 original: 429 | translated: 434 original: 407 | translated: 478 original: 526 | translated: 600 original: 412 | translated: 501 original: 396 | translated: 426 original: 302 | translated: 331 original: 340 | translated: 339 original: 240 | translated: 262 original: 264 | translated: 296 original: 453 | translated: 477 original: 321 | translated: 349 original: 401 | translated: 447 original: 327 | translated: 420 original: 393 | translated: 427 original: 477 | translated: 493 original: 539 | translated: 597 original: 358 | translated: 393 original: 492 | translated: 520 original: 381 | translated: 442 original: 521 | translated: 621 original: 388 | translated: 369 original: 348 | translated: 379 original: 422 | translated: 447 original: 345 | translated: 341 original: 258 | translated: 272 original: 380 | translated: 275 original: 334 | translated: 388 original: 715 | translated: 501 original: 386 | translated: 400 original: 464 | translated: 511 original: 490 | translated: 543 original: 489 | translated: 579 original: 287 | translated: 308 original: 408 | translated: 475 original: 167 | translated: 181 original: 496 | translated: 541 original: 212 | translated: 238 original: 269 | translated: 295 original: 126 | translated: 151 original: 240 | translated: 269 original: 187 | translated: 178 original: 340 | translated: 339 original: 227 | translated: 239 original: 458 | translated: 456 original: 302 | translated: 353 original: 332 | translated: 371 original: 247 | translated: 275 original: 217 | translated: 228 original: 166 | translated: 196 original: 186 | translated: 197 original: 157 | translated: 163 original: 264 | translated: 267 original: 145 | translated: 162 original: 360 | translated: 261 original: 201 | translated: 195 original: 121 | translated: 118 original: 378 | translated: 429 original: 241 | translated: 272 original: 224 | translated: 317 original: 167 | translated: 200 original: 201 | translated: 210 original: 139 | translated: 134 original: 117 | translated: 136 original: 186 | translated: 207 original: 236 | translated: 246 original: 99 | translated: 260 original: 119 | translated: 121 original: 291 | translated: 349 original: 160 | translated: 165 original: 91 | translated: 95 original: 279 | translated: 291 original: 417 | translated: 456 original: 168 | translated: 170 original: 319 | translated: 192 original: 691 | translated: 690 original: 199 | translated: 248 original: 249 | translated: 276 original: 174 | translated: 193 original: 173 | translated: 148 original: 261 | translated: 263 original: 120 | translated: 122 original: 224 | translated: 225 original: 169 | translated: 172 original: 309 | translated: 310 original: 181 | translated: 182 original: 112 | translated: 110 original: 194 | translated: 206 original: 303 | translated: 264 original: 231 | translated: 232 original: 331 | translated: 327 original: 463 | translated: 459 original: 332 | translated: 337 original: 256 | translated: 257 original: 211 | translated: 207 original: 160 | translated: 164 original: 399 | translated: 398 original: 208 | translated: 198 original: 249 | translated: 259 original: 185 | translated: 195 original: 336 | translated: 335 original: 201 | translated: 205 original: 137 | translated: 139 original: 778 | translated: 760 original: 342 | translated: 343 original: 458 | translated: 456 original: 312 | translated: 313 original: 181 | translated: 160 original: 340 | translated: 339 original: 703 | translated: 649 original: 412 | translated: 501 original: 113 | translated: 114 original: 299 | translated: 279 original: 281 | translated: 282 original: 312 | translated: 313 original: 575 | translated: 547 original: 406 | translated: 401 original: 691 | translated: 690 original: 952 | translated: 938 original: 347 | translated: 345 original: 348 | translated: 377 original: 138 | translated: 134 original: 562 | translated: 567 original: 381 | translated: 348 original: 203 | translated: 208 original: 529 | translated: 531 original: 330 | translated: 319 original: 135 | translated: 134 original: 259 | translated: 263 original: 344 | translated: 333 original: 354 | translated: 342 original: 536 | translated: 540 original: 327 | translated: 317 original: 542 | translated: 509 original: 175 | translated: 185 original: 586 | translated: 585 original: 483 | translated: 534 original: 413 | translated: 499 original: 394 | translated: 479 original: 448 | translated: 541 original: 356 | translated: 431 original: 347 | translated: 400 original: 221 | translated: 267 original: 520 | translated: 622 original: 489 | translated: 588 original: 354 | translated: 407 original: 168 | translated: 197 original: 355 | translated: 450 original: 285 | translated: 384 original: 222 | translated: 253 original: 358 | translated: 475 original: 241 | translated: 310 original: 406 | translated: 466 original: 227 | translated: 286 original: 340 | translated: 339 original: 370 | translated: 424 original: 422 | translated: 472 original: 341 | translated: 375 original: 359 | translated: 403 original: 458 | translated: 456 original: 242 | translated: 282 original: 231 | translated: 273 original: 172 | translated: 181 original: 291 | translated: 411 original: 489 | translated: 586 original: 405 | translated: 490 original: 306 | translated: 376 original: 380 | translated: 421 original: 422 | translated: 551 original: 260 | translated: 257 original: 391 | translated: 458 original: 315 | translated: 376 original: 396 | translated: 499 original: 582 | translated: 678 original: 358 | translated: 346 original: 691 | translated: 690 original: 186 | translated: 226 original: 376 | translated: 452 original: 272 | translated: 329 original: 391 | translated: 466 original: 238 | translated: 293 original: 535 | translated: 531 original: 288 | translated: 341 original: 292 | translated: 385 original: 484 | translated: 545 original: 297 | translated: 359 original: 331 | translated: 384 original: 352 | translated: 387 original: 421 | translated: 506 original: 335 | translated: 399 original: 253 | translated: 264 original: 449 | translated: 553 original: 201 | translated: 243 original: 524 | translated: 646 original: 282 | translated: 317 original: 251 | translated: 333 original: 260 | translated: 331 original: 333 | translated: 406 original: 314 | translated: 376 original: 274 | translated: 340 original: 388 | translated: 526 original: 244 | translated: 291 original: 297 | translated: 351 original: 449 | translated: 523 original: 294 | translated: 368 original: 309 | translated: 366 original: 230 | translated: 278 original: 459 | translated: 517 original: 362 | translated: 430 original: 511 | translated: 606 original: 302 | translated: 326 original: 360 | translated: 394 original: 406 | translated: 466 original: 241 | translated: 243 original: 458 | translated: 456 original: 315 | translated: 327 original: 402 | translated: 422 original: 283 | translated: 300 original: 438 | translated: 472 original: 255 | translated: 249 original: 276 | translated: 323 original: 296 | translated: 323 original: 289 | translated: 337 original: 415 | translated: 401 original: 481 | translated: 561 original: 189 | translated: 199 original: 480 | translated: 534 original: 257 | translated: 289 original: 666 | translated: 642 original: 388 | translated: 409 original: 396 | translated: 375 original: 340 | translated: 339 original: 972 | translated: 1046 original: 242 | translated: 243 original: 691 | translated: 690 original: 292 | translated: 307 original: 459 | translated: 502 original: 683 | translated: 686 original: 406 | translated: 436 original: 245 | translated: 254 original: 500 | translated: 515 original: 337 | translated: 340 original: 519 | translated: 591 original: 260 | translated: 257 original: 374 | translated: 400 original: 509 | translated: 402 original: 181 | translated: 202 original: 1051 | translated: 1142 original: 280 | translated: 297 original: 286 | translated: 297 original: 334 | translated: 368 original: 593 | translated: 618 original: 353 | translated: 373 original: 287 | translated: 309 original: 1407 | translated: 1513 original: 608 | translated: 635 original: 342 | translated: 405 original: 279 | translated: 293 original: 801 | translated: 832 original: 298 | translated: 312 original: 259 | translated: 293 original: 245 | translated: 253 original: 206 | translated: 237 original: 335 | translated: 342 original: 214 | translated: 227 original: 490 | translated: 534 original: 351 | translated: 386 original: 364 | translated: 370 original: 506 | translated: 617 original: 447 | translated: 431 original: 712 | translated: 686 original: 795 | translated: 843 original: 228 | translated: 239 original: 641 | translated: 622 original: 221 | translated: 268 original: 465 | translated: 520 original: 426 | translated: 470 original: 279 | translated: 314 original: 488 | translated: 565 original: 276 | translated: 292 original: 290 | translated: 356 original: 406 | translated: 466 original: 276 | translated: 323 original: 454 | translated: 521 original: 661 | translated: 714 original: 412 | translated: 475 original: 680 | translated: 709 original: 328 | translated: 359 original: 438 | translated: 472 original: 367 | translated: 397 original: 481 | translated: 561 original: 301 | translated: 338 original: 436 | translated: 476 original: 371 | translated: 394 original: 218 | translated: 253 original: 316 | translated: 355 original: 362 | translated: 396 original: 515 | translated: 566 original: 480 | translated: 524 original: 452 | translated: 496 original: 305 | translated: 339 original: 530 | translated: 566 original: 386 | translated: 413 original: 525 | translated: 578 original: 401 | translated: 428 original: 262 | translated: 292 original: 401 | translated: 447 original: 409 | translated: 437 original: 381 | translated: 401 original: 408 | translated: 458 original: 298 | translated: 312 original: 456 | translated: 508 original: 342 | translated: 398 original: 481 | translated: 514 original: 396 | translated: 426 original: 377 | translated: 451 original: 347 | translated: 374 original: 367 | translated: 436 original: 190 | translated: 219 original: 331 | translated: 356 original: 519 | translated: 591 original: 445 | translated: 503 original: 521 | translated: 621 original: 422 | translated: 458 original: 351 | translated: 386 original: 412 | translated: 501 original: 516 | translated: 579 original: 241 | translated: 276 original: 372 | translated: 414 original: 390 | translated: 412 original: 422 | translated: 447 original: 556 | translated: 615 original: 398 | translated: 444 original: 354 | translated: 402 original: 353 | translated: 373 original: 368 | translated: 385 original: 219 | translated: 279 original: 337 | translated: 391 original: 460 | translated: 520 original: 369 | translated: 395 original: 386 | translated: 421 original: 382 | translated: 396 original: 382 | translated: 463 original: 529 | translated: 595 original: 251 | translated: 268 original: 540 | translated: 553 original: 393 | translated: 429 original: 93 | translated: 112 original: 360 | translated: 392 original: 676 | translated: 709 original: 361 | translated: 385 original: 451 | translated: 506 original: 425 | translated: 470 original: 287 | translated: 330 original: 349 | translated: 381 original: 498 | translated: 512 original: 362 | translated: 262 original: 361 | translated: 388 original: 264 | translated: 296 original: 258 | translated: 272 original: 338 | translated: 354 original: 241 | translated: 243 original: 350 | translated: 389 original: 361 | translated: 404 original: 407 | translated: 478 original: 743 | translated: 841 original: 815 | translated: 913 original: 370 | translated: 412 original: 261 | translated: 285 original: 393 | translated: 427 original: 296 | translated: 319 original: 313 | translated: 364 original: 380 | translated: 446 original: 237 | translated: 258 original: 210 | translated: 291 original: 458 | translated: 456 original: 638 | translated: 715 original: 397 | translated: 522 original: 258 | translated: 300 original: 171 | translated: 192 original: 545 | translated: 664 original: 447 | translated: 495 original: 354 | translated: 426 original: 533 | translated: 563 original: 577 | translated: 682 original: 242 | translated: 277 original: 540 | translated: 636 original: 340 | translated: 339 original: 419 | translated: 482 original: 340 | translated: 393 original: 230 | translated: 298 original: 249 | translated: 284 original: 313 | translated: 336 original: 299 | translated: 341 original: 239 | translated: 292 original: 327 | translated: 391 original: 224 | translated: 231 original: 672 | translated: 762 original: 291 | translated: 340 original: 605 | translated: 758 original: 516 | translated: 590 original: 328 | translated: 368 original: 284 | translated: 330 original: 383 | translated: 439 original: 372 | translated: 426 original: 691 | translated: 690 original: 339 | translated: 346 original: 493 | translated: 569 original: 465 | translated: 545 original: 226 | translated: 262 original: 257 | translated: 305 original: 426 | translated: 496 original: 206 | translated: 247 original: 348 | translated: 395 original: 200 | translated: 240 original: 511 | translated: 598 original: 404 | translated: 462 original: 356 | translated: 380 original: 406 | translated: 466 original: 321 | translated: 369 original: 358 | translated: 417 original: 357 | translated: 418 original: 512 | translated: 611 original: 187 | translated: 253 original: 641 | translated: 622 original: 814 | translated: 1036 original: 447 | translated: 513 original: 368 | translated: 408 original: 1241 | translated: 1512 original: 177 | translated: 183 original: 179 | translated: 214 original: 268 | translated: 309 original: 354 | translated: 385 original: 316 | translated: 348 original: 383 | translated: 457 original: 488 | translated: 558 original: 290 | translated: 285 original: 171 | translated: 189 original: 297 | translated: 360 original: 213 | translated: 373 original: 458 | translated: 456 original: 691 | translated: 690 original: 290 | translated: 285 original: 486 | translated: 524 original: 340 | translated: 339 original: 496 | translated: 541 original: 269 | translated: 295 original: 1091 | translated: 1089 original: 166 | translated: 254 original: 378 | translated: 429 original: 99 | translated: 260 original: 89 | translated: 188 original: 360 | translated: 261 original: 254 | translated: 295 original: 641 | translated: 622 original: 417 | translated: 456 original: 687 | translated: 686 original: 425 | translated: 457 original: 302 | translated: 353 original: 453 | translated: 458 original: 441 | translated: 436 original: 338 | translated: 346 original: 237 | translated: 231 original: 379 | translated: 401 original: 342 | translated: 351 original: 312 | translated: 351 original: 163 | translated: 176 original: 412 | translated: 419 original: 343 | translated: 330 original: 365 | translated: 368 original: 175 | translated: 202 original: 458 | translated: 456 original: 303 | translated: 319 original: 492 | translated: 505 original: 314 | translated: 325 original: 350 | translated: 342 original: 277 | translated: 282 original: 315 | translated: 343 original: 248 | translated: 298 original: 87 | translated: 93 original: 691 | translated: 690 original: 353 | translated: 385 original: 385 | translated: 398 original: 256 | translated: 268 original: 619 | translated: 625 original: 389 | translated: 410 original: 364 | translated: 355 original: 271 | translated: 290 original: 198 | translated: 212 original: 325 | translated: 335 original: 312 | translated: 268 original: 369 | translated: 382 original: 141 | translated: 145 original: 358 | translated: 346 original: 291 | translated: 290 original: 311 | translated: 308 original: 262 | translated: 274 original: 316 | translated: 318 original: 340 | translated: 339 original: 282 | translated: 284 original: 272 | translated: 264 original: 271 | translated: 266 original: 221 | translated: 215 original: 354 | translated: 380 original: 279 | translated: 296 original: 425 | translated: 391 original: 1114 | translated: 1129 original: 236 | translated: 249 original: 268 | translated: 293 original: 537 | translated: 516 original: 200 | translated: 204 original: 422 | translated: 441 original: 401 | translated: 406 original: 184 | translated: 189 original: 353 | translated: 387 original: 417 | translated: 388 original: 506 | translated: 516 original: 298 | translated: 321 original: 123 | translated: 134 original: 293 | translated: 282 original: 330 | translated: 324 original: 256 | translated: 282 original: 290 | translated: 318 original: 255 | translated: 259 original: 542 | translated: 517 original: 217 | translated: 240 original: 496 | translated: 541 original: 269 | translated: 295 original: 302 | translated: 353 original: 458 | translated: 456 original: 340 | translated: 339 original: 378 | translated: 429 original: 260 | translated: 257 original: 291 | translated: 349 original: 691 | translated: 690 original: 99 | translated: 260 original: 309 | translated: 354 original: 319 | translated: 192 original: 360 | translated: 261 original: 76 | translated: 403 original: 276 | translated: 311 original: 417 | translated: 456 original: 334 | translated: 449 original: 425 | translated: 457 original: 351 | translated: 491 original: 41 | translated: 335 original: 386 | translated: 430 original: 238 | translated: 281 original: 242 | translated: 304 original: 145 | translated: 604 original: 209 | translated: 287 original: 333 | translated: 406 original: 42 | translated: 301 original: 641 | translated: 622 original: 94 | translated: 267 original: 347 | translated: 395 original: 334 | translated: 440 original: 299 | translated: 350 original: 399 | translated: 475 original: 610 | translated: 711 original: 234 | translated: 282 original: 216 | translated: 293 original: 297 | translated: 364 original: 444 | translated: 496 original: 367 | translated: 465 original: 263 | translated: 312 original: 269 | translated: 322 original: 205 | translated: 241 original: 334 | translated: 407 original: 174 | translated: 210 original: 402 | translated: 491 original: 349 | translated: 454 original: 339 | translated: 393 original: 318 | translated: 390 original: 394 | translated: 471 original: 298 | translated: 352 original: 340 | translated: 339 original: 327 | translated: 399 original: 315 | translated: 355 original: 109 | translated: 123 original: 283 | translated: 330 original: 292 | translated: 379 original: 332 | translated: 368 original: 101 | translated: 110 original: 334 | translated: 414 original: 402 | translated: 486 original: 458 | translated: 456 original: 236 | translated: 318 original: 344 | translated: 419 original: 369 | translated: 407 original: 332 | translated: 378 original: 165 | translated: 194 original: 260 | translated: 257 original: 454 | translated: 567 original: 353 | translated: 446 original: 691 | translated: 690 original: 289 | translated: 354 original: 425 | translated: 458 original: 484 | translated: 536 original: 406 | translated: 466 original: 172 | translated: 200 original: 358 | translated: 346 original: 290 | translated: 285 original: 484 | translated: 600 original: 478 | translated: 527 original: 409 | translated: 486 original: 430 | translated: 509 original: 473 | translated: 579 original: 148 | translated: 179 original: 276 | translated: 363 original: 90 | translated: 410 original: 641 | translated: 622 original: 1015 | translated: 1013 original: 224 | translated: 272 original: 321 | translated: 378 original: 492 | translated: 596 original: 465 | translated: 520 original: 488 | translated: 565 original: 276 | translated: 292 original: 680 | translated: 709 original: 276 | translated: 323 original: 406 | translated: 466 original: 371 | translated: 394 original: 305 | translated: 339 original: 381 | translated: 401 original: 515 | translated: 566 original: 480 | translated: 524 original: 367 | translated: 397 original: 438 | translated: 472 original: 481 | translated: 514 original: 408 | translated: 458 original: 290 | translated: 356 original: 386 | translated: 413 original: 452 | translated: 496 original: 456 | translated: 508 original: 218 | translated: 253 original: 262 | translated: 292 original: 519 | translated: 591 original: 367 | translated: 436 original: 316 | translated: 355 original: 372 | translated: 414 original: 540 | translated: 553 original: 393 | translated: 429 original: 279 | translated: 314 original: 377 | translated: 451 original: 445 | translated: 503 original: 197 | translated: 207 original: 368 | translated: 385 original: 354 | translated: 402 original: 407 | translated: 478 original: 369 | translated: 395 original: 453 | translated: 477 original: 539 | translated: 597 original: 429 | translated: 434 original: 370 | translated: 412 original: 531 | translated: 572 original: 112 | translated: 126 original: 298 | translated: 312 original: 451 | translated: 506 original: 454 | translated: 521 original: 382 | translated: 463 original: 296 | translated: 319 original: 362 | translated: 262 original: 185 | translated: 194 original: 258 | translated: 272 original: 386 | translated: 421 original: 261 | translated: 285 original: 460 | translated: 520 original: 190 | translated: 219 original: 425 | translated: 470 original: 676 | translated: 709 original: 541 | translated: 587 original: 241 | translated: 279 original: 661 | translated: 714 original: 264 | translated: 296 original: 530 | translated: 566 original: 361 | translated: 385 original: 815 | translated: 913 original: 715 | translated: 501 original: 594 | translated: 596 original: 405 | translated: 448 original: 415 | translated: 473 original: 511 | translated: 582 original: 353 | translated: 373 original: 455 | translated: 511 original: 439 | translated: 473 original: 340 | translated: 339 original: 349 | translated: 381 original: 212 | translated: 242 original: 381 | translated: 442 original: 155 | translated: 173 original: 269 | translated: 288 original: 218 | translated: 236 original: 254 | translated: 266 original: 803 | translated: 879 original: 318 | translated: 346 original: 460 | translated: 504 original: 556 | translated: 615 original: 519 | translated: 566 original: 320 | translated: 348 original: 334 | translated: 388 original: 386 | translated: 400 original: 521 | translated: 621 original: 399 | translated: 430 original: 445 | translated: 505 original: 522 | translated: 555 original: 502 | translated: 532 original: 432 | translated: 487 original: 362 | translated: 367 original: 735 | translated: 823 original: 492 | translated: 520 original: 565 | translated: 633 original: 276 | translated: 321 original: 262 | translated: 286 original: 54 | translated: 228 original: 67 | translated: 415 original: 496 | translated: 541 original: 269 | translated: 295 original: 417 | translated: 456 original: 319 | translated: 192 original: 412 | translated: 501 original: 425 | translated: 457 original: 83 | translated: 297 original: 50 | translated: 288 original: 66 | translated: 323 original: 110 | translated: 477 original: 302 | translated: 353 original: 50 | translated: 262 original: 67 | translated: 270 original: 360 | translated: 261 original: 175 | translated: 357 original: 144 | translated: 494 original: 62 | translated: 300 original: 50 | translated: 298 original: 94 | translated: 267 original: 46 | translated: 341 original: 55 | translated: 282 original: 40 | translated: 182 original: 87 | translated: 388 original: 116 | translated: 217 original: 217 | translated: 228 original: 102 | translated: 508 original: 76 | translated: 46 original: 61 | translated: 300 original: 67 | translated: 205 original: 99 | translated: 260 original: 144 | translated: 467 original: 291 | translated: 349 original: 39 | translated: 223 original: 364 | translated: 393 original: 78 | translated: 414 original: 724 | translated: 718 original: 151 | translated: 353 original: 61 | translated: 205 original: 58 | translated: 260 original: 340 | translated: 339 original: 238 | translated: 281 original: 54 | translated: 254 original: 59 | translated: 285 original: 277 | translated: 572 original: 334 | translated: 449 original: 60 | translated: 326 original: 41 | translated: 210 original: 106 | translated: 464 original: 173 | translated: 254 original: 150 | translated: 226 original: 296 | translated: 412 original: 162 | translated: 219 original: 177 | translated: 245 original: 269 | translated: 450 original: 206 | translated: 265 original: 266 | translated: 398 original: 532 | translated: 715 original: 223 | translated: 335 original: 152 | translated: 240 original: 153 | translated: 222 original: 109 | translated: 158 original: 67 | translated: 122 original: 183 | translated: 278 original: 274 | translated: 389 original: 290 | translated: 394 original: 142 | translated: 225 original: 415 | translated: 627 original: 126 | translated: 207 original: 240 | translated: 358 original: 131 | translated: 178 original: 132 | translated: 181 original: 338 | translated: 497 original: 205 | translated: 301 original: 76 | translated: 92 original: 139 | translated: 235 original: 152 | translated: 231 original: 123 | translated: 197 original: 118 | translated: 169 original: 394 | translated: 538 original: 143 | translated: 220 original: 183 | translated: 285 original: 297 | translated: 464 original: 67 | translated: 120 original: 199 | translated: 353 original: 577 | translated: 504 original: 297 | translated: 478 original: 93 | translated: 131 original: 163 | translated: 232 original: 290 | translated: 423 original: 228 | translated: 326 original: 171 | translated: 232 original: 219 | translated: 322 original: 310 | translated: 479 original: 451 | translated: 672 original: 64 | translated: 95 original: 228 | translated: 302 original: 124 | translated: 168 original: 106 | translated: 162 original: 230 | translated: 299 original: 355 | translated: 539 original: 132 | translated: 164 original: 143 | translated: 215 original: 255 | translated: 364 original: 119 | translated: 158 original: 161 | translated: 239 original: 173 | translated: 267 original: 213 | translated: 298 original: 308 | translated: 467 original: 76 | translated: 97 original: 196 | translated: 293 original: 116 | translated: 178 original: 206 | translated: 299 original: 230 | translated: 339 original: 269 | translated: 330 original: 225 | translated: 302 original: 112 | translated: 179 original: 236 | translated: 344 original: 143 | translated: 224 original: 135 | translated: 185 original: 220 | translated: 293 original: 174 | translated: 300 original: 458 | translated: 456 original: 91 | translated: 150 original: 180 | translated: 266 original: 197 | translated: 270 original: 277 | translated: 404 original: 324 | translated: 405 original: 225 | translated: 341 original: 255 | translated: 324 original: 194 | translated: 283 original: 411 | translated: 581 original: 134 | translated: 236 original: 155 | translated: 229 original: 426 | translated: 475 original: 131 | translated: 198 original: 243 | translated: 406 original: 162 | translated: 269 original: 691 | translated: 690 original: 170 | translated: 273 original: 170 | translated: 291 original: 215 | translated: 324 original: 80 | translated: 114 original: 496 | translated: 541 original: 269 | translated: 295 original: 302 | translated: 353 original: 41 | translated: 335 original: 76 | translated: 403 original: 1450 | translated: 1761 original: 230 | translated: 401 original: 70 | translated: 297 original: 86 | translated: 329 original: 145 | translated: 604 original: 311 | translated: 1164 original: 499 | translated: 498 original: 114 | translated: 205 original: 378 | translated: 429 original: 133 | translated: 308 original: 57 | translated: 225 original: 1322 | translated: 1502 original: 340 | translated: 339 original: 425 | translated: 457 original: 351 | translated: 491 original: 319 | translated: 192 original: 291 | translated: 349 original: 260 | translated: 257 original: 34 | translated: 148 original: 153 | translated: 282 original: 33 | translated: 151 original: 42 | translated: 301 original: 122 | translated: 223 original: 57 | translated: 280 original: 417 | translated: 456 original: 360 | translated: 261 original: 63 | translated: 264 original: 309 | translated: 354 original: 200 | translated: 190 original: 333 | translated: 406 original: 276 | translated: 311 original: 74 | translated: 275 original: 68 | translated: 313 original: 50 | translated: 308 original: 53 | translated: 249 original: 242 | translated: 304 original: 78 | translated: 369 original: 84 | translated: 302 original: 71 | translated: 285 original: 62 | translated: 313 original: 78 | translated: 345 original: 81 | translated: 284 original: 61 | translated: 328 original: 155 | translated: 356 original: 96 | translated: 404 original: 347 | translated: 395 original: 228 | translated: 280 original: 346 | translated: 352 original: 356 | translated: 410 original: 448 | translated: 548 original: 290 | translated: 285 original: 233 | translated: 319 original: 170 | translated: 239 original: 340 | translated: 339 original: 166 | translated: 206 original: 346 | translated: 364 original: 506 | translated: 554 original: 213 | translated: 246 original: 335 | translated: 430 original: 89 | translated: 84 original: 267 | translated: 306 original: 222 | translated: 220 original: 173 | translated: 200 original: 258 | translated: 289 original: 323 | translated: 390 original: 374 | translated: 404 original: 255 | translated: 262 original: 192 | translated: 270 original: 93 | translated: 109 original: 239 | translated: 291 original: 241 | translated: 262 original: 222 | translated: 302 original: 100 | translated: 110 original: 323 | translated: 339 original: 521 | translated: 386 original: 253 | translated: 341 original: 419 | translated: 465 original: 126 | translated: 171 original: 306 | translated: 305 original: 392 | translated: 428 original: 148 | translated: 190 original: 340 | translated: 333 original: 120 | translated: 136 original: 175 | translated: 207 original: 456 | translated: 523 original: 332 | translated: 441 original: 169 | translated: 193 original: 184 | translated: 237 original: 370 | translated: 429 original: 252 | translated: 282 original: 335 | translated: 367 original: 458 | translated: 456 original: 89 | translated: 135 original: 298 | translated: 431 original: 181 | translated: 222 original: 326 | translated: 387 original: 173 | translated: 197 original: 381 | translated: 394 original: 331 | translated: 386 original: 458 | translated: 456 original: 641 | translated: 622 original: 340 | translated: 339 original: 792 | translated: 791 original: 691 | translated: 690 original: 406 | translated: 466 original: 290 | translated: 356 original: 496 | translated: 541 original: 687 | translated: 671 original: 519 | translated: 591 original: 260 | translated: 257 original: 197 | translated: 207 original: 371 | translated: 394 original: 185 | translated: 194 original: 218 | translated: 253 original: 862 | translated: 860 original: 657 | translated: 656 original: 537 | translated: 522 original: 1081 | translated: 1079 original: 383 | translated: 381 original: 269 | translated: 295 original: 563 | translated: 562 original: 276 | translated: 323 original: 680 | translated: 709 original: 478 | translated: 374 original: 412 | translated: 475 original: 347 | translated: 374 original: 426 | translated: 470 original: 406 | translated: 466 original: 465 | translated: 520 original: 401 | translated: 447 original: 279 | translated: 314 original: 276 | translated: 323 original: 488 | translated: 565 original: 661 | translated: 714 original: 286 | translated: 318 original: 219 | translated: 279 original: 438 | translated: 472 original: 516 | translated: 579 original: 276 | translated: 292 original: 454 | translated: 521 original: 405 | translated: 429 original: 422 | translated: 447 original: 390 | translated: 412 original: 328 | translated: 359 original: 382 | translated: 396 original: 366 | translated: 380 original: 353 | translated: 373 original: 301 | translated: 338 original: 381 | translated: 401 original: 396 | translated: 426 original: 374 | translated: 408 original: 680 | translated: 709 original: 360 | translated: 392 original: 350 | translated: 389 original: 530 | translated: 566 original: 532 | translated: 563 original: 337 | translated: 391 original: 251 | translated: 268 original: 298 | translated: 312 original: 371 | translated: 394 original: 190 | translated: 219 original: 342 | translated: 380 original: 367 | translated: 397 original: 482 | translated: 532 original: 490 | translated: 543 original: 412 | translated: 457 original: 515 | translated: 566 original: 349 | translated: 381 original: 498 | translated: 552 original: 529 | translated: 595 original: 480 | translated: 524 original: 386 | translated: 413 original: 306 | translated: 332 original: 393 | translated: 427 original: 241 | translated: 276 original: 409 | translated: 437 original: 208 | translated: 238 original: 331 | translated: 356 original: 398 | translated: 444 original: 592 | translated: 637 original: 498 | translated: 512 original: 342 | translated: 398 original: 452 | translated: 496 original: 323 | translated: 377 original: 422 | translated: 458 original: 481 | translated: 514 original: 377 | translated: 451 original: 372 | translated: 414 original: 361 | translated: 385 original: 401 | translated: 428 original: 378 | translated: 438 original: 505 | translated: 561 original: 316 | translated: 356 original: 445 | translated: 503 original: 313 | translated: 349 original: 519 | translated: 591 original: 281 | translated: 333 original: 338 | translated: 354 original: 386 | translated: 421 original: 540 | translated: 553 original: 305 | translated: 339 original: 674 | translated: 711 original: 536 | translated: 615 original: 361 | translated: 388 original: 448 | translated: 568 original: 313 | translated: 343 original: 345 | translated: 388 original: 381 | translated: 410 original: 345 | translated: 358 original: 343 | translated: 384 original: 365 | translated: 381 original: 484 | translated: 533 original: 3071 | translated: 3048 original: 490 | translated: 523 original: 362 | translated: 396 original: 460 | translated: 520 original: 441 | translated: 468 original: 465 | translated: 520 original: 680 | translated: 709 original: 488 | translated: 565 original: 406 | translated: 466 original: 381 | translated: 401 original: 276 | translated: 323 original: 276 | translated: 292 original: 452 | translated: 496 original: 279 | translated: 314 original: 386 | translated: 413 original: 367 | translated: 397 original: 438 | translated: 472 original: 480 | translated: 524 original: 372 | translated: 414 original: 371 | translated: 394 original: 454 | translated: 521 original: 481 | translated: 514 original: 516 | translated: 579 original: 305 | translated: 339 original: 367 | translated: 436 original: 542 | translated: 564 original: 540 | translated: 553 original: 501 | translated: 570 original: 377 | translated: 451 original: 515 | translated: 566 original: 594 | translated: 596 original: 261 | translated: 285 original: 298 | translated: 312 original: 519 | translated: 591 original: 422 | translated: 447 original: 408 | translated: 458 original: 530 | translated: 566 original: 456 | translated: 508 original: 386 | translated: 421 original: 398 | translated: 444 original: 370 | translated: 412 original: 190 | translated: 219 original: 425 | translated: 463 original: 353 | translated: 373 original: 445 | translated: 503 original: 262 | translated: 292 original: 350 | translated: 389 original: 445 | translated: 495 original: 382 | translated: 463 original: 569 | translated: 614 original: 349 | translated: 381 original: 464 | translated: 517 original: 340 | translated: 339 original: 380 | translated: 438 original: 412 | translated: 475 original: 302 | translated: 331 original: 368 | translated: 385 original: 815 | translated: 913 original: 276 | translated: 321 original: 266 | translated: 302 original: 254 | translated: 280 original: 264 | translated: 296 original: 451 | translated: 506 original: 498 | translated: 512 original: 525 | translated: 578 original: 369 | translated: 395 original: 501 | translated: 533 original: 254 | translated: 266 original: 541 | translated: 576 original: 335 | translated: 368 original: 321 | translated: 349 original: 661 | translated: 714 original: 803 | translated: 879 original: 325 | translated: 354 original: 407 | translated: 478 original: 521 | translated: 621 original: 676 | translated: 709 original: 455 | translated: 511 original: 372 | translated: 434 original: 362 | translated: 262 original: 556 | translated: 615 original: 451 | translated: 479 original: 341 | translated: 368 original: 211 | translated: 272 original: 489 | translated: 579 original: 429 | translated: 434 original: 354 | translated: 402 original: 493 | translated: 519 original: 327 | translated: 420 original: 345 | translated: 388 original: 573 | translated: 639 original: 453 | translated: 477 original: 287 | translated: 308 original: 301 | translated: 340 original: 377 | translated: 441 original: 563 | translated: 594 original: 342 | translated: 398 original: 345 | translated: 358 original: 490 | translated: 555 original: 336 | translated: 316 original: 511 | translated: 457 original: 370 | translated: 302 original: 379 | translated: 337 original: 409 | translated: 370 original: 364 | translated: 320 original: 392 | translated: 360 original: 464 | translated: 434 original: 419 | translated: 393 original: 366 | translated: 324 original: 465 | translated: 417 original: 496 | translated: 541 original: 269 | translated: 295 original: 501 | translated: 456 original: 463 | translated: 414 original: 643 | translated: 614 original: 360 | translated: 261 original: 320 | translated: 327 original: 353 | translated: 292 original: 346 | translated: 324 original: 370 | translated: 310 original: 656 | translated: 568 original: 231 | translated: 208 original: 640 | translated: 554 original: 379 | translated: 377 original: 634 | translated: 542 original: 280 | translated: 258 original: 323 | translated: 300 original: 648 | translated: 609 original: 322 | translated: 279 original: 506 | translated: 439 original: 377 | translated: 327 original: 418 | translated: 362 original: 446 | translated: 421 original: 274 | translated: 243 original: 370 | translated: 344 original: 582 | translated: 556 original: 773 | translated: 695 original: 351 | translated: 366 original: 391 | translated: 313 original: 693 | translated: 625 original: 239 | translated: 227 original: 430 | translated: 377 original: 573 | translated: 548 original: 305 | translated: 274 original: 297 | translated: 269 original: 294 | translated: 246 original: 94 | translated: 267 original: 406 | translated: 334 original: 445 | translated: 394 original: 443 | translated: 397 original: 362 | translated: 330 original: 456 | translated: 567 original: 217 | translated: 228 original: 340 | translated: 339 original: 488 | translated: 456 original: 99 | translated: 260 original: 395 | translated: 378 original: 448 | translated: 390 original: 1647 | translated: 1423 original: 302 | translated: 353 original: 254 | translated: 339 original: 471 | translated: 420 original: 302 | translated: 273 original: 407 | translated: 375 original: 353 | translated: 306 original: 502 | translated: 482 original: 455 | translated: 422 original: 615 | translated: 527 original: 277 | translated: 258 original: 595 | translated: 558 original: 580 | translated: 560 original: 356 | translated: 319 original: 297 | translated: 248 original: 168 | translated: 158 original: 279 | translated: 311 original: 331 | translated: 294 original: 620 | translated: 539 original: 417 | translated: 456 original: 135 | translated: 194 original: 508 | translated: 530 original: 188 | translated: 298 original: 404 | translated: 529 original: 425 | translated: 391 original: 129 | translated: 258 original: 458 | translated: 456 original: 355 | translated: 587 original: 299 | translated: 632 original: 362 | translated: 386 original: 711 | translated: 710 original: 641 | translated: 622 original: 252 | translated: 250 original: 184 | translated: 330 original: 340 | translated: 339 original: 227 | translated: 416 original: 214 | translated: 366 original: 230 | translated: 402 original: 260 | translated: 257 original: 520 | translated: 519 original: 444 | translated: 618 original: 262 | translated: 431 original: 135 | translated: 239 original: 691 | translated: 690 original: 792 | translated: 791 original: 121 | translated: 283 original: 358 | translated: 346 original: 7 | translated: 9 original: 199 | translated: 265 original: 323 | translated: 393 original: 135 | translated: 238 original: 194 | translated: 318 original: 507 | translated: 508 original: 160 | translated: 204 original: 687 | translated: 671 original: 285 | translated: 265 original: 219 | translated: 285 original: 382 | translated: 381 original: 343 | translated: 383 original: 117 | translated: 180 original: 256 | translated: 414 original: 410 | translated: 466 original: 414 | translated: 519
# ADD TO DATAFRAME AS NEW COLUMNS
song_data['len_words_orig']= count1
song_data['len_words_trans']= count2
song_data
track_id | artist_names | track_name | source | rank | weeks_on_chart | streams | country | danceability | energy | ... | tempo | duration_ms | time_signature | album_release_date | lyrics | lyrics_trans | continent | iso_alpha3 | len_words_orig | len_words_trans | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | 0yLdNVWF3Srea0uzk55zFn | Miley Cyrus | Flowers | Columbia | 1 | 5 | 124198 | United Arab Emirates | 0.707 | 0.681 | ... | 117.999 | 200455.0 | 4.0 | 2023-01-13 | We were good, we were gold\nKinda dream that c... | we were good we were gold kinda dream that can... | Asia | ARE | 334 | 334 |
1 | 1Qrg8KqiBpW07V7PNxwwwL | SZA | Kill Bill | Top Dawg Entertainment/RCA Records | 2 | 10 | 106927 | United Arab Emirates | 0.644 | 0.735 | ... | 88.980 | 153947.0 | 4.0 | 2022-12-08 | I'm still a fan even though I was salty\nHate ... | im still a fan even though i was salty hate to... | Asia | ARE | 362 | 362 |
2 | 6AQbmUe0Qwf5PZnt4HmTXv | PinkPantheress, Ice Spice | Boy's a liar Pt. 2 | Warner Records | 3 | 2 | 83627 | United Arab Emirates | 0.696 | 0.809 | ... | 132.962 | 131013.0 | 4.0 | 2023-02-03 | Take a look inside your heart\nIs there any ro... | take a look inside your heart is there any roo... | Asia | ARE | 372 | 372 |
3 | 0WtM2NBVQNNJLh6scP13H8 | Rema, Selena Gomez | Calm Down (with Selena Gomez) | Mavin Records / Jonzing World | 4 | 25 | 79714 | United Arab Emirates | 0.801 | 0.806 | ... | 106.999 | 239318.0 | 4.0 | 2022-08-25 | Vibez\nOh, no\nAnother banger\nBaby, calm down... | vibez oh no another banger baby calm down calm... | Asia | ARE | 495 | 495 |
4 | 2dHHgzDwk4BJdRwy9uXhTO | Metro Boomin, The Weeknd, 21 Savage | Creepin' (with The Weeknd & 21 Savage) | Republic Records | 5 | 11 | 79488 | United Arab Emirates | 0.715 | 0.620 | ... | 97.950 | 221520.0 | 4.0 | 2022-12-02 | Ooh, ooh-ooh\nOoh-ooh-ooh, ooh, ooh-ooh (Just ... | ooh oohooh oohoohooh ooh oohooh just cant beli... | Asia | ARE | 458 | 456 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
7295 | 7ErtOGQ9DwyQa3lwP77j4u | Ruger | Asiwaju | Columbia | 96 | 4 | 54026 | South Africa | 0.727 | 0.600 | ... | 199.796 | 216000.0 | 4.0 | 2022-11-14 | Cook that thing\nMan getting high till I fade ... | cook that thing man getting high till i fade o... | Africa | ZAF | 591 | 591 |
7296 | 4EI8VuxUuIHKfafU72emqz | Mariah Carey | We Belong Together | Island Records | 97 | 50 | 53828 | South Africa | 0.840 | 0.476 | ... | 139.987 | 201400.0 | 4.0 | 2005 | Sweet love, yeah\nI didn't mean it when I said... | sweet love yeah i didnt mean it when i said i ... | Africa | ZAF | 497 | 497 |
7297 | 3Puq6i4xIRH4lrPvJxIC83 | Deep London, Nkosazana Daughter, Murumba Pitch... | Piano Ngijabulise | Cycad Wave | 98 | 14 | 53752 | South Africa | 0.835 | 0.454 | ... | 112.010 | 416037.0 | 4.0 | 2022-09-30 | Okokuqala ukuhlakanipha\nUkumesaba uJehova\nAy... | first is wisdom to fear jehovah they dont hear... | Africa | ZAF | 256 | 414 |
7298 | 7DQMBUK4oX9gV1qIzpoRz6 | Aymos | Mama | DJs Production | 99 | 14 | 53733 | South Africa | 0.802 | 0.469 | ... | 113.008 | 450304.0 | 4.0 | 2022-08-12 | Mama mama mama mama\nMama mama mama mama\nMama... | mother mother mother mother mother mother moth... | Africa | ZAF | 410 | 466 |
7299 | 5emv0gRnEk4dVXWETqewAC | TOSS, Young Stunna, Tyler ICU | Tetema | Toss Indabakabani | 100 | 2 | 53252 | South Africa | 0.835 | 0.706 | ... | 112.011 | 378979.0 | 4.0 | 2023-02-03 | Alright\nAsambe, ishuu\nUm'sebenzi ngiyawazi\n... | okay lets go dude i know the work im going to ... | Africa | ZAF | 414 | 519 |
7300 rows × 28 columns
# PRINT TRACKS WITH UNRELEASED LYRICS
song_data.loc[song_data['lyrics'].isna()]
track_id | artist_names | track_name | source | rank | weeks_on_chart | streams | country | danceability | energy | ... | tempo | duration_ms | time_signature | album_release_date | lyrics | lyrics_trans | continent | iso_alpha3 | len_words_orig | len_words_trans | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6 | 3l6K9SW5VFJyA5jBtioFFt | 3GAR BABY | HUSTLE NA MUST | TGFG ENTERTAINMENT | 7 | 1 | 60525 | United Arab Emirates | 0.735 | 0.648 | ... | 104.996 | 152040.0 | 4.0 | 2023-02-10 | NaN | NaN | Asia | ARE | 1 | 1 |
24 | 0CtZpaOhtzvLV3FfcsVpQo | Vishal-Shekhar, Shilpa Rao, Caralisa Monteiro,... | Besharam Rang (From "Pathaan") | YRF Music | 25 | 9 | 36508 | United Arab Emirates | 0.773 | 0.795 | ... | 115.997 | 258474.0 | 4.0 | 2022-12-12 | NaN | NaN | Asia | ARE | 1 | 1 |
31 | 6FAYpZ4jve8vpvTwUvjK6H | Vishal-Shekhar, Arijit Singh, Sukriti Kakar, V... | Jhoome Jo Pathaan | YRF Music | 32 | 7 | 32846 | United Arab Emirates | 0.817 | 0.738 | ... | 104.964 | 208164.0 | 4.0 | 2022-12-22 | NaN | NaN | Asia | ARE | 1 | 1 |
76 | 72zHuDxFQTjbL51qJQSA7j | Jasleen Royal, B Praak, Romy, Anvita Dutt | Ranjha (From "Shershaah") | Sony Music Entertainment India Pvt. Ltd. | 77 | 29 | 20935 | United Arab Emirates | 0.603 | 0.573 | ... | 82.941 | 228855.0 | 4.0 | 2021-08-05 | NaN | NaN | Asia | ARE | 1 | 1 |
141 | 3eUtQSdde3wNmXOW2OESKi | El Polaco, La China | Ya No Quiero Verte | Columbia | 42 | 16 | 1088456 | Argentina | 0.619 | 0.731 | ... | 139.875 | 165635.0 | 3.0 | 2022-10-28 | NaN | NaN | South America | ARG | 1 | 1 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
7109 | 27fqy8VruqYZlKiK1qfwEd | tlinh, 2pillz, Wokeupat4am | ghệ iu dấu của em ơi | Universal Music Indochina Distributed Labels | 10 | 1 | 311416 | Vietnam | 0.584 | 0.462 | ... | 105.076 | 205996.0 | 4.0 | 2023-02-10 | NaN | NaN | Asia | VNM | 1 | 1 |
7110 | 3ukrFH17Zl6iEZ2QJ1Zwiy | RPT Orijinn, Ronboogz | Don't Côi | Rapital | 11 | 8 | 303515 | Vietnam | 0.808 | 0.410 | ... | 110.079 | 148880.0 | 4.0 | 2022-11-20 | NaN | NaN | Asia | VNM | 1 | 1 |
7144 | 3wUp8eCTshIrJcYbjWaoyP | Phuong Ly | ThichThich | Phuong Ly | 45 | 30 | 171778 | Vietnam | 0.898 | 0.467 | ... | 124.072 | 241935.0 | 4.0 | 2022-07-24 | NaN | NaN | Asia | VNM | 1 | 1 |
7153 | 2fjqdDz6jJn6VPgrSDDMvp | GPG msmy, AK49 | YOU (feat. AK49) | GePolyG | 54 | 2 | 156338 | Vietnam | 0.759 | 0.323 | ... | 130.074 | 147692.0 | 4.0 | 2023-02-02 | NaN | NaN | Asia | VNM | 1 | 1 |
7214 | 3VBwoaePYGdOmG1YHgGOHi | Ice Beats Slide, Sbuda Maleather, 2woBunnies | JAGERMEISTER | Kreativekornerr | 15 | 6 | 137402 | South Africa | 0.841 | 0.525 | ... | 112.022 | 327416.0 | 4.0 | 2022-12-31 | NaN | NaN | Africa | ZAF | 1 | 1 |
489 rows × 28 columns
# CHANGE UNRELEASED LYRICS LENGTH TO 0
song_data.loc[song_data['lyrics'].isna(), 'len_words_orig']= 0
song_data.loc[song_data['lyrics'].isna(), 'len_words_trans'] = 0
song_data.loc[song_data['lyrics'].isna()]
track_id | artist_names | track_name | source | rank | weeks_on_chart | streams | country | danceability | energy | ... | tempo | duration_ms | time_signature | album_release_date | lyrics | lyrics_trans | continent | iso_alpha3 | len_words_orig | len_words_trans | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6 | 3l6K9SW5VFJyA5jBtioFFt | 3GAR BABY | HUSTLE NA MUST | TGFG ENTERTAINMENT | 7 | 1 | 60525 | United Arab Emirates | 0.735 | 0.648 | ... | 104.996 | 152040.0 | 4.0 | 2023-02-10 | NaN | NaN | Asia | ARE | 0 | 0 |
24 | 0CtZpaOhtzvLV3FfcsVpQo | Vishal-Shekhar, Shilpa Rao, Caralisa Monteiro,... | Besharam Rang (From "Pathaan") | YRF Music | 25 | 9 | 36508 | United Arab Emirates | 0.773 | 0.795 | ... | 115.997 | 258474.0 | 4.0 | 2022-12-12 | NaN | NaN | Asia | ARE | 0 | 0 |
31 | 6FAYpZ4jve8vpvTwUvjK6H | Vishal-Shekhar, Arijit Singh, Sukriti Kakar, V... | Jhoome Jo Pathaan | YRF Music | 32 | 7 | 32846 | United Arab Emirates | 0.817 | 0.738 | ... | 104.964 | 208164.0 | 4.0 | 2022-12-22 | NaN | NaN | Asia | ARE | 0 | 0 |
76 | 72zHuDxFQTjbL51qJQSA7j | Jasleen Royal, B Praak, Romy, Anvita Dutt | Ranjha (From "Shershaah") | Sony Music Entertainment India Pvt. Ltd. | 77 | 29 | 20935 | United Arab Emirates | 0.603 | 0.573 | ... | 82.941 | 228855.0 | 4.0 | 2021-08-05 | NaN | NaN | Asia | ARE | 0 | 0 |
141 | 3eUtQSdde3wNmXOW2OESKi | El Polaco, La China | Ya No Quiero Verte | Columbia | 42 | 16 | 1088456 | Argentina | 0.619 | 0.731 | ... | 139.875 | 165635.0 | 3.0 | 2022-10-28 | NaN | NaN | South America | ARG | 0 | 0 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
7109 | 27fqy8VruqYZlKiK1qfwEd | tlinh, 2pillz, Wokeupat4am | ghệ iu dấu của em ơi | Universal Music Indochina Distributed Labels | 10 | 1 | 311416 | Vietnam | 0.584 | 0.462 | ... | 105.076 | 205996.0 | 4.0 | 2023-02-10 | NaN | NaN | Asia | VNM | 0 | 0 |
7110 | 3ukrFH17Zl6iEZ2QJ1Zwiy | RPT Orijinn, Ronboogz | Don't Côi | Rapital | 11 | 8 | 303515 | Vietnam | 0.808 | 0.410 | ... | 110.079 | 148880.0 | 4.0 | 2022-11-20 | NaN | NaN | Asia | VNM | 0 | 0 |
7144 | 3wUp8eCTshIrJcYbjWaoyP | Phuong Ly | ThichThich | Phuong Ly | 45 | 30 | 171778 | Vietnam | 0.898 | 0.467 | ... | 124.072 | 241935.0 | 4.0 | 2022-07-24 | NaN | NaN | Asia | VNM | 0 | 0 |
7153 | 2fjqdDz6jJn6VPgrSDDMvp | GPG msmy, AK49 | YOU (feat. AK49) | GePolyG | 54 | 2 | 156338 | Vietnam | 0.759 | 0.323 | ... | 130.074 | 147692.0 | 4.0 | 2023-02-02 | NaN | NaN | Asia | VNM | 0 | 0 |
7214 | 3VBwoaePYGdOmG1YHgGOHi | Ice Beats Slide, Sbuda Maleather, 2woBunnies | JAGERMEISTER | Kreativekornerr | 15 | 6 | 137402 | South Africa | 0.841 | 0.525 | ... | 112.022 | 327416.0 | 4.0 | 2022-12-31 | NaN | NaN | Africa | ZAF | 0 | 0 |
489 rows × 28 columns
To enhance the accuracy of the results and streamline the analysis, it is often useful to preprocess and simplify the lyrics data. To ensure that all stopwords are removed during the stopword removal process, contraction words such as 'dont' and 'wasnt' are expanded into their longer versions. Following the removal of stopwords, lemmatization is performed to simplify words by removing suffixes and prefixes. Words like 'oh' that hold no significant meaning and commonly appear in song lyrics are removed to further simplify the lyrics data. Due to the absence of translations for some foreign words in the googletrans library, those words are removed. Lastly, words are converted to the present tense, and remaining punctuation like diacritics is removed.
Split contractions
Contractions are frequently used in song lyrics and may not be removed even if they are considered stopwords, due to the removal of punctuation in the previous step. To prevent this issue, the longer versions of these words can be used to replace them instead.
# SPLIT SHORTENED VERSIONS OF WORDS
clean = []
for i in song_data['lyrics_trans']:
if isinstance(i, str):
text = i.replace("dont", "do not")
text = text.replace("doesnt", "does not")
text = text.replace("wont", "would not")
text = text.replace("didnt", "did not")
text = text.replace("couldnt", "could not")
text = text.replace("shouldnt", "should not")
text = text.replace("ill", "i will")
text = text.replace("cant", "can not")
text = text.replace("thats", "that is")
text = text.replace("werent", "were not")
text = text.replace("youve", "you have")
text = text.replace("wasnt", "was not")
text = re.sub(r'\d+', '', text) #remove numbers
clean.append(text)
else:
clean.append(i)
song_data['lyrics_clean'] = clean
Remove stopwords
Removing stopwords from text data can help to reduce noise in the data and improve the accuracy of text analysis or NLP algorithms by focusing on more meaningful words or phrases.
# REMOVE STOPWORDS FROM TRANSLATED LYRICS
stop_words = stopwords.words('english')
song_data['lyrics_clean'] = song_data['lyrics_clean'].apply(lambda x:
' '.join([word for word in str(x).split() if word not in (stop_words)]))
song_data['lyrics_clean']
0 good gold kinda dream sold right til built hom... 1 im sti fan even though salty hate see broad kn... 2 take look inside heart room room would hold br... 3 vibez oh another banger baby calm calm girl bo... 4 ooh oohooh oohoohooh ooh oohooh believe man me... ... 7295 cook thing man getting high ti fade vibe pure ... 7296 sweet love yeah mean said love shoulda held ti... 7297 first wisdom fear jehovah hear children playin... 7298 mother mother mother mother mother mother moth... 7299 okay lets go dude know work im going closet im... Name: lyrics_clean, Length: 7300, dtype: object
Remove suffixes (Lemmatization)
def lemmatize_word(text):
'''lemmatize word'''
lemmatizer = WordNetLemmatizer()
return ' '.join([lemmatizer.lemmatize(word) for word in text.split()])
# LEMMATIZE WORDS IN LYRICS
lemmatizer = WordNetLemmatizer()
song_data['lyrics_clean'] = song_data['lyrics_clean'].apply(lemmatize_word)
song_data['lyrics_clean']
0 good gold kinda dream sold right til built hom... 1 im sti fan even though salty hate see broad kn... 2 take look inside heart room room would hold br... 3 vibez oh another banger baby calm calm girl bo... 4 ooh oohooh oohoohooh ooh oohooh believe man me... ... 7295 cook thing man getting high ti fade vibe pure ... 7296 sweet love yeah mean said love shoulda held ti... 7297 first wisdom fear jehovah hear child playing p... 7298 mother mother mother mother mother mother moth... 7299 okay let go dude know work im going closet im ... Name: lyrics_clean, Length: 7300, dtype: object
Remove words with insignificant meaning
Words such as 'oh', 'ya', 'na', 'oooh' can be treated as stopwords since they don't have significant meaning. Two letter words are also often not meaningful so removing them can help improve accuracy in text analysis.
def remove_two_letter_words(text):
'remove two letter words'
return ' '.join([word for word in text.split() if len(word) > 2])
# REMOVE 2 LETTER WORDS
song_data['lyrics_clean'] = song_data['lyrics_clean'] .apply(lambda x: remove_two_letter_words(x))
song_data['lyrics_clean']
0 good gold kinda dream sold right til built hom... 1 sti fan even though salty hate see broad know ... 2 take look inside heart room room would hold br... 3 vibez another banger baby calm calm girl body ... 4 ooh oohooh oohoohooh ooh oohooh believe man me... ... 7295 cook thing man getting high fade vibe pure way... 7296 sweet love yeah mean said love shoulda held ti... 7297 first wisdom fear jehovah hear child playing p... 7298 mother mother mother mother mother mother moth... 7299 okay let dude know work going closet going bre... Name: lyrics_clean, Length: 7300, dtype: object
# REMOVE OOH
song_data['lyrics_clean'] = song_data['lyrics_clean'].str.replace('ooh', '')
song_data['lyrics_clean']
0 good gold kinda dream sold right til built hom... 1 sti fan even though salty hate see broad know ... 2 take look inside heart room room would hold br... 3 vibez another banger baby calm calm girl body ... 4 believe man metro boomin want nigga someb... ... 7295 cook thing man getting high fade vibe pure way... 7296 sweet love yeah mean said love shoulda held ti... 7297 first wisdom fear jehovah hear child playing p... 7298 mother mother mother mother mother mother moth... 7299 okay let dude know work going closet going bre... Name: lyrics_clean, Length: 7300, dtype: object
# REMOVE EXTRA WHITE SPACES
song_data['lyrics_clean'] = song_data['lyrics_clean'].str.replace('\s+', ' ', regex=True).str.strip()
song_data['lyrics_clean']
0 good gold kinda dream sold right til built hom... 1 sti fan even though salty hate see broad know ... 2 take look inside heart room room would hold br... 3 vibez another banger baby calm calm girl body ... 4 believe man metro boomin want nigga somebody s... ... 7295 cook thing man getting high fade vibe pure way... 7296 sweet love yeah mean said love shoulda held ti... 7297 first wisdom fear jehovah hear child playing p... 7298 mother mother mother mother mother mother moth... 7299 okay let dude know work going closet going bre... Name: lyrics_clean, Length: 7300, dtype: object
Remove non-english words from lyrics
In cases where googletrans
fails to offer an English translation for particular words in a foreign language, those words can be excluded from the dataset.
def remove_noneng(text, english_words):
'''remove non-english words'''
return " ".join(w for w in nltk.wordpunct_tokenize(text) if w.lower() in english_words or not w.isalpha())
# REMOVE NON-ENGLISH WORDS NOT TRANSLATED BY GOOGLETRANS
english_words = set(nltk.corpus.words.words())
song_data['lyrics_clean'] = [remove_noneng(l, english_words) for l in song_data['lyrics_clean']]
song_data['lyrics_clean']
0 good gold dream sold right til built home watc... 1 fan even though salty hate see broad know happ... 2 take look inside heart room room would hold br... 3 another banger baby calm calm girl body put he... 4 believe man want somebody said saw person kiss... ... 7295 cook thing man getting high fade pure way hull... 7296 sweet love yeah mean said love tight never let... 7297 first wisdom fear hear child piano first wisdo... 7298 mother mother mother mother mother mother moth... 7299 let dude know work going closet going break bo... Name: lyrics_clean, Length: 7300, dtype: object
# SET AS NULL VALUES
song_data['lyrics_clean'] = song_data['lyrics_clean'].replace('nan', np.nan)
song_data[song_data['lyrics_clean'].isnull()]
track_id | artist_names | track_name | source | rank | weeks_on_chart | streams | country | danceability | energy | ... | duration_ms | time_signature | album_release_date | lyrics | lyrics_trans | continent | iso_alpha3 | len_words_orig | len_words_trans | lyrics_clean | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6 | 3l6K9SW5VFJyA5jBtioFFt | 3GAR BABY | HUSTLE NA MUST | TGFG ENTERTAINMENT | 7 | 1 | 60525 | United Arab Emirates | 0.735 | 0.648 | ... | 152040.0 | 4.0 | 2023-02-10 | NaN | NaN | Asia | ARE | 0 | 0 | NaN |
24 | 0CtZpaOhtzvLV3FfcsVpQo | Vishal-Shekhar, Shilpa Rao, Caralisa Monteiro,... | Besharam Rang (From "Pathaan") | YRF Music | 25 | 9 | 36508 | United Arab Emirates | 0.773 | 0.795 | ... | 258474.0 | 4.0 | 2022-12-12 | NaN | NaN | Asia | ARE | 0 | 0 | NaN |
31 | 6FAYpZ4jve8vpvTwUvjK6H | Vishal-Shekhar, Arijit Singh, Sukriti Kakar, V... | Jhoome Jo Pathaan | YRF Music | 32 | 7 | 32846 | United Arab Emirates | 0.817 | 0.738 | ... | 208164.0 | 4.0 | 2022-12-22 | NaN | NaN | Asia | ARE | 0 | 0 | NaN |
76 | 72zHuDxFQTjbL51qJQSA7j | Jasleen Royal, B Praak, Romy, Anvita Dutt | Ranjha (From "Shershaah") | Sony Music Entertainment India Pvt. Ltd. | 77 | 29 | 20935 | United Arab Emirates | 0.603 | 0.573 | ... | 228855.0 | 4.0 | 2021-08-05 | NaN | NaN | Asia | ARE | 0 | 0 | NaN |
141 | 3eUtQSdde3wNmXOW2OESKi | El Polaco, La China | Ya No Quiero Verte | Columbia | 42 | 16 | 1088456 | Argentina | 0.619 | 0.731 | ... | 165635.0 | 3.0 | 2022-10-28 | NaN | NaN | South America | ARG | 0 | 0 | NaN |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
7109 | 27fqy8VruqYZlKiK1qfwEd | tlinh, 2pillz, Wokeupat4am | ghệ iu dấu của em ơi | Universal Music Indochina Distributed Labels | 10 | 1 | 311416 | Vietnam | 0.584 | 0.462 | ... | 205996.0 | 4.0 | 2023-02-10 | NaN | NaN | Asia | VNM | 0 | 0 | NaN |
7110 | 3ukrFH17Zl6iEZ2QJ1Zwiy | RPT Orijinn, Ronboogz | Don't Côi | Rapital | 11 | 8 | 303515 | Vietnam | 0.808 | 0.410 | ... | 148880.0 | 4.0 | 2022-11-20 | NaN | NaN | Asia | VNM | 0 | 0 | NaN |
7144 | 3wUp8eCTshIrJcYbjWaoyP | Phuong Ly | ThichThich | Phuong Ly | 45 | 30 | 171778 | Vietnam | 0.898 | 0.467 | ... | 241935.0 | 4.0 | 2022-07-24 | NaN | NaN | Asia | VNM | 0 | 0 | NaN |
7153 | 2fjqdDz6jJn6VPgrSDDMvp | GPG msmy, AK49 | YOU (feat. AK49) | GePolyG | 54 | 2 | 156338 | Vietnam | 0.759 | 0.323 | ... | 147692.0 | 4.0 | 2023-02-02 | NaN | NaN | Asia | VNM | 0 | 0 | NaN |
7214 | 3VBwoaePYGdOmG1YHgGOHi | Ice Beats Slide, Sbuda Maleather, 2woBunnies | JAGERMEISTER | Kreativekornerr | 15 | 6 | 137402 | South Africa | 0.841 | 0.525 | ... | 327416.0 | 4.0 | 2022-12-31 | NaN | NaN | Africa | ZAF | 0 | 0 | NaN |
489 rows × 29 columns
Convert words in past tense to present tense
def present_tense(text):
'''convert to present tense'''
result = []
for word in text.split():
w = Word(word)
present_tense = w.lemmatize("v") # "v" stands for verb
result.append(present_tense)
return " ".join(result)
# TEST FUNCTION
print(present_tense('cried abandoned'))
cry abandon
# CONVERT PAST TO PRESENT TENSE IN LYRICS
cleaned = []
for text in song_data['lyrics_clean']:
if isinstance(text,str):
t = present_tense(text)
cleaned.append(t)
else:
cleaned.append('nan')
cleaned
['good gold dream sell right til build home watch burn leave lie cry buy flower write name sand talk hour say thing understand take dance hold hand yeah love better love better love better baby love better love better baby paint nail match rise leave remorse regret forgive every word say leave baby fight cry buy flower write name sand talk hour yeah say thing understand take dance yeah hold hand yeah love better love better love better baby love better love better baby love better love better baby love better might also like leave fight cry buy flower write name sand talk hour yeah say thing understand better take dance yeah hold hand yeah love better yeah love better love better love better baby love better love better baby love better love better baby love better', 'fan even though salty hate see broad know happy hate see happy one mature mature mature get therapist tell there men want none want one might might best idea new next get might love though rather jail alone get sense lose cause get sense might really love text gon evidence text evidence try ration murder crime passion damn reach farmer market perfect peach amazement patience get beat mature mature mature get therapist tell there men want none want one might might best idea new next get might love though rather jail alone see ticket low might also like love love drug drug sober love love drug drug sober know gon tonight will best idea idea will next get will love though rather hell alone', 'take look inside heart room room would hold breath get one knee get one knee want hold look good enough look good enough ever feel would ever picture would ever picture every time pull hair well fear fear find ugly one day disappear whats point cry even never even love ever want ever good enough ever good enough boy liar boy liar see look boy boy liar boy liar see look boy good good good good good good good good say good enough bout huh tell there one fun girl bum like boy cap home know like bet back bout cause know fat damn huh phone like send pin cause know hit gon respond sleep enough without eat enough without huh speak mean huh like sneaky might also like boy liar boy liar see look boy boy liar boy liar see look boy good good good good good good good good', 'another banger baby calm calm girl body put heart girl sweet like tell say love dey form tell baby come get like come see fine girl party wear yellow every girl dey much girl mellow dey find situation use take tell hello finally find way talk girl wan follow come dey form wan conform start feel dey small small know say one one feel cause friend dey gum like gum dey gum like gum yeah know look shy get hip make cry move around yeah twice twice push back hold tight get taste night baby show calm calm dance take lead lead lead get high come come ask know say baby give get like come might also like reach house say make rest small make rest small wake dey mind dey mind day one day fit fit focus call say make link say make link get hand heart feel race leave say never love give promise stay risk take take baby calm calm girl body put heart girl sweet like tell say love dey form tell love love baby come get like come love', 'believe man want somebody say saw person kiss would never ask keep know keep low cause heart take please let show baby know yeah think hold eye believe need know truth baby keep know keep low cause heart take please let show baby know touch better touch better watch fall asleep watch fall asleep show thing use better way better way aint say say thing come back might also like cuffin like precinct housewife sneaky link get rid round type rover girl use ride dink one put god fashion nova model put runway god coach bag get side bitch call get girl feel alone god mean home aint home god nightmare phone even record get zone know keep low cause heart take please let show baby know keep low cause heart take please let show baby know let find god get hotel never bring house god better way baby say thing come back', 'diamond meet bar twelve something order two wine cause tonight want little context care listen find position man love sit last night tell dumb decision feel heart fact feel stick town simple mission little black dress heart break bitch high heel six inch back champagne trust bitch back taxi cocaine drink call drink text drink tear drink sex man page back back bar hotel old way cause feel last night feel last night doctor doctor anything please doctor doctor mercy take pain away symptom doctor feel toke joint steam back way like hour since dead get new man get sweaty last night really cherry cake dark day lately excuse state high hope make bed get hot take step back see glass least already actin like dick know mean might well stick might also like heart break bitch high heel six inch back champagne trust bitch back taxi cocaine drink call drink text drink tear drink sex man page back back bar hotel old way cause feel last night feel last night doctor doctor anything please doctor doctor mercy take pain away symptom doctor feel cause feel like felt last night feel like felt last night peace thing change last night naked leave naked come yeah reach touch numb feel way toast street small way run yeah never escape sunset maze symptom doctor feel feel last night feel last night doctor doctor anything please doctor doctor mercy symptom doctor feel feel last night feel last night feel last night lipstick smudge like modern art know who car highway will liquor feel leave everyone love read will secret stranger bed remember nothing there nothing regret kick drum head', 'nan', 'come harry say back gravity back want hold palm hand leave say everything get way cannot one stay world know world know know answer phone harry good alone sit home floor kind will bell nobody come help daddy life want know well world know world know know see harry style ticket low might also like home get ahead talk way leave two follow talk who first hey know', 'mummy know daddy get hot body shop something unholy like like yeah like like yeah yeah yeah like like yeah like like yeah lucky lucky girl get marry boy like shed kick ever ever know bout tell dirty dirty boy know everyone scene hear bout place know keep business clean mummy know daddy get hot body shop something unholy sit back poppin yeah put slowly leave get mummy know daddy get hot body shop something unholy woo daddy daddy want drop yeah yeah give love give daddy gon need bag cause rodeo woo watch back go yeah get get like always call cause never cause drama drama want baby know get cover yeah yeah need baby jump cover yeah mummy know daddy get hot hot body shop shop something unholy sit back poppin yeah put slowly leave get mummy know daddy get hot unholy body shop something unholy unholy might also like unholy unholy yeah yeah', 'way articulate say love yeah cause love yeah hard communicate think hold tonight gon let know let tell truth baby let tell truth yeah know see eye hate want hate cry lonely specially night miss every time want afford love try find reason pull apart aint cause perfect know worth walk away even though make feel alone know would die baby would die yeah distance time never change mind cause baby would die baby would die yeah say way manipulate baby girl blame yeah cause take pain forever would find one better cause right babe think right babe know see eye hate want hate cry aint cause perfect know worth walk away see ticket low might also like even though make feel alone know would die baby would die yeah distance time never change mind cause baby would die baby would die yeah would die would lie keep real would baby yeah would die would lie keep real would baby even though make feel alone know would die baby would die yeah distance time never change mind cause baby would die baby would die yeah babe die', 'love like brother treat like friend respect like lover could bet never sweat could bet never sweat yeah yeah yeah could bet never sweat could bet never sweat yeah cash rubber band match fuse boom painter baby could muse reporter baby could news cause cigarette smoker raise bet cause joker check chalk could blackboard talk walk even sky come even sun shine get faith put pretty little hand mine even wire babe even die could baby simple plain cause love sure thing yeah could bet never sweat yeah yeah could bet never sweat could bet never sweat could bet never sweat might also like could lover fighter babe blunt could lighter babe fire writer baby could quote yeah lyric baby could note record saint sinner prize winner deserve paper baby pen say one cause ten real pretend even sky come yeah yeah yeah yeah yeah yeah even sun shine get faith put pretty little hand mine could bet never sweat even wire babe could bet never sweat even die could bet never sweat could baby simple plain could bet never sweat cause love sure thing yeah rock babe let hold arm talk babe rock babe let hold arm talk babe love simple pie baby sure thing sure thing sure thing yeah yeah yeah yeah sure thing could bet never sweat even sky come yeah could bet never sweat even sun shine could bet never sweat get faith could bet never sweat put pretty little hand mine could bet never sweat even wire babe could bet never sweat even die could bet never sweat could baby simple plain could bet never sweat cause love sure thing could bet never sweat love like brother could bet never sweat treat like friend could bet never sweat respect like lover could bet never sweat', 'good yeah alright baby best night life wherever take ride baby know good yeah alright cause good yeah alright baby best night life wherever take ride baby know good yeah alright know good yeah alright know whatever tonight need finer thing life matter good time yeah need sit middle floor get lot enough yeah cause good yeah alright baby best night life wherever take ride baby know good yeah alright good good good know good yeah alright let let care care come let know let know put hand baby nothing stop tonight might also like cause good yeah alright baby best night life wherever take ride baby know good yeah alright', 'watch sunrise along coast get old describe feel know go home please let let right care long take long get smile face save tear know watch sunrise get old describe wish could live every memory one time float wind time spend wait light take moment life care long take long get smile face save tear describe might also like', 'two lover car listen blonde pink orange sky super childish glover call mother like tonight get alibi alone love life get glitter skin radiant beam night need light see shine golden hour slow time golden hour two lover foot dash nowhere fast summer radio blast make moment last get solar power minute feel like hour know even imagine like love life get glow face glorious look eye angel light alone love life get glitter skin radiant beam night need light see shine golden hour slow time golden hour might also like', 'thing get older never wiser midnight become afternoon depression work graveyard shift people stand room leave device come price vice end crisis tale old time wake scream one day watch leave cause get tire scheme last time problem teatime everybody stare directly sun never mirror must exhaust always antihero sometimes feel like everybody sexy baby monster big slowly toward favorite city pierce heart never will hear covert narcissism disguise altruism like kind congressman tale old time wake scream one day watch leave life lose mean last time problem problem teatime everybody stare directly sun never mirror must exhaust always antihero see swift ticket low might also like dream will money think leave family gather round read someone scream laugh hell problem problem everybody everybody problem problem teatime teatime everybody everybody stare directly sun never mirror must exhaust always antihero', 'mage beat drink alcohol past five day check look room eye red smoke banga check check notice nobody wey know paranoia cause put smile face never face know well well would see bury inside grave inside grave cause see people people really know really know cause see people people people really know really know drink alcohol past five day check look room eye red smoke banga check check notice holy father holy father dey try hold head say make leave holy father make try understand yahoo girl dey might also like cause see people people people people really know really know really know cause see people people people really know really know drink alcohol past five day check look room eye red smoke banga check check notice drink alcohol past five day check look room eye red smoke banga check check notice drink alcohol past five day check', 'beat better run back know get lazy right yeah molly molly one live right right right baby ride yeah bring place like baby care know care bring place know body lightweight know body lightweight cane yeah yeah yeah make hurricane cane band make rain rain tie put chain chain make tattoo name name make cry like baby yeah let make video yeah yeah make cry like baby yeah let make video video baby ride yeah bring place like baby care know care bring place know body lightweight know body lightweight cane cane cane baby ride yeah molly molly like baby care know care molly brown ticket low might also like', 'know tell time run need take slow step honey maybe aint worry bout right right keep dream alive hero aint worry bout right right flood dance cloud aint worry bout aint worry bout hey know tell time run spend like gold live like get regret even break yeah best get something want steal way busy problem problem feel yeah yeah seal deal take let aint worry bout right right keep dream alive hero aint worry bout right right flood dance cloud aint worry bout aint worry bout hey aint worry see ticket low might also like aint worry bout right right keep dream alive hero aint worry bout right right flood dance cloud aint worry bout hey aint worry bout hey aint worry bout', 'put worst mood cleaner church shoe point two hurt red lamb tease none toy lease make whole year week yah main bitch league side bitch league house empty need centerpiece twenty rack table cut ebony cut ivory skinny piece clean face man love baby money need aid bout see shade switch style take lane switch cup pain look do look do every day try test every day try end pull roadster pocket overweight hefty king far cry come alive fall time competition really listen blue new edition see ticket low might also like house empty need centerpiece twenty rack table cut ebony cut ivory skinny piece clean face man love baby money need aid bout see shade switch style take lane switch cup pain look do look do let brag legend fall take year like bandit buy crib brand new wagon hit grocery shop lavish star trek roof wraith khan girl get loose hear song hundred dash get close god pray love pray car house empty need centerpiece twenty rack table cut ebony cut ivory skinny piece clean face man love baby money need aid bout see shade switch style take lane switch cup pain look do look do look do look do', 'think know touch fire three four time testify tell lie bitch around long get hide body long bout aint problem get nobody right tell truth look better lose snooze miss moment important nobody body like lose snooze miss moment important nobody body like ride feel like scarface scarface like white bitch bob main one main one take argument back place sex remind day one day one aint yet magic yeah smash grab yeah nasty habit take hold aint home hard grow lose snooze miss moment important nobody body like lose snooze miss moment important nobody body like see ticket low might also like main one main one blame main one leave main one everything main one main one blame main one leave main one lose like like snooze miss moment like important nobody body like lose like snooze miss moment like important nobody body like think know see lose think know', 'take drug take leave spot leave party mark dot call phone tell like watch persona hit highway whole foot dash ear get fear could care crash radar get nerve play hard chance playboy dance dance dance lose heart car ninety rain take heart will pain beat romance stay playboy dance dance dance would dance baby would dance yeah would dance would dance pretty baby face daylight time star sky get pager blanket love fall eye love come til find hope get notion somebody else first radar nerve play hard take away chance playboy dance dance dance might also like lose heart car ninety rain take heart will pain beat dance romance stay playboy dance dance dance would dance baby would dance yeah would dance would dance pretty baby', 'yeah cause girl player yeah yeah cause girl player keep player baby cause girl player bitch money around world cause girl player know top penthouse suite take test drive leave lot time money spend watch hold titty white tee see thong tight jean rock finger like get another aint like yeah bout catch another flight yeah apple bottom make bite yeah good night good night hold know know break let could anybody miny cause could want yeah cause girl player yeah yeah cause girl player keep player baby cause girl player bitch money around world cause girl player phone one get like four yeah first class like valedictorian come long way rag rich bitch yeah taste delicious let lick plate yeah make dish news cause bitch go might also like yeah bout catch another flight yeah apple bottom make bite yeah good night good night hold know know break let could anybody miny cause could want yeah cause girl player time let know girl player keep player baby cause girl player bitch money around world cause girl player', 'song baby hard time feel like cry even energy worry make smile say anything boy say keep run away keep appear without busy keep make sense ask keep one live system baby god really come god time never let think really lucky know know know meaningless everything heart end know know go crazy right might also like anywhere aint nothing else would hold hear voice noise let hand even second worry cause get someone alone cause love someone keep run away keep appear without busy keep make sense ask keep one live system baby god really come god time never let think really lucky know know know meaningless everything heart end know know one live system baby baby baby babe baby go crazy right baby baby go crazy right babe baby heart glow glow glow glow long there nothing afraid will will heart glow glow cause god really come god time never let right really lucky know know know meaningless everything god heart glow glow heart glow sleep night', 'listen story listen word love listen story listen word love love main jane zar listen listen love love naam tume yahan basta sun main tum tum love listen story listen word love love tha tha might also like', 'nan', 'could could wear even bet make look make look make double take soon walk away call chiropractor case neck break tell gon cause bout make scene double bout turn heat make glass steam tell gon walk walk guarantee jaw drop drop cause make lot get get lady feel bop bop bop bop bop could could wear even bet make look make look yeah look good dress take hotter morning hair mess cause even hoodie bet make look make look get taste woo never aint ordinary cake tell gon walk walk guarantee jaw drop drop guarantee jaw drop drop cause make lot get get lady feel bop bop bop bop bop might also like could could wear even bet make look say make look yeah look good dress take baby hotter morning hair mess cause even hoodie bet make look say make look', 'buy zip weed hit club pay bout ten get crunk light bitch yeah know walk around world damn bout foot land yeah get mush yeah biggest put chicken wing pussy hit rich flex drop bar pussy yeah talk neck thing thing thing thing yellow diamond watch cost lot never send bitch dot get shoot vanish mode lot take panty bitch plot aint hoe bust aint aint ready pull trigger clutch know period baby suck savage smack booty magic slap pussy ratchet pussy might slap tracker whip get pussy call eve bitch call daddy bitch call uncle bitch call always ear flea post gun use foot like athlete get might also like hoe hoe need remember slaughter gang get dick girl busy need find someone else call bank account get low need find someone slaughter gang murder gang slaughter gang murder gang stick stone chrome chrome clone get phone pussy feel alone nan young money use roll house bad bitch like steady push tell kiss club use want woe run like couple day rapper love know know come heel leave cozy every like rip swear eat ten cake get lot love twelve reciprocate division stay late knife gate baccarat plate see drake underestimate take vet rookie mistake slaughter gang murder gang slaughter gang murder gang slaughter gang murder gang god boy look man boy man hear', 'wrap want arm let hold never let like use say would never fall love find say would never fall unless fall lose within darkness find find heaven could ever friend would rather die let say would never fall love find say would never fall unless fall lose within darkness find find would fall love find say would never fall unless fall lose within darkness find find might also like', 'girl like talk much animal human form friend man nobody like work must hustle want eat want fight theyre run catch form righteous come form say like time hate bad energy get mind money make dance like poco lee steady green like broccoli steady grind want hear want tell fantasy want check tap rush rush rush rush well much much god make tap rush kind money touch yeah rush rush rush well much much crush there there yeah go yeah never touch form potato yeah kind money never see cow bite get feel one never take cake away count grace lane lane might also like time hate bad energy get mind money make dance like poco lee steady green like broccoli steady grind want hear want tell fantasy want check tap rush rush rush rush well much much god make tap rush kind money touch yeah rush rush rush well much much crush there there cause rush rush well much god make tap rush kind money touch rush rush well much crush there there yeah yeah yeah yeah', 'rock yeah shake damn damn make another hit aint want aint want aint want block rock shake rock yeah shake get shake hit tie shake gon shake stand money know size shake pick side better choose wisely shake high one two three four throw five shake high damn damn one two three four throw five make another hit aint want aint want aint want shake damn shake shake shake shake shake shake shake shake shake might also like', 'yeah know sometimes thing may always make sense right hey daddy always tell straighten little soldier stiffen upper lip get know miss know miss dad go give life never see sad even smile even laugh see eye deep inside cry cause aint daddy wit prayer wipe tear daddy nightmare gon pull together gon uncle crazy aint yeah love girl better know get world spin swirl whirl twirl two little beautiful girl puzzle daze know daddy always move always news try keep shelter somehow harder try backfire thing daddy see daddy want see see much plan way mother thing get bad see ever together ever like use course everything always reason guess never mean control destiny worry rest head sleep maybe one day well wake dream might also like hush little baby cry alright stiffen upper lip little lady tell daddy hold night know mommy right know feel feel inside may seem little crazy pretty baby promise gon alright funny remember back one year daddy money mommy wrap present stick tree say cause daddy could buy never forget sit whole night cry cause daddy felt like daddy job job keep food table time every house live either keep break shoot block savin money jar start piggy bank could college almost thousand dollar til someone break steal know hurt bad break heart like everything fall apart dad lot back flat apartment dad back side mile daddy go meet fly see daddy work leave daddy like young understand papa roll stone habit fast either one grab sorry witness firsthand cause ever make empty house baby picture trip see much grow almost like sister wow guess pretty much daddy daddy like sound yeah get ring go moment hush little baby cry alright stiffen upper lip little lady tell daddy hold night know mommy right know feel feel inside may seem little crazy pretty baby promise gon alright ask daddy buy mockingbird give world buy diamond ring sing anything see smile mockingbird sing ring shine break birdie neck back jeweler sell make eat every carat dad', 'nan', 'yeah yeah two yeah yeah drink dope turn superhero yeah yeah hit turn superhero yeah yeah super turn superhero yeah yeah young trust gon shoot dope flow switch flow yeah yeah switch flyer parachute pole oil yeah yeah candy cup get king street yeah young make crowd grave aint problem bitch star get rich better take war yeah piss casket shoot broad nasty roll gar bitch get graphic car get brand new tomorrow put brand new arm aint move slow oil tennis bracelet come frost frost link way jaw way step swag step broad two dollar half one hundred like coupon tell begin upper echelon get untouchable get represent money multiple top chart unapproachable bread loaf turbo motor another vulture sell bowl bitch yoga deserve award serve boulder hundred grand large shop total garage bitch aint aint jump get drop top go crazy push smoke haze floss shade might also like candy cup get king street yeah young make crowd take grave aint problem bitch star get rich better take war yeah piss casket shoot broad nasty roll gar bitch get graphic car get brand new tomorrow put brand new arm aint move slow oil tennis bracelet come frost frost link way jaw way step swag step broad dark knight feel die hero live long enough see become soon bring weight world sit shoulder hold crown aint get cape save hate yeah rather see drown yeah world keep like one one see who really yeah who who live long enough see become', 'tell shoot loop range stay way get another side like get poppin bitch business get violence see public know keep silent bedroom outside keep quiet keep see keep like nobody know need get space yeah replacement way please play pussy like great escape need new trick old dog change aint love pussy get new bitch selfish favorite hoe know reach every time play mind rush feel like crime know belong gon save spot outside cause block hot mind wherever call let get another side like get poppin alright bitch business get violence yeah yeah see public know keep silent bedroom outside keep quiet keep see keep like nobody know let keep see keep like nobody know see ticket low might also like need total confidential privacy yeah want one light change trip straight work nerve know get moody aint love talk talk match stroke wherever whatever need call call get another side like get poppin bitch business get violence alright see public know keep silent bedroom outside keep quiet keep see keep like nobody know keep see keep like nobody know let real even make look stupid slap dog stop', 'take somewhere know care cold know bring daffodil pretty string would flower like last spring kiss make feel alright tire share night cry love tear use another love another love tear use another love another love tear use another love another love tear use somebody hurt fight hand break one many time use voice rude word always win know lose sing song sing another heart cry learn love tear use another love another love tear use another love another love tear use another love another love tear use need love heart think see ticket low might also like sing song sing another heart cry fall love tear use another love another love tear use another love another love tear use another love another love tear use', 'thing tell never would tell change even know never could know find nobody else good need stay need stay hey get drink wake waste realize time waste feel like feel way feel right right thing tell never would tell change even know never could know find nobody else good need stay need stay hey thing tell never would tell change even know never could know find nobody else good need stay need stay hey away miss touch reason believe love difficult trust afraid aint way leave cause aint ever leave know know live without baby stay might also like right thing tell never would tell change even know never could know find nobody else good need stay need stay hey thing tell never would tell change even know never could know find nobody else good need stay need stay hey need stay need stay hey', 'time think bathroom look face mirror need wait reaper take life never get alive live thousand life patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone get feel soul ahead throw stone cause there magic bone stick gray black white never wrong til right like boulder vulture flame bed patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone bone get feel soul ahead throw stone cause there magic bone see imagine dragon ticket low might also like cause there magic bone look mirror mind page life path many pace time drown voice air one never piece sky patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone magic bone get feel soul soul ahead throw stone cause there magic bone mind mind mind mind mind mind cause there magic bone', 'feel like care enlighten dear mean complacent decision make back mind even cry single tear sick wait patiently someone would even arrive back mind will even regret believe say true hate might also like', 'feel like love love mood tonight baby need drink cup need drink hey pour drink mood mood need prescription higher sit top nobody nobody ever fun like ever fun yeah gon night black light spaceship fly yeah spaceship fly unapologetic night night tonight gon night bet see far bet see star bet elevate bet meet god cause feel like love mood cause gon night whats four wall sexy love turn miss roll call yeah roll show show show show nasty clean nobody nobody ever fun like ever fun yeah need prescription higher sit top might also like gon night funk funk black light spaceship fly yeah spaceship fly unapologetic night funk funk tonight tonight gon night bet see far bet see star bet elevate bet meet god cause feel like love mood gon night hypersonic sex erotic body boy get hit ride get actin excite exotic season professional squeeze let tease get time today get time today get time get time today get time wait come play yeah come cuff cuff cuff cuff baby bus bus bus baby baby anywhere mind mind yeah mind truck huh back truck get huh cup huh put cup yeah cause gon night take flight woo light yeah unapologetic night bet see star night bet far night bet levitate night bet meet god party people roll yeah huh gon night yeah spaceship fly', 'guy like guy like sorry already catch another plane come back want another disappointment much give champion give worst version sorry baby throw away cat wolf like rookie wolf like guy like guy like big someone like mortify chew swallow swallow chew return cry beg understand fault criticize make music sorry splash leave neighbor press door debt treasury think hurt make woman longer cry woman name good person clearly sound like name good person clearly like guy like big someone like might also like love hate step come back listen zero grudge baby wish well suppose replacement even know strange even distinguish worth two go fast slowly lot gym work brain little photo see feel like hostage everything fine vacate tomorrow want bring let come name good person clearly sound like name good person wolf like guy like guy like big someone like type type like guy like guy guy like big someone like wrap bye', 'vacuum cleaner dust ford cortina never rust like coffee hot let coffee pot call shoot babe secret heart harder hide think maybe let meter never run let portable heater get cold without set lotion hold hair deep devotion deep least deep pacific ocean secret heart harder hide think maybe see arctic monkey ticket low might also like vacuum cleaner dust ford cortina never rust', 'main mein main main silence sari main tune love live main main mein main main mein main saya bank main main hey main prayer god let together tune love live might also like main main mein main main mein life', 'stay middle like little want riddle tell say back say ditto morning far say ditto grow much like memory heart look summer pass fall time want somebody like want somebody think yeah time yeah time get time lose long day miss heart beat get nothing lose like heart beat want stay middle like little want riddle tell say back say ditto morning far say ditto want walk maze even know everything wish tell say back say ditto want want say ditto might also like anybody always feel like first time time get nothing lose like heart beat want stay middle like little want riddle tell say back say ditto morning far say ditto want walk maze even know everything wish tell say back say ditto want want say ditto', 'jump whip never see yeah get bulletproof glass ceiling screen err let guess cost like hundred thousand little bitch cost seven bean dream bitch pussy yeah bitch always wan caption turn yeah bitch like ten real mean yeah know tall saw knee yeah cannot get tire money money turn people right greed yeah know sick money one two three cause call let wish yeah leave right pocket watch break boy watch watch let break boy watch watch watch make whole crowd pit watch woo make bitch stop watch watch make bitch stop pop pop aint even drop song poppin stay whole whole woo benjamin leave right pocket watch break boy watch watch let break boy watch watch watch make whole crowd pit watch let make bitch stop watch watch make bitch stop pop aint even drop song poppin stay whole stay mob stop drug keep conscience hood time gon tell get quick rat yeah lose lose let keep clothe mood yeah keep hoe way show yeah keep pole show outside like hall cause follow rule matter world gon never tuck jewel jewel yeah might also like benjamin leave right pocket watch let break boy let watch watch yeah break boy watch watch make whole crowd pit watch let make bitch stop watch make bitch stop pop aint even drop song poppin stay whole benjamin leave right pocket watch break boy let watch watch break boy watch watch make whole crowd pit watch woo make bitch stop watch let make bitch stop pop aint even drop song poppin stay whole vert dead men yeah dead men yeah yeah cause rent yeah sky yeah feel yeah worry bout cause get two big yeah pop thing til pop smell aroma want like little bitch please disown keep throw money bee', 'know feel arm around let drown know god find find every day place head think harder look like monster bed every time like rocket chest make think whole world end know night know get many thing afraid afraid right aint cause know cause know cause know feel arm around let drown know god find find worry tomorrow worry bottle know feel arm around let drown every night place dream many alleyway know mean know wake tell dumb get want might also like know night know get many thing afraid right aint cause know cause know feel arm around let drown know god find find worry tomorrow worry yeah bottle know feel arm around let drown oh know know', 'mere main mere mein want ring want ring might also like mein mere mere jag naam mein sab write name mein world attention make make make', 'last night think stop baby walk want baby think know never lose road shimmer vision heat heat wave mirror road shimmer vision heat heat wave sometimes think late night middle june heat wave make happier sometimes think late night middle june heat wave make happier usually put never think today see reflection clearly screen need better life need never give fake water across road go night come sometimes think late night middle june heat wave make happier fight breathe say let better someone new alone know hurt look break cry one say might also like sometimes think late night middle june heat wave make happier sometimes think late night middle june heat wave make happier wonder sleep smile comfortable wish could give look perfectly unsad sometimes think late night middle june heat wave heat wave sometimes think late night middle june heat wave make happier sometimes think late night middle june heat wave make happier road shimmer vision heat heat wave mirror road shimmer vision heat heat wave mirror', 'another banger baby calm calm girl body put heart girl sweet like tell say love dey form tell baby come get like come see fine girl party wear yellow every girl dey much girl mellow dey find situation use take tell hello finally find way talk girl wan follow come dey form wan conform start feel brown bum warm dey small small know say one one feel insecure cause friend dey gum like gum dey gum like gum baby calm calm girl body put heart girl sweet like tell say love dey form tell baby come get like come reach house say make rest small make rest small wake dey mind dey mind day one day fit focus fit focus call say make link say make link start dey tell feel heart dey race baby girl leave love get many girl wey put heart pain feel pain yeah yeah might also like baby calm calm girl body put heart girl sweet like tell say love dey form tell baby come get like come', 'wish know wish know wish know wish know wish know make move make move know late pursue bite tongue bad habit mad take stab think good dear never give time day dear thing happen reason think sure yeah wish know wish know wish know wish know wish know wish know yeah wish know wish know wish know please say please say want wish wouldnt play know know bite tongue like bad habit would mind try make good dear funny come back dear thing happen reason ignore yeah see lacy ticket low might also like wish know wish know wish know wish know wish know surprise wish know everywhere wish know back decide wish know decide wish know always know way wow around get turn make rowdy carry hard cause know find biscuit gravy babe surprise know biscuit gravy babe know youd come back around cause know biscuit gravy babe let back mall lose control stupid crazy babe know heart til end miss beg babe', 'honorable keep bitch keep jump keep bitch catch cool ten bitch get loose win beat house beat there forty couch let spend car light better call do do twin do go put raw do hit strip club spend tall ten hot like stroke heat stroke could see peephole different money type note note note hit note spend want get want guess get pole give honest yeah many night go nameless many night go famous many night go brainless yeah let get keep bitch keep jump keep bitch keep jump keep bitch catch cool ten bitch get loose win beat house beat there money couch let spend might also like make hundred fall back need call back bae dashboard passport ask really get want want want get want want want get want want want get want want want spend want get want guess get pole give honest yeah many night go nameless many night go famous many night go brainless yeah let get keep jump keep keep keep keep whenever ride aint like ride free need pack studio throw party throw party money fast slow slow feel like past slow many night bout crash cash slow', 'yeah call long enough maybe show love maybe withdrawal even much turn touch baby look around sin city cold empty one around judge see clearly go say blind light sleep feel touch say night like one trust hey hey hey run time cause see sun light sky hit road overdrive baby city cold empty one around judge see clearly go say blind light sleep feel touch say night like one trust see ticket low might also like call back let know back let know could never say phone say phone never let time say blind light sleep feel touch hey hey hey hey hey hey say blind light sleep feel touch', 'get heart god mein write ink tune many love story tera ring main hath think mind rain khair tera ring main hath think mind rain khair season mein long since age hain wale tera write ink tune many love story might also like tera ring main hath din mein rain khair tera ring main hath din mein rain khair tera tera tera ring main hath', 'make grow man cry cry cry cry cry make take life yeah happiness never real real real real real mindless sex feel time time time would matter matter would matter matter time time time time time babe would matter would matter babe would matter like never like never like go thin air time time time baby would matter would matter baby would matter time time time would matter would matter time time time would matter would matter like never like go thin air time time time would matter would matter time time time would matter would matter time time time would matter would matter know love know aint sure youd rather something toxic poison til feel nothing soul soul edge something break feel mind slowly keep go would make keep go would make might also like baby hey would matter baby know know hey', 'notable mention heart wait feat jack first class super freaky girl irrelevant demi skin teeth breakaway lane moonlight woman god lose without feat dean lewis mind twain wake spear hold closer brown grand home legend lady hold hand perry go lift easy lover ava dollar baby thank beg feat reason aint worry morris make say love hate cheat code porter one night leave morris circle around town bad feat swim good die break heart demi substance ava maybe problem never dance light switch mar stay night secret gabby pick go break soul harry style brown brown thank god good blue leave right feat favorite song damn time', 'yeah think want one number phone might change contact leave alone say like eye like make roll treat like queen get throw help get close baby tongue numb sound like want one else baby deep here song write song write honest get nonsense stomach walk get arm around feel good jump octave think get forget find chi lose even know nonsense around clock hope nobody knock opposite soft wild wild think keep get young energy catch love might also like help get close baby tongue numb sound like want one else baby deep deep here song write song write honest honest get nonsense nonsense stomach walk walk get arm around feel good hit octave think get forget find chi lose even know nonsense even know song bet house sock wake morning think write pop hit quickly take clothe pop quiz one make arent make', 'man want world hand hate beach stand toe sand use sleeve sweater let adventure head cloud gravity center touch neck touch little high waisted short know think think one love two mouth one love one house shirt blouse find nothing wouldnt tell cause cold let hold hand hole sweater may take breath away mind there much say sometimes silence guide mind move place far away start raise minute leave hand meet waist watch face put finger tongue cause love taste yeah heart adore everyone beat inside place warm outside start pour one love two mouth one love one house shirt blouse find nothing wouldnt tell cause cold let hold hand hole sweater cause cold let hold hand hole sweater cause cold let hold hand hole sweater cause cold let hold hand hole sweater might also like cold cold hole sweater', 'pimp hoe rap game slowly hit tempo enough keep bitch tame fame dick bitch dick make quick dick yeah take foreign chick victim choose til hoe learn game keep force trash may best man win pimp hoe rap game slowly hit tempo enough keep bitch tame fame dick bitch dick make quick dick yeah take chick victim choose til hoe learn game keep force trash may best man win pimp hoe rap game slowly hit tempo enough keep bitch tame fame dick bitch dick make quick dick yeah take foreign chick victim choose til hoe learn game keep force trash may best man win pimp hoe rap game slowly hit tempo enough keep bitch tame fame dick bitch dick make quick dick yeah take foreign chick victim choose til hoe learn game keep force trash may best man win might also like', 'wrap want arm let hold never let like use say would never fall love find say would never fall unless fall lose within darkness find find love fell catch never let like use say would never fall love find say would never fall unless fall lose within darkness find find would never fall love find say would never fall unless fall lose within darkness find find might also like', 'maybe way say name maybe way play game good never know anybody like good never nobody like love come lifetime pretty sure love mine cause field dandelion every one youd mine mine see forever eye feel see smile smile dandelion time god one day mine dandelion time time think one cause get hard breathe look never felt alive free look never felt happy love come lifetime pretty sure love mine cause field dandelion every one youd mine mine see forever eye feel see smile smile dandelion time god one day mine dandelion time time might also like dandelion wind would let darling know dandelion wind would let darling know field dandelion every one youd mine mine see forever eye feel see smile smile dandelion time god one day mine dandelion time time field dandelion every one youd mine mine', 'back pride get ahead hit hurt least feel something scream face place get nowhere find love time end tell many tear drop hit talk try love find love time end tell many tear drop hit talk try love car wall text see blue red would long go war end bite tongue hit chin worst enemy best friend scream face place get nowhere find love time end tell many tear drop hit talk try love find love time end tell many tear drop hit talk try love ticket low might also like', 'think there always tomorrow miss touch night hollow know cross bridge follow since love leave get want know close settle ghost miss life life next memory ecstasy miss life miss life think there always tomorrow need time time leave behind could follow since love leave get want know close settle ghost miss life yeah next memory ecstasy miss life miss life life get close settle ghost miss life next memory ecstasy miss life miss ticket low might also like', 'cold heart human sign thing wrong scent temptation strong cold cold heart thing better baby think long long time til touchdown round find man think home say well think keep cold cold heart thing better baby think long long time til touchdown round find man think home say well think keep might also like cold cold heart thing better baby think long long time til touchdown round find man think home say think long long time til touchdown round find well think keep man think home', 'diamond meet bar twelve something order two wine cause tonight want little context care listen find position man love sit last night tell dumb decision feel heart fact feel stick town simple mission little black dress heart break bitch high heel six inch back champagne trust bitch back taxi cocaine drink call drink text drink drink sex man who back back bar hotel old way cause feel last night feel last night doctor doctor anything please doctor doctor mercy take pain away symptom doctor feel toke joint steam back way like hour since dead get new man get sweaty last night really cherry cake dark day lately excuse state high hope make bed get hot take step back see glass least already actin like dick know mean might well stick might also like heart break bitch high heel six inch back champagne trust bitch back taxi cocaine drink call drink text drink tear drink sex man who page back back bar hotel old way cause feel last night feel last night doctor doctor anything please doctor doctor mercy take pain away symptom doctor feel cause feel like felt last night feel like felt last night peace thing change last night naked leave naked come yeah reach touch numb feel way toast street small way run yeah never escape sunset maze symptom doctor feel feel last night feel last night doctor doctor anything please doctor doctor mercy symptom doctor feel feel last night feel last night feel feel last night lipstick smudge like modern art know who car speed highway will liquor feel leave everyone love read will secret stranger bed remember nothing there nothing regret kick drum head', 'take look inside heart room would hold breath get one knee want hold look good enough ever feel would ever picture every time pull hair well fear find ugly one day disappear whats point cry never even love ever want ever good enough boy liar boy liar see look boy boy liar boy liar see look boy good enough good enough good enough good enough good enough good enough good enough good enough baby please want look nice come stay around think look girl like baby please know want change take look inside heart room would hold breath get one knee whats point cry never even love ever want ever good enough boy liar boy liar see look boy boy liar boy liar see look boy might also like good enough good enough good enough good enough good enough good enough good enough good enough', 'well need light burn low miss sun start snow know love let alright know high feel low hate road miss home know love let say pussy mine let try get head lose respect get attention baby smell flesh know get mess rarely get girl make question love girl make feel like man cause depress stuff believe will drop everyone invest last time way get get dress cut look think maybe optimistic tell need provide baby know chemistry felt like quantum physic physic energy spirit end need one visit theyre love feel empty need lot move town move rural make delete pic phone close eye see image would chase heart aint finish far go fix bitch damage do might also like well need light burn low miss sun start snow know love let alright know high feel low hate road miss home know love let say pussy mine let four time private caller feel like creep know there plenty fish sea girl get mind guy wish turn around put doggy even missionary there intimacy additionally obligatory even take sock even know soon finish make worse know friend chop know together mad cause even stop bank detail send bag rich like bitch unblock make quick promptly would give love free buy tell much cost new man aint get annual wage make monthly huh alright well need light burn low miss sun start snow know love let alright know high feel low hate road miss home know love let say pussy mine let', 'tonight change something red mother like kind dress everything never show drive fast moon break hair head something would forget regret really want get older baby think lately ever drive crazy fast night change everything ever disappear wake there nothing afraid even night change never change chase tonight doubt run round head wait hide behind cigarette heart beat loud want stop move fast moon skin fall even know yet regret really want get older baby think lately ever drive crazy fast night change everything ever disappear wake there nothing afraid even night change never change tonight change something red mother like kind dress miss piece innocence lose might also like get older baby think lately ever drive crazy fast night change everything ever disappear wake there nothing afraid even night change never change baby never change baby never change', 'aint gold river washin hand forever know hope water bring swim silence baby let easy baby child get chance feel world around time choose choose easy aint room thing change deeply stick way deny hard try put first give easy baby child get chance feel world around time choose choose easy good intention highest hope know right probably even show easy baby child get chance feel world around time choose choose easy ticket low might also like', 'smile know take fool town til sun night time yeah yeah tell hear keep sunglass shed tear never right time yeah put armor show strong put armor show unstoppable brake invincible yeah win every single game powerful need battery play confident yeah unstoppable today unstoppable today unstoppable today unstoppable today unstoppable today break alone cry loud never see whats deep know let feel show way make friendship grow afraid yeah put armor show strong put armor show unstoppable brake invincible yeah win every single game powerful need battery play confident yeah unstoppable today unstoppable today unstoppable today unstoppable today unstoppable today unstoppable today unstoppable today unstoppable today unstoppable today might also like put armor show strong put armor show unstoppable brake invincible yeah win every single game powerful need battery play confident yeah unstoppable today unstoppable today unstoppable today unstoppable today unstoppable today unstoppable today unstoppable today unstoppable today unstoppable today', 'remind damn business try find better leave alone surprise really think could care really like find somebody else could anyone else fret ever see never meet one thing angry jerk treat like worth fret ever see meet happen watch happen fret ever see never meet one thing angry jerk treat like worth remind damn business try find better leave alone surprise really think could care really like find somebody else could anyone else fret ever see never meet one thing angry jerk treat like worth fret ever see never meet happen watch happen fret ever see never meet one thing angry jerk treat like worth might also like', 'meet midnight star ceiling ever say much really read melancholia scrutiny yeah yeah handle beautifully yeah yeah new yeah yeah feel lavender haze creep damn give damn people say deal want stay lavender haze keep keep bride girl see girl see wife find yeah yeah theyre history yeah yeah even listen yeah yeah feel lavender haze damn give damn people say deal want stay lavender haze see swift ticket low might also like lavender haze talk talk viral need love spiral get chest get desk get desk talk talk viral need love spiral get chest get desk feel feel lavender haze creep damn give damn people say deal deal want stay lavender haze get chest get desk lavender haze stay stay lavender haze', 'turn head wish memory would fade never turn people lie say snap finger really easy get need time one two heart three four need get heart cause might snap song say last one many last song leave lose count since june heart fire night rain put one two heart three four need get heart cause might snap might also like cause might snap one person say get might stop people snap snap snap might stop people snap one two heart heart three four need need get heart cause might might snap cause might might snap get heart yeah yeah yeah yeah heart cause might snap get heart yeah cause might snap', 'nana yeah saw dance crowd room look happy saw catch surprise single teardrop fall eye know run away make cry run away break heart tell fell apart past like pretend like care know run away make cry run away take back cause stay save tear another save tear another day save tear another day make think would always stay say thing never say yeah break heart like someone mine would love second time know run away girl say make cry run away see ticket low might also like girl take back cause stay save tear another realize much late deserve someone better save tear another day yeah save tear another day yeah know run away make cry run away save tear another day girl say save tear another day save tear another day save tear another day', 'look dreamer make happen cause believe look dreamer make happen cause see here one keep passion respect yeah here one imagine respect yeah gather round look respect love way come come door open every day one plus two rendezvous look dreamer make happen cause believe look dreamer make happen cause see might also like here one keep passion respect yeah here one imagine respect yeah look dreamer make happen cause believe look dreamer make happen cause see here one keep passion respect yeah here one imagine respect yeah', 'nana yeah saw dance crowd room look happy saw catch surprise single teardrop fall eye know run away make cry run away take back cause stay save tear another save tear another day save tear another day meet moon keep distance cause know like nobody else could help put hell know run away boy run away yeah make cry run away away boy take back cause stay save tear another realize much late deserve someone better save tear another day save tear another day might also like bum bum bum bum bum know run away bum bum bum bum bum make cry run away save save tear another day girl say save save tear another day yeah yeah save tear another day save tear another day save tear another day', 'record man play song radio busy find soul let black hair grow weed smoke swear much regular gon let hit fly gon let aint new award show bout face bag blow like bitch teen choice bitch bleach boy whip game make understand though get silence hit gas hard make rotate like propane lame get sweet chick mein know know know know know know know know every time try forget right remind know pow pow know know say swim wetter ocean fade double cup potion make money make dope seem like sound like old everybody know know platinum codeine pour trophy roll nose bleed keep get make money alone rock chain around neck sure home travel round globe make couple mil show come back city every girl know use walk round slouch mattress floor straight day lose weight good sex well sweat hotel bed spring well wear aint tell see ticket low might also like cause know know know know know know know know know every time try forget try forget right remind hey know pow pow know know know shake shake break break baby girl would work work hurt hurt baby girl would shake shake shake break break break baby girl would work work work hurt hurt cause know girl know already know yeah know', 'girl like friend like hit land fit plan like go bed wake japan like girl know like fancy fancy pull candy yeah never understand understand cause bout pull girl like hammy hammy wow let take dip lady hit hey lately need someone save famous get hoe around need good girl need someone grind please around need someone heart run back run back girl like friend woo like hit land fit plan like go bed wake japan like let know free cause hit week babe actin sweet know want little get little aint new freak let drop band put jewel teeth love way drip turn pool beach cop cop get taste finer thing brand new old team get leash cause say string know cool steal pussy aint get get wonder might might could chaka rufus roof back see get attach get might friend long long time mind know like see post ticket low might also like girl like friend like hit land fit plan baby yeah like go bed wake japan like want want heart big huge want baby like yeah like girl like friend like like want', 'nan', 'bane pee main dee koi roke mere heave tera heave gal heave tera heave tera main main gal heave mere heave tera heave gal heave tera heave might also like mere heave mere mere heave sab heave sab heave bane pee main koi roke mere heave tera heave gal heave tera heave heave heave', 'blow finger let drink needle whatever matter mirror mirror turn world give unchanging love need ask cause darling want last good rather spend time like rather die rather die better three meal good shall stay like rather die rather die even sometimes heart float even die would heal show heal baby yeah aint baby first time lose would lame thing ever say last good rather spend time like rather die rather die rather die rather die better three meal good shall stay like rather die rather die rather die rather die last rather spend time like rather die rather die rather die rather die better three meal shall stay like rather die rather die rather die rather die might also like even heart sometimes float want lame always stick baby', 'get head blast favorite tune get one thing mind get stick think make feel brand new sunshine eye get pretty eye head know get dance bed let show exactly want cool give yeah drive freeway night get one thing back mind get stick think feel like might time shine get head blast tune get one thing mind get stick think make feel brand new sunshine eye get head get stick think might also like yeah drive freeway night get one thing back mind get stick think feel like might time shine get head blast favorite tune get one thing mind get stick think make feel brand new sunshine eye', 'good good great know drink need girl gon really understand need girl gon really understand good good great know drink need girl gon really understand need girl gon really understand see get rich pole see know know see take tequila liter know meet mine girl bump grind mine girl bump line lip like like shape like like get thank lord day wake girl even know name wake girl even know name wake wake girl even know name get thank lord day wake girl even know name wake girl even know name wake wake girl even know name good good great know drink need girl gon really understand need girl gon really understand good good great know drink need girl gon really understand need girl gon really understand poppin take three row roll see outside reach leave say reason tell lie girl tell lie say mine night realest say realest head genius dick game see ticket low might also like like get thank lord day wake girl even know name wake girl even know name wake wake girl even know name get thank lord day wake girl even know name wake girl even know name wake wake girl even know name yeah yeah yeah yeah yeah get thank lord day wake girl even know name bitch new spot space check safe check dresser chain get thank lord day wake girl even know name bitch new spot space check safe check dresser chain paranoid paranoid paranoid paranoid paranoid paranoid see paranoid paranoid paranoid paranoid paranoid paranoid paranoid see see get thank lord day wake girl even know name wake girl even know name wake wake girl even know name get thank lord day wake girl even know name wake girl even know name wake wake girl even know name paranoid', 'awaken shake know awaken shake know awaken shake know awaken shake know yeah life life thing need need leave rest peace pigeonhole night owl different mode might make paint pinky toe shoot guard let know would middle row good love minute though bitch cause timid soul plus ambition kitchen stave pot start see suds good hoe say suave get think buy yellow stone love way babe silicone everybody fake could crack code everything set rise gold dread like cole tell head good even know bitch tell model aint vogue throw party day one aint studio theyll lay rest peace drama king straight like way talk say throw party day one pull know bass like way talk say get face throw party day one aint studio theyll lay rest peace drama king straight let tell pussy spin block twice like aint nowhere park smack backside head like pussy come get dark big stepper come roll leave stretcher let brother drive shoot team effort question bitch must think chopper like feel molester gun like lemon pepper hear cause must think wrestler aint chopper come compressor chopper come compressor pussy chopper come pussy come switch smith stick put hand air spin hood get dick fact business put blick come around actin scary get take fell love dizzy get mad love boy yeah keep slide reason aint get last get turn duppy aint even roll wood cause musty ask tell come shoot twenty time damn lucky damn lucky see drake ticket low might also like throw party day one aint studio theyll lay rest peace drama king straight like way talk say say say say say say like way talk say say say say say', 'shed take world shoulder ever hard move shed turn rain rainbow live blue perfect wish perfect mean sight mind cause sometimes look eye find glimpse try fall touch way say fine say pass time arm find glimpse tell savor glory laugh way part story one never live maybe one day feel lonely eye get glimpse maybe start slowly find sight mind cause sometimes look eye find glimpse try fall touch way say fine say pass time arm find glimpse see ticket low might also like cause sometimes look eye find glimpse try fall touch way say fine say pass time arm find glimpse', 'find break place give comfort fall mistake put top put top openly time rough time rough make sure close call name call name call name kiss gently want stay want stay want stay even though want girl wait wait baby girl wait til fall love would call name call name girl call name way say feel nothing baby lie almost cut piece life guess another pit stop til make mind waste time see ticket low might also like top put top openly babe time rough time rough make sure close call name call name baby call name kiss gently want stay want stay want stay even though want girl wait girl wait til girl wait til fall love babe call name say call name baby girl call name way way way way way way way way way way way', 'think find way think find way find never away never away guess stay hope day make even take night hundred year need place hide find one near feel alive outside fight fear lovely alone heart make glass mind stone tear piece skin bone hello welcome home walk time look better place look better place mind always head space know someday make even take night hundred year need place hide find one near feel alive outside fight fear lovely alone heart make glass mind stone tear piece skin bone hello welcome home yeah yeah hello welcome might also like', 'everybody want break first tate wonder bet blueberry eye ice cream lipa break topic king queen ava holy chance rapper diamond sam smith dynamite savage love lewis bruise lewis fade alan walker version lose somebody ocean willie party willie midnight head promise romance position remix anyone', 'love like brother treat like friend respect like lover could bet never sweat could bet never sweat yeah yeah yeah could bet never sweat could bet never sweat yeah cash rubber band match fuse boom painter baby could muse reporter baby could news cause cigarette smoker raise bet cause joker check chalk could blackboard talk walk even sky come even sun shine get faith put pretty little hand mine even wire babe even die could baby simple plain cause love sure thing yeah could bet never sweat yeah yeah could bet never sweat could bet never sweat could bet never sweat might also like could lover fighter babe blunt could lighter babe fire writer baby could quote yeah lyric baby could note record saint sinner prize winner deserve paper baby pen say one cause ten real pretend even sky come yeah yeah yeah yeah yeah yeah even sun shine get faith put pretty little hand mine could bet never sweat even wire babe could bet never sweat even die could bet never sweat could baby simple plain could bet never sweat cause love sure thing yeah rock babe let hold arm talk babe rock babe let hold arm talk babe love simple pie baby sure thing sure thing sure thing yeah yeah yeah yeah sure thing could bet never sweat even sky come yeah could bet never sweat even sun shine could bet never sweat get faith could bet never sweat put pretty little hand mine could bet never sweat even wire babe could bet never sweat even die could bet never sweat could baby simple plain could bet never sweat cause love sure thing could bet never sweat love like brother could bet never sweat treat like friend could bet never sweat respect like lover could bet never sweat', 'taste like strawberry summer sound like song want berry summer wonderful warm breathe breathe know could ever without think loud know could ever without watermelon sugar high watermelon sugar high watermelon sugar high watermelon sugar high watermelon sugar strawberry summer baby end june want belly summer get wash away breathe breathe know could ever without watermelon sugar high watermelon sugar high watermelon sugar high watermelon sugar high watermelon sugar high watermelon sugar high watermelon sugar high watermelon sugar high see harry style ticket low might also like taste taste watermelon sugar high taste like strawberry summer sound like song want belly summer know could ever without watermelon sugar high watermelon sugar high watermelon sugar high sugar watermelon sugar high sugar watermelon sugar high watermelon sugar high watermelon sugar high watermelon sugar high taste taste watermelon sugar high taste taste yeah watermelon sugar high watermelon sugar', 'find love darling dive right follow lead well find girl beautiful sweet never know someone wait cause fell love know give time darling kiss slow heart eye hold mine baby dance dark arm barefoot grass listen song say mess whisper underneath breath darling look perfect tonight well find woman anyone know share dream hope someday share home find love carry secret carry love carry child love fight odds know well alright time darling hold hand girl man see future eye baby dance dark arm barefoot grass listen song saw dress look beautiful deserve darling look perfect tonight might also like baby dance dark arm barefoot grass listen song faith see know meet angel person look perfect deserve look perfect tonight', 'yeah baby valentine yeah girl dey make temperature dey rise leave die swear like oxygen need survive honest love dey want chop ule body dey ule open make see ule love wey fit make bad man sing baby girl come yeah body follow come yeah silicon baba god finish work without fit lose mind without fit fall die without give life without without ule body dey ule open make see ule love wey fit make bad man sing might also like mean world live fantasy love put one lover give love nobody lover call another honey lover lover lover forever forever', 'bitch gay hit man top try see man topless even stick gay say love swing way celebrate trap day somebody tell cat indulge grey see bulge see motion clap back back female wrong dom pack post location go slip let know know life value life imagine die die aint make hundred yet there much thing aint do yet like flight attendant huh party might attend kick back sometimes wonder life never take risk would would town month absence make love grow rap mention name talk bout genre alright bitch gay hit man top try see man topless even stick gay say love swing way way celebrate trap day bitch gay hit man top try see man topless even stick gay say love swing way celebrate trap might also like', 'yeah yeah yeah yeah yeah many reason wey wan dey love love wan retire love see thing dey make distance take hold sure baby come want make dey girl wan make like make pull want make dey girl wan make like make pull pull come pull kind thing wey dey make man see see understand say dad like see want make know say dey guarantee price like see see never trade nothing love make dey champ see without fit nothing without without tell never trade nothing never trade baby love make dey love make dey without fit nothing tell whats might also like want make dey yeah girl wan make baby like make pull baby want make dey wan everyday bring make play yeah yeah baby make mind loco make younger boy loco make young boy loco baby make young boy loco make young boy loco yeah yeah yeah see never trade nothing love make without fit nothing pull tell', 'leap bridge watch cityscape turn dust helicopter ocean way get music baby tell get music baby tell lock forever say kiss forehead lover wrap arm piano leave dark get music baby tell get music baby tell lock forever say lip lip apocalypse lip lip apocalypse sneak river flood rise knee please come haunt know want come haunt secret since sleep soundly locket give fist get music baby tell get music baby tell lock forever say lock forever say might also like alone reach feel low', 'let fall heart fell rise claim dark lip save hand strong knee far weak stand arm without fall foot there side never know never know thing youd say never true never true game youd play would always win always win set fire rain watch pour touch face well burn cry cause name name lay could stay close eye feel forever together nothing better cause there side never know never know thing youd say never true never true game youd play would always win always win see ticket low might also like set fire rain watch pour touch face well burn cry cause name name set fire rain throw flame fell cause know last time last time sometimes wake door heart catch must even already help set fire rain watch pour touch face well burn cry cause name name set fire rain throw flame fell cause know last time last time let burn let burn let burn', 'go time fear there one save nothing really get way drive crazy need somebody hear somebody know somebody somebody hold easy say never guess way pain day nightfall get let guard rug get use someone go time fear there one turn nothing way love get sleep without need somebody know somebody hear somebody know feel easy say never guess like way help escape day nightfall get let guard rug get use someone tend close eye hurt sometimes fall arm safe sound come back around day nightfall get let guard rug get use someone day nightfall get let guard rug get use someone let guard rug get use someone might also like', 'take arrow heart never mouth taste like strawberry yeah want lipstick guitar engine drive real far underneath star yeah want get like guy kiss eye drink smile feel like like soul fire stay day night yeah get like love like close give shiver baby dance til sunlight crack say party well bring right back well say love like close give shiver baby dance til sunlight crack say party well bring right back car moonlit dark wrap leg arm get enough know could tear apart put back together take heart never think could love hard get enough get like might also like guy kiss eye drink smile feel like like soul fire stay day night yeah get like love like close give shiver baby dance til sunlight crack say party well bring right back well say love like close give shiver baby dance til sunlight crack say party well bring right back baby burn hot make shiver fire get thing want stop know make baby burn hot make shiver fire get thing want stop know make shiver yeah get like love like close give shiver baby dance til sunlight crack say party well bring right back well say love like close give shiver baby dance til sunlight crack say party well bring right back hey', 'lift hold keep close safe sound burn hopeless dream hold sleep keep warmth love depart keep safe safe sound lift hold keep close safe sound endless sea take time stay keep strength arm keep safe safe sound lift hold keep safe safe sound burn hopeless dream hold sleep keep safe need light need love lift lift arm hold need love need love need love keep close hold hold safe sound hold hold hold hold lift hold hold hold hold hold hold hold keep safe need light need might also like', 'take long vacation beefin waste blurry mean hurry baby stick fore memory get late lose whats leave suppose tell see anyone nobody get like suppose let like nobody get nobody get nobody get nobody get take ballet go road empty stick deadbeat real deserve wouldnt take back pretend man know late lose see ticket low might also like whats leave suppose tell see anyone nobody get like suppose let like nobody get nobody get nobody get nobody get nobody get', 'love hell gon love somebody else get amen ask yeah party make friend need lover look somebody somebody take home exception bless body love want bad tonight come drop line put aura mine like could life could ease appetite know never high like cause make friend make friend yeah cause make friend need lover need lover need lover need lover might also like honest baby need partner light come light come yeah yeah thirty almost get love song yeah want bad tonight come drop line though never high like cause make friend make friend yeah cause make friend need lover need lover need lover need lover need need need need lover need lover need lover need lover look somebody somebody take home exception bless body love cause make friend make friend cause make friend need lover need lover need lover need lover need need need need lover need lover need need need need lover need lover need lover need lover', 'meet dark light make feel though enough night away drink much hair back shoulder minute sober closer chest stay say already tell think get rest know youd never know cause cool know never stay grey old say would let say would let wake breakfast bed bring coffee kiss head take school wave thank lucky star night shoulder minute forget older dance right look beautiful ever swear every day get better make feel way somehow love hope know love worth weight gold weve come far dear look weve grow stay grey old might also like say would let say would let live even ghost cause always love lung give promise death part like vow write song everybody know grey old say would let say would let say would let say would let', 'come back want get hurt lose count forgive dream lie one two three hurt get use forget kind get break heart without sense reason even know suffer room like hurt like never really know hurt give everything someone love give back time lose one much love know much let year side give back time lose one much love come back want get hurt lose count forgive dream ask forgiveness come back want get hurt lose count forgive dream ask forgiveness lie like yesterday even dream forgive come back want get hurt lose count forgive dream ask forgiveness come back want get hurt lose count forgive dream ask forgiveness might also like', 'play hard wait message know character one kick suit one make wild want put top shake satan invite hell sheet lock room dawn moon rise wicked wicked lock room dawn moon rise wicked wicked best friend nothing want always ready buy clothe undress first make love heel tail get warm grab belt belt go give know come look might also like know want need look angel devil lock room dawn moon rise evil evil lock room dawn moon rise evil evil put penance escape would wife go handcuff marry go hunt come know want need look angel devil lock room dawn moon rise evil evil lock room dawn moon rise evil evil evil evil', 'always one stop may meet tonight big one fugitive love like forbid without witness punishment pleasure private say weakness do hide pick leaf think flash wrong fire jug ice table floor street ceiling jealous jealous like tell like like street give cut bed band tell today lucky walk without fear death send ubi pick put back little pressure felt private say weakness do hide pick leaf think flash wrong wait happen search see escape one make song want dedicate give love like ken get car room remain anonymous punish let run away go hunt might also like private say weakness do hide pick think flash wrong private say weakness do hide pick leaf think flash wrong', 'guy like guy like sorry already catch another plane come back want another disappointment much give champion give worst version sorry baby throw away cat wolf like rookie wolf like guy like guy like big someone like mortify chew swallow swallow chew return cry beg understand fault criticize make music sorry splash leave neighbor press door debt treasury think hurt make woman longer cry woman name good person clearly sound like name good person clearly like guy like big someone like might also like love hate step come back listen zero grudge baby wish well suppose replacement even know strange even distinguish worth two go fast slowly lot gym work brain little photo see feel like hostage everything fine vacate tomorrow want bring let come name good person clearly sound like name good person wolf like guy like guy like big someone like type type like guy like guy guy like big someone like wrap bye', 'gather love today doll well back dawn uncover bottle today rain today doll well back dawn yeah yeah uncover bottle today rain hand one single let dance wall one single dance wall yeah yeah know anything waist come good bad let play yang even say lazy break cancan let speak eat strike doll like know look give assault hand wall thirsty tonight uncork baby even fight knife world many girl one will someone touch throw might also like today doll well back dawn yeah yeah uncover bottle today rain hand one single let dance wall one single dance wall hey lock baby zero stress tonight know well want three nobody know crazy know tonight three oclock give give one single hey wall one single hey one one come alone alone drink look one single single one today doll hey hey hey well back dawn uncover bottle today rain hand one single let dance wall one single dance wall take dark doll take dark doll take dark doll take dark doll', 'will oversize fit combine well dance see cat eye want give stop see get move soon possible listen today want sleep lie chest although maybe spite time realize well already do listen today want sleep lie chest although maybe spite realize already do get take smoke ask never stop time ago love atheist believe everything hot cute look bounce love work cause like walk behind mouth dance put hot one dare face come reject listen today want sleep lie chest although maybe spite time realize well already do listen today want sleep lie chest although maybe spite time realize well already do might also like two hundred tell want soft violent two hundred five name seat mommy scandal arm take pant ask kiss think like play difficult love listen take mall behave badly listen take mall tell love listen today want sleep lie chest although maybe spite realize already do listen today want sleep lie chest although maybe spite time realize well already do aha sound migrant yes yes yeah cake listen', 'block another account see story number know know heart hurt miss although know one day forget havent do yet complicate like remember drive street listen song one day would tell come back better ask god take care drive street listen song one day would tell come back better ask god take care huh take care another one look like want fall like hope fall love teach love anyone also want three relationship two forgive ask god forgiveness say forget truth drive street listen song one day would tell come back better ask god take care drive street listen song one day would tell come back better ask god take care huh ticket low might also like', 'childhood friend lose sight eighteen look relationship ready look someone undress last time saw saw leave soul another bastard exchange glance spiteful end touch yell yell unknown doubt feel real thing accustom stop value give point take look like model know go face hook yeah little crash forget little dog pier n need anyone teach face like bottle dom neither anyone else belief movie get hook since give touch might also like yell yell take look like model know go hook face touch get hook keep rock baby keep rock keep rock baby keep rock point get hook way baby way way baby way', 'remix chile simple girl like archangel wonder like kneel take two hundred mile go give ask able forget crazy put dance room go undress longer smoke alone enroll let dad bite tail willer eat longer smoke alone like joint enroll go kidnap couple hour give back lady smoke stress away know next talk wall dark burn outside go take know go alone longer two let stay say give everything want walk alone smoke alone want give want longer smoke alone someone know wherever everyone even alone one control go smoke couple hour longer smoke alone enroll roll let dad bite tail willer eat eel might also like come mommy touch hand wall since try able forget come mommy touch hand wall since try able forget another planet look girl like long time feel complete take house smoke zeta two go give love baby set room fire eat heart know baby drive crazy take make shake pelvis longer smoke alone enroll joint let dad bite rob alone one control alone mommy lend lighter read body hand know like leave return unite tell break heart addiction get tire cat look relationship send location get talent willer mode perfect nobody think flow effect already know mommy rich know dangerous give today go hey whip interest interest like thug like thug hey baby want dance hey make fall love dance tra send dance come without fear dance longer smoke alone tell enroll dad bite tail eat devil mode baby house chile house star music float make stick tell magic tell mustache', 'let see tell go street today baby case think want pitch come backwards love two oclock fix today run mine relax wouldnt hurt feel strange one stay skin warm warm see everything never tell tell party bastard let give baby make know everything hide go one night warm warm see everything never tell tell party bastard let party bastard let already know want baby flow envy lot private dance know anything already tension come look know intention song tell think know give rout think leave farmhouse want try let tonight baby bring short one case get trouble might also like give baby make know everything hide go one night warm warm see everything never tell tell party bastard let party bastard let point baby look comb full motorcycle full diesel glass white tee tell delicious put night party baby see read lose mommy track baby spend let make night long baby life short hit way baby make know everything hide go one night warm warm see everything never tell tell party bastard let party bastard let endurance square house', 'selection god heaven earth prepare war third follow wherever send dog try understand madness cure wear skin roast love grave child barefoot pasture ahead today throughout world intact faith first argentine plenty egg try understand madness cure carry skin roast love grave anywhere court wherever ball stain desire see play come win today lose today cannot lose slowly che today lose today lose might also like try understand madness cure carry skin roast love grave go love go love wherever cheer go love go love dale lose go love go love wherever cheer go love go love dale lose', 'today see wait look like crazy call machine ring tell tone say feel want believe drink think want believe forget forget either drink think crazy skin believe oblivion want friend take place witness night shelter know tell hope happy like want story two two want story two second name friend tell nameless drink bottle hand think call want see drink bottle hand think call want see want believe drink think want believe forget forget either drink think crazy skin might also like send dog luck control rusher', 'good gold dream sell right til build home watch burn leave lie cry buy flower write name sand talk hour say thing understand take dance hold hand yeah love better love better love better baby love better love better baby paint nail match rise leave remorse regret forgive every word say leave baby fight cry buy flower write name sand talk hour yeah say thing understand take dance yeah hold hand yeah love better love better love better baby love better love better baby love better love better baby love better might also like leave fight cry buy flower write name sand talk hour yeah say thing understand better take dance yeah hold hand yeah love better yeah love better love better love better baby love better love better baby love better love better baby love better', 'tell want sleep havent able since leave hey get arrive think want forget another know go lie go lie walk think want forget want repeat baby lose go today saw wear pal gym baby real plastic put nit talk romantic think every day one change know screw relationship bad baby know fight rude thing county sea view wake day go fifty eight beach never think would last day baby active puppet motorboat let see see around hey get get get think erase another taste go lie go lie drink think want forget want repeat sound baby like anyone sin anyone sin tell want put today baby net want decide look look slow little dog finish inside need decide look look slow little dog finish inside give know give water thirsty today want invest spend spend substance three see ticket low might also like tell fall asleep havent able since leave hey get get get think erase another taste go lie go lie walk think want forget want repeat baby whoa go fifty eight beach never think would last day whoa', 'pepper mommy tremendous bounce buttock man give hit give break stock auh tremendous bounce buttock man give hit give break stock hand wall lower lower lace clothe look beautiful make come without pay toll bring earthquake tail tra tra girl gun tra tra fool tra tra tra cunning bitch tra yeah might also like bite mouth wash today turn feel crash ouch hard rock go make little leave smoke slowly get bite mouth wash today turn tease feel crash hard rock let make little leave tremendous auh bounce buttock man give hit give break stock tremendous auh bounce buttock man give hit give break stock pretty mommy know like punishment come closer give punishment crazy naughty mess freak approach tell pretty mommy know like punishment come closer give punishment tra tra crazy naughty mess freak approach tell tremendous auh bounce buttock man give hit give break stock one fine start session feel break break break break break mommy break break', 'gusty gather love fox mommy like tummy ready active cool hit get crazy kiss mouth saw want one like like smoke street iron seat anti come give go want one like better two smoke smoke get cough romantic shoulder bag technique eat whole mommy look behind picture track give mail already ready tremendous good view damn face get crazy tremendous good view kiss three lot money sincerely one one one walk one move anyone move let make video see meet dance jar air tire tonight go everything forgive uncomfortable tell thief steal heart might also like bitch dare bitch like thug puppy policeman hit blackjack careful tape erase thing thing thing already give want revenge whats fox mommy like tummy ready active cool hit get crazy kiss mouth saw whats love gusty gusty put together love', 'turn fame money many one take heaven put glove enter house mommy rob gangster life also put glove enter house mommy rob gangster life want call bug want eat die like pretty like wall tonight cat one treat screw police bad thing one nothing one collect musha silver might also like cut walk mommy think want would say think day step mine would say like like jordan clothe kiss pocket get fat mommy time break heart like violent flow will throw inside movement get restless one touch hair leave stiff put glove enter house mommy rob gangster life want call bug want eat die like pretty like wall tonight outfit red eye know note like drive crazy get top make upset crazy say need love room smoke smoke fun bastard always denim put glove gram put cap back bed make god sound will donate throne', 'night fell asleep ten club quickly saw far away paint lip glass mirror little little want dance tell come show aire leave one one quick note give three night fell asleep ten pray god repeat leave one one quick note give three night fell asleep ten pray god repeat tell drink date time pick get know get noise champagne bottle glass listen beat heart see body showcase suit match maroon matter hard try yeah stay night without hurt mind pose groan longer want anything stay night without mind pose everything longer want anything come let let come canary island without luggage without return trip go give tour around island baby let know mass see guarantee hit like someone record saw friend party leave stay look eye clock go apartment private give concert tell kiss sing might also like leave one one quick note give three night fell asleep ten pray god repeat stay night without hurt mind pose groan longer want anything stay night without mind pose everything longer want anything bizarre know', 'drum first last would like one present family people pal party another environment every time see remember time little dog plaza playa want today night sex like islander come give refuse see remember time little dog plaza playa want owner frown like islander come give refuse want another one list go know anything baby tourist boy warm weather party bus see pale people already whenever although call anonymously change mood never forget tell voice speak ear leave bad want take think change anyone team raise cup like world cup every time see remember time little dog plaza playa want owner frown like islander come give refuse see remember time little dog plaza playa want today night sex like islander come give refuse might also like like islander like like tell many look let spread poison everything want trip choose new york always come back chi island smoke weed get cone tell need question ask yes propose move know would say hollow plenty mind ask doubt trust feel different every time see remember time little dog plaza playa want owner frown like islander come give refuse see remember time little dog plaza playa want today night sex like islander come give refuse tower baby young baby', 'tao throw away sound laziness like like bully face welcome land roast maker fashion mate folklore fight run come cousin thing good day fine get back tour come two hundred little place avenue face look case know know imagine dance beautiful beautiful devilish devilish favorite food delicious sing ear explicit lyric give table devil devil one cross middle pluck shrimp dance brain samba dance brain samba samba add new day week cut mambo perfume get together see cut mambo ransom give take take tonight call buddy let get smoke zombie face wonder flower break track hip part beautiful beautiful devilish devilish favorite food delicious sing ear explicit lyric might also like set color perfume rich smell cook many flavor start another topic call report love business agile anti drive alert street ski willful versatile seek war shoot free theyre go hear shoot bottom mast like mix dama calm session real miss tao keyboard thug let clear minor full pay attention burst', 'would know wife mommy leave alone think every day enroll draw initial wall come mind make divine cross around corner remember scream say make divine cross around corner remember scream say wall name next mine think say reason song make think dimension love would immense love since begin toxic little intense classic like inspiration thing remember line write tell tell cut whoever want adjust booty write rhyme write heart mommy would know wife mommy leave alone think every day enroll draw initial wall come mind make divine cross around corner remember scream say make divine cross around corner remember scream say might also like would know wife mommy leave alone think every day enroll draw initial wall come mind', 'hey one notebook character like see life like see would like walk stick wake coat like see life like see would like walk stick life pass smile kiss gaze always caress sweet smell skin curve body addict like child clean mind dream arm already happy explain feel next want share life like see life like see would like walk stick wake coat like see life like see would like walk stick wake coat wake lose breath die wind stop desert care feel never lie sailboat want leave impossible describe feel life might also like like see life like see would like walk stick wake coat like see life like see would like walk stick wake coat live top character brother one notebook hand law angel make meet time go hurt many year go without think without almost love end save angel want sneak bone leave kiss next heart open wing get bad streak pain angel want angel want look thing know hurt heart beg pardon come ask place bed empty come ask lover lose lose already spend month apart alone use sleep alone without warmth night longer sleep miss gaze much come door morning confess confess come let talk wrong mean hurt apologize life life without come want mother child wife want see white approach altar swear love eye god even death separate', 'arrive quickly leave quickly enter front leave back yes back mommy want almost almost yeah always bed give war finish peace always wait see think one like like even wouldnt want anyone else forget good feel room body mine combine way see turn light camera action action without heart yeah yeah yeah yeah longer tell one everyone better circulate feel like everyone know baby hole mind move take evil today bring island make sea view always hot heart cold dale drop hotel make ritual power play mind feel feel know different everyone smoke note outstanding forget good feel room body mine combine way see turn light camera action action without heart might also like leave bed would like without genetic gift nobody explain move tan little body go beach much fail would ask knee never leave find none fool measure yeah mommy another yes fail moan head stop yeah every time see write anthem thing always arrive quickly leave quickly enter front leave back yes back mommy want almost almost yeah always bed give war finish peace always wait see think one like like even wouldnt want anyone else forget good feel room body mine combine way see turn light camera action action without heart', 'call get ship roll put theme want truly hide iron glove compartment enter fine well well like wander wide flat wear ankle boot muddy court ship pilot tell tutu put toto let take couple photo motorcycle copilot queen single high second suck first speed queen single scene purr like kitten purr like kitten purr like kitten purr like kitten hit armchair put buccaneer give wallet cut bud scissor like pilot like dance move toto like gold chain buy buy parrot stuff love serf dessert like see naked tail like dare let front shake make move make money see afar know might also like armchair like flat first one reach one like armchair put buccaneer give wallet cut bud scissor armchair armchair armchair armchair', 'everything see long time even like turn time spend together like let waste know drink remember delicious baby baby everything walk cat alone also alone drink let dance everything mine friend make chorus walk cat alone also alone drink let dance everything mine friend make chorus give everything night think drink will blunt offer lead partner talk use send song school wow fire divide turn night already think know tire much look something yeah want release body make buy chain see shine everything walk cat alone also alone drink let dance everything mine friend make chorus might also like everything', 'plan sink lie plan bleed death ask try let thing return place plan sink lie plan bleed death ask try let thing return place careful like walk slippery floor know false step take bottom well tremble foam dance rabid heart understand everything bite superb want explain everything bite nerve speak elbow get drink know take seriously trust fear take leap find emptiness long feel mine suddenly feel cold know well quite challenge angry love make go tear angry love make go keep prefer tortuous ritual decorous thing always reason wrong end carnival eternal carnal ethereal well find channel join plexus background saxophone want sex remember first time desire make think joke go convince magic exist might also like plan sink lie plan bleed death ask try let thing return place plan sink lie plan bleed death ask try let thing return place', 'world tell long time able match someone make feel cloud get use see want leave side one ever understand one else look world stop nothing separate one ever understand one else look world stop continue time something understand value love life give away moment live intense without pain pain everyone someone else special case want anyone else yes perfect w one day leave wait place love like longer find one ever understand one else look world stop nothing separate one ever understand one else look world stop continue might also like world tell long time able match someone make feel cloud get use see want leave side one ever understand one else look world stop nothing separate one ever understand one else look world stop continue know need say mommy important life know next', 'lady lady rumble horn girl arrive everyone mute like library saint sin play cool raise suspicion long tongue fuse short girl go international bilirubin rise neighborhood office every car horn track tell mistreat break go give flow attack contempt go make buttock work one knock house danger collapse hey say concern stick usual arrive everyone mute like library saint sin play cool raise suspicion long tongue fuse short ring activate hip get aggressive dog leaf intensive therapy make crazy hard back many skirt sound buttock begin move know well save girl might also like arrive everyone mute like library hey hey saint sin play cool raise suspicion wow wow long tongue fuse short girl go international bilirubin rise neighborhood office every car horn enjoy touch turn heat shake hair bounce collide even modesty cat heat pose many pose seem like model everyone unknown sweat drip floor sweat trickle floor', 'baby call busy forget male already decide tonight go yale spiteful crazy come new flow baby hack move another today baby spiteful crazy may god free move another today baby yeah skirt hoop chain pina sorry play dance teach brunette work today fame job night long night good violent mambo end problem look easy go tell one two three look easy go tell longer look easy go tell one two three look easy go tell whats mommy see ticket low might also like spiteful crazy come new flow baby hack move another today baby spiteful crazy may god free move another today baby yeah go overtake right go hey hey overtake right hey gaby gaby gaby barcelona hey omega hey hey hey', 'without fear love song huh leave die sex kiss deceive believe live without body yes go tour without love life since night colder forget die sex kiss deceive believe live without body yes tour without love life since night colder forget look eye die pain know another girl love look like find someone better see give enough forgive fight jealousy scene sleepless night wait love believe get everything forget day bank night difficult eat body swear crisis never think fall love like think make saw show cello see break even another bitch take place baby miss go tour forget penalty alcohol partner thing change depress prime go band forget daddy yes play play want love forgive sweetie kiss another rock might also like die sex kiss deceive believe live without body tour without love life since night colder forget', 'three two one three two one maiden face beast beauty street run always gym scoundrel already star one scream like say squeal say squeal say squeal cause onomatopoeia say think say say squeal say say squeal say leave track burn pipe time spend pay glass almost throw belly eat great body academy know step tell listen say get marry get marry say think go expensive say take stop squeal much longer nerve woman break qualm end feel shoot body mouth drop like ball hoop say bed give false step pussy cha fit want want sleep want stop stand sit lie matter want scream hour alarm want sound climb top get tell might also like squeal squeal say squeal squeal say squeal squeal cause onomatopoeia say think say baby girl', 'hey go havent long time actually havent able forget admit one topic dedicate prefer basic one cause shell never give problem even remember mine real think unconditionally want end forget wet kiss way devour night room moon heat find body wrist give little kiss wall yeah night night always come back know stay want infinite want need coincidence doublet mommy serious syrup rich know give soft kiss know take key take key make love let window ship fog stop think body need moment let forget wet kiss way devour night room moon heat find body double might also like give another night like one hotel sunrise listen classic con none like mommy miss skin today get lose say expensive see simple say hey hey dress nine robe cheap hoodie look good white tee want marry give win disease stay skin stay mind host win already top look face let lip touch legend let night cover eat mistake let body make mistake forget forget moon witness baby lie tell forget wet kiss way devour night room moon heat find body straight base legendary last mission moony tune', 'put auto put auto fan feel tire bounce even rush let windshield witness put auto fan feel tire bounce even rush let windshield witness want see tailpipe feel let hit home run bat tell allow break want belt untie give green light flag activate start race slow think first gear give full throttle daddy speed like go put gasoline know make panic night end necessary park shoulder might also like inside car put together party body dance rhythm dale dale scream much window break sign put auto fan feel tire bounce even rush let windshield witness put auto fan feel tire bounce even rush let windshield witness daddy private show headliner heat air touch turn like lighter like go put gasoline know make panic night end necessary park shoulder put auto automatic fan fan feel tire bounce although rush yeah let windshield witness windshield put auto fan fan feel tire bounce even rush let windshield witness lady hey baby rumble horn girl', 'montana throw away sound vagrancy like come cousin pay attention kiss burst always always never never street give scoundrel cat crawl party fire give scoundrel cat crawl party fire twenty arrive pilar jacket middle track know two drink unknown pair step already pose step drink twenty arrive pilar jacket middle track know give scoundrel cat crawl party fire give scoundrel cat crawl party fire let rot stutter leave hand kick murga want mustang know good doubt get together together ask help make gangster singer scream like whore throw even think love grab shoot break throat one already leave continue miss gasp bank might also like give scoundrel cat crawl party fire give scoundrel cat crawl party fire give give smoke smoke give give smoke smoke give give smoke smoke whats cat', 'cat go friction arrive twelve know well seem bad deep know go sleep bed traveler leave wherever go follow tonight drink leave return home today set square baby pour one drink one another one sometimes forget one life come triple beach bikini longer drink water longer want love put party dance slow motion today put one burst put slow put slow baby get bottom envious hell put hip move everything bring tra tra tra dawn leave one lady put know tra tra tra care record tra tra tra dance close hardly fit let say might also like tonight drink leave return home today set square pour one drink one one another baby one sometimes forget one life longer fall love know today keep heart lock key tonight end fall love know keep heart already lock key end pool tonight drink drink leave return return home today set square pour one drink one another one sometimes one life one life come triple triple triple triple triple triple triple triple triple hey huh', 'aha archangel eleven whoo like love feel yeah mean yeah yeah stay attention live mansion even know address god bastard bastard arca ask bless auh damn uncle house hotel view look crazy beautiful land plane need runway wow impossible combination fail mix salad flow aha insist talk greatness list neverland take apart like yap yah point mine give inside van neck cold arrive snow fall farmhouse leave without gift essence grinch get saw friend stick course course hello name archangel pleasure pleasure today legend bear hey already saw friend stick course course hello name bad bunny pleasure pleasure take advantage today force see hey hey baby want break hey crazy sell soul even devil buy ask everyone already know bad bunny even snore amen grandparent little grandson listen thug shooter student gangster implant adult infant barcelona note hey hey hey hey hey cross street another buzzer beater whoever want throw away another thing look pitcher pitcher hey another game go hitter huh come land without ball hey hater come never see street live twitter hey busy make money time take care child one charge charge daddy let want give break mommy hey spit mouth pull hair give bug private jet sky today want whore model hey mommy hit mind later go break nectar might also like already give friend repeat wow delicious mouth throw hello name pleasure pleasure today legend never bear saw friend stick course course hello name pleasure pleasure listen legend would bear whoa ahem ahem ahem ahem yeah huh test phenomenon ouch archangel hey bad bunny baby professor bad bunny baby flow factory bad bunny baby bad bunny baby hey whoo bad bunny baby hey bad bunny baby hey bad bunny baby', 'bad luck want see like look anyway nothing offer father like chain baby forget night run away sleep run away see hey hey like flow crazy see invite shampoo stick come everyone sleep end moon hide stick invite shampoo mommy come ask drink first pose come mind normal cat fool bore stay family like steal easy picket baby country would missy give mommy hit want dog move booty rhythm night stick separate tell hey might also like like flow crazy see invite shampoo stick come everyone sleep end moon hide stick invite shampoo street cloudy lock dance today go gypsy mode morning night hit day know lamp dance look cat gangster fake gun tell love alone make fly apparently want tell hide bear heat hot blood tall button cat tremendous agent never care people say look motorboat scrap patent bear heat hot blood tall button cat tremendous agent never care people say look motorboat scrap license plate bad luck want see know like look nothing offer father like chain baby forget night run away sleep run away see like flow crazy see invite shampoo stick come everyone sleep dance one moon hide stick invite shampoo', 'traitor thing teach able forget fall love plan back longer kiss burst nothing sad think love listen one thing hope someone new hope feel feel hope understand although love matter much time will hope well since affectionate write another topic know trouble see always always death believe write poem blood vein day die want cry want pretty dance drink give back traitor shout name let drum spin thing teach able forget fall love plan back thing teach able forget fall love come back might also like hope someone new hope feel feel hope understand although love matter much time will hope well', 'huh yeah fault mine either fault monotony never say anything hurt know would happen thing always look leadership forget one day worst fault mine either fault monotony never say anything hurt know would happen suddenly longer leave narcissism selfishness forget one day hey distant attitude will restlessness give half know give run someone even walk love dead rave nothing tell honestly cold like better end yeah repeat movie already saw one already saw love love necessary incredible one day routine lip taste like anything opposite worst thing might also like fault mine either fault monotony never say anything hurt know would happen thing always look leadership forget one day hey music flow', 'apparently tonight big comeback think save lack pot pro like jean renovation agent wooden leg kind flow store let anyone see first rap contender two sum first verse guy even want clash versus instead slap wack report clash disgust would better match old there match there match one seriously hardly there ask match bitch calm want act like whore guy match first rap contender part south shore get back tinder boy yes front jubilant crowd like reminder reminder reminder front wait call like call back call back call back worse annoy get talent true patent share big weak prefer play dead rather give paw throw crumb get game yes find there lot talk yes find who get shut eye everything say go happen do tonight think lie say go roast circle really think name dead big one assault weapon worse tonight there government measure come save would really like save similar lyric drab spit flow imitable style leave physical beauty image think series chop nick face autograph autopsy tell dead liquidate image rap would look like fast easy free chi willy also swag battle warranty scratch never fee ask direct watch first today feel word train father today saw perform better apart perhaps exception prefer father version since many fall perversion tell blunder guy spunky artist star yes practically charisma drive sale price nothing give damn know ask yes true opponent demolish well think real danger would terrify full think dead rebellious group cry loudly heart network suck check interview give talk guy show society theoretician talk like spread culture would much like tell shut jester slap face middle man many admirer jackal one battle lot people say time come theater damn actor show really anyway know think want people frank jean let talk name instead sure really think would say blaze appeal idiot opinion incomplete let explain guy credible look like right tone see everyone talk debate chair well remember tone even name put lead skull yes observe silent face rhyme take big head go smoke yes could satisfy portman anna smith curious yes tell erection side see red take blue yes yes initially guy pitiful dirty cowboy head group come fun upset fault yes hesitate measure intelligence think would able explain weight conflict history fault heir condemn whats point even damn explain blaze sperm make look younger concept torment whats thing get mother huh fountain youth kind woman wait idea come right mother power year many many setback father must like know complex go finish imagine meet father say old year bad boy know friend little guy year old might also like set sure already feel cooler stop believe man reality bitch love dick dry put brown pink like scream swear want smoke lot hello alley like hello marc fence mask spine get will there panic quite stiff move cap twist like aspirin matte presence place petty threat back high court gat pant leader real think make soft gala worse know rock elementary take element table mix put high element even recipe could make element spit fire spit air hoe impossible crack bury kin element keep mind live element saw twelve like put hand move towards stretcher carry little frail torso ministry transit hero like sector want play bad boy clip guy drink wine poem recognize style bad boy real stop text real rapper fake there plenty future another wack talk real rap hide fact there nothing say battle round pun blaze another pun number like easy like cat worry whether ready rest real life better bring something new ounce luck tonight open live come pay due thirteen last album know prefer first one may crazy guy well must also say first one well listen maybe anyway last album understand much judge work many love guy know controversial give harmful news album seriously idiot calculate whats funny speak enough get money association speak little much get money association deep know see go allude surely say chi willy bitch defend tongue allow win grant doubly bitch defend language get zero subsidy split personality eat see get way vicious half half whats deal drive road like drive middle go tell last night try charm pretty text sure even side catch direct harm drool booty shake worse anything since cock soft yesterday fact speak language badly suck stop hurry think good know bite like ambidextrous stump think rap ski willfully right think everything write write think journey white snow white think time right cool good dose enough make thing super cult example sure find father cute except hit pronunciation even go tell something mother size truck even tell truck come stop enough ski make film realize go show scene shoot since lack goal back cocaine easy find lame bore try complicate thing know try stop thing halfway anything entirely well part percentage people make loser guy do whole round make anxious say say drama dude wouldnt want start speak think rap pure language suck underground tail keep legend end underground foot swear world believe face make face much go slap face face spank say face stick dildo trachea back face prank look like anal phase rap bet sphincter soon imagine multisyllable middle kind crummy make sick rap another weep piano air track replace box detonator hack boom catch pirate tell sorry boy know like rare steak overdo tape erase face like throw erase track like chew gum keep cap inside buck get end round last word say hold go poor face send head roll straight away sleepy hollow bitch piece remain pair pump squirt bidet water like tap post entrance call fountain monument fact pompous make funeral director full stop do dead finish do rest peace next peace style maybe cool find heartbreaking tell never style prefer like several facet mission go lie bother anyway appearance change style clothe fact research man could get lose find good idea someone trouble find character work style swag like profession since personality constantly find way around arrange character mood color collection understand everything realize true come pay homage sell come introduce new spring summer character demon one day go eat watch bad sign especially know home dress room addition walk go prophecy megalomania gradually know fashion know modesty talk prophecy look face video beard wig make uncomfortable guy look serious like find suck stop go spare love risk fell bastard frankly arrive terminus intact big man daddy boy play crazy talk neighborhood live obvious always everything platter besides sure mother come house pick laundry dust clean dish cutlery take trash tell last time say relationship mother always come behind always talk age opponent would like know delirium give absurd thing refuse grow old know run boy sad face livid say understand clearly come home turn mirror upside lock kitchen jar cream tell calm cream sure see mark tell say yes know local product real cream rap idea since refuse age well may like think will whole bathtub real rap cream become semen dude year old year ago age life already seriously well go relationship father yet owner already job badly rap already clash already put dirty spank well actor life yes little life like marc time finish think back one theory believe one day say tell may possible chop head yes new leader dead', 'would buy box window see open eye sun every morning star far away swear keep pain although heart next door explosion perfect symbiosis equation know even pay attention would ashamed even look completely crazy center cosmos parallel universe force yell love love parallel universe cowardice speak say love nothing lack nothing time bomb soul swear keep pain although heart next door explosion perfect symbiosis equation know even pay attention would ashamed even look completely crazy center cosmos parallel universe force yell love love parallel universe might also like center cosmos parallel universe force yell love love parallel universe parallel universe', 'nan', 'hey smell perfume stay bus unite know hot show cat would photo whole world see rich squeeze street loose take ask behave pretty see rich squeeze street loose take ask behave pretty hey hey baby baby show like threesome note useless throw away wow mommy tell put resume know leave month ago hey hey one chest want make baby bring plan mommy delicious look want night wall mommy elite hey limit let deserve levitate give hey jeopardize satellite able reach mommy something give content turn often spend hang see agree hey finally give never forget none like believe always tell want want anything fix hey confidence say one care get naughty hey might also like whole world see rich hey squeeze street loose take ask behave pretty', 'say arrest man come bite syllable peak stormy ask thing envy door fame think think say think never say sorry ken letter murderer say yes intimate god idol fell asleep raise glass drink untamed heart end throw grind vomit may eye tenderness bad night moon wane viperine tongue truce resignation two bad conscience point neck different better lyricist today someone think make mistake life nothing remain leave men make love without pause cause chance storm enter body hoist sail pirate girl make music verse kiss world want break umbrella downpour verse love many get lose towards happiness drunkard fit inside flask tell sorry inconvenience come level acidity today bestial leave instrumental remain remove spring convert give yesterday always habit man hungry silence cry spoil verse word come give flow write call berlin wall tend collapse live shadow keep almost perfect impractical buy moon matter much lunatic imagine since free hurt give money would escape ordeal course worm silk assume depression know speak well thousand day funeral hate search night girl take will wet sadness fit glass go eat world drink get drink prefer hug kiss universe leg reach black hole notice touch sky span basto even conscience always forbid tree fruit almost much bite flavor alcohol word prisoner understand listen silence pay attention mean verse mistake learn regret average average medium guess measurement know sell soul devil buy ticket trip eyelid barbarian manner understand responsible feel leave piece advice cry commit pride maybe heart get fat might also like yesterday always habit man hungry silence cry spoil verse word come give flow write', 'gusty squad session neighborhood huh longer celebrate nonsense go drown sorrow love dirt yes music single cat look sight go dog tonight hunt cat look sight do mine tell yeah tell marry tell yeah tell marry bitch tell yeah tell marry tell yeah tell marry might also like sing loose note wrap point movement live invent invent say look bank change look truce party dance guaracha bend puncture one patch want hand want girl hand session neighborhood aire send lot rhythm flavor gata gata lot rhythm flavor gata gata longer celebrate nonsense go drown sorrow love dirt yes music single cat look sight go dog tonight hunt cat look sight do mine tell yeah tell marry tell yeah tell marry bitch tell yeah tell marry tell yeah tell marry gusty send say stamen tonight go run say stamen tonight go run gusty lot rhythm flavor gusty squad', 'top artist bad bunny automatic maria music session vol point baby sex love triple would lie cold signal drum scream sponsor god underground amor four plack cheat law light sometimes feat perfect dread mar rip thunder level drum daddy vacation tower daddy anti hero swift hey mor mission alan take heaven flow flow red bull red label last romantic negro dub photo sech yellow young flex lipa red heel sleep relay character mix band congratulate harry style revenge like airport wildfire quiles something wrong bye bye', 'long time ago listen heart day month think smell smell smell time come use reason late accidentally break break sun rise sink accelerator even without brake lose control nothing caress middle time without say look look pretty eye pretty fine fine today bear bear long time time havent hand hand long time havent send good morning love love entangle wrap wrap go way get lose hey hey gaze saw eye saw eye even say look way soul one connect worry perfect sin wrong beautiful error pleasure cere like little kiss look look cute eye pretty fine fine today bear bear look look cute eye pretty fine fine today bear bear might also like let carry away anyone let carry away smile laughter mole close mouth mouth crazy crazy baby like want give girasole sole beach look snail look role role let dance two hundred song nobody put like put pone speak answer learn beautiful moment never cost like give look sun set sun set hey hey top mommy forget everything everything one sun rise sink accelerator even without brake lose control nothing caress middle time without say look look cute eye pretty fine fine today bear bear look look cute eye pretty fine fine today bear bear', 'full blast til neighbor get neighbor rise bring couple pig speaker want stop bring couple smoke yes smoke tonight escape dance seal nobody know leg break break break break hip dance bottom feel like break break break break hip dance bottom feel like throw couple text want pick say get good time say anything move donkey like midnight inside dance smoke couple flower whatever buy bring tonight rot paint glove say break break break break hip dance bottom feel like break break break break hip dance bottom feel like drink red wine drink sit corner crazy smoke start farmhouse car ring neighborhood use high tire sport outfit dance little wine trout start bus hey might also like drink red wine drink sit corner crazy smoke start farmhouse car ring break break break break hip dance bottom feel like break break break break hip dance bottom feel like neighborhood use high tire sport outfit dance little wine trout start bus hey nice go misbehave invite negro nougat', 'eye china fix weather weather wonder dance like walk hey men fall tear longer fall yeah want page already turn health splash soul bottle everyone know today lady night theyre say baby take bitch walk woof woof whoever want today go go hey quiet front front yeah baby exclusive easy play wow woof woof woof woof go convertible see moon drink smoke say one cure love sickness party bottle pure candle yeah danger danger movie like trailer addict addict like kinky nasty even fancy fan fan men fall tear longer fall tear yeah want page already turn woof woof woof woof health splash soul bottle everyone know today lady night theyre say baby take bitch walk woof woof woof woof whoever want today go hey quiet front yeah baby exclusive easy play wow theyre say baby take bitch walk bitch walk whoever want today go go hey quiet frontier frontier yeah baby exclusive easy play wow might also like sweet flow candy always buy want hesitate men pay yeah hey sweet flow candy crazy always buy want hesitate men pay yeah hey', 'god give miraculous hand smoke mary jane make forget thing try come bad money run away soul tire future voice grateful bad nothing know saw lie face weird run away soul tire future voice grateful bad nothing know saw lie face weird never people people leave know always several keep mind notice progress tomorrow genius today crazy crazy dream life give little live lot saw cartridge saw clean dirty money get cunning come ghetto never sell speech trap pop dislike apologize saw aby longer mind singer one want part turn know worth past enough music empathize reality world humanity soul would let change run away soul tire future voice grateful bad nothing know saw lie face weird might also like god give miraculous hand smoke mary jane make forget thing try come bad money', 'remix loca leave ouch gusty steal put dark always loose attentive go slowly loca loca crazy loca loca hey crazy girl crazy crazy kiss mouth crazy crazy kiss crazy crazy kiss mouth crazy crazy turn might also like kiss girl fast run mermaid scene neighborhood cream let see take hit buy fantasy cute ugly hey send wick bottle gangster spend like stick pear stick stick bait bait come away smoke little kiss crazy go crazy else go crazy girl wherever like crazy crazy kiss mouth crazy crazy kiss crazy crazy kiss mouth crazy crazy kiss stop vagrancy whore cunning favorite start bottle dance bend tail show half panty lock win minor go give like never give tray list like love shake throat tattoo always snap never rope deny toga pay tour alone joint miss tour miss outfit stand stand paint bench neighborhood bold criminal crazy bandit arrogant gunman interest studio neighborhood neighborhood mica mica stop gusty remix turn corner kiss cross dance kiss single paint kiss marry delicious give little kiss mouth every madman madwoman patch make short play well start bandit touch send look speak act go go let send dog shake shake loca little kiss bagel else go tell lot rhythm flavor gusty go leave cat flame', 'round much stage much rhyme write much hope rap today presence give excellence hand stick conscience day listen name competition mine know walk melody come win write rhyme connect people smoke porr high street look difference fame defame love shoot nail one nail hey son bitch rap face think fast death wise come voice need yes talk problem sorry beat even little know leave emblem hand air look will today improvise know go go go fake championship understand look like cry really look tell right face hide much know make already know find achieve competition abandon know issue today give emblem championship trouble today go abandon theorem understand sad come make rhyme know already much mouth wide today eat one bite understand complicate already come mau everything unnoticed like might also tell think better come leave like come give plus send like light rhyme say resentment say resentment common sense understand say mine come smoke joint via will luna park will two day will room empty bar yeah like orgy stick boy stick make underground make lot noise careful will put grave know always already bury today write give account whore bar one planet represent bitch poor thing leave look despair think beat anyone beat let whatever want poor thing know desperate beat career would pick think false championship think return give concert people hater say son bitch piece unhappy want beat know spread rhyme air look long free kangaroo kick hard return country pop rap go burst clap think say hurt son bitch yes say beat think chubby pig hey son bitch win war one rap year flow replica one locality country win could country lose three consecutive localist hypocritical hypocrisy look give orgy dude say kangaroo kick kick go take kangaroo competition kangaroo union chile entire region kick people repression yes repression put television come like clown sing shirt say revolution know know corner bring rap already forget brother come award stain yes rival go viral follower saw fight international meet envious go well jocular already know one song write one competition write one letter infinitely presume reproduction tell today rat number talk reproduction reproduce look good action leave first back next one one outside one outside rhyme theme never complex problem really know basic lyric fan yes thank slide track get point view let guy dump artist tell love love people feel forever think beat vote', 'innocent tell way suffer know know like live come back night get sleep know know like live innocent tell way suffer know know like live come back night get sleep know know like live one night appear side door want beg forgiveness look eye chance night return think love love side go suffer time wind could already tell feel see cry hardship go fee wake today today get one night appear side door want beg forgiveness look eye chance night return think love love side go suffer innocent', 'yeah much drink take much drink able forget much drink erase skin use wrong summer summer hope total devil make capital wrong yeah approach slow motion full view globe face offer masterpiece door hate speed anxiety make false lose podium team come train life ago take everything bring kilo fine platinum gold everything argentine accent come like everyone else everything there need ask want trap give miss one come close bar enough beat flow like blame spend gasoline want fight podium gold obvious rhodium plat first class flow first class show burn hate saw soon already change swallow throat white drink mind satisfy soul longer sleep calmly want come back tire fly among woman love fame money voice believe feel double time everything tell fall like everyone else rest die go everything money like firewood let light look see touch skin gaze map alone hide lose alone might also like everything everything argentine accent come like everyone else everything want trap give everything everything everything want trap give double time time everything everything double everything everything tell fall like everyone everyone tell fall like', 'another night cry thing say know time let let see will able hurt lie hurt another night cry thing say know time let let see will able hurt lie hurt cannot deny feel give mambo time time find another look daddy claim get look daddy look look exit find anything else moon know want another another night spend think hurt chest know end swear weight take anyone another night cry thing say know time let let see will able hurt lie hurt another night cry thing say know time let let see will able hurt lie hurt might also like world', 'pepper tao active yeah yeah go receive give cat active yeah yeah ask well get bus yeah yeah band yeah yeah without dare thirst dangerous want party something else come carton pink blur vision invite know get give way cute round give away put background motorize hide make want eat whole donkey first class photo cross border real one without kiss little drink yeah feel intoxicate yeah yeah yeah like woman man go put bin like garbage say want two like like kiss money get involve get involve say see buy yeah yeah yeah go look tutu chair get want bowl chichi put well nosy nosy worth eat like yes che might also like thirst dangerous want party something else come carton pink blur vision dale tail pal floor dog never submissive tao whip without prior notice arrive improvise never ask permission pepper smoke one give bad smooth run step grind let hair brush floor let note cat heat tra tra tra come grind let hair brush floor let note cat heat hey pepper make session tao', 'nice would exchange energy turn without say good morning make love ask sleep baby want know wake desire sleep baby want know want mommy respect move expert level lab make dexter live inside mommy want guest fresh juicy clean rub cream know take jean red cheek leave supreme supreme like aggressive let warm fan pussy rise make scream lose voice street lady put face suck bug love sorry rude forget ask sleep baby want know wake desire sleep baby want know want skinny huh might also like', 'love give everything devil crazy like bad fire hair bless although sin go hell continue behind short already way today go look twelve already want eat repeat pose hide pretend know spend day cat night today go look twelve already want eat repeat pose hide pretend know spend day cat night sing toto go hammer go look real get four gum go suck crazy come go wait come first yes son bitch like crazy bug crazy make money real life listen real baby nobody find tint short one touch believe love love love yes short well baby uncontrollable honey today go look twelve already want eat repeat pose hide pretend know spend day cat night yeah yeah crazy woman today therapy put get angry twenty hit woman much sea able anyone last night champagne inside bathtub today four bottle wine third come bastard tell fate put four loose front bug afraid hide inside say come back lie put another feel felt night bore without dress whole hit send pin might also like today go look twelve already want eat repeat pose hide pretend know spend day cat night', 'drum one hear saw everything get screw yes imagine something undue open little mouth ask treat well mommy man hurt care say fool play league yeah one hear saw everything get screw yes imagine something undue open little mouth ask treat well mommy man hurt care say fool play league yeah ouch good face bad strange pod want see face face let hair tonight reach grind much take bait come wait house mommy pick nobody someone replace bed mommy better couple gift even meet today yeah let talk alone there lot noise know place talk sell chain good want keep let talk alone lot noise know place talk saw dance movement conceptual conceptual one hear saw everything get screw yes imagine something undue open little mouth ask treat well mommy man hurt care say fool play league yeah ouch might also like one hear imagine wrong thing daddy man hurt care say fool play league', 'record know find come lie want tell tonight baby tomorrow friend friend please lie want tell tonight baby tomorrow friend friend lady say friend know much without clothe know want although people call little friend know need look could would alive daddy blah blah blah yes alone lot look could would alive daddy blah blah blah alone lot dale lie want tell tonight baby although tomorrow friend friend please lie want tell tonight baby tomorrow friend friend clearer water baby flow even tomorrow know today want cross line kiss win head today mix tequila beer know deep like come confess kiss win head today mix tequila beer know deep like confess might also like come lie want tell tonight lady although tomorrow friend friend please lie want tell tonight baby tomorrow friend friend friend matter life one matter already know tonight short live moment matter life one matter already know tonight short live moment matter please girl', 'drum look party signal lose club look place breathe well someone understand familiar face lot friend dale drop keep look keep look lose address know return home back time one night hour away burn paper name bonfire san tell love doctor take away pain need warmth see life color without sun dark know know know know know know home today mommy please forgive signal party call know know know know know know home today mommy please forgive signal party call might also like look party signal lose club look place breathe well someone someone familiar face lot friend dale drop keep look keep look music play get hand everyday love whine fresh every day yeah everything way big every country say big back do know say get fame know say bad bad long time aye say bad bad long time drum know', 'erase dream would like understand give hundred give fifty sleep sleep another miss forgive hard much cost normal feel lonely miss name come difficult cry another bed tell believe girl want want look another skin life every weekend see see normal feel lonely miss name come difficult cry another bed tell who go believe girl want want look another skin life every weekend let see see girl want healthy baby like bad cat little house full gata go boy better cat heart hurt let take game play game score goal call say alcohol like think hell lose baby see happy photo hope one day feel felt see normal feel lonely miss name come difficult cry another bed tell who go believe girl want want look another skin life every weekend yeah see see normal feel lonely miss name come difficult cry another bed tell who go believe girl want want look another skin life every weekend let see see might also like', 'come harry say back gravity back want hold palm hand leave say everything get way cannot one stay world know world know know answer phone harry good alone sit home floor kind will bell nobody come help daddy life want know well world know world know know see harry style ticket low might also like home get ahead talk way leave two follow talk who first hey know', 'hey get private message love side tell could forget today could see like yesterday could help come cry forgiveness love story get closer let feel woman let remember make mine baby cry look let let miss opportunity always want side could help cry forgiveness love story yah yah yah yah hey one notebook character hey get private message love side tell could forget could see today like yesterday could help cry forgiveness love story get closer let feel woman let remember make mine baby cry look let let miss opportunity always want side could help cry forgiveness love story yah yah yah yah hey one notebook character might also like', 'hey usual one notebook boy character contra yah oh contra think feel different arm want tie understand without want know tell impossible bear another day without see come give reason something solution another day without see come back love tell character favor tell nothing tire might also like impossible bear another day without see come give reason something solution another day without see one day', 'work work give everything give leave go let last time baby baby love bed understand love delete contact aware case return like hey little shore take care hey call want make bed unmake forget forget hey one trustworthy farewell hey set repeat repeat put bed put beach punta window look city know love disaster bandit gangster know much time waste try something serious know think since malice get addict healthy let last time baby baby love bed understand love ching ching contact aware case return like might also like love feel trouble end bed could sex addiction toxic love good sin explicit come end nasty say naked record cell phone say inside save video need wet think let last time baby baby love bed understand love ching ching contact aware case return like baby give night never end tonight sex night come know king drum', 'complete break piece listen false straw break camel back tell sorry sound sincere know well know lie congratulate well act doubt role continue show suit well congratulate well act doubt role continue show suit congratulate well act buy cheap philosophy sorry ride bike stand people put hand fire treat like one crave wind open skin open eye red cry much turn feel sound sincere know well know lie congratulate well act doubt role continue show suit congratulate well act doubt role continue show suit congratulate well act hey say might also like speak clearly need yeah lose someone authentic something tell flow sting eat yah hey back lean steer wheel hey burn tranquilizer block network see one yah tell history want know come blind could see get do well congratulate well act doubt role continue show suit congratulate well act doubt role continue show suit congratulate well act', 'hello hope time hope always regret want return tell love already know one already know hope suffer every time see karma come back doll soul calm hey remember birthday set alarm longer time patience many lie already plenty experience want anything sad memory fool would fool never know never forget hope time n hope always regret want return tell love already know lady hope suffer every time see might also like go cat go leave club night will baby go cat go leave club night will baby fool would fool hey know never forget hope time hope always regret want return tell love already know one already know hope suffer every time every time see baby rumble horn girl big one space mommy', 'think one two animal class say come run away tell true anyone would say love life look like want wife yah let take advantage time stay girl want song like follow dance like feel note like ecstasy know love like want song like keep dance like feel note like ecstasy know love like feel note good trip flow baby drip keep dance back burn stick tell world end would take hand would continue dance album would listen would sing want wife yah let take advantage time stay girl want song like keep dance like feel note like ecstasy know love like want song like keep dance like feel note like ecstasy know love like might also like feel bad well want take one hundred note without give pen song listen throw clothe shower time short desire great never fight fight yeah best verse song moon window room together defy gravitation volcano want become woman hey hey let take advantage time stay girl want song like keep dance like feel note like ecstasy know love like want song like keep dance like like sit note like ecstasy ecstasy know love like love like whoa whoa yeah yeah yeah love like love like like ecstasy ecstasy girl slow mike', 'number matter long know floor one tall plenty height say join join good one good famous know good much worth make love much worth make love much deceive heart much fool heart body feel passion body feel passion get lose temptation get lose temptation much worth make much worth make love much room worth much room worth find point comparison find point comparison feel priceless feel priceless much worth make love much worth make love much deceive heart much fool heart body feel passion body feel passion get lose temptation get lose temptation much worth make love much worth make love much room worth much room worth find point comparison find point comparison feel priceless feel priceless much worth melt skin without get high feel like indomitable something new time see long swim inside body think would get wrap face talk gesture airport see back want try couple recipe tell know cook expert leave mouth open will uncork twelve love bring enjoy cough flavor one know well value end day might also like much worth make love much deceive heart body feel passion get lose temptation much worth make much room worth find point comparison feel priceless much worth make love much worth make love much deceive heart much fool heart body feel passion body feel passion get lose temptation get lose temptation much worth make love much worth make love much room worth much room worth find point comparison find point comparison feel priceless feel priceless', 'keep look look baby swear think think would one night night guess go although know name like get addict tell something keep look new york berlin smoke people lose around tra bare tra tra tra either get tra tra keep look new york berlin smoke people lose around bar get either lady lady lady might also like say hide like detective investigate run china whoa arrive go understand everything begin end see later farewell sorry already steal heart steal want accident accident return keep look new york berlin smoke people lose around bar get either keep look new york berlin tour find around say never saw memory night wake get take take take even say look let see sail seven sea sail rio already go keep look new york berlin tour find say never saw keep look new york berlin smoke people lose around bar get either girl yeah yeah baby know', 'want fall love fall love tell job want fall love take answer take time mature something tell already late stop wonder good get complicate want much shoot arrow screw cause alone loneliness love come love ask time go ask ask give anything forget alcohol enough bottle hold erase pain want chance live without love big bad worse good get complicate much shoot arrow screw good get complicate much shoot arrow screw fail might also like miss miss night night hurt miss say nail always pull another nail slave love hard forget hard forget miss miss night night hurt miss say nail always pull another nail slave love hard forget well get complicate much shoot arrow screw fine everything get screw hey fell love shoot arrow screw screw', 'hey think much unfortunately time song one page notebook yah barely look face word come know give everything love know never say anything know sad angry felt want anything baby come close badly away last relationship lie come love kiss love keep well give tire felt alone woman away much longer another always tell number old love end well lose woman get confuse thirsty success one notebook yah coach slowly slowly send dog might also like fourteenth holiday return caress forget love woman come back want see there nothing arm find jealousy look know miss hair kiss back another sleep play away much longer another lose love number old love end well lose woman baby come close badly away last relationship lie come love kiss love keep well give tire felt alone woman away much longer another always tell number old love end well lose woman', 'keyboard sound sound like wonder one cat tell cell phone give contact put take want smoke day know morning paint video want smoke day know morning paint video photo none bank girl like love lot singer like sing street know know lock bad fame good life always cool know want lower cheese pure mine pure know want lower cheese rat pure mine pure pay attention kiss burst big smile eye jug wine enter cousin make noise although couple look there room see hurt bad friend expensive sound like crocodile skin letter like glitter sapphire beautiful girl shoot also bad news one throw ruin ruin might also like want smoke day know morning paint video want smoke day know morning paint video like wonder cat tell cell phone give contact put take touch touch touch bed touch touch ask spot touch touch devil knave touch touch good much alan mommy take heed kiss blast sincerely band paint huh fire', 'know coincidence feel like whenever close tell drug give since night look start sweat feel fly baby note already take effect world screw feel perfect move like stop baby drug tonight lower note already take effect world screw feel perfect move like stop baby drug tonight lower one one yes one one yes one one yes one one yes kitty lose due negligence believe abstinence tonight bed turbulence delicious go give permanence little tot eminence give license since go florence get lose essence alone say hello go another queue picket cool fan plus picky coke song nothing control huh see bad bunny ticket low might also like eye see sea mommy take wave bad today feel good bitch cool hey note already take effect world screw feel perfect move like stop baby drug tonight lower', 'hey one notebook character look eye happy gaze know lie there point like love better leave long time nothing treat badly god could swear much love love leave time forever leave without turn back would fatal love love life say make believe hurt lose resign forget love leave time forever leave without turn back would fatal love love life say make believe might also like hurt lose resign forget hey woman explanation sink emotion whats go hey woman even say would love hey woman want give kiss tell feel shelter arm hey woman fall love see honey petal skin nothing hey woman even say would love hey woman want give kiss tell feel shelter arm hey woman want give kiss tell feel shelter arm', 'act offend sleep say traitor bitch men make fall love smoke bora since saw know buy tell angry fox never give go envy like go dance forget eat instead come look go dance forget like like show panty move crazy fray arm tell cockroach night steal screw life fool eat black eat everything share kingdom people long live simple humility everything might also like spare life yes give aha invite friend invite friend take scene make love nougat go pilot fasten seat belt fiat truck say traitor bitch men make fall love smoke bora since saw know buy tell angry fox never give go envy like go dance forget eat instead come look go dance forget always make mess aha duo dream baby get pish', 'hey lot lot today one tomorrow another hey there wed lot lot today one tomorrow another go take everyone hey say hello titi let take say cheese hey one already put smile hey say hello titi let take say cheese let already forget smile really like first kindergarten maria first love woman every day even know another san love one mine bonbon grape grape bonbon grape one barcelona come plane say bug crazy let play heart would like move mansion day get marry send invitation boy put hey see bad bunny ticket low might also like lot lot today one tomorrow another hey wed lot hey hey lot today one tomorrow another tomorrow another come boy want many go take everyone hey say hello titi let take say cheese hey one already put smile hey say hello titi let take say cheese let already forget smile hey boy random devil let bad life street find serious woman devil would like fall love would like fall love sorry trust trust even trust want stay today cold tomorrow many want baby gravy want hey take credit already today want unpublished new one new one new one new one hey listen friend right go break heart go break heart hey fall love fall love hey sorry like like like hey know like hey listen friend right go break heart go break heart hey hey fall love fall love sorry like want like', 'fox two color hair send everything hell different rhythm ass almost instinctively smoke relax spike think always get idea let tell something night paint pink beautiful fiery brunette sister want wife look dance much see blurry tonight steal jealous fall asleep tit call greedy call greedy call greedy call greedy call greedy call greedy call greedy call greedy call greedy call tonight get crafty get crafty tonight get crafty tonight get crafty look eye beautiful come sing couple thing bring marijuana queen cough cough cough cough cough cough might also like tonight get crafty tonight get crafty tonight get crafty tonight get crafty look eye beautiful come sing couple thing bring marijuana queen cough', 'bitch life hurt audience story stop cry pity cat love mommy give chance heart heal break chest pure pain mommy heal want wake belly button break chest pure pain mommy heal want wake belly button yeah rogue break heart camper die mommy camper stay break chest love pretty parrot neighborhood slang make fall love tell spend gold garment pretty parrot neighborhood slang make fall love tell spend gold garment might also like break chest pure pain mommy heal want wake belly button break chest pure pain mommy heal want wake belly button pipe pike cat never street spark n break chest break little wine roof bitch life hurt audience story stop cry break chest pure pain mommy heal want wake belly button break chest pure pain mommy heal want wake belly button', 'hey yeah leave already day another night mine serious everything smile thing seem mine know lend love lifetime worry come see look already know little eye know lie little mouth know lie truth one go tell get use tell think much get use smile tell plan go rest life rest life rest life want know go rest life go want kiss breakfast bed like hotel muse tattoo skin tell ear baby good bad without without life give away know know bring little little crazy like coco movie sing half hoarse bolero wonder chance love like love one question want ask get use get use tell look much like get use smile tell plan go rest life rest life rest life want know go rest life might also like nodal go tell tell tell', 'kiss strange taste wrong must month ago everything two mix like meet fresh wind become breeze arrive tell let love sly baby let one let make love secret even everyone see even worry time see smile smile thousand always joy exactly whats wrong parodic joy oppose rest tell let love sly baby let one let make love secret even everyone never know let careful front matter see talk nothing run away propose might also like tell let love sly baby let one let make love secret even everyone never know let careful front matter see talk nothing run away propose', 'love enjoy caress sleep creepy see front make smile would give anything exquisiteness always among thing let love give fail want grow old want give kiss waste time keep secret take care moment hug wait adore patient madness science enjoy look movement vice like adore never forget give time fail want grow old want give kiss waste time keep secret take care moment hug wait adore patient madness science might also like', 'holy give whole night grab hip make dance brunette like alan girl stick want party break baby look trouble suit know bring feel rigor dance get water like break stage daily holy give whole night tra grab hip make dance brunette mommy shall throw coup beautiful one woman give bear take machine take machine take machine put back scratch want know everyone cat side go might also like take behind take behind take behind take behind take behind take behind take behind take behind take behind take behind take behind take take behind take take behind take behind take behind take behind holy give whole night grab hip make dance brunette like alan girl stick want mommy one fine pepper tell alan get show whats wrong', 'grandma continue love never forget kiss kiss never forget hand hand never forget hair hair please give reason plan although late fool claim please ask love call anything else rise wither departure painful keep think baby give reason plan although late fool claim please ask love call anything else rise wither departure painful keep think baby bear mind baby hard time want give write history longer drink smoke baby already feel normal feel alone miss always get name fall asleep think another man sometimes learn blow noria pose turn around memory fell heaven although demon would die come future let make drink make cry hardly concentrate take without well bad either although never faithful always loyal yeah think perfume forget night go dance care know value cry like world cup stay smell feel room tell go might also like please give reason plan although late fool claim please ask love call anything else rise wither departure painful keep think baby give departure painful give', 'baby else havent someone already free set relive old time havent long time tell since know anything someone already free set relive old time havent long time daddy get lose park turn dry drink something get drink one put love eat daddy get lose park turn dry drink something get drink one put want eat baby else know anything someone already free toy free set relive old time havent long time tell tell tell since know anything someone already free set relive old time havent long time bad happen whats wrong outside come thing pending review difficult dust replace yes know hey give little touch thing get tense bed reward vice think go neighborhood grass grass put hookah dissolve chemistry make rich come back although leave tomorrow take advantage set write see ticket low might also like baby else havent someone already free huh set relive old time havent long time tell tell tell since know anything someone already free set relive old time havent long time drum', 'let place see see choose destination pay hotel green wallet yesterday yer know one fool want leave lose love call know everyone want coincidence look leave everyone want coincidence look leave break track sol think yes say pencil beast like hit like song flow drug mommy many say follow fashion everything look good girl put listen get leaf home waist light see club close turn natural pay plastic would tattoo fan call video cast crazy throw away location give want everything enter party slowly sound street know flow like real know straight know make money spend secret session twenty three might also like party like leave lose love call know everyone want coincidence look leave everyone want coincidence look leave break track break track', 'dale shy break bully dale shy break bully dale shy break bully dale shy break bully shy stick whats miss boob plenty gram paint anger one run fly blink daddy high already write like five song daddy high smoke go fly like plane think alan pay around come sixty play bar burst pay around come sixty play bar burst watch turn dog cat like play play like play play like play play like play play like play play like play play put show tattoo tail tail tail tail club tell hello hello make money clothe naked come shy break abusive pay around come sixty play bar burst pay around come sixty play bar burst pay around come sixty play bar burst pay around come sixty play bar burst pay around pay around pay around pay around might also like pay back huh want make music little forget everything little cold make barbaric mess space music huh sound produce alan come alan break king like play like play like play like play play play play play', 'point music know cut cut cute small always wear beach throw tan brunette combine sun beach sand cute small always wear beach lie tan brunette combine sun beach sand like rhythm forgive tempt kiosk pay rent baby lend manipulable try face give comb one will enroll smoke mistreat attack well damn try lull none cat path find one take moon baby know wrap budget envy detect want inject sick mind tell period insane booty call make hot want let grab neck pull hair put good scoundrel death cute small always wear beach lie tan brunette combine sun beach sand cute small always wear beach throw tan brunette combine sun beach sand come go duck buy put time talk money hear nobody fly magic maybe elite ready float get ready take true scientist leave critical condition bounce spike excuse explicit come afraid success know like put break walk bend put bubble bounce fall love everything know cut cut scratch spot always point hey hey point one blow track tell control daddy hey music tell daddy kitten come ready whats mine straight top might also like', 'say fifth say step fifth step fifth step fifth step miracle bear june little warrior think beat life fist go street get rap leave studio find mean life get studio hit first song although money think first argentine rapper hit neighborhood nothing much put like warrior see money tour bowl reach stage talk alone neo know love think every day go hell able get think necessary end fall surprise many life easy eye stranger pressure become bigger fear take size career down five year thirty people well stadium drop inside glass feel like everyone take step talk like know failure many give case sunrise sunset train flow improve bar leave life take giant step footprint big nothing era nobody people humble know family deny plate food stadium far look like spaceship people turn shoot faith right group leave shark hook bite go stop leg go die lyric live two arm weapon war brain business key secret keep language word bite good act blame deep one life hit head get rope thank people family help get drop inside glass feel like everyone take step talk like know failure many give case might also like go look mommy ask law race rest peace make goal fly bottle fell team rest dummy talk mine talk elite talk trap theyre talk life movie group cast good talent well dress steal event leave area believe feel sonic next slow slow want see introduce back argentine flag shoe sport mode go keep rap mommy life know go keep mine real sell will mission rapper buy house know house house already know mommy get get many year would say lucky get get many year would say lucky wrap', 'mind skim sky yeah release trumpet whenever stick know life mommy gift island steal show put hand give gift swear feel may colleague inspiration four work start time everything happen fast make dizzy every time think away remember sacrifice effort yeah kiss every time get day meet know well would make history thousand beat cry daddy rest history yeah yeah moment never leave memory mommy aka favorite never forget time wrong step capital one day die want speak documentary nobody nothing mommy everything choose even try talk go either sow reap crown disappear yeah mommy calm daddy calm else want money make happy even offer seven zero wine color cayenne leather seat island whole world school sister border sister yeah sister also border sister yeah girl border take picture bed yeah yeah front could laugh talk even see write smoke find top without want see tip iceberg daddy one tell might also like yeah yeah know release trumpet whenever stick know life mommy gift island steal show put hand give gift swear feel may colleague inspiration four work start time everything happen fast make dizzy every time think away remember sacrifice effort yeah kiss every time get', 'light turn one track wall party today break like underground party today break like underground amen bless name father cat spend money give membership make much noise police turn surround cloud hey dog sweat nobody lower baby get night active since call little face lonely saw turn take one theft listen daddy chorus say hey party today break like underground party today break like underground light turn turn one track wall hard daddy might also like party today break like underground party today break like underground hey mommy love one space mommy big one baby hey hey brightness eye alone trend hey bae mommy', 'want see kiss look look get anyone else forget scream reserve hotel win go arrive desperate park back seat adventure undress hotel reserve win go get desperate park back seat adventure undress desire could stop sweat back part although lack comfort scream confirm saw cloud whenever see matter environment wherever eat situation lose control way avoid situation always end without clothe satisfy kiss mouth accord say one look although know another hotel reserve desire go arrive desperate leave seat back adventure undress might also like first time dog could avoid hey moment end leave vain like piano look tell today yah mommy want want want whoo baby well talk let let bless one see nakedness amen like simplicity like aggressive let enter delicately hey tell want see kiss look look get anyone else forget scream reserve hotel win go arrive desperate park back seat adventure undress unlock new level tell sweet like candy vice perverse girl hey entertainment gang', 'saw say hey say crazy much style flow like electronic like tell know understand translator also want meet speak speak know good bad luck want know also want know tell know understand understand translator yeah yeah also want meet also want speak speak know good luck bad luck know also want know know hello baby nice meet keep real feel need one ask permission without commitment notice would like understand pretend know everything tell mommy bring weed turn already let see friend alone money also produce take aire dance abuse body look good hey lover love look say might also like tell know understand translator also want meet speak speak know good bad luck want know also want know tell know know insistent insistent translator also want understand also want speak speak know good luck bad luck hey know also want know know different culture different root notice like although understand say baby love baby love understand girl understand girl future also space mommy much style flow like electronic like tell know understand translator also want meet speak speak know good bad luck want know also want know tell know understand understand translator yeah yeah also want meet also want speak speak know good luck bad luck hey know also want know know big one baby tower baby party end house', 'understand bad game end heart hey know sorry lose end win want little kiss false love send gift ask forgiveness little heart say today pity give saw come beg outside door lover already give end soap opera deception lie say damage wind falsehood hypocrisy tire tire second return double life lady say think already forget walk around corner cry already cry one day another little mouth crazy want little kiss false love send gift ask forgiveness little heart say today pity give saw come beg outside door lover already give end soap opera deceit lie say damage wind falsehood hypocrisy enough second return double life lady deceit lie say say damage wind falsehood hypocrisy tire tire second return poor life might also like', 'yeah yeah everything fine nothing know give hundred although try many time try already mistake tell sleep belong n grandpa tell love work least leaf leave without say never give enough lie faithful believer thousand dream sell client always guilty one innocent one sound wow shut message take trip nebula everything visage leave home take luggage nobody go love like go like want stay calm son bitch midst situation heart hurt hurt another bastard something mine throw night forget car every month wear new perfume even buy grass smoke baby want lack anything hope bastard pay nail polish wish harm think every time get wow give enough lie faithful believer thousand dream sell client always guilty one innocent might also like sell dream client innocent face rest people believe maybe masochist unlucky ask see help go call clarify doubt want free like never speak clearly silent attention put center heart give discount fifty give watch waste time keep wait message arrive eat another think face stay guilt also expensive clothe remember treason treason give enough lie faithful believer thousand dream sell client always guilty one innocent', 'everything foreign money spend clothe grass brand treatment new deal contract win share exact piece ship sink traffic mine speak eat hater tell enough mode miss basket caste system effort pleasure spend high run crush go get ever go spend cover write bar decease grandmother cry point block change route hate face body enter studio calmly people listen say son bitch funeral picket black venom double cup addict poison call beast good know border exaggerate make hundred come zero dollar abroad make want rapper money spend clothe grass brand treatment new deal contract win share exact piece ship sink traffic might also like go bastard go bastard go bastard leave bastard league would make team champion five year fresh make look older break get sick get get get check get diamond shoe reflex see argentine see wardrobe look account higher mountain faith entire take everything come clothe kilo gram give back destiny go girl wear jordan like walk carpet like leave shade mine shoe pair cobra sing hope answer mine wait another round vest bulletproof league good couple show buy throw offend get hotel like smoke make friendly know already know mommy hope season season devil come soon', 'know alcohol confess feel know love contract notice swear go take talk pretty friend tell half dog fresh bandit thing take say sex repeat bed favorite plan love little leave know lack little get tell love treat sweet like sleep anyone side fall asleep one night take away desire always whatever need take care sick know win away yes see leave yes want know feel good give stay see know beat want away yes see leave yes want know feel good give stay see swear go take talk pretty friend tell half dog bandit take say sex repeat already bed favorite plan love little leave know lack little know alcohol confess feel know love contract notice tell notice notice might also like drum', 'saw arrive give give hope joke although really understand want sincerity even lie know leave nine know die ten know side ask night fade go give single kiss tire mind skin already thousand time see know leave nine know die ten give guarantee every day think wait make easy distance end want surrender something know idea stay go forgive want anything else might also like know leave nine know die ten know leave nine know die ten nine die ten', 'baby tell wear take one night pay gym baby tell wear take one night pay gym go make complete look put already goal nobody squeeze put mommy come brave like evil will look help count will take toy already know get know adrift top take bracelet baby tell wear take one night pay gym baby tell wear take one night pay gym want pay gym take mandarin make sound ring ring call easy money drip cat look steal form like like read drink get right turn around one know wish baby let without fear might also like baby tell wear take one night pay gym baby tell wear take one night pay gym hey hey sound know tell beat will sucker bitch dance beat know star music', 'good gold dream sell right til build home watch burn leave lie cry buy flower write name sand talk hour say thing understand take dance hold hand yeah love better love better love better baby love better love better baby paint nail match rise leave remorse regret forgive every word say leave baby fight cry buy flower write name sand talk hour yeah say thing understand take dance yeah hold hand yeah love better love better love better baby love better love better baby love better love better baby love better might also like leave fight cry buy flower write name sand talk hour yeah say thing understand better take dance yeah hold hand yeah love better yeah love better love better love better baby love better love better baby love better love better baby love better', 'dada hear sing harbour last song kick havent year long time sit dense smoke use another bar schnapps taste home somewhere always applause rage come like comet hit twice maybe hurt want safe side live forever let turn come like comet hit twice maybe hurt want safe side live forever let turn let turn take glass club street carry flag pride last sip last day ask taxi driver want want fall asleep want footprint time tell foot fit please drop home alone see might also like yes come like comet hit twice maybe hurt want safe side live forever let turn come like comet hit twice maybe hurt want safe side live forever let turn let turn let turn let turn let turn let turn yeah', 'hey stand another room know look woman miss know right today dress code black wear light nobody know like know live different world hope like know cry tell problem know would stay cause seem like head see smile reason awake hotel want come home matter come back babe without neither stubborn make sick baby right cell phone full woman think addiction know would stop intention somehow want work know cry would stay might also like tell problem know would stay cause seem like tell problem tell know would stay cause seem like baby want stay baby please please stay baby stay stay stay baby please', 'fresh hang sport seat stubborn head behind wheel little bitch smoke fun front block cool black window hang sport seat stubborn head fresh hang sport seat stubborn head behind wheel little bitch smoke fun front block cool black window hang sport seat stubborn head hope understand police fan yes give everyone see town cause roll convoy gang wild crocodile snap rubber band first place trend get break something real weapon fat slipper gram personal use high awake high asleep come show something want suck know make will carry gun enemy poop upper body leg hah hah lord might also like fresh hang sport seat stubborn head behind wheel little bitch smoke fun front block cool black window hang sport seat stubborn head old wide anything broad vodka harry potter take easy argue cut head quickly simply mood yes throw shotgun boxer cause victim pah jackknife loose stab cost nothing think crass get laugh wait room yes winner wow back jail forever hah fresh hang sport seat stubborn head behind wheel little bitch smoke fun front block cool black window hang sport seat stubborn head fresh hang sport seat stubborn head behind wheel little bitch smoke fun front block cool black window hang sport seat stubborn head', 'good yeah alright baby best night life wherever take ride baby know good yeah alright cause good yeah alright baby best night life wherever take ride baby know good yeah alright know good yeah alright know whatever tonight need finer thing life matter good time yeah need sit middle floor get lot enough yeah cause good yeah alright baby best night life wherever take ride baby know good yeah alright good good good know good yeah alright let let care care come let know let know put hand baby nothing stop tonight might also like cause good yeah alright baby best night life wherever take ride baby know good yeah alright', 'mummy know daddy get hot body shop something unholy like like yeah like like yeah yeah yeah like like yeah like like yeah lucky lucky girl get marry boy like shed kick ever ever know bout tell dirty dirty boy know everyone scene hear bout place know keep business clean mummy know daddy get hot body shop something unholy sit back poppin yeah put slowly leave get mummy know daddy get hot body shop something unholy woo daddy daddy want drop yeah yeah give love give daddy gon need bag cause rodeo woo watch back go yeah get get like always call cause never cause drama drama want baby know get cover yeah yeah need baby jump cover yeah mummy know daddy get hot hot body shop shop something unholy sit back poppin yeah put slowly leave get mummy know daddy get hot unholy body shop something unholy unholy might also like unholy unholy yeah yeah', 'go babe come shake babe beat lot dollar dollar come shoot tequila come glass international look city aura president rich talent loco decadent flow like gunshot babe come shake babe beat lot dollar dollar come shoot tequila come glass international look city aura president rich talent loco decadent flow like gunshot babe come shake babe beat lot dollar dollar come shoot tequila come glass international look city aura president rich talent loco decadent flow like gunshot yeah cash get drip tune stick tape wack woo usual chick past yeah yeah get booby booty rack look squeeze five ting get takin lap get say tax huh beat rap beat trap beat everyone spin there aitch trust tell exactly man son take back huh yeah yeah brand new track ting might buy bag depend mood pull hair hit back make girl lose yeah get head put work wet lose grip woo might also like babe come shake babe beat lot dollar dollar come shoot tequila come glass international look city aura president rich talent loco decadent flow like gunshot gun shoot gun shoot smoke til eye get bloodshot glam catch buzz whatnot get band head choose violence drag put wedlock get head leg lock cost bag hear speak catch want top pussy weak never peak lock lock top one get police would stop bitch knockoff get enemy yard get system ride faith god never victim get enemy yard get system ride faith god never victim babe come shake babe beat lot dollar dollar come shoot tequila come glass international look city aura president rich talent loco decadent flow like gunshot yeah shake like bust babe pretty woman aura majestic step club dominantly body fantastic get imperial aura majestic step club dominant without scandal top ten chart heart top god locate suite five star fly drive passenger body shape girl love look slide messenger like charisma see foreign car babe come shake babe beat lot dollar dollar come shoot tequila come glass international look city aura president rich talent loco decadent flow like gunshot', 'yeah know sometimes thing may always make sense right hey daddy always tell straighten little soldier stiffen upper lip get know miss know miss dad go give life never see sad even smile even laugh see eye deep inside cry cause aint daddy wit prayer wipe tear daddy nightmare gon pull together gon uncle crazy aint yeah love girl better know get world spin swirl whirl twirl two little beautiful girl puzzle daze know daddy always move always news try keep shelter somehow harder try backfire thing daddy see daddy want see see much plan way mother thing get bad see ever together ever like use course everything always reason guess never mean control destiny worry rest head sleep maybe one day well wake dream might also like hush little baby cry alright stiffen upper lip little lady tell daddy hold night know mommy right know feel feel inside may seem little crazy pretty baby promise gon alright funny remember back one year daddy money mommy wrap present stick tree say cause daddy could buy never forget sit whole night cry cause daddy felt like daddy job job keep food table time every house live either keep break shoot block savin money jar start piggy bank could college almost thousand dollar til someone break steal know hurt bad break heart like everything fall apart dad lot back flat apartment dad back side mile daddy go meet fly see daddy work leave daddy like young understand papa roll stone habit fast either one grab sorry witness firsthand cause ever make empty house baby picture trip see much grow almost like sister wow guess pretty much daddy daddy like sound yeah get ring go moment hush little baby cry alright stiffen upper lip little lady tell daddy hold night know mommy right know feel feel inside may seem little crazy pretty baby promise gon alright ask daddy buy mockingbird give world buy diamond ring sing anything see smile mockingbird sing ring shine break birdie neck back jeweler sell make eat every carat dad', 'take somewhere know care cold know bring daffodil pretty string would flower like last spring kiss make feel alright tire share night cry love tear use another love another love tear use another love another love tear use another love another love tear use somebody hurt fight hand break one many time use voice rude word always win know lose sing song sing another heart cry learn love tear use another love another love tear use another love another love tear use another love another love tear use need love heart think see ticket low might also like sing song sing another heart cry fall love tear use another love another love tear use another love another love tear use another love another love tear use', 'scar somewhere inside something repair even though always pretend feel trap yesterday memory pain know know never break away break free cause alone lose memory live behind lose dignity live inside confusion tire always afraid damage receive break promise make blindly know never break away break free cause alone lose memory live behind lose dignity live inside confusion try keep pain inside never alright try keep pain inside never alright try keep pain inside lose never alright try keep pain inside lose never alright might also like lose memory live behind lose dignity live inside confusion', 'one drink say think lose head tonight well make bad memory one drink say know there turn back love make bad memory one drink say think lose head tonight well make bad memory one drink say know there turn back love make bad memory one drink say think lose head tonight well make bad memory one drink say think lose head think lose head head lose head head think lose head head might also like one drink say think lose head tonight well make bad memory one drink say baby get face face bout one drink say think lose head tonight well make bad memory one drink say think lose head think lose head head lose head head think lose head head one drink say think lose head tonight well make bad memory one drink say know there turn back love make bad memory', 'fresh head fresh glass will brim clink glass everyone every big city poster get willet breath fresh air scene run rain dance grey wake street everyone move yes leave make comfortable wind instrument real play want dream miracle happiness berlin make good make nice throw away longer need high speed one stop give song make loud sleep well good mood cold vision buck stress traffic jam traffic jam quite enough ticket buy sky paint blue city mango chili palm tree tall skirt worth job office star stand well dirt take everyone write island tour chart want disappear day come back beam grin might also like throw away longer need high speed one stop give song make loud sleep well good mood cold vision buck stress traffic jam traffic jam quite enough ticket buy sky paint blue throw away longer need high speed one stop give song make loud sleep well good mood cold vision block buck stress traffic jam quite enough ticket buy sky paint blue', 'believe man want somebody say saw person kiss would never ask keep know keep low cause heart take please let show baby know yeah think hold eye believe need know truth baby keep know keep low cause heart take please let show baby know touch better touch better watch fall asleep watch fall asleep show thing use better way better way aint say say thing come back might also like cuffin like precinct housewife sneaky link get rid round type rover girl use ride dink one put god fashion nova model put runway god coach bag get side bitch call get girl feel alone god mean home aint home god nightmare phone even record get zone know keep low cause heart take please let show baby know keep low cause heart take please let show baby know let find god get hotel never bring house god better way baby say thing come back', 'diamond meet bar twelve something order two wine cause tonight want little context care listen find position man love sit last night tell dumb decision feel heart fact feel stick town simple mission little black dress heart break bitch high heel six inch back champagne trust bitch back taxi cocaine drink call drink text drink tear drink sex man page back back bar hotel old way cause feel last night feel last night doctor doctor anything please doctor doctor mercy take pain away symptom doctor feel toke joint steam back way like hour since dead get new man get sweaty last night really cherry cake dark day lately excuse state high hope make bed get hot take step back see glass least already actin like dick know mean might well stick might also like heart break bitch high heel six inch back champagne trust bitch back taxi cocaine drink call drink text drink tear drink sex man page back back bar hotel old way cause feel last night feel last night doctor doctor anything please doctor doctor mercy take pain away symptom doctor feel cause feel like felt last night feel like felt last night peace thing change last night naked leave naked come yeah reach touch numb feel way toast street small way run yeah never escape sunset maze symptom doctor feel feel last night feel last night doctor doctor anything please doctor doctor mercy symptom doctor feel feel last night feel last night feel last night lipstick smudge like modern art know who car highway will liquor feel leave everyone love read will secret stranger bed remember nothing there nothing regret kick drum head', 'know feel arm around let drown know god find find every day place head think harder look like monster bed every time like rocket chest make think whole world end know night know get many thing afraid afraid right aint cause know cause know cause know feel arm around let drown know god find find worry tomorrow worry bottle know feel arm around let drown every night place dream many alleyway know mean know wake tell dumb get want might also like know night know get many thing afraid right aint cause know cause know feel arm around let drown know god find find worry tomorrow worry yeah bottle know feel arm around let drown oh know know', 'fan even though salty hate see broad know happy hate see happy one mature mature mature get therapist tell there men want none want one might might best idea new next get might love though rather jail alone get sense lose cause get sense might really love text gon evidence text evidence try ration murder crime passion damn reach farmer market perfect peach amazement patience get beat mature mature mature get therapist tell there men want none want one might might best idea new next get might love though rather jail alone see ticket low might also like love love drug drug sober love love drug drug sober know gon tonight will best idea idea will next get will love though rather hell alone', 'well need light burn low miss sun start snow know love let alright know high feel low hate road miss home know love let say pussy mine let try get head lose respect get attention baby smell flesh know get mess rarely get girl make question love girl make feel like man cause depress stuff believe will drop everyone invest last time way get get dress cut look think maybe optimistic tell need provide baby know chemistry felt like quantum physic physic energy spirit end need one visit theyre love feel empty need lot move town move rural make delete pic phone close eye see image would chase heart aint finish far go fix bitch damage do might also like well need light burn low miss sun start snow know love let alright know high feel low hate road miss home know love let say pussy mine let four time private caller feel like creep know there plenty fish sea girl get mind guy wish turn around put doggy even missionary there intimacy additionally obligatory even take sock even know soon finish make worse know friend chop know together mad cause even stop bank detail send bag rich like bitch unblock make quick promptly would give love free buy tell much cost new man aint get annual wage make monthly huh alright well need light burn low miss sun start snow know love let alright know high feel low hate road miss home know love let say pussy mine let', 'cold winter night around eight oclock cry head around umbilical cord stomach stay night nobody touch look like hand make feel warmth incubator two month could feel pulse race make believe good one day hear prayer keep say turn darkness light god mean well make possible live taste mean lifetime make although long time keep promise seventh month look finally walk walk winter rain snow breathe drama worry make winter leave footprint white snow foot lonely share tear cry like little child could offer much friend leave take hand angel lead war stone way drug eat away soul devil teach world dangerous never forget grateful find cold make gun tell belong light shadow live good evil first big deal earn bread trouble street bring rise war wall disgust dirty business everyone want pull like phoenix ash dis difference negative headline search function wish anything bad anyone except one look ghetto stay time rap everything go fast look back time suddenly fame come big money lot record also downside gun shoot ghetto suddenly pile award court pile file talent come white designer shirt bad time feel like nobody know write think make money good money time thank brother dad also wife clean finally look mirror look fan wait dear god thank finally rest love even try might also like best', 'come harry say back gravity back want hold palm hand leave say everything get way cannot one stay world know world know know answer phone harry good alone sit home floor kind will bell nobody come help daddy life want know well world know world know know see harry style ticket low might also like home get ahead talk way leave two follow talk who first hey know', 'yeah yes always without ready ride scale ten like henny glass yeah baby top list youd rather somewhere club chick way real one look enough everyone fall love top notch chuck beige yeah white top dollar face get mind skinny jean wear hair braid somehow sweet alone write late night look rhyme nothing work yeah lose friend star babe ever since go felt like cast away yeah hope wait babe ever see everyone else yeah need weed high fall together like matter come never leave alone team need gold platinum never plan love lady smile soul cook tank top sexy back independence bite moss damn gang world cro fan yeah value know yet please note carefully behind every winner always woman heart ball applause grant show lie awake four think night piano miss also try never lose woman see everyone else yeah need weed high fall together like matter come never leave alone ever see everyone else yeah need weed high fall together like matter come never leave alone might also like know live know live baby base heart baby base heart run away run away always chase love always chase love', 'mailbox hurt yes give please understand late leave phone loud back forth make sick yeah ask together say yes know say yeah know different would understand baby gutter let baby wallah future evidence room right boy para meanwhile alone think someone else feel freeze baby bear else night sleep babe mailbox hurt yes give please understand late leave phone loud come pick would leave alone swear baby please worry go love easy show seldom yeah please tell mean write sorry mean might also like tattoo skin carry soul look go freak soon hey dark well outside window tint lung full smoke ask worth get get night sleep babe mailbox hurt yes give please understand late leave phone loud come pick would leave alone swear baby please worry go', 'thing get older never wiser midnight become afternoon depression work graveyard shift people stand room leave device come price vice end crisis tale old time wake scream one day watch leave cause get tire scheme last time problem teatime everybody stare directly sun never mirror must exhaust always antihero sometimes feel like everybody sexy baby monster big slowly toward favorite city pierce heart never will hear covert narcissism disguise altruism like kind congressman tale old time wake scream one day watch leave life lose mean last time problem problem teatime everybody stare directly sun never mirror must exhaust always antihero see swift ticket low might also like dream will money think leave family gather round read someone scream laugh hell problem problem everybody everybody problem problem teatime teatime everybody everybody stare directly sun never mirror must exhaust always antihero', 'want real estate want dollar want fly like marvel willet breakfast want real estate want dollar want fly like marvel hungry take everything buffet want house coast willet breakfast want real estate want dollar want fly like marvel hungry take everything buffet want house coast willet breakfast want want mar spaceship panorama always best best buy world nobody pay want grow old time stand want wait wake want see face private jet garage flamingo garden want best card table want want purple want poster want friend live street want real estate want dollar want fly like marvel hungry take everything buffet want house coast willet breakfast ocean view beach wave get island somewhere south sea one find might also like private spa four floor bathe champagne pool want everything free forever want want purple want poster want friend live street want real estate want dollar want fly like marvel hungry take everything buffet want house coast willet breakfast want real estate want dollar want fly like marvel hey willet breakfast want real estate want dollar want fly like marvel willet breakfast', 'know tell time run need take slow step honey maybe aint worry bout right right keep dream alive hero aint worry bout right right flood dance cloud aint worry bout aint worry bout hey know tell time run spend like gold live like get regret even break yeah best get something want steal way busy problem problem feel yeah yeah seal deal take let aint worry bout right right keep dream alive hero aint worry bout right right flood dance cloud aint worry bout aint worry bout hey aint worry see ticket low might also like aint worry bout right right keep dream alive hero aint worry bout right right flood dance cloud aint worry bout hey aint worry bout hey aint worry bout', 'sing back sing back call love call love two heart one make want shout like hallelujah cause time like time like come two heart sing hallelujah hey there something air tonight way blade gold hey there something air tonight say feel sky way wave hey feel sky call love sing back sing back call love call love sing back sing back call love call love call love call love call love call love sleep run dream golden give need like cause time like time like come sleep run dream like hey there something air tonight way blade gold hey there something air tonight say feel sky way wave hey feel sky call love sing back sing back call love call love sing back sing back call love call love sing back sing back call love call love sing back sing back call love call might also like', 'always together never alone know easy hey fine completely normal almost care see stay cool stay cool cause baby suit well yeah hey remember exactly team stay wife yes exactly man stay wife nonsense sudden say unfortunately work go overnight nobody would think make easy know write right get love apart fight much else long since destination one last look fly away suddenly feel free wind finally see blind three year feel good know win cause forget know always together never alone know easy hey fine completely normal almost care see stay cool stay cool cause baby suit well well well might also like yes yeah finally room bed darling frighten want almost sex walk city effect want know hurt new lover never watch twilight rush home alone whether denominator divide stay hour longer wonder text three time second even need come hey stupid really fun free whatever want chest almost breathe really know smell good know always together never alone know easy hey fine completely normal almost care see stay cool stay cool cause baby suit well well well burn willow photo already tear text miss write back feel really', 'leave house yes yeah come home leave house sleep rhythm always see sun rise babe love style look take home hardly walk straight cause night babe know hate hit plug ask hash know think yeah throw everything away hand yeah night babe know hate hit plug ask hash know think throw everything away hand dark circle eye thousand thing think even sound like right much wonder sing tell love pain voice look hell sky yes baby sharp blade vision blurry every even think lot thing help unfortunately glass might also like drink gin like water wind way deep yes think there help pretty full always feel empty last time home long time cause night babe know hate hit plug ask hash know think yeah throw everything away hand yeah night babe know hate hit plug ask hash know think throw everything away hand night team get greet brother handshake need sleep chase dream every day grateful also break yes mix feel booze yes call although name actually quite different never sorry otherwise yes come home tomorrow baby safe differently high cause night babe know hate hit plug ask hash know think yeah throw everything away hand stay awake cloud purple', 'light three dance floor guest toilet love check dress code bouncer make presto work take bomb squad everything easy mister master ghetto real baba beat naive fell love wrong man man gamble slot machine sniff world system take away sell frame outfit everything pay get sort need sponsor bum want anything free hurt car drive run window matador sound smack get high addict gamble big problem change money make spin pole fetch let dance alcohol bath launder money act vodka everyone yes hello hello check check check already hear step hallway come slowly jump window psychiatry welcome planet sympathy never princess time deal nose crook see pure street fist leave black kick til nose hit appetite stay clean want lay anything sun outside thirty degree get something smoke first smoke palm tree behind block always full turkey morning think run dealer get twenty station wagon well see next week never enough road brother please bring curse many want follow sleep booth day night otherwise would run bring gold plate home suitcase heavy yes might also like car drive run window matador sound smack get high addict gamble big problem change money make spin pole fetch let dance alcohol bath launder money act vodka everyone', 'see blue light behind loud fast main thing one get hurt see blue light behind police think discover spaceship make hit like captain city watch clip give finger like album lousy away year brother great make money nothing job one say anything one head nobody make sound like nobody make sound like copy steal get hit like weve get spaceship radar prater hunt woman like piranha see blue light behind loud fast main thing one get hurt see blue light behind police think discover spaceship yeah home space zodiac sign sit collect money yeah give tit dance always awake never tire come always go never yeah get attitude wrestle star panoramic hotel like dead hah suck cock job hand grenade like ambulance full might also like see blue light behind loud fast main thing one get hurt see blue light behind police think discover spaceship see blue light behind loud fast main thing one get hurt see blue light behind police think discover spaceship', 'everybody black see future pink ask everything fine child utopia city roll forward transit pod sun shine block will want party move yeah program boot yeah know yeah grass green taste good black white straight gay yeah love everyone yeah power people yeah yeah woman rule world woo see future pink future pink good child yes right child everybody black see future pink ask everything fine child thing look purpose invent yes see future pink ask everything fine child binge pink mirror drink ice cream pink grapefruit gin ice cream pink grapefruit gin ice cream pink grapefruit gin yeah yeah musk mar project cold sweaty discover bike future flex everything awesome fresh music fresh water everyone cool neighbor tax rich nobody need snappy woof cattle farmer let sow cheap place downtown draw way like see sky blue sweetie future might also like everybody black see future pink ask everything fine child thing look purpose invent yes see future pink ask everything fine child thing look purpose whats invent yes see future pink ask everything fine child binge pink mirror drink ice cream pink grapefruit gin future see future pink yeah yes yes everybody black see future pink ask everything fine child see future pink yeah plus drink yeah yeah yeah yeah yeah yeah ice cream pink grapefruit gin ice cream pink grapefruit gin ice cream pink grapefruit gin ice cream pink grapefruit everybody black see future pink ask everything fine child see future pink yeah plus drink yeah yeah yeah yeah yeah yeah ice cream pink grapefruit gin ice cream pink grapefruit gin future see future pink yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah', 'hey good beat man hey yeah hey get pair new sneaker shoe box outside walk hood smile buy blue meet brother corner hell roll another one chi whole day park pour beer stomach really anything yes life good give tattoo roll boo one two three four shoot bar give two three cope yes life mean well brother every day molle stomach get arm yes wake morning even live party complain yes life mean well brother every day molle stomach get arm yes wake morning even live party complain yes get drink couple plastic cup bottle air get pack break soon full throttle hood live moment even forget vintage edible show face family sip live wild live well live well want sleep night call night call remember climb fence climb fence today whole club house might also like yes life mean well brother every day molle stomach get arm yes wake morning even live party complain yes life mean well brother every day molle stomach get arm yes wake morning even live party complain complain', 'define yeah one kind mash mind get decline lord baby crazy way beautiful girl never work suicidal suicidal say damn babe come handsome jet bless know pull towards look red wine red rise heart cold dinner two outfit high class tomorrow shirt bed give key come yeah body perfect dirty ting candlelight yeah yeah drink kiss late night everything price yeah yeah leave right envy tip champagne cup ice babe two completely night beautiful girl dream person keep eye beautiful girl always babe stand behind safe beautiful girl dream person keep eye beautiful girl way beautiful girl never work suicidal suicidal say damn beautiful girl dirt theyll suicidal suicidal say damn see ticket low might also like gaze shine pull towards today keep warm babe forget time bed get sleep kiss soft love hard body dream look pack beautiful girl late night roll truck yeah will good give dream babe drink kiss house dress black black yeah yeah girl time stand hold babe two beautiful girl dream person keep eye beautiful girl always babe stand behind safe beautiful girl dream person keep eye beautiful girl way beautiful girl never work suicidal suicidal say damn beautiful girl dirt theyll suicidal suicidal say damn go', 'take look inside heart room room would hold breath get one knee get one knee want hold look good enough look good enough ever feel would ever picture would ever picture every time pull hair well fear fear find ugly one day disappear whats point cry even never even love ever want ever good enough ever good enough boy liar boy liar see look boy boy liar boy liar see look boy good good good good good good good good say good enough bout huh tell there one fun girl bum like boy cap home know like bet back bout cause know fat damn huh phone like send pin cause know hit gon respond sleep enough without eat enough without huh speak mean huh like sneaky might also like boy liar boy liar see look boy boy liar boy liar see look boy good good good good good good good good', 'early there message phone mother say please come home fear worst could leave behind there much say there little time say someone who whole damn life give name colour eye see face look mine say could always saw best right wrong always side life without like saw way eye promise make sure alright say someone who whole damn life give name colour eye see face look mine say there way could ever let steal time start always friend someday make hold light hold light say someone who whole damn life give name colour eye see face look mine say see dean lewis ticket low might also like say', 'honest want hand body make heart beat fast wave want honest want hand body make heart beat fast wave want want honest want want honest want hand body make heart beat fast wave want honest want hand body make heart beat fast wave want want honest might also like honest want hand body make heart beat fast wave want', 'throw party throw party yeah throw party well move like lightning count three turn light say come put hand there one live make alive load sun come getaway car two young lover girl straight town will undercover undercover undercover say green green grass blue blue sky better throw party day die green green grass blue sky better throw party day together eve girl much another apple thief yeah genius genius watch learn set world fire watch sucker burn load sun come getaway car two young lover girl straight town will undercover undercover undercover might also like say green green grass blue blue sky better throw party day die green green grass blue blue sky better throw party day die throw party hey throw party yeah throw party woo day die throw party hey throw party babe throw party day die load sun come getaway car two young lover girl straight town will undercover undercover undercover say green green grass blue blue sky better throw party day die green green grass blue blue sky better throw party day die green green grass blue blue sky better throw party day die green green grass blue blue sky better throw party day die', 'remind damn business try find better leave alone surprise really think could care really like find somebody else could anyone else fret ever see never meet one thing angry jerk treat like worth fret ever see meet happen watch happen fret ever see never meet one thing angry jerk treat like worth remind damn business try find better leave alone surprise really think could care really like find somebody else could anyone else fret ever see never meet one thing angry jerk treat like worth fret ever see never meet happen watch happen fret ever see never meet one thing angry jerk treat like worth might also like', 'leave house come home leave house sleep rhythm always see sun rise babe love style look take home hardly walk straight cause night babe know hate hit plug ask hash know think throw everything away hand yeah night babe know hate hit plug ask hash know think throw everything away hand dark circle eye yes thousand thing think even sound like right much wonder sing tell love pain voice look hell sky yes baby sharp blade vision blurry every even think lot thing help unfortunately glass drink gin like water wind way deep yes think there help pretty full always feel empty last time home long time might also like cause night babe know hate hit plug ask hash know think throw everything away hand yeah night babe know hate hit plug ask hash know think throw everything away hand night team get greet brother handshake need sleep chase dream every day grateful also break yes mix feel booze yes call although name actually quite different never sorry otherwise yes come home tomorrow baby safe differently high cause night babe know hate hit plug ask hash know think throw everything away hand', 'love like brother treat like friend respect like lover could bet never sweat could bet never sweat yeah yeah yeah could bet never sweat could bet never sweat yeah cash rubber band match fuse boom painter baby could muse reporter baby could news cause cigarette smoker raise bet cause joker check chalk could blackboard talk walk even sky come even sun shine get faith put pretty little hand mine even wire babe even die could baby simple plain cause love sure thing yeah could bet never sweat yeah yeah could bet never sweat could bet never sweat could bet never sweat might also like could lover fighter babe blunt could lighter babe fire writer baby could quote yeah lyric baby could note record saint sinner prize winner deserve paper baby pen say one cause ten real pretend even sky come yeah yeah yeah yeah yeah yeah even sun shine get faith put pretty little hand mine could bet never sweat even wire babe could bet never sweat even die could bet never sweat could baby simple plain could bet never sweat cause love sure thing yeah rock babe let hold arm talk babe rock babe let hold arm talk babe love simple pie baby sure thing sure thing sure thing yeah yeah yeah yeah sure thing could bet never sweat even sky come yeah could bet never sweat even sun shine could bet never sweat get faith could bet never sweat put pretty little hand mine could bet never sweat even wire babe could bet never sweat even die could bet never sweat could baby simple plain could bet never sweat cause love sure thing could bet never sweat love like brother could bet never sweat treat like friend could bet never sweat respect like lover could bet never sweat', 'yeah cause girl player yeah yeah cause girl player keep player baby cause girl player bitch money around world cause girl player know top penthouse suite take test drive leave lot time money spend watch hold titty white tee see thong tight jean rock finger like get another aint like yeah bout catch another flight yeah apple bottom make bite yeah good night good night hold know know break let could anybody miny cause could want yeah cause girl player yeah yeah cause girl player keep player baby cause girl player bitch money around world cause girl player phone one get like four yeah first class like valedictorian come long way rag rich bitch yeah taste delicious let lick plate yeah make dish news cause bitch go might also like yeah bout catch another flight yeah apple bottom make bite yeah good night good night hold know know break let could anybody miny cause could want yeah cause girl player time let know girl player keep player baby cause girl player bitch money around world cause girl player', 'say baby sorry mean hurt turn water wine many plan never lose love hurt one day long yes know handle many plan never lose love hurt love hurt like way today nice hurt go one thousand one need give break take drug come home yes lie bed feel emptiness lose yes say baby sorry mean hurt turn water wine many plan never lose love hurt one day long yes know handle many plan never lose love hurt love hurt yes top want yes feel nothing empty yes hard let long time since best time stay cry matter wrong yes miss screw miss kick panic stupid drive straight insane get ice thing cold two yes yes might also like know love love yeah worry drug woman yes say trust know even love hurt yes give say baby sorry mean hurt turn water wine many plan never lose love hurt one day long yes know handle many plan never lose love hurt', 'bear yes bear yes one two three boy fight awesome right horde live teeth gold yes stand roll joint blow life speak german yes man happy new yes raw meat ear yes yes death high front jeep whoa cool play song begin yeah song style paint number black silver silver push pedal street sign bitch mood picture mood yes come park buy handful packet paper full brim yes table tennis table golden smile prick woo whole bag full boy high high three three sun drum full lead swish put fly district yes page fresh clean pimple yes gun beef lie bush wrap would give love fist full blood jean full piss everyone know team clique plan never see line crackle theyre listen yes drive town half bun salmon exhaust like paint everything fit nothing beautiful bass happy pay tit yes heart even one make starry sky who jail yes might also like come park buy handful packet paper full brim table tennis table golden smile prick whole bag full boy high three three sun drum full lead sip whiskey slice pizza crystal glitter fish market bitch giggle shy look look make money chicken murder sell fry bitch suck rim twenty year back ping pong table glitter question matter hah alright come show yeah everything need minute yes anything give state yes park quark woo yeah come park buy woo handful packet paper full brim table tennis table golden smile prick whole bag full boy high three three sun drum full lead', 'hey hey hey good see come dude let yeah let alright alright alright alright return mack get look better way get bed instead get hit get thrift shop little bite humble little bite cautious somewhere like rocky sweater game nope nope copy yeah bad moonwalking party posse broadway way grow music shed skin put bone everything record yet let stage light shine get bob barker suit game style money stay craft stick around pound torch put town trust independent chase dream since fourteen halfway cross city back back pack pack fat fat cat cat label tell hey hey hey give people spread across country hey hey hey label tell hey hey hey give people spread across country hey hey hey back moment tonight night well fight til put hand like ceiling hold like ceiling hold back moment tonight night well fight til put hand like ceiling hold like ceiling hold kick thank yeah damn grateful grow really want gold front get raise stop hard like get heartbeat eat beat like give little speed great white shark shark week raw time go deuce get world see girl see make believer never ever throne validation come give back people sing song like raise hand party hey hey hey come live life like nobody watch hey hey hey get city right behind fall get hey hey hey learn failure gain humility hey hey hey keep say might also like back moment tonight night well fight til put hand like ceiling hold like ceiling hold back moment tonight night well fight til put hand like ceiling hold like ceiling hold put hand put hand let nana nana hey people sing nana nana hey hey right hey right people sing nana nana ray let people sing nana nana back moment tonight night well fight til put hand like ceiling hold like ceiling hold back moment tonight night well fight til put hand like ceiling hold like ceiling hold', 'long alive say complete failure race moonlight head toward star ready voyage walk among star long alive say do race moonlight head toward star ready voyage walk star shoulder mission flight know go hell life want never reply learn wise never take advice someone never practice say would never able develop new machine say never see light get rid distraction every time long alive say complete failure race moonlight keep advance head toward star ready voyage walk star long alive say do race moonlight keep advance head toward star ready voyage walk star road might also like havent since mother give birth thank god take responsibility prove dead wrong norm honor hero clearly ally join guy like love maybe fight let fight let find let fight put never cry choose say wise spend value people hard act say would never able develop new machine say never see light shut everything every time say complete failure long breathe race moonlight speed head toward star ready voyage walk star road say lose long alive race moonlight speed head toward star ready voyage walk star say failure long alive race moonlight keep advance head toward star ready voyage walk star road', 'see club see club see club see club see club well actin real nice see floor night aint hurt nobody give give give see work body give give give timbo party everybody put hand get half mil beat get couple never gon see day aint get upper hand way japan real producer piano man song top chart greasy one give chance somebody need tell like see club well actin real nice see floor night aint hurt nobody give give give see work body give give give could speak stop think come clear top hard hear way saw act cute let clear air air air air air air air damn improve damn improve damn improve damn improve damn improve damn improve damn improve might also like', 'back pride get ahead hit hurt least feel something scream face place get nowhere find love time end tell many tear drop hit talk try love find love time end tell many tear drop hit talk try love car wall text see blue red would long go war end bite tongue hit chin worst enemy best friend scream face place get nowhere find love time end tell many tear drop hit talk try love find love time end tell many tear drop hit talk try love ticket low might also like', 'come back last night drink three night life really hard enough everything mother feel guilty leave like could admit one smoke sting eye tavern cry sing leave poison flow let every wind like sky happen tonight song hit heart strong wind blow take love away like crazy know without cry tear cry sorrow meet mouth could admit one taj smoke sting eye tavern cry sing leave poison flow let every wind like sky happen tonight song hit heart might also like', 'keep circle small life ready filthy rich enough whether ride die want heaven life life life life life keep circle small life ready filthy rich enough whether ride die want heaven keep circle small yeah buy ticket freedom yeah alone today yeah buy ticket freedom yeah alone today yeah life yeah life yeah life life yeah life yeah life want alone today want alone today want alone today want alone today hood air force clean wear wide jean feel like early day hardly sleep wide awake vitality circle avenger take world domination today forget every second try catch like drink apple juice tetra come let party night long buy ticket freedom freedom might also like keep circle small life life ready filthy rich enough enough whether ride die want heaven keep circle small yeah buy ticket freedom yeah alone today yeah buy ticket freedom yeah alone today yeah life yeah life yeah life life yeah life yeah life', 'well never see neither ever never believe hate feel love love never believe take picture wall never want see fault save tear hate long light sell true love need first time notice breathe never cry day never yes baby karma feel like well never see neither ever never believe hate feel love love never believe two even say sorry sorry walk fog moon shin moon shin two might also like thank god sorry time see cry think heart know love mean realize deeply disappoint say please leave alone tell normal love turn hate man swear never cry tell trust already lose heart man know new exactly disappoint well never see neither ever never believe hate feel love love never believe two even say sorry sorry walk fog moon shin moon shin two', 'hey lady drop want see touch grind shy girl shake body like belly dancer hey lady drop want see touch grind shy girl shake body like belly dancer hey lady drop want see touch grind shy girl shake body like belly dancer hey lady drop want see touch grind shy girl shake body like belly dancer excuse beg pardon girl idea start girl get tingle come jingle walk see baby girl talk baby girl like pretty little touch ditty love work kitty like hey lady drop want see touch grind hey lady drop want see touch grind hey lady drop want see touch grind shy girl shake body like belly dancer hey lady drop want see touch grind shy girl shake body like belly dancer hey lady drop want see touch grind shy girl shake body like belly dancer might also shy girl shake body like belly dancer shy girl shake body like belly dancer girl must say hot gon need rain type make bang girl could anything want clown want frown want aint even drop want cause rather see shake either way girl look hey lady drop want see touch grind shy girl shake body like belly dancer hey lady drop want see touch grind shy girl shake body like belly dancer hey lady drop want see touch grind shy girl shake body like belly dancer shy girl shake body like belly dancer shy girl shake body like belly dancer', 'sun leaf wave street light shin bright lately get use dark never get close heart saw walk room sweet eye shin every little corner eye would meet suddenly see complication lonely isolation see fade away feel sunshine life little happier hold hand need love gold feel sunshine life little happier side hold hand need love weight gold weight gold might also like do ready change get new shoe smile face cause walk sunny side never leave finally start breathe complication lonely isolation see fade away feel sunshine life little happier side hold hand need love weight gold feel sunshine life little happier side hold hand need love weight gold weight gold', 'turn head wish memory would fade never turn people lie say snap finger really easy get need time one two heart three four need get heart cause might snap song say last one many last song leave lose count since june heart fire night rain put one two heart three four need get heart cause might snap might also like cause might snap one person say get might stop people snap snap snap might stop people snap one two heart heart three four need need get heart cause might might snap cause might might snap get heart yeah yeah yeah yeah heart cause might snap get heart yeah cause might snap', 'could could wear even bet make look make look make double take soon walk away call chiropractor case neck break tell gon cause bout make scene double bout turn heat make glass steam tell gon walk walk guarantee jaw drop drop cause make lot get get lady feel bop bop bop bop bop could could wear even bet make look make look yeah look good dress take hotter morning hair mess cause even hoodie bet make look make look get taste woo never aint ordinary cake tell gon walk walk guarantee jaw drop drop guarantee jaw drop drop cause make lot get get lady feel bop bop bop bop bop might also like could could wear even bet make look say make look yeah look good dress take baby hotter morning hair mess cause even hoodie bet make look say make look', 'six boy little sparkle wine girl one hundred one law rule let earn money way live never without team close apartment door party complete guest list menthol fag soda drink chick want sing soso want intimate without team sun shine curtain skin color cocaine cabin two death distribute death paper today boy fit joint let hit there never smoke without team never without without team never without without team berlin west never without without team never without without team never without without team berlin west never without without team might also like bang bang twelve oclock one oclock one two three oclock glass already twelve one party every day perform without team one take philosophy numb ask much earn per kilo chick leave chick right see echo list maxwell bring rum case best need hotel baby backstage today suppress tomorrow let sun burn beach come cop come gang come violence consistent everyone prince coma father drug clean everyone want serve topless never without team never without without team never without without team berlin west never without without team never without without team never without without team berlin west never without without team bang bang twelve oclock one oclock one two three oclock glass already twelve one party every day six boy little sparkle wine girl one hundred one law rule let earn money way live never without team bang bang twelve oclock one oclock one two three oclock glass already twelve one party every day three oclock hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey', 'party cream party cream like sunglass nose like put map flag hand flag drive half hour night west berlin aint talk love lot skip snake like clear list cousin afterwards tourist bass perversely become beast top notch celebrate like last shred say horny goat like coin flip twice get one head party cream tear list name pay discus cause theyre shop dis question party cream party cream party cream like sunglass nose like put map flag hand flag rhinestone shirt wear hardy tiny light brown crystal mate cop come park send lawn say party cream party cream tear list name pay discus cause theyre shop dis question party cream party cream tear list name pay discus cause theyre shop dis question party cream might also like party cream party cream', 'jimmy drive know get money yes yes hurt yes yes hurt thing time bad care little much would dealer drive like queen cayenne street yes blind make see none yet babe ever like say leave hurt know nobody else know every secret yes privy see diamond shin ring know stay even nobody stay get key yes get key tell get song dream like buy thousand picture yes build gallery know drive get money yes yes hurt yes yes hurt together together together might also like support everything keep hand drug yeah despite mistake yeah punish yes wait like jail sleep bed show please drive away remember baby want play matter say trust heart first serious get amber one person worth much drive yeah get money yes yes hurt yes yes yes hurt yes drive yes get money yes yes hurt yes yes hurt together together together baby together love together', 'guy like guy like sorry already catch another plane come back want another disappointment much give champion give worst version sorry baby throw away cat wolf like rookie wolf like guy like guy like big someone like mortify chew swallow swallow chew return cry beg understand fault criticize make music sorry splash leave neighbor press door debt treasury think hurt make woman longer cry woman name good person clearly sound like name good person clearly like guy like big someone like might also like love hate step come back listen zero grudge baby wish well suppose replacement even know strange even distinguish worth two go fast slowly lot gym work brain little photo see feel like hostage everything fine vacate tomorrow want bring let come name good person clearly sound like name good person wolf like guy like guy like big someone like type type like guy like guy guy like big someone like wrap bye', 'spit face love would phase spit face love would change spit face love go crazy spit face love go mad spit face love would phase spit face love would change spit face love go crazy spit face love go mad fault need anyway stumble bathroom stumble arm crank room noose backwood bitch call crazy work get guest house smoke attic right know love argue let get waste liquor taste girl touch drink know lace know say except mine mine mine mine mine crush heart say nothing break keep cut bleed gush bleed never spit face love would phase spit face love would change spit face love go crazy spit face love go mad spit face love would phase spit face love would change spit face love go crazy spit face love go mad might also like sho tell give leave everyone cold say anything show heroin shoot bone crank room noose backwood bitch call crazy work get guest house smoke attic right know love argue let get crush heart say nothing break keep cut bleed gush bleed never spit face love would phase spit face love would change spit face love go crazy spit face love go mad spit face love would phase spit face love would change spit face love go crazy spit face love go mad', 'man want world hand hate beach stand toe sand use sleeve sweater let adventure head cloud gravity center touch neck touch little high waisted short know think think one love two mouth one love one house shirt blouse find nothing wouldnt tell cause cold let hold hand hole sweater may take breath away mind there much say sometimes silence guide mind move place far away start raise minute leave hand meet waist watch face put finger tongue cause love taste yeah heart adore everyone beat inside place warm outside start pour one love two mouth one love one house shirt blouse find nothing wouldnt tell cause cold let hold hand hole sweater cause cold let hold hand hole sweater cause cold let hold hand hole sweater cause cold let hold hand hole sweater might also like cold cold hole sweater', 'trice real name gimmick record scratch two trailer park girl round outside round outside round outside two trailer park girl round outside round outside round outside woo guess who back back back tell friend guess who back guess who back guess who back guess who back guess who back guess who back guess who back monster cause nobody want see want shady chop liver well want shady give little bite weed mix hard liquor vodka heart shock get hospital doctor rock table operate hey long stop debate cause back rag know get job husband heart problem would let let let see try shut feel empty without come dip bum lip cum lip tit get ready cause get heavy settle lawsuit look like job everybody follow cause need little controversy cause feel empty without say look like job everybody follow cause need little controversy cause feel empty without might also like little hellion feel rebellious embarrass parent listen start feel like prisoner helpless til someone come along mission yell bitch visionary vision scary could start revolution pollute rebel let revel bask fact get everyone kiss disaster catastrophe see damn much well back fix bend antenna tune enter skin like splinter center attention back winter interest best thing since wrestle ear test attention please feel tension soon someone mention here ten cent two cent free nuisance send send look like job everybody follow cause need little controversy cause feel empty without say look like job everybody follow cause need little controversy cause feel empty without taskit wit anybody who talk get worse little limp bastard get fag blow know old let nobody let give signal whole list full new insult dope suspenseful pencil ever since prince turn symbol sometimes everybody want discus must mean disgust obscene yeah though first king controversy worst thing since black music selfishly use get wealthy hey there concept work twenty white rapper emerge matter many fish sea empty without look like job everybody follow cause need little controversy cause feel empty without say look like job everybody follow cause need little controversy cause feel empty without hum hum', 'love like brother treat like friend respect like lover could bet never sweat could bet never sweat yeah yeah yeah could bet never sweat could bet never sweat yeah cash rubber band match fuse boom painter baby could muse reporter baby could news cause cigarette smoker raise bet cause joker check chalk could blackboard talk walk even sky come even sun shine get faith put pretty little hand mine even wire babe even die could baby simple plain cause love sure thing yeah could bet never sweat yeah yeah could bet never sweat could bet never sweat could bet never sweat might also like could lover fighter babe blunt could lighter babe fire writer baby could quote yeah lyric baby could note record saint sinner prize winner deserve paper baby pen say one cause ten real pretend even sky come yeah yeah yeah yeah yeah yeah even sun shine get faith put pretty little hand mine could bet never sweat even wire babe could bet never sweat even die could bet never sweat could baby simple plain could bet never sweat cause love sure thing yeah rock babe let hold arm talk babe rock babe let hold arm talk babe love simple pie baby sure thing sure thing sure thing yeah yeah yeah yeah sure thing could bet never sweat even sky come yeah could bet never sweat even sun shine could bet never sweat get faith could bet never sweat put pretty little hand mine could bet never sweat even wire babe could bet never sweat even die could bet never sweat could baby simple plain could bet never sweat cause love sure thing could bet never sweat love like brother could bet never sweat treat like friend could bet never sweat respect like lover could bet never sweat', 'last night think stop baby walk want baby think know never lose road shimmer vision heat heat wave mirror road shimmer vision heat heat wave sometimes think late night middle june heat wave make happier sometimes think late night middle june heat wave make happier usually put never think today see reflection clearly screen need better life need never give fake water across road go night come sometimes think late night middle june heat wave make happier fight breathe say let better someone new alone know hurt look break cry one say might also like sometimes think late night middle june heat wave make happier sometimes think late night middle june heat wave make happier wonder sleep smile comfortable wish could give look perfectly unsad sometimes think late night middle june heat wave heat wave sometimes think late night middle june heat wave make happier sometimes think late night middle june heat wave make happier road shimmer vision heat heat wave mirror road shimmer vision heat heat wave mirror', 'head head head sandal wear defiance defiance nevertheless imitate believe dear god thank god protect wasp roll roll way baby stab better get way ten horsepower town would pleasant count wasp shell make count sheep get bomb call forget box hair one sit behind bitch like hood safari get let seventy party take picture bag pop apache stay scooter scream talk coke scooter scream apache stay apache stay apache stay apache stay tag tough one get bottom matter realize fact case call whoever want also get daddy suck cock tradition little act like party hoe see undershirt look check body bitch kilogram definition without whether like apache radio start today take picture bag pop apache stay scooter scream talk coke scooter scream might also like apache stay apache stay apache stay apache stay', 'man stand day town happy hey come say shop territory boy secret know saw grin face believe tell poof puff name younger beautiful younger beautiful see close store nice body hair poof puff younger beautiful younger beautiful might also like beautiful horny bitch beautiful horny bitch love younger beautiful younger beautiful', 'dentist dark pretty girl start conversation friend turn green magician assistant dream oh come unstuck lady run take away dark side leave hand man love sing song get lump throat cause sing word wrong there movie think like guy quit job head new york city cowboy run live highest shelf oh come unstuck see joy ticket low might also like lady run take away dark side leave hand man love sing song get lump throat cause sing word wrong know stay know way swear screen thing ever see lady run take away dark side leave hand man love sing song get lump throat cause sing word wrong lady run take away dark side leave hand man love sing song get lump throat cause sing word wrong lady run take away dark side leave hand man love sing song get lump throat cause sing word wrong yeah get lump throat cause sing word wrong', 'another banger baby calm calm girl body put heart girl sweet like tell say love dey form tell baby come get like come see fine girl party wear yellow every girl dey much girl mellow dey find situation use take tell hello finally find way talk girl wan follow come dey form wan conform start feel dey small small know say one one feel cause friend dey gum like gum dey gum like gum yeah know look shy get hip make cry move around yeah twice twice push back hold tight get taste night baby show calm calm dance take lead lead lead get high come come ask know say baby give get like come might also like reach house say make rest small make rest small wake dey mind dey mind day one day fit fit focus call say make link say make link get hand heart feel race leave say never love give promise stay risk take take baby calm calm girl body put heart girl sweet like tell say love dey form tell love love baby come get like come love', 'bah bah back maria bobby ben van want shake jaw sweat put station else tell please mother would rather big shoot boy yeah block want problem leave alone eleventh floor even winter give sunlight admit one thing wallah since go life bite hectic budget sell bubble look exit rent high pack flex flex mother want dealer different climate ask go maybe deserve grow differently neighborhood raise tight belt stop today roll freedom would question head ask nonstop give source anyone otherwise contact fall problem know miss smell lowa paper lowa want get please tell moment know might soon sit behind wall many open question want say anything might also like mother want dealer different climate ask go maybe deserve', 'keep wonder somebody darling understand stay awake night wait somebody right baby karma due like would never hate want much time like know like know music get song fell love boy feel wrong ever break never sad think everything ever break ever break call dad tell thing say ever break boy emotional cause personal way way ever break never sad think everything ever break live wonderland think understand put girl white dress big winter wed something want true yeah pack drama selfish dilemma something undo might also like like would never hate want much time like know ever break never sad think everything ever break ever break call dad tell thing say ever break boy get emotional cause personal way way ever break never sad think everything ever break', 'get higher life like remedy touch like ecstasy know fight chemistry might control feel like nobody know behind shadow cause there one better cause without get higher life like remedy touch like ecstasy know fight chemistry get higher life like harmony single melody know fight chemistry like turn light like bring color life longer lonely night night make shine like star sky cause there one better cause without might also like get higher life like remedy touch like ecstasy know fight chemistry get higher life like harmony every single melody know fight chemistry get higher life like remedy touch like ecstasy know fight chemistry get higher life like harmony every single melody know fight chemistry', 'like favorite song go round round head like favorite song go round round head five day freeway shotgun yeah yeah two heart fast lane big dream blue yeah yeah sweet child mine feel line hey long long ago love wrong late turn around hey long like song go round round head like favorite song go round round like favorite song go round round head like favorite song go round round head hey hey hey hey hey hey hey hey hey hey hey hey hey long day feel aint blue yeah yeah get one day come yeah yeah lose city light cause sleep tonight might also like hey long long ago love wrong late turn around hey long like favorite song go round round head like favorite song go round round head like favorite song go round round head like favorite song go round round head hey hey hey hey hey hey hey hey', 'time think bathroom look face mirror need wait reaper take life never get alive live thousand life patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone get feel soul ahead throw stone cause there magic bone stick gray black white never wrong til right like boulder vulture flame bed patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone bone get feel soul ahead throw stone cause there magic bone see imagine dragon ticket low might also like cause there magic bone look mirror mind page life path many pace time drown voice air one never piece sky patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone magic bone get feel soul soul ahead throw stone cause there magic bone mind mind mind mind mind mind cause there magic bone', 'para para paradise para para paradise para para paradise hey moment catch moment wait check real real thousand people front eye think endless thousand people believe thousand woman perfect aha cross border heart show make love authentic take hand look eye think love love take hand look eye see galaxy galaxy something else work wait fly fly think deserve yes know love two paradise eye galaxy galaxy yes know love two paradise eye galaxy para para paradise para para paradise para para paradise para para paradise para para paradise para para paradise might also like yes real real doubt share bed believe two around world whole world there one else like like let check aha world full hate people really love really love really love see different perspective aha afraid deep get lose eye long fine protect long yes know love two paradise eye galaxy yes know love two paradise eye galaxy para para paradise para para paradise para para paradise para para paradise para para paradise para para paradise shed dream para', 'yeah yeah two yeah yeah drink dope turn superhero yeah yeah hit turn superhero yeah yeah super turn superhero yeah yeah young trust gon shoot dope flow switch flow yeah yeah switch flyer parachute pole oil yeah yeah candy cup get king street yeah young make crowd grave aint problem bitch star get rich better take war yeah piss casket shoot broad nasty roll gar bitch get graphic car get brand new tomorrow put brand new arm aint move slow oil tennis bracelet come frost frost link way jaw way step swag step broad two dollar half one hundred like coupon tell begin upper echelon get untouchable get represent money multiple top chart unapproachable bread loaf turbo motor another vulture sell bowl bitch yoga deserve award serve boulder hundred grand large shop total garage bitch aint aint jump get drop top go crazy push smoke haze floss shade might also like candy cup get king street yeah young make crowd take grave aint problem bitch star get rich better take war yeah piss casket shoot broad nasty roll gar bitch get graphic car get brand new tomorrow put brand new arm aint move slow oil tennis bracelet come frost frost link way jaw way step swag step broad dark knight feel die hero live long enough see become soon bring weight world sit shoulder hold crown aint get cape save hate yeah rather see drown yeah world keep like one one see who really yeah who who live long enough see become', 'remind damn business try find better leave alone surprise really think could care really like find somebody else could anyone else fret ever see never meet one thing angry jerk treat like worth fret ever see meet happen watch happen fret ever see never meet one thing angry jerk treat like worth remind damn business try find better leave alone surprise really think could care really like find somebody else could anyone else fret ever see never meet one thing angry jerk treat like worth fret ever see never meet happen watch happen fret ever see never meet one thing angry jerk treat like worth might also like', 'rock yeah shake damn damn make another hit aint want aint want aint want block rock shake rock yeah shake get shake hit tie shake gon shake stand money know size shake pick side better choose wisely shake high one two three four throw five shake high damn damn one two three four throw five make another hit aint want aint want aint want shake damn shake shake shake shake shake shake shake shake shake might also like', 'use rule world sea would rise give word morning sleep alone sweep street use use roll dice feel fear enemy eye listen crowd would sing old king dead long live king one minute key next wall close discover castle stand upon salt sand hear bell cavalry choir mirror sword shield missionary foreign field reason explain youd go never never honest word world see ticket low might also like wicked wild wind door let window sound drum people could believe become revolutionary wait head silver plate puppet lonely string would ever king hear bell cavalry choir mirror sword shield missionary foreign field reason explain know saint peter would call name never honest word world hear bell cavalry choir mirror sword shield missionary foreign field reason explain know saint peter would call name never honest word world', 'time heart tell clear stay tune stay tune twelve night eleven night san eleven night like airplane like like travel like like morning like like wind like like dream like like sea like go know go know go lose time heart like bike like like run like like rain like like come back like like marijuana like like like like mountain like like night like go know go know go lose time heart might also like twelve one minute like dinner like like neighbor like radio clock one morning like kitchen like like charm like like guitar like like like go know go know go lose time heart like cinnamon like like fire like like wiggle like like like like like like chestnut like like like go know go know go lose time heart go know go know go lose time heart go know go know go lose time heart time heart time heart time heart time heart time heart four oclock bin ban bin bon ban bin ban bin bon ban bin ban bin bon ban radio clock five morning everything shine gold infallible remedy', 'may attention please may attention please real slim shady please stand repeat real slim shady please stand problem act like never see white person jaw floor like pam like tommy burst door worse first furniture return wait way say think say nothing idiot dead lock basement feminist woman love slim shady sick look around yeah cute though yeah probably get couple screw head loose worse whats parent bedroom sometimes get let loose cool green hump dead moose bum lip bum lip lucky might give little kiss message deliver little expect know woman clitoris course theyre know intercourse time hit fourth grade get discovery channel aint cannibal cut people open like hump dead animal antelope there reason man another man elope feel like feel get antidote woman wave sing chorus slim shady yes real shady slim would real slim shady please stand please stand please stand cause slim shady yes real shady slim would real slim shady please stand please stand please stand smith cuss rap sell record nope well think give damn half critic even stomach let alone stand slim win wouldnt weird guy could lie get sit next spear better switch chair sit next durst hear argue give head first little bitch put blast yeah cute think marry kim audio show whole world give sick little girl boy group annoy send destroy there like cuss like give like dress like walk talk act like might next best thing quite might also like cause slim shady yes real shady slim would real slim shady please stand please stand please stand cause slim shady yes real shady slim would real slim shady please stand please stand please stand like head trip listen cause joke friend inside room difference get ball say front false get spit whether like admit better ninety percent rapper wonder eat album like funny cause rate go thirty person nurse home flirt pinch nurse ass whole bag work every single person slim shady could work king onion ring park lot circle scream give window system real shady please stand put one finger hand mind control one time loud slim shady yes real shady slim would real slim shady please stand please stand please stand cause slim shady yes real shady slim would real slim shady please stand please stand please stand cause slim shady yes real shady slim would real slim shady please stand please stand please stand cause slim shady yes real shady slim would real slim shady please stand please stand please stand guess there slim shady let stand', 'could take photo moment day believe love get steal cause there exception know time take far let night invade lung breathe right beside lake burn burn kiss way would die tonight hold way would final time whatever may come somewhere deep inside there always version kiss way would die tonight die tonight yeah secret moment promise theyll safe weve break there exception carry gracefully see ticket low might also like let night invade lung want breathe right beside lake burn burn kiss way would die tonight hold way would final time yeah whatever may come somewhere deep inside there always version kiss way would die tonight die tonight yeah let night lung breathe right beside lake burn burn kiss way would die tonight hold way would final time yeah whatever may come somewhere deep inside there always version kiss way would die tonight die tonight yeah die tonight yeah die tonight yeah', 'take arrow heart never mouth taste like strawberry yeah want lipstick guitar engine drive real far underneath star yeah want get like guy kiss eye drink smile feel like like soul fire stay day night yeah get like love like close give shiver baby dance til sunlight crack say party well bring right back well say love like close give shiver baby dance til sunlight crack say party well bring right back car moonlit dark wrap leg arm get enough know could tear apart put back together take heart never think could love hard get enough get like might also like guy kiss eye drink smile feel like like soul fire stay day night yeah get like love like close give shiver baby dance til sunlight crack say party well bring right back well say love like close give shiver baby dance til sunlight crack say party well bring right back baby burn hot make shiver fire get thing want stop know make baby burn hot make shiver fire get thing want stop know make shiver yeah get like love like close give shiver baby dance til sunlight crack say party well bring right back well say love like close give shiver baby dance til sunlight crack say party well bring right back hey', 'go time fear there one save nothing really get way drive crazy need somebody hear somebody know somebody somebody hold easy say never guess way pain day nightfall get let guard rug get use someone go time fear there one turn nothing way love get sleep without need somebody know somebody hear somebody know feel easy say never guess like way help escape day nightfall get let guard rug get use someone tend close eye hurt sometimes fall arm safe sound come back around day nightfall get let guard rug get use someone day nightfall get let guard rug get use someone let guard rug get use someone might also like', 'bitch gay hit man top try see man topless even stick gay say love swing way celebrate trap day somebody tell cat indulge grey see bulge see motion clap back back female wrong dom pack post location go slip let know know life value life imagine die die aint make hundred yet there much thing aint do yet like flight attendant huh party might attend kick back sometimes wonder life never take risk would would town month absence make love grow rap mention name talk bout genre alright bitch gay hit man top try see man topless even stick gay say love swing way way celebrate trap day bitch gay hit man top try see man topless even stick gay say love swing way celebrate trap might also like', 'daily scene street violence take place heart eighteenth district link cigarette smuggle thief deal mentality problem recent year problem arrival unemployed exile spend day whirlwind traffic purchase track mentality either shoot shoot live learn mentality either shoot shoot live learn child favorite toy toy gun play every pocket count many year devil advocate want collaborate know end first traffic light find shell brain grow hurry none wait take yeah live life live life long die rich die street get either shoot shoot live learn pow get shoot shoot live learn pow child toy remember toy miss bread miss everything else lack ball brother wear yeah yeah wallah go back street never go back poor know want come back baby would come back business count money stand yeah yeah tolerate talk lot talk little lot talk lot nothing talk lot lot speak precisely people fra keep eye fra careful yeah number find one put safe whoever stand front leave front put whoever behind remain behind without future might also like number number someone street one ready brother two make war work pew get either shoot shoot live learn mentality shoot shoot live learn pow', 'know better someone else someone else hold hold love love someone hurt fell love drink hell say get stick bed everything fast ready zero hundred crash never say type try cause know lie lie lie one night right back one night bed take back word say know better someone else someone else hold hold love love someone hurt know find someone give love need know better someone else cause someone yeah yeah hard swallow truth think back feel like run gas ride keep two know late turn around turn around let sun sun tell feel one night right back one night one night bed one night take back word say might also like know better someone else someone else hold hold love love someone hurt know find someone give love need know better someone else cause someone know better someone else someone else hold hold love love someone hurt yeah know find someone give love need know better someone else know know know cause someone know better someone else cause someone', 'another banger baby calm calm girl body put heart girl sweet like tell say love dey form tell baby come get like come see fine girl party wear yellow every girl dey much girl mellow dey find situation use take tell hello finally find way talk girl wan follow come dey form wan conform start feel brown bum warm dey small small know say one one feel insecure cause friend dey gum like gum dey gum like gum baby calm calm girl body put heart girl sweet like tell say love dey form tell baby come get like come reach house say make rest small make rest small wake dey mind dey mind day one day fit focus fit focus call say make link say make link start dey tell feel heart dey race baby girl leave love get many girl wey put heart pain feel pain yeah yeah might also like baby calm calm girl body put heart girl sweet like tell say love dey form tell baby come get like come', 'walk valley shadow death take look life realize there leave cause long even think mind go aint never cross man deserve like punk know unheard better watch might line chalk really hate trip croak see pistol smoke fool little like knee night prayer life paradise life paradise keep life paradise keep life paradise look situation get live normal life raise state hood team much television get dream educate fool money mind get ten hand gleam eye set banger arouse anger fool death aint heartbeat away life die say live see way thing know tell blind see one hurt life paradise life paradise keep life paradise keep life paradise might also like power money money power minute minute hour hour half aint kitchen know whats say learn nobody teach understand reach guess guess would guess know life luck fool life paradise life paradise keep life paradise keep life paradise tell blind see one hurt tell blind see one hurt', 'put worst mood cleaner church shoe point two hurt red lamb tease none toy lease make whole year week yah main bitch league side bitch league house empty need centerpiece twenty rack table cut ebony cut ivory skinny piece clean face man love baby money need aid bout see shade switch style take lane switch cup pain look do look do every day try test every day try end pull roadster pocket overweight hefty king far cry come alive fall time competition really listen blue new edition see ticket low might also like house empty need centerpiece twenty rack table cut ebony cut ivory skinny piece clean face man love baby money need aid bout see shade switch style take lane switch cup pain look do look do let brag legend fall take year like bandit buy crib brand new wagon hit grocery shop lavish star trek roof wraith khan girl get loose hear song hundred dash get close god pray love pray car house empty need centerpiece twenty rack table cut ebony cut ivory skinny piece clean face man love baby money need aid bout see shade switch style take lane switch cup pain look do look do look do look do', 'nan', 'pack nine cause aint like lay run shoot nine fifteen round pack nine cause aint like lay run shoot nine fifteen round pack nine cause aint like lay run shoot nine fifteen round pack nine cause aint like lay run shoot nine fifteen round get cloud murder murder mind get cloud murder murder mind clip extra clip swift sock see put body bout drop cheese try ease grab pack nine cause aint like lay run shoot nine fifteen round get cloud murder murder mind get cloud murder murder mind murder murder mind get cloud murder murder might also like', 'love life ich money band bless trophy sie ist mir sie ist holy money purple mein stack codeine band yeah foreign bitch bad pay cash lotus cash young drip god god know god spit verse like poet poet factory hater yeah say sorry land hit palm angel hit line penthouse yeah hundred rack party hundred plan bout cash bargain yeah top artist yeah bag full narcotic bag hear horse start vehicle port better cross margin cross border break could afford ich money band bless trophy trophy sie ist mir sie ist holy sie ist holy money purple mein stack codeine ich money band bless trophy sie ist mir sie ist holy money purple mein stack codeine might also like sind gib mir cash die enemy gib mir sie jet hah tec die trap trap trap neck love life sie stay high wir sind stay high gun sind die diamond flawless ich money band bless trophy trophy sie ist mir sie ist holy money purple mein stack codeine stay high ich money stay high band bless trophy sie ist mir sie ist holy sie ist money purple mein stack codeine love life', 'sell tour rap since corona fence club play show one deal play poker brother never use broker sell tour rap since corona fence club play show one deal play poker brother never stock exchange use broker summer make good coal club visit deal like floor yeah winter rehearse tour life satisfy like school grade drop sell show shortly deadline create cover mobile phone trend make money dad business personal split like parent eight thirteen think whatnot bang voice break throat go tenth grade fat bun mouth like shoot bus sell tour rap since corona fence club play show one deal play poker brother never use broker sell tour rap since corona fence club play show one deal play poker brother never stock market use broker para yok flap pocket yes chi put neck steal bottle strong heartbeat next day fun release stuff say song know could work way cap yes vision like math might also like sell tour rap since corona fence club play show one deal play poker brother never use broker sell tour rap since corona fence club play show one deal play poker brother never use broker', 'buy zip weed hit club pay bout ten get crunk light bitch yeah know walk around world damn bout foot land yeah get mush yeah biggest put chicken wing pussy hit rich flex drop bar pussy yeah talk neck thing thing thing thing yellow diamond watch cost lot never send bitch dot get shoot vanish mode lot take panty bitch plot aint hoe bust aint aint ready pull trigger clutch know period baby suck savage smack booty magic slap pussy ratchet pussy might slap tracker whip get pussy call eve bitch call daddy bitch call uncle bitch call always ear flea post gun use foot like athlete get might also like hoe hoe need remember slaughter gang get dick girl busy need find someone else call bank account get low need find someone slaughter gang murder gang slaughter gang murder gang stick stone chrome chrome clone get phone pussy feel alone nan young money use roll house bad bitch like steady push tell kiss club use want woe run like couple day rapper love know know come heel leave cozy every like rip swear eat ten cake get lot love twelve reciprocate division stay late knife gate baccarat plate see drake underestimate take vet rookie mistake slaughter gang murder gang slaughter gang murder gang slaughter gang murder gang god boy look man boy man hear', 'day ache night long two year go guess hold drag name dirt somehow hurt though guess hold tell friend want dead say everything wrong wrong well take vitriol think move cause ready find know forget rather hear much regret pray god never meet forget hate know make cry love know cross mind babe even wreck find know forget even time might also like day ache night grey heart place babe guess feel know stand face scar erase babe guess feel well take vitriol think move cause ready find know forget rather hear much regret pray god never meet forget hate know make cry love know cross mind babe even wreck find know forget even time ready let forget let forget let ready let forget let forget let even time ready let forget let forget let ready let forget let forget let cause ready find know forget rather hear much regret pray god never meet forget hate know make cry love know cross mind babe even wreck find know forget even time', 'think much neck lose cry go carry everything burn car see burn destroy love break door window see hold tight like hold love dream night dream night hold like hold break nothing make special give problem live make small want back time take care think never recognize way break door window see hold tight like hold love dream night dream night hold like hold break might also like hurt bad never tell neither one cry secretly could everything think could work know could work break door window see let like love dream night dream night let like break', 'people show line row push funny hard try know friend mine share wisdom ever get lonely time time let system get big city life try get pressure ease matter hard try big city life heart base right pon case big city life try get pressure ease matter hard try big city life heart base right pon case know friend mine share wisdom ever get lonely time time let system get big city life try get pressure ease matter hard try big city life heart base right pon case let system get big city life try get pressure ease matter hard try big city life heart base right pon case big city life try get pressure ease matter hard try big city life heart base right pon might also like', 'forget normal love let get many song write night hey yes take piece heart tell babe fair forget normal love let look mistake instead miss know exactly often hurt fact twist maybe check later never see someone like hey head full drink empty someone story heart break cannot break back forth explain hour hope forget someday lie awake ask sleep wait write say cause go hundred thousand time far forget normal love let get many song write night hey yes take piece heart tell babe fair forget normal love let might also like want want want want want want know last see guess would winter let eat something better time swear would like last time drink white wine moonlight high soul dead want nice guy one like want life show way home write stanza lie awake ask sleep wait write say cause go hundred thousand time far forget normal love let get many song write night hey yes take piece heart tell babe fair forget normal love let', 'river drink thumb go air sing wind sing thunder river drink thumb go air sing wind sing thunder get fire raisin higher bottle top time get wild life control together river drink thumb go air sing wind sing thunder river drink thumb go air sing wind sing thunder river drink thumb go air sing wind sing thunder river drink thumb go air sing wind sing thunder rock rock party til last shoot jug raise cup chug chug better take nonstop hey come drink last drop please let place end hall fame let get ready drink game come sip last drop might also like river drink thumb go air sing wind sing thunder river drink thumb go air sing wind sing thunder river drink thumb go air sing wind sing thunder river drink thumb go air sing wind sing thunder', 'cold heart human sign thing wrong scent temptation strong cold cold heart thing better baby think long long time til touchdown round find man think home say well think keep cold cold heart thing better baby think long long time til touchdown round find man think home say well think keep might also like cold cold heart thing better baby think long long time til touchdown round find man think home say think long long time til touchdown round find well think keep man think home', 'higher gnat gun blaze feat sly premonition unaccommodating feat young gon learn feat white gold adventure moon man slim shady interlude night feat deep feat juice darkness leave heaven feat grey yah yah feat black think marsh never love little engine lock feat farewell regret feat feat crook ringer lucky feat skit normal call skit step stone alike feat kamikaze fall nice guy good guy feat venom music motion picture logic homicide feat lose mile collapse feat real slim shady rap god without mockingbird go afraid river feat feat way sing moment need doctor feat grey closet love way lie feat forget feat beautiful superman feat name like toy soldier shake feat man lose monster feat space bind crack bottle feat cent love feat make whats difference feat white like legacy write feat smack feat head survival cent bank know drop world feat lie role model bitch please feat snoop drake west forever cent patiently wait feat believe nowhere fast feat castle remind bad husband feat ambassador renegade feat guilty conscience bad guy arise tragic end feat might also like', 'high baby yeah yeah talk want tell something know hear cause know want baby think want think love baby think love oh save girl come world grow together let let love unfurl know want baby know want call superman rescue save girl come world boy drive crazy bitch make hurl call superman leap tall hoe single bind single get ring finger never let another chick bring relationship save bitch make sick superman aint savin girl jump dick straight hip cut chase tell slut face play game say name ever since break different man kiss kiss lip bitch ask kiss dick get cash rather whip put put would get push pus poppin wouldnt piss fire put nice buy ice bitch wouldnt buy life new wife fly twice might also like know one thing though bitch come maybe love one day maybe well someday grow til sit drink runway superman superman superman superman superman superman superman superman superman get wrong love hoe secret everybody know yeah far buddy well friend call chase around every bar attend never know car well see much want neither flip see guy much pride jealous man female lie guess slut could ever two never love enough trust meet know one thing though bitch come maybe love one day maybe well someday grow til sit drink runway cause superman superman superman superman superman superman superman superman superman cause superman superman superman superman superman superman superman superman superman know want baby think want think love baby think love save girl come world grow together let let love unfurl know want baby know want call superman rescue save girl come world boy drive crazy bitch make hurl first thing say around big star day see big deal anyway plain old yeah girl run jade love name love tattoo whats say rot piece great first know grow partial ammo arsenal slap bar stool another lawsuit leave across good lordy must go water bottle want girl damn bad touch grab end two backhand put anthrax slap til stand girl chance mean ruin plan know one thing though bitch come maybe love one day maybe well someday grow til sit drink runway cause superman superman superman superman superman superman superman superman superman cause superman superman superman superman superman superman superman superman superman know want baby think want think love baby think love save girl come world grow together let let love unfurl know want baby know want call superman rescue save girl come world boy drive crazy bitch make hurl cause superman superman superman superman superman superman superman superman superman cause superman superman superman superman superman superman superman superman superman', 'good gold dream sell right til build home watch burn leave lie cry buy flower write name sand talk hour say thing understand take dance hold hand yeah love better love better love better baby love better love better baby paint nail match rise leave remorse regret forgive every word say leave baby fight cry buy flower write name sand talk hour yeah say thing understand take dance yeah hold hand yeah love better love better love better baby love better love better baby love better love better baby love better might also like leave fight cry buy flower write name sand talk hour yeah say thing understand better take dance yeah hold hand yeah love better yeah love better love better love better baby love better love better baby love better love better baby love better', 'fan even though salty hate see broad know happy hate see happy one mature mature mature get therapist tell there men want none want one might might best idea new next get might love though rather jail alone get sense lose cause get sense might really love text gon evidence text evidence try ration murder crime passion damn reach farmer market perfect peach amazement patience get beat mature mature mature get therapist tell there men want none want one might might best idea new next get might love though rather jail alone see ticket low might also like love love drug drug sober love love drug drug sober know gon tonight will best idea idea will next get will love though rather hell alone', 'take look inside heart room room would hold breath get one knee get one knee want hold look good enough look good enough ever feel would ever picture would ever picture every time pull hair well fear fear find ugly one day disappear whats point cry even never even love ever want ever good enough ever good enough boy liar boy liar see look boy boy liar boy liar see look boy good good good good good good good good say good enough bout huh tell there one fun girl bum like boy cap home know like bet back bout cause know fat damn huh phone like send pin cause know hit gon respond sleep enough without eat enough without huh speak mean huh like sneaky might also like boy liar boy liar see look boy boy liar boy liar see look boy good good good good good good good good', 'diamond meet bar twelve something order two wine cause tonight want little context care listen find position man love sit last night tell dumb decision feel heart fact feel stick town simple mission little black dress heart break bitch high heel six inch back champagne trust bitch back taxi cocaine drink call drink text drink tear drink sex man page back back bar hotel old way cause feel last night feel last night doctor doctor anything please doctor doctor mercy take pain away symptom doctor feel toke joint steam back way like hour since dead get new man get sweaty last night really cherry cake dark day lately excuse state high hope make bed get hot take step back see glass least already actin like dick know mean might well stick might also like heart break bitch high heel six inch back champagne trust bitch back taxi cocaine drink call drink text drink tear drink sex man page back back bar hotel old way cause feel last night feel last night doctor doctor anything please doctor doctor mercy take pain away symptom doctor feel cause feel like felt last night feel like felt last night peace thing change last night naked leave naked come yeah reach touch numb feel way toast street small way run yeah never escape sunset maze symptom doctor feel feel last night feel last night doctor doctor anything please doctor doctor mercy symptom doctor feel feel last night feel last night feel last night lipstick smudge like modern art know who car highway will liquor feel leave everyone love read will secret stranger bed remember nothing there nothing regret kick drum head', 'mummy know daddy get hot body shop something unholy like like yeah like like yeah yeah yeah like like yeah like like yeah lucky lucky girl get marry boy like shed kick ever ever know bout tell dirty dirty boy know everyone scene hear bout place know keep business clean mummy know daddy get hot body shop something unholy sit back poppin yeah put slowly leave get mummy know daddy get hot body shop something unholy woo daddy daddy want drop yeah yeah give love give daddy gon need bag cause rodeo woo watch back go yeah get get like always call cause never cause drama drama want baby know get cover yeah yeah need baby jump cover yeah mummy know daddy get hot hot body shop shop something unholy sit back poppin yeah put slowly leave get mummy know daddy get hot unholy body shop something unholy unholy might also like unholy unholy yeah yeah', 'believe man want somebody say saw person kiss would never ask keep know keep low cause heart take please let show baby know yeah think hold eye believe need know truth baby keep know keep low cause heart take please let show baby know touch better touch better watch fall asleep watch fall asleep show thing use better way better way aint say say thing come back might also like cuffin like precinct housewife sneaky link get rid round type rover girl use ride dink one put god fashion nova model put runway god coach bag get side bitch call get girl feel alone god mean home aint home god nightmare phone even record get zone know keep low cause heart take please let show baby know keep low cause heart take please let show baby know let find god get hotel never bring house god better way baby say thing come back', 'yeah cause girl player yeah yeah cause girl player keep player baby cause girl player bitch money around world cause girl player know top penthouse suite take test drive leave lot time money spend watch hold titty white tee see thong tight jean rock finger like get another aint like yeah bout catch another flight yeah apple bottom make bite yeah good night good night hold know know break let could anybody miny cause could want yeah cause girl player yeah yeah cause girl player keep player baby cause girl player bitch money around world cause girl player phone one get like four yeah first class like valedictorian come long way rag rich bitch yeah taste delicious let lick plate yeah make dish news cause bitch go might also like yeah bout catch another flight yeah apple bottom make bite yeah good night good night hold know know break let could anybody miny cause could want yeah cause girl player time let know girl player keep player baby cause girl player bitch money around world cause girl player', 'back pride get ahead hit hurt least feel something scream face place get nowhere find love time end tell many tear drop hit talk try love find love time end tell many tear drop hit talk try love car wall text see blue red would long go war end bite tongue hit chin worst enemy best friend scream face place get nowhere find love time end tell many tear drop hit talk try love find love time end tell many tear drop hit talk try love ticket low might also like', 'know tell time run need take slow step honey maybe aint worry bout right right keep dream alive hero aint worry bout right right flood dance cloud aint worry bout aint worry bout hey know tell time run spend like gold live like get regret even break yeah best get something want steal way busy problem problem feel yeah yeah seal deal take let aint worry bout right right keep dream alive hero aint worry bout right right flood dance cloud aint worry bout aint worry bout hey aint worry see ticket low might also like aint worry bout right right keep dream alive hero aint worry bout right right flood dance cloud aint worry bout hey aint worry bout hey aint worry bout', 'come harry say back gravity back want hold palm hand leave say everything get way cannot one stay world know world know know answer phone harry good alone sit home floor kind will bell nobody come help daddy life want know well world know world know know see harry style ticket low might also like home get ahead talk way leave two follow talk who first hey know', 'thing get older never wiser midnight become afternoon depression work graveyard shift people stand room leave device come price vice end crisis tale old time wake scream one day watch leave cause get tire scheme last time problem teatime everybody stare directly sun never mirror must exhaust always antihero sometimes feel like everybody sexy baby monster big slowly toward favorite city pierce heart never will hear covert narcissism disguise altruism like kind congressman tale old time wake scream one day watch leave life lose mean last time problem problem teatime everybody stare directly sun never mirror must exhaust always antihero see swift ticket low might also like dream will money think leave family gather round read someone scream laugh hell problem problem everybody everybody problem problem teatime teatime everybody everybody stare directly sun never mirror must exhaust always antihero', 'last night let liquor talk remember everything say say tell wish somebody never meet baby baby aint yet way last night kiss lip make grip sheet fingertip last bottle jack split fifth talk life sip sip yeah know love fight say mean gon wake know last night let liquor talk remember everything say say tell wish somebody never meet baby baby aint yet way last night way last night way last night break see tail light dust call bluff middle night pull right back yeah friend say let friend say hell wouldnt trade kind love else baby last night let liquor talk remember everything say say tell wish somebody never meet baby baby aint yet way last night say wed enough remember everything say say much know door right leave baby baby aint yet way last night way last night see morgan ticket low might also like know say time really come back baby baby aint yet way last night way last night', 'good yeah alright baby best night life wherever take ride baby know good yeah alright cause good yeah alright baby best night life wherever take ride baby know good yeah alright know good yeah alright know whatever tonight need finer thing life matter good time yeah need sit middle floor get lot enough yeah cause good yeah alright baby best night life wherever take ride baby know good yeah alright good good good know good yeah alright let let care care come let know let know put hand baby nothing stop tonight might also like cause good yeah alright baby best night life wherever take ride baby know good yeah alright', 'remind damn business try find better leave alone surprise really think could care really like find somebody else could anyone else fret ever see never meet one thing angry jerk treat like worth fret ever see meet happen watch happen fret ever see never meet one thing angry jerk treat like worth remind damn business try find better leave alone surprise really think could care really like find somebody else could anyone else fret ever see never meet one thing angry jerk treat like worth fret ever see never meet happen watch happen fret ever see never meet one thing angry jerk treat like worth might also like', 'well need light burn low miss sun start snow know love let alright know high feel low hate road miss home know love let say pussy mine let try get head lose respect get attention baby smell flesh know get mess rarely get girl make question love girl make feel like man cause depress stuff believe will drop everyone invest last time way get get dress cut look think maybe optimistic tell need provide baby know chemistry felt like quantum physic physic energy spirit end need one visit theyre love feel empty need lot move town move rural make delete pic phone close eye see image would chase heart aint finish far go fix bitch damage do might also like well need light burn low miss sun start snow know love let alright know high feel low hate road miss home know love let say pussy mine let four time private caller feel like creep know there plenty fish sea girl get mind guy wish turn around put doggy even missionary there intimacy additionally obligatory even take sock even know soon finish make worse know friend chop know together mad cause even stop bank detail send bag rich like bitch unblock make quick promptly would give love free buy tell much cost new man aint get annual wage make monthly huh alright well need light burn low miss sun start snow know love let alright know high feel low hate road miss home know love let say pussy mine let', 'know feel arm around let drown know god find find every day place head think harder look like monster bed every time like rocket chest make think whole world end know night know get many thing afraid afraid right aint cause know cause know cause know feel arm around let drown know god find find worry tomorrow worry bottle know feel arm around let drown every night place dream many alleyway know mean know wake tell dumb get want might also like know night know get many thing afraid right aint cause know cause know feel arm around let drown know god find find worry tomorrow worry yeah bottle know feel arm around let drown oh know know', 'love like brother treat like friend respect like lover could bet never sweat could bet never sweat yeah yeah yeah could bet never sweat could bet never sweat yeah cash rubber band match fuse boom painter baby could muse reporter baby could news cause cigarette smoker raise bet cause joker check chalk could blackboard talk walk even sky come even sun shine get faith put pretty little hand mine even wire babe even die could baby simple plain cause love sure thing yeah could bet never sweat yeah yeah could bet never sweat could bet never sweat could bet never sweat might also like could lover fighter babe blunt could lighter babe fire writer baby could quote yeah lyric baby could note record saint sinner prize winner deserve paper baby pen say one cause ten real pretend even sky come yeah yeah yeah yeah yeah yeah even sun shine get faith put pretty little hand mine could bet never sweat even wire babe could bet never sweat even die could bet never sweat could baby simple plain could bet never sweat cause love sure thing yeah rock babe let hold arm talk babe rock babe let hold arm talk babe love simple pie baby sure thing sure thing sure thing yeah yeah yeah yeah sure thing could bet never sweat even sky come yeah could bet never sweat even sun shine could bet never sweat get faith could bet never sweat put pretty little hand mine could bet never sweat even wire babe could bet never sweat even die could bet never sweat could baby simple plain could bet never sweat cause love sure thing could bet never sweat love like brother could bet never sweat treat like friend could bet never sweat respect like lover could bet never sweat', 'could could wear even bet make look make look make double take soon walk away call chiropractor case neck break tell gon cause bout make scene double bout turn heat make glass steam tell gon walk walk guarantee jaw drop drop cause make lot get get lady feel bop bop bop bop bop could could wear even bet make look make look yeah look good dress take hotter morning hair mess cause even hoodie bet make look make look get taste woo never aint ordinary cake tell gon walk walk guarantee jaw drop drop guarantee jaw drop drop cause make lot get get lady feel bop bop bop bop bop might also like could could wear even bet make look say make look yeah look good dress take baby hotter morning hair mess cause even hoodie bet make look say make look', 'wish know wish know wish know wish know wish know make move make move know late pursue bite tongue bad habit mad take stab think good dear never give time day dear thing happen reason think sure yeah wish know wish know wish know wish know wish know wish know yeah wish know wish know wish know please say please say want wish wouldnt play know know bite tongue like bad habit would mind try make good dear funny come back dear thing happen reason ignore yeah see lacy ticket low might also like wish know wish know wish know wish know wish know surprise wish know everywhere wish know back decide wish know decide wish know always know way wow around get turn make rowdy carry hard cause know find biscuit gravy babe surprise know biscuit gravy babe know youd come back around cause know biscuit gravy babe let back mall lose control stupid crazy babe know heart til end miss beg babe', 'get bite like want pull hey holy pull pull know calm know calm know calm know calm know calm know calm know calm pull woo pull music music music music get faster god touch god talk know dance hard touch holy talk touch talk see ticket low might also like know calm know calm know calm know calm know calm know calm know calm know calm know calm know calm know calm know calm know calm know calm play pull', 'buy zip weed hit club pay bout ten get crunk light bitch yeah know walk around world damn bout foot land yeah get mush yeah biggest put chicken wing pussy hit rich flex drop bar pussy yeah talk neck thing thing thing thing yellow diamond watch cost lot never send bitch dot get shoot vanish mode lot take panty bitch plot aint hoe bust aint aint ready pull trigger clutch know period baby suck savage smack booty magic slap pussy ratchet pussy might slap tracker whip get pussy call eve bitch call daddy bitch call uncle bitch call always ear flea post gun use foot like athlete get might also like hoe hoe need remember slaughter gang get dick girl busy need find someone else call bank account get low need find someone slaughter gang murder gang slaughter gang murder gang stick stone chrome chrome clone get phone pussy feel alone nan young money use roll house bad bitch like steady push tell kiss club use want woe run like couple day rapper love know know come heel leave cozy every like rip swear eat ten cake get lot love twelve reciprocate division stay late knife gate baccarat plate see drake underestimate take vet rookie mistake slaughter gang murder gang slaughter gang murder gang slaughter gang murder gang god boy look man boy man hear', 'far summer even close wear like clothe nobody home see ghost everywhere far know need inside talk time say nothing see daylight go say say say nothing say nothing run back run back say nothing say nothing say say nothing say nothing bad know say nothing say nothing run back run back lie teeth turn head turn head turn head far subtlety well best best hurt love leave love saw sleeve make mess inside talk time say nothing see daylight go say say say nothing say nothing run back run back say nothing say nothing say say nothing say nothing bad know say nothing say nothing run back run back see flume ticket low might also like harder think like ever burn bright hear thing say say nothing say nothing say nothing run back run back say nothing say nothing say say say say nothing say nothing bad know say nothing say nothing nothing nothing run back run back say nothing say nothing run back back say say say nothing nothing nothing', 'wrap want arm let hold never let like use say would never fall love find say would never fall unless fall lose within darkness find find heaven could ever friend would rather die let say would never fall love find say would never fall unless fall lose within darkness find find would fall love find say would never fall unless fall lose within darkness find find might also like', 'dance baby know see daily trance lately need something dance baby know see daily trance lately need something wake something phase dance baby know see daily trance lately need wake something phase might also like need something phase need something phase one baby cause really amaze dance baby know see daily trance lately need something wake something phase want kiss maybe know see date feel knee shaky everything amaze', 'fine dusk light baby thing eat bone drive young mind crazy place head collar jaw know much there weight damn damn cause say miss know would miss morning see sun orange tell do man hell suppose orange tell never home need hear say night there orange eye bulb light voice tremble try speak take back wood use creak man hell suppose orange tell never home man hell suppose orange tell never home leave today stare way orange touch thing around grass tree dew hate please turn headlight around please turn headlight ticket low might also like', 'feel like love love mood tonight baby need drink cup need drink hey pour drink mood mood need prescription higher sit top nobody nobody ever fun like ever fun yeah gon night black light spaceship fly yeah spaceship fly unapologetic night night tonight gon night bet see far bet see star bet elevate bet meet god cause feel like love mood cause gon night whats four wall sexy love turn miss roll call yeah roll show show show show nasty clean nobody nobody ever fun like ever fun yeah need prescription higher sit top might also like gon night funk funk black light spaceship fly yeah spaceship fly unapologetic night funk funk tonight tonight gon night bet see far bet see star bet elevate bet meet god cause feel like love mood gon night hypersonic sex erotic body boy get hit ride get actin excite exotic season professional squeeze let tease get time today get time today get time get time today get time wait come play yeah come cuff cuff cuff cuff baby bus bus bus baby baby anywhere mind mind yeah mind truck huh back truck get huh cup huh put cup yeah cause gon night take flight woo light yeah unapologetic night bet see star night bet far night bet levitate night bet meet god party people roll yeah huh gon night yeah spaceship fly', 'girl like friend like hit land fit plan like go bed wake japan like girl know like fancy fancy pull candy yeah never understand understand cause bout pull girl like hammy hammy wow let take dip lady hit hey lately need someone save famous get hoe around need good girl need someone grind please around need someone heart run back run back girl like friend woo like hit land fit plan like go bed wake japan like let know free cause hit week babe actin sweet know want little get little aint new freak let drop band put jewel teeth love way drip turn pool beach cop cop get taste finer thing brand new old team get leash cause say string know cool steal pussy aint get get wonder might might could chaka rufus roof back see get attach get might friend long long time mind know like see post ticket low might also like girl like friend like hit land fit plan baby yeah like go bed wake japan like want want heart big huge want baby like yeah like girl like friend like like want', 'two lover car listen blonde pink orange sky super childish glover call mother like tonight get alibi alone love life get glitter skin radiant beam night need light see shine golden hour slow time golden hour two lover foot dash nowhere fast summer radio blast make moment last get solar power minute feel like hour know even imagine like love life get glow face glorious look eye angel light alone love life get glitter skin radiant beam night need light see shine golden hour slow time golden hour might also like', 'weve end light need little time alone say cancel plan tonight man let get candle burn record turn light low take nice slow way body move keep night long love song girl want let passion take higher place kind love make aint way baby get house look good could even think besides turn around door watch red dress fall floor let get candle burn record turn light low take nice slow way body move keep night long love song girl want let passion take higher place kind love make kind love make say cancel plan tonight man see luke comb ticket low might also like let get candle burn record turn light low take nice slow way body move keep night long love song girl want let passion take higher place girl want let passion take higher place kind love make kind love make kind love make', 'way articulate say love yeah cause love yeah hard communicate think hold tonight gon let know let tell truth baby let tell truth yeah know see eye hate want hate cry lonely specially night miss every time want afford love try find reason pull apart aint cause perfect know worth walk away even though make feel alone know would die baby would die yeah distance time never change mind cause baby would die baby would die yeah say way manipulate baby girl blame yeah cause take pain forever would find one better cause right babe think right babe know see eye hate want hate cry aint cause perfect know worth walk away see ticket low might also like even though make feel alone know would die baby would die yeah distance time never change mind cause baby would die baby would die yeah would die would lie keep real would baby yeah would die would lie keep real would baby even though make feel alone know would die baby would die yeah distance time never change mind cause baby would die baby would die yeah babe die', 'last night think stop baby walk want baby think know never lose road shimmer vision heat heat wave mirror road shimmer vision heat heat wave sometimes think late night middle june heat wave make happier sometimes think late night middle june heat wave make happier usually put never think today see reflection clearly screen need better life need never give fake water across road go night come sometimes think late night middle june heat wave make happier fight breathe say let better someone new alone know hurt look break cry one say might also like sometimes think late night middle june heat wave make happier sometimes think late night middle june heat wave make happier wonder sleep smile comfortable wish could give look perfectly unsad sometimes think late night middle june heat wave heat wave sometimes think late night middle june heat wave make happier sometimes think late night middle june heat wave make happier road shimmer vision heat heat wave mirror road shimmer vision heat heat wave mirror', 'rock yeah shake damn damn make another hit aint want aint want aint want block rock shake rock yeah shake get shake hit tie shake gon shake stand money know size shake pick side better choose wisely shake high one two three four throw five shake high damn damn one two three four throw five make another hit aint want aint want aint want shake damn shake shake shake shake shake shake shake shake shake might also like', 'thing tell never would tell change even know never could know find nobody else good need stay need stay hey get drink wake waste realize time waste feel like feel way feel right right thing tell never would tell change even know never could know find nobody else good need stay need stay hey thing tell never would tell change even know never could know find nobody else good need stay need stay hey away miss touch reason believe love difficult trust afraid aint way leave cause aint ever leave know know live without baby stay might also like right thing tell never would tell change even know never could know find nobody else good need stay need stay hey thing tell never would tell change even know never could know find nobody else good need stay need stay hey need stay need stay hey', 'watch sunrise along coast get old describe feel know go home please let let right care long take long get smile face save tear know watch sunrise get old describe wish could live every memory one time float wind time spend wait light take moment life care long take long get smile face save tear describe might also like', 'take arrow heart never mouth taste like strawberry yeah want lipstick guitar engine drive real far underneath star yeah want get like guy kiss eye drink smile feel like like soul fire stay day night yeah get like love like close give shiver baby dance til sunlight crack say party well bring right back well say love like close give shiver baby dance til sunlight crack say party well bring right back car moonlit dark wrap leg arm get enough know could tear apart put back together take heart never think could love hard get enough get like might also like guy kiss eye drink smile feel like like soul fire stay day night yeah get like love like close give shiver baby dance til sunlight crack say party well bring right back well say love like close give shiver baby dance til sunlight crack say party well bring right back baby burn hot make shiver fire get thing want stop know make baby burn hot make shiver fire get thing want stop know make shiver yeah get like love like close give shiver baby dance til sunlight crack say party well bring right back well say love like close give shiver baby dance til sunlight crack say party well bring right back hey', 'song baby hard time feel like cry even energy worry make smile say anything boy say keep run away keep appear without busy keep make sense ask keep one live system baby god really come god time never let think really lucky know know know meaningless everything heart end know know go crazy right might also like anywhere aint nothing else would hold hear voice noise let hand even second worry cause get someone alone cause love someone keep run away keep appear without busy keep make sense ask keep one live system baby god really come god time never let think really lucky know know know meaningless everything heart end know know one live system baby baby baby babe baby go crazy right baby baby go crazy right babe baby heart glow glow glow glow long there nothing afraid will will heart glow glow cause god really come god time never let right really lucky know know know meaningless everything god heart glow glow heart glow sleep night', 'kiss turn stone statue stand tall ancient touch like glass piece try make break last take one look turn day night least star sparkle eye there thing leave man choice like compass needle need true north even know day meet youd reason heart break love anyway know write song run risk could get perfect wrong well guess say aint word make could shoulder much weight turn back away thing way feel would change there thing leave man choice like compass needle need true north even know day meet youd reason heart break love anyway there thing leave man choice like compass needle need true north even know day meet youd reason heart break love anyway even know day meet youd reason heart break love luke comb ticket low might also like', 'cold heart human sign thing wrong scent temptation strong cold cold heart thing better baby think long long time til touchdown round find man think home say well think keep cold cold heart thing better baby think long long time til touchdown round find man think home say well think keep might also like cold cold heart thing better baby think long long time til touchdown round find man think home say think long long time til touchdown round find well think keep man think home', 'think know touch fire three four time testify tell lie bitch around long get hide body long bout aint problem get nobody right tell truth look better lose snooze miss moment important nobody body like lose snooze miss moment important nobody body like ride feel like scarface scarface like white bitch bob main one main one take argument back place sex remind day one day one aint yet magic yeah smash grab yeah nasty habit take hold aint home hard grow lose snooze miss moment important nobody body like lose snooze miss moment important nobody body like see ticket low might also like main one main one blame main one leave main one everything main one main one blame main one leave main one lose like like snooze miss moment like important nobody body like lose like snooze miss moment like important nobody body like think know see lose think know', 'take drug take leave spot leave party mark dot call phone tell like watch persona hit highway whole foot dash ear get fear could care crash radar get nerve play hard chance playboy dance dance dance lose heart car ninety rain take heart will pain beat romance stay playboy dance dance dance would dance baby would dance yeah would dance would dance pretty baby face daylight time star sky get pager blanket love fall eye love come til find hope get notion somebody else first radar nerve play hard take away chance playboy dance dance dance might also like lose heart car ninety rain take heart will pain beat dance romance stay playboy dance dance dance would dance baby would dance yeah would dance would dance pretty baby', 'get head blast favorite tune get one thing mind get stick think make feel brand new sunshine eye get pretty eye head know get dance bed let show exactly want cool give yeah drive freeway night get one thing back mind get stick think feel like might time shine get head blast tune get one thing mind get stick think make feel brand new sunshine eye get head get stick think might also like yeah drive freeway night get one thing back mind get stick think feel like might time shine get head blast favorite tune get one thing mind get stick think make feel brand new sunshine eye', 'early there message phone mother say please come home fear worst could leave behind there much say there little time say someone who whole damn life give name colour eye see face look mine say could always saw best right wrong always side life without like saw way eye promise make sure alright say someone who whole damn life give name colour eye see face look mine say there way could ever let steal time start always friend someday make hold light hold light say someone who whole damn life give name colour eye see face look mine say see dean lewis ticket low might also like say', 'take somewhere know care cold know bring daffodil pretty string would flower like last spring kiss make feel alright tire share night cry love tear use another love another love tear use another love another love tear use another love another love tear use somebody hurt fight hand break one many time use voice rude word always win know lose sing song sing another heart cry learn love tear use another love another love tear use another love another love tear use another love another love tear use need love heart think see ticket low might also like sing song sing another heart cry fall love tear use another love another love tear use another love another love tear use another love another love tear use', 'girl bout panic attack work work truth hurt hurt hurt fan good friend want man girl bed way fine alone fine hand know worth feel like whats ready girl aint doubt ready bout ready gon figure ready deserve cause want ready gon figure suppose somebody else shee shee shee like like guess better learn like true might take whole life damn hey hey call squeeze belly yeah embarrass say like girl boo boo cause know ready girl aint doubt ready bout ready gon figure ready deserve cause want ready gon figure yeah see ticket low might also like find feed fantasy think ready think like think like clap back like let know let know find feed fantasy think ready think like think like clap back like let know ready girl aint doubt ready bout ready gon figure ready deserve ready ready ready cause want ready gon figure yeah yeah woo woo woo ready yesterday would run away know know know ready yesterday would run away know know know ready', 'another banger baby calm calm girl body put heart girl sweet like tell say love dey form tell baby come get like come see fine girl party wear yellow every girl dey much girl mellow dey find situation use take tell hello finally find way talk girl wan follow come dey form wan conform start feel dey small small know say one one feel cause friend dey gum like gum dey gum like gum yeah know look shy get hip make cry move around yeah twice twice push back hold tight get taste night baby show calm calm dance take lead lead lead get high come come ask know say baby give get like come might also like reach house say make rest small make rest small wake dey mind dey mind day one day fit fit focus call say make link say make link get hand heart feel race leave say never love give promise stay risk take take baby calm calm girl body put heart girl sweet like tell say love dey form tell love love baby come get like come love', 'dentist dark pretty girl start conversation friend turn green magician assistant dream oh come unstuck lady run take away dark side leave hand man love sing song get lump throat cause sing word wrong there movie think like guy quit job head new york city cowboy run live highest shelf oh come unstuck see joy ticket low might also like lady run take away dark side leave hand man love sing song get lump throat cause sing word wrong know stay know way swear screen thing ever see lady run take away dark side leave hand man love sing song get lump throat cause sing word wrong lady run take away dark side leave hand man love sing song get lump throat cause sing word wrong lady run take away dark side leave hand man love sing song get lump throat cause sing word wrong yeah get lump throat cause sing word wrong', 'throw party throw party yeah throw party well move like lightning count three turn light say come put hand there one live make alive load sun come getaway car two young lover girl straight town will undercover undercover undercover say green green grass blue blue sky better throw party day die green green grass blue sky better throw party day together eve girl much another apple thief yeah genius genius watch learn set world fire watch sucker burn load sun come getaway car two young lover girl straight town will undercover undercover undercover might also like say green green grass blue blue sky better throw party day die green green grass blue blue sky better throw party day die throw party hey throw party yeah throw party woo day die throw party hey throw party babe throw party day die load sun come getaway car two young lover girl straight town will undercover undercover undercover say green green grass blue blue sky better throw party day die green green grass blue blue sky better throw party day die green green grass blue blue sky better throw party day die green green grass blue blue sky better throw party day die', 'hear rumble hear rumble yeah yeah hear run life step jungle say group better move never win royal rumble come know love send shoot team leader make witness decide vacate war sweet like listen hear jungle jungle jungle listen hear jungle jungle jungle hear rumble hear rumble yeah yeah pull tune bun room straight pull tune bun room straight pull tune bun room straight pull tune bun room straight hear smell aroma go dead really long time ramp skin could wake coma listen hear shoot fire rifle spin like mist aint criss end jungle might also like listen hear jungle jungle jungle listen hear jungle jungle jungle jungle jungle jungle jungle jungle jungle pull tune bun jungle jungle jungle jungle jungle jungle rumble yeah yeah hear rumble yeah yeah pull tune bun room straight pull tune bun room straight pull tune bun room straight pull tune bun room straight moon', 'trust fall baby trust fall baby picture place hurt safe get worse see bloodshot eye picture place somewhere else far away know mean mean say would enough run time light fight want tonight eye behind love side trust fall baby trust fall baby everyone alive run fire trust fall baby yeah trust fall baby jump come burn like sun well talk well cry well laugh til do like mind weve run life weve light weve far fight want tonight close eye leave behind love side trust fall baby trust fall baby everyone alive run fire trust fall baby yeah trust fall baby might also like fall go without go alone fell far til find know know know go without go alone cause know know close eye leave behind love side trust fall baby trust fall baby fall fall fall fall fall fall', 'come cage fine want kiss end like kiss kiss fall asleep call cab smoke take drag theyre go bed stomach sick head touch chest take dress let look will theyre take control jealousy turn saint sea swim sick lullaby choke alibi price pay destiny call open eager eye cause come cage fine want kiss end like kiss kiss fall asleep call cab smoke take drag theyre go bed stomach sick head touch chest take dress let cause look will theyre take control jealousy turn saint sea swim sick lullaby choke alibi price pay destiny call open eager eye cause see ticket low might also like never never never never', 'aint like aint aint like aint aint like aint aint like aint tha chopper road like vulture queen ride brother turn turn turn lion eat nightmare supper command sick another aint love jungle aint like aint aint love jungle aint like god like aint love jungle aint like aint aint love jungle aint like god command command command command command command command command command command tha chopper road like vulture queen ride brother god do go spill damn cup bitch cause get cake see ticket low might also like cause aint love jungle aint like aint aint love jungle aint like god like aint love jungle aint like aint aint love jungle aint like god like aint love jungle aint like aint aint love jungle aint like god like aint love jungle aint like aint aint love jungle aint like god like', 'love hell gon love somebody else get amen ask yeah party make friend need lover look somebody somebody take home exception bless body love want bad tonight come drop line put aura mine like could life could ease appetite know never high like cause make friend make friend yeah cause make friend need lover need lover need lover need lover might also like honest baby need partner light come light come yeah yeah thirty almost get love song yeah want bad tonight come drop line though never high like cause make friend make friend yeah cause make friend need lover need lover need lover need lover need need need need lover need lover need lover need lover look somebody somebody take home exception bless body love cause make friend make friend cause make friend need lover need lover need lover need lover need need need need lover need lover need need need need lover need lover need lover need lover', 'fall apart yeah yeah tell enough yeah leave break heart yeah twice fault yeah cut deep leave scar yeah there many think brain yeah takin shoot like yeah fall apart core fall apart core know catch guard damn jewelry buy think never catch hard harder liquor pour tell want let everybody tell like sell soul devil form whore devil form whore say say say wed together fall apart core fall apart core know catch guard damn jewelry buy think see post ticket low might also like ice keep drink keep try brush keep cover scar help foreign tear keep ice keep drink keep try brush keep scar help foreign tear keep yeah fall apart core fall apart core know catch guard damn jewelry buy think', 'see flame passion look eye yes yes yes afraid feel know real like guy flame passion look eye yes yes yes afraid feel know real like guy know see flame passion look eye yes yes yes afraid feel know real like guy heart get nothing get come inside heart open door could ask come ride stop stop stop see flame passion look eye yes yes yes afraid feel know real like guy heart get nothing get come inside heart open door could ask come ride stop stop stop stop stop stop might also like see flame passion look eye yes yes yes afraid feel know real like guy heart get nothing get come inside heart open door could ask come ride stop stop stop', 'time think bathroom look face mirror need wait reaper take life never get alive live thousand life patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone get feel soul ahead throw stone cause there magic bone stick gray black white never wrong til right like boulder vulture flame bed patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone bone get feel soul ahead throw stone cause there magic bone see imagine dragon ticket low might also like cause there magic bone look mirror mind page life path many pace time drown voice air one never piece sky patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone magic bone get feel soul soul ahead throw stone cause there magic bone mind mind mind mind mind mind cause there magic bone', 'honest want hand body make heart beat fast wave want honest want hand body make heart beat fast wave want want honest want want honest want hand body make heart beat fast wave want honest want hand body make heart beat fast wave want want honest might also like honest want hand body make heart beat fast wave want', 'thing havent quite there haze horizon babe couple day miss yeah nothing really plan stub toe break camera everything help feel make happier baby wish around make happier baby weve bout anything want morning life get mind never fan change follow place come feel make happier baby wish around make baby weve bout anything want morning life get mind get mind get mind get mind would even try would even try get mind get mind see harry style ticket low might also like weve bout anything want morning life get mind get mind talk get mind talk would even try talk get talk', 'post circle post feat savage post lee sunflower post better post version post congratulation feat post feat young thug post wow post feat post fall apart post post candy paint tommy lee feat post post bleed post flex post enemy feat post die feat future post take want feat travis post road feat meek baby post thousand bad time post post star sun feat post allergic post post post white post know post rich sad post post stay post ball feat post option post paranoid post spoil night feat lee post codeine post explorer post young post takin shoot post post money make feat post bitch feat post feel post sugar wraith post patient post blame post big lie post one right feat young thug feat post rocky post feat post like happier song post lemon tree post waste angel feat might also like', 'anyway bad bitch oclock yeah lot flirty everybody back minute tell cause get feel feel right pressure way fine yeah girl use bitch might better turn music turn light get gon alright alright damn time time turn music let celebrate alright get gon alright damn time minute need sentimental man woman pump fussy bring fabulous cause give way much need like two shoot cup get get feel right see ticket low might also like pressure way fine yeah girl use bitch might better turn music turn light get gon alright alright damn time time turn music let celebrate alright get gon alright damn time bitch cause know time tonight tonight tonight tonight woo tonight tonight alright alright damn time tonight let tonight tonight tonight tonight woo tonight tonight tonight alright damn time bitch yeah yeah damn time', 'first thing first rest peace uncle real father ever know get bitch pregnant better prophecy make way back will listen even back break team martin king talk one time sister one time lame tell difference one time know save save save save save save save save role model right role model speak memory memory could find one last night foot rub bitch swear god make call girl tell hey whats good sorry never home stay good phone proceed lay wood come fast like white neighborhood aint get shame bout think spoil rich cause bitch get defensive say without think back back better celebrity fore bitch bitch heavily back could get platinum plaque without melody one time sister one time lame tell difference one time know see cole ticket low might also like save save save save save save save save want real love aunt love love leave toothbrush crib love aint wonder whether love want bitch reality show hoe back five six hoe kick know deserve bird bird trap think rap would flirt back takin skirt let wear shirt fore leave need shirt back know one time sister one time lame tell difference one time know save save save save save save save save there old say know probably say fool shame shame fool get fool one time shame fool twice put blame fool three time peace sign load chopper let rain bop bop bop fool one time shame fool twice put blame fool three time peace sign load chopper let rain bop bop bop regret young regret young long leave hoe reality show hand script bitch could read along regret young sade regret could never take home leave hoe stale face cause know song shallow pussy deep shallow shallow shallow pussy deep shallow yeah shallow shallow pussy deep shallow shallow shallow pussy deep shallow shallow save save save save save save save save save save save save save save save save', 'man want world hand hate beach stand toe sand use sleeve sweater let adventure head cloud gravity center touch neck touch little high waisted short know think think one love two mouth one love one house shirt blouse find nothing wouldnt tell cause cold let hold hand hole sweater may take breath away mind there much say sometimes silence guide mind move place far away start raise minute leave hand meet waist watch face put finger tongue cause love taste yeah heart adore everyone beat inside place warm outside start pour one love two mouth one love one house shirt blouse find nothing wouldnt tell cause cold let hold hand hole sweater cause cold let hold hand hole sweater cause cold let hold hand hole sweater cause cold let hold hand hole sweater might also like cold cold hole sweater', 'mage beat drink alcohol past five day check look room eye red smoke banga check check notice nobody wey know paranoia cause put smile face never face know well well would see bury inside grave inside grave cause see people people really know really know cause see people people people really know really know drink alcohol past five day check look room eye red smoke banga check check notice holy father holy father dey try hold head say make leave holy father make try understand yahoo girl dey might also like cause see people people people people really know really know really know cause see people people people really know really know drink alcohol past five day check look room eye red smoke banga check check notice drink alcohol past five day check look room eye red smoke banga check check notice drink alcohol past five day check', 'tell shoot loop range stay way get another side like get poppin bitch business get violence see public know keep silent bedroom outside keep quiet keep see keep like nobody know need get space yeah replacement way please play pussy like great escape need new trick old dog change aint love pussy get new bitch selfish favorite hoe know reach every time play mind rush feel like crime know belong gon save spot outside cause block hot mind wherever call let get another side like get poppin alright bitch business get violence yeah yeah see public know keep silent bedroom outside keep quiet keep see keep like nobody know let keep see keep like nobody know see ticket low might also like need total confidential privacy yeah want one light change trip straight work nerve know get moody aint love talk talk match stroke wherever whatever need call call get another side like get poppin bitch business get violence alright see public know keep silent bedroom outside keep quiet keep see keep like nobody know keep see keep like nobody know let real even make look stupid slap dog stop', 'feel like care enlighten dear mean complacent decision make back mind even cry single tear sick wait patiently someone would even arrive back mind will even regret believe say true hate might also like', 'one two three four every time come around know say every time sun let take control feel paradise world tonight something wonderful bad habit lead late night alone conversation stranger barely know last probably would get leave lose use bad habit lead wide eye space know lose control thing say yeah way escape two true bad habit lead bad habit lead bad habit every pure intention end good time start everything reach first time spark neon light get dark know far bad habit lead late night alone conversation stranger barely know last probably would get leave lose use bad habit lead wide eye space know lose control thing say yeah way escape two true true bad habit lead bad habit lead might also like take long way round burn til fun run bad habit lead late night alone conversation stranger barely know last probably would get leave lose use bad habit lead wide eye space know lose control thing say yeah way escape two true true bad habit lead bad habit lead bad habit lead', 'could turn around til upside bad guy know aint could even try believe every time season change love go cold fee flame cause let run away run circle run away run away dare something wait take blame run away run circle run away run away run away let get feel time let say know think special special sex though sex though hear echo echo get feel time let let see post ticket low might also like season change love go cold fee flame cause let run away run circle run away run away dare something wait take blame run away run circle run away run away run away maybe understand go get lose make mind tell let season change love go cold fee flame cause let run away run circle run away run away dare something wait take blame run away run circle run away run away run away', 'yeah yeah two yeah yeah drink dope turn superhero yeah yeah hit turn superhero yeah yeah super turn superhero yeah yeah young trust gon shoot dope flow switch flow yeah yeah switch flyer parachute pole oil yeah yeah candy cup get king street yeah young make crowd grave aint problem bitch star get rich better take war yeah piss casket shoot broad nasty roll gar bitch get graphic car get brand new tomorrow put brand new arm aint move slow oil tennis bracelet come frost frost link way jaw way step swag step broad two dollar half one hundred like coupon tell begin upper echelon get untouchable get represent money multiple top chart unapproachable bread loaf turbo motor another vulture sell bowl bitch yoga deserve award serve boulder hundred grand large shop total garage bitch aint aint jump get drop top go crazy push smoke haze floss shade might also like candy cup get king street yeah young make crowd take grave aint problem bitch star get rich better take war yeah piss casket shoot broad nasty roll gar bitch get graphic car get brand new tomorrow put brand new arm aint move slow oil tennis bracelet come frost frost link way jaw way step swag step broad dark knight feel die hero live long enough see become soon bring weight world sit shoulder hold crown aint get cape save hate yeah rather see drown yeah world keep like one one see who really yeah who who live long enough see become', 'long alive say complete failure race moonlight head toward star ready voyage walk among star long alive say do race moonlight head toward star ready voyage walk star shoulder mission flight know go hell life want never reply learn wise never take advice someone never practice say would never able develop new machine say never see light get rid distraction every time long alive say complete failure race moonlight keep advance head toward star ready voyage walk star long alive say do race moonlight keep advance head toward star ready voyage walk star road might also like havent since mother give birth thank god take responsibility prove dead wrong norm honor hero clearly ally join guy like love maybe fight let fight let find let fight put never cry choose say wise spend value people hard act say would never able develop new machine say never see light shut everything every time say complete failure long breathe race moonlight speed head toward star ready voyage walk star road say lose long alive race moonlight speed head toward star ready voyage walk star say failure long alive race moonlight keep advance head toward star ready voyage walk star road', 'day ache night long two year go guess hold drag name dirt somehow hurt though guess hold tell friend want dead say everything wrong wrong well take vitriol think move cause ready find know forget rather hear much regret pray god never meet forget hate know make cry love know cross mind babe even wreck find know forget even time might also like day ache night grey heart place babe guess feel know stand face scar erase babe guess feel well take vitriol think move cause ready find know forget rather hear much regret pray god never meet forget hate know make cry love know cross mind babe even wreck find know forget even time ready let forget let forget let ready let forget let forget let even time ready let forget let forget let ready let forget let forget let cause ready find know forget rather hear much regret pray god never meet forget hate know make cry love know cross mind babe even wreck find know forget even time', 'people show line row push funny hard try know friend mine share wisdom ever get lonely time time let system get big city life try get pressure ease matter hard try big city life heart base right pon case big city life try get pressure ease matter hard try big city life heart base right pon case know friend mine share wisdom ever get lonely time time let system get big city life try get pressure ease matter hard try big city life heart base right pon case let system get big city life try get pressure ease matter hard try big city life heart base right pon case big city life try get pressure ease matter hard try big city life heart base right pon might also like', 'stay middle like little want riddle tell say back say ditto morning far say ditto grow much like memory heart look summer pass fall time want somebody like want somebody think yeah time yeah time get time lose long day miss heart beat get nothing lose like heart beat want stay middle like little want riddle tell say back say ditto morning far say ditto want walk maze even know everything wish tell say back say ditto want want say ditto might also like anybody always feel like first time time get nothing lose like heart beat want stay middle like little want riddle tell say back say ditto morning far say ditto want walk maze even know everything wish tell say back say ditto want want say ditto', 'like scream one hear almost feel ashamed someone could important without feel like nothing one ever understand much hurt feel hopeless like nothing save go almost wish could bad stuff back could good yellow diamond light stand side side shadow cross mine take come alive way feel deny let find love hopeless place find love hopeless place find love hopeless place find love hopeless place shine light open door love life divide turn away cause need feel heartbeat mind way feel deny let find love hopeless place find love hopeless place find love hopeless place find love hopeless place might also like yellow diamond light stand side side shadow cross mine find love hopeless place find love hopeless place find love hopeless place find love hopeless place find love hopeless place find love hopeless place find love hopeless place find love hopeless place', 'put worst mood cleaner church shoe point two hurt red lamb tease none toy lease make whole year week yah main bitch league side bitch league house empty need centerpiece twenty rack table cut ebony cut ivory skinny piece clean face man love baby money need aid bout see shade switch style take lane switch cup pain look do look do every day try test every day try end pull roadster pocket overweight hefty king far cry come alive fall time competition really listen blue new edition see ticket low might also like house empty need centerpiece twenty rack table cut ebony cut ivory skinny piece clean face man love baby money need aid bout see shade switch style take lane switch cup pain look do look do let brag legend fall take year like bandit buy crib brand new wagon hit grocery shop lavish star trek roof wraith khan girl get loose hear song hundred dash get close god pray love pray car house empty need centerpiece twenty rack table cut ebony cut ivory skinny piece clean face man love baby money need aid bout see shade switch style take lane switch cup pain look do look do look do look do', 'beat better run back know get lazy right yeah molly molly one live right right right baby ride yeah bring place like baby care know care bring place know body lightweight know body lightweight cane yeah yeah yeah make hurricane cane band make rain rain tie put chain chain make tattoo name name make cry like baby yeah let make video yeah yeah make cry like baby yeah let make video video baby ride yeah bring place like baby care know care bring place know body lightweight know body lightweight cane cane cane baby ride yeah molly molly like baby care know care molly brown ticket low might also like', 'turn light turn light there thing right like tell tell tell tell turn light turn light turn light turn light turn light turn light turn light might also like tell tell turn light turn light turn light turn turn light turn light tell tell tell tell turn light tell tell turn light tell turn light tell turn light turn light light light turn light light light turn light light light', 'bitch gay hit man top try see man topless even stick gay say love swing way celebrate trap day somebody tell cat indulge grey see bulge see motion clap back back female wrong dom pack post location go slip let know know life value life imagine die die aint make hundred yet there much thing aint do yet like flight attendant huh party might attend kick back sometimes wonder life never take risk would would town month absence make love grow rap mention name talk bout genre alright bitch gay hit man top try see man topless even stick gay say love swing way way celebrate trap day bitch gay hit man top try see man topless even stick gay say love swing way celebrate trap might also like', 'shed take world shoulder ever hard move shed turn rain rainbow live blue perfect wish perfect mean sight mind cause sometimes look eye find glimpse try fall touch way say fine say pass time arm find glimpse tell savor glory laugh way part story one never live maybe one day feel lonely eye get glimpse maybe start slowly find sight mind cause sometimes look eye find glimpse try fall touch way say fine say pass time arm find glimpse see ticket low might also like cause sometimes look eye find glimpse try fall touch way say fine say pass time arm find glimpse', 'meet midnight star ceiling ever say much really read melancholia scrutiny yeah yeah handle beautifully yeah yeah new yeah yeah feel lavender haze creep damn give damn people say deal want stay lavender haze keep keep bride girl see girl see wife find yeah yeah theyre history yeah yeah even listen yeah yeah feel lavender haze damn give damn people say deal want stay lavender haze see swift ticket low might also like lavender haze talk talk viral need love spiral get chest get desk get desk talk talk viral need love spiral get chest get desk feel feel lavender haze creep damn give damn people say deal deal want stay lavender haze get chest get desk lavender haze stay stay lavender haze', 'go time fear there one save nothing really get way drive crazy need somebody hear somebody know somebody somebody hold easy say never guess way pain day nightfall get let guard rug get use someone go time fear there one turn nothing way love get sleep without need somebody know somebody hear somebody know feel easy say never guess like way help escape day nightfall get let guard rug get use someone tend close eye hurt sometimes fall arm safe sound come back around day nightfall get let guard rug get use someone day nightfall get let guard rug get use someone let guard rug get use someone might also like', 'right know get enough leave bloom right know get enough thing would water sink float nothing nothing arm wide open call name sit wait wait right know get enough right know get enough leave bloom right know get enough thing would cold river lip move there sound give nothing keep tell fine keep guess guess right get enough get enough get enough get enough right get enough get enough get enough get enough know get enough get enough get enough get enough get enough right get enough get enough get enough get enough know get enough get enough get enough get enough get enough see sol ticket low might also like right know get enough leave bloom right know get enough thing would', 'yeah know sometimes thing may always make sense right hey daddy always tell straighten little soldier stiffen upper lip get know miss know miss dad go give life never see sad even smile even laugh see eye deep inside cry cause aint daddy wit prayer wipe tear daddy nightmare gon pull together gon uncle crazy aint yeah love girl better know get world spin swirl whirl twirl two little beautiful girl puzzle daze know daddy always move always news try keep shelter somehow harder try backfire thing daddy see daddy want see see much plan way mother thing get bad see ever together ever like use course everything always reason guess never mean control destiny worry rest head sleep maybe one day well wake dream might also like hush little baby cry alright stiffen upper lip little lady tell daddy hold night know mommy right know feel feel inside may seem little crazy pretty baby promise gon alright funny remember back one year daddy money mommy wrap present stick tree say cause daddy could buy never forget sit whole night cry cause daddy felt like daddy job job keep food table time every house live either keep break shoot block savin money jar start piggy bank could college almost thousand dollar til someone break steal know hurt bad break heart like everything fall apart dad lot back flat apartment dad back side mile daddy go meet fly see daddy work leave daddy like young understand papa roll stone habit fast either one grab sorry witness firsthand cause ever make empty house baby picture trip see much grow almost like sister wow guess pretty much daddy daddy like sound yeah get ring go moment hush little baby cry alright stiffen upper lip little lady tell daddy hold night know mommy right know feel feel inside may seem little crazy pretty baby promise gon alright ask daddy buy mockingbird give world buy diamond ring sing anything see smile mockingbird sing ring shine break birdie neck back jeweler sell make eat every carat dad', 'spit face love would phase spit face love would change spit face love go crazy spit face love go mad spit face love would phase spit face love would change spit face love go crazy spit face love go mad fault need anyway stumble bathroom stumble arm crank room noose backwood bitch call crazy work get guest house smoke attic right know love argue let get waste liquor taste girl touch drink know lace know say except mine mine mine mine mine crush heart say nothing break keep cut bleed gush bleed never spit face love would phase spit face love would change spit face love go crazy spit face love go mad spit face love would phase spit face love would change spit face love go crazy spit face love go mad might also like sho tell give leave everyone cold say anything show heroin shoot bone crank room noose backwood bitch call crazy work get guest house smoke attic right know love argue let get crush heart say nothing break keep cut bleed gush bleed never spit face love would phase spit face love would change spit face love go crazy spit face love go mad spit face love would phase spit face love would change spit face love go crazy spit face love go mad', 'diamond meet bar twelve something order two wine cause tonight want little context care listen find position man love sit last night tell dumb decision feel heart fact feel stick town simple mission little black dress heart break bitch high heel six inch back champagne trust bitch back taxi cocaine drink call drink text drink drink sex man who back back bar hotel old way cause feel last night feel last night doctor doctor anything please doctor doctor mercy take pain away symptom doctor feel toke joint steam back way like hour since dead get new man get sweaty last night really cherry cake dark day lately excuse state high hope make bed get hot take step back see glass least already actin like dick know mean might well stick might also like heart break bitch high heel six inch back champagne trust bitch back taxi cocaine drink call drink text drink tear drink sex man who page back back bar hotel old way cause feel last night feel last night doctor doctor anything please doctor doctor mercy take pain away symptom doctor feel cause feel like felt last night feel like felt last night peace thing change last night naked leave naked come yeah reach touch numb feel way toast street small way run yeah never escape sunset maze symptom doctor feel feel last night feel last night doctor doctor anything please doctor doctor mercy symptom doctor feel feel last night feel last night feel feel last night lipstick smudge like modern art know who car speed highway will liquor feel leave everyone love read will secret stranger bed remember nothing there nothing regret kick drum head', 'taste like strawberry summer sound like song want berry summer wonderful warm breathe breathe know could ever without think loud know could ever without watermelon sugar high watermelon sugar high watermelon sugar high watermelon sugar high watermelon sugar strawberry summer baby end june want belly summer get wash away breathe breathe know could ever without watermelon sugar high watermelon sugar high watermelon sugar high watermelon sugar high watermelon sugar high watermelon sugar high watermelon sugar high watermelon sugar high see harry style ticket low might also like taste taste watermelon sugar high taste like strawberry summer sound like song want belly summer know could ever without watermelon sugar high watermelon sugar high watermelon sugar high sugar watermelon sugar high sugar watermelon sugar high watermelon sugar high watermelon sugar high watermelon sugar high taste taste watermelon sugar high taste taste yeah watermelon sugar high watermelon sugar', 'yeah good girl go bad take three action cloud stone let rain hydroplane bank dow cloud come fly higher weather better know know anticipation precipitation stack chip rainy day jay rain man back little miss sunshine heart well never world apart may magazine star baby cause dark see shiny car need always share sun shine shine together tell forever say always friend take oath stick til end ever know well stand umbrella stand umbrella umbrella umbrella umbrella fancy thing never come part entity infinity war take part world deal card hand hard together well mend heart might also like sun shine shine together tell forever say always friend take oath stick til end ever know well stand umbrella stand umbrella umbrella umbrella umbrella run arm alarm come there distance love let rain pour need sun shine shine together tell forever say always friend take oath stick til end ever know well stand umbrella stand umbrella umbrella umbrella umbrella baby baby come come baby always come come rain rain come come rain rain come', 'love lose hey hey weve find yeah love lose lose happy dance hope go happy dance happy dance yeah love lose hell make fall love weve find leave go get damn song flash heart heart feel touch say love bite much would deny break heart find crutch come back home spit hey passion heart art part cop new car hear start try right thing please karma want know baby leave come home mad dream around globe though say think love need let know hoe cash cause baby make back might also like love lose hell make fall love weve find leave go get damn song hey hey hey flash heart heart feel touch hey hey hey say love bite much hey would deny break heart find crutch come back home hey hey hey good everybody eat tonight sleep good dream tonight home might get better know last forever take get try get little say better ever well sure tell rap keep feed like spoon soup road home use know phone aint guess call back sex drug think take love lose hell make fall love weve find leave go get damn song flash heart heart feel touch say love bite much would deny break heart find crutch come back home yeah get better huh yeah get better yeah get better yeah get better yeah get better forever get better get better yeah get better yeah forever cut do', 'yeah call long enough maybe show love maybe withdrawal even much turn touch baby look around sin city cold empty one around judge see clearly go say blind light sleep feel touch say night like one trust hey hey hey run time cause see sun light sky hit road overdrive baby city cold empty one around judge see clearly go say blind light sleep feel touch say night like one trust see ticket low might also like call back let know back let know could never say phone say phone never let time say blind light sleep feel touch hey hey hey hey hey hey say blind light sleep feel touch', 'kiss dangerous lose without around get anxious lead look back dark right lose like comfort sin get right feel taste resentment simmer skin bloodstain shirt new bitch nerve old get curve back word damn bitch thirsty know worth perfection let mental get desperate damn aint deserve broad day sunshine find way cry change mind get tough crowd hate stay dark right lose like comfort sin get right feel resentment skin see ticket low might also like bloodstain shirt new bitch nerve old get curve back word damn bitch thirsty know worth perfection let mental get desperate damn say trust baby love aint hurt way need best baby get say give dark right lose like comfort sin get right feel taste resentment simmer skin bloodstain shirt new bitch nerve old get curve back word damn bitch thirsty know worth perfection let mental get desperate damn aint deserve', 'hop plane lax dream cardigan welcome land fame excess fit cab first time look right see sign crazy everybody famous tummy homesick much pressure nervous taxi man turn radio song song song put hand theyre song butterfly fly away head like yeah hip like yeah get hand theyre song know yeah party yeah party get club taxi cab like who chick kick town hard girl around definitely party cause see stiletto guess never get memo tummy homesick much pressure nervous favorite tune song song song might also like put hand theyre song butterfly fly away head like yeah hip like yeah get hand theyre song know yeah party yeah party feel like flight flight back tonight town tonight something stop every time every time play song feel alright hey hey put hand theyre song butterfly fly away head like yeah head hip like yeah yeah get hand theyre song know yeah nana nana party yeah party put hand theyre song butterfly fly away fly away head like yeah head like yeah hip like yeah hip like yeah get hand theyre song know yeah yeah party yeah party', 'along fever cold sweat hotheaded believer throw hand air say show something say dare come little closer round around around around tell tell tell know really sure feel something way move make feel like live without take way want stay much life live something take give round around around around tell tell tell know really sure feel something way move make feel like live without take way want stay reason hold cause need hole go funny break one one save cause never see light hard know one cave really sure feel something way move make feel like live without take way want stay stay want stay you might also like', 'nick edge seventeen blackheart love rock roll one way another cranberry zombie non blonde whats big brother hold company piece heart feat heart barracuda pat hit best shoot digital shake fight amy winehouse back black blood cut wire hole celebrity skin tash sultana jungle radio edit florence machine dog day saint welcome know lose smith night blackheart hate love misery business vain mac dream elle king cardigan raise hell doubt girl stone bomb breeze interrupter kerosene ting ting shut let breeder run put spell grace potter jade bird get joy runaway cherry bomb yeah yeah head roll remix radio edit water bishop river mac everywhere teach fight man man man world voice performance star fade letter want want miss misery new respect trouble grace aint right pretty reckless take garbage crush blackheart crimson clover dead weatherman bleach night melody evanescence bring life will future start slow army airplane somebody love atta blue beach give til voice carry single mix new best coast feel get beat single mix metric help alive ace stick kiley portion fox hurricane luscious naked eye flyleaf around gin black sheep captivate young beautiful morris banshee tigress power line first aid kit silver line pretend dead moment lord new year day skeleton sumner halfway hell salt monster men crystal blackheart cherry bomb ford kiss deadly indigo girl closer fine like way daughter story bush woman work curtain friend never say', 'scar somewhere inside something repair even though always pretend feel trap yesterday memory pain know know never break away break free cause alone lose memory live behind lose dignity live inside confusion tire always afraid damage receive break promise make blindly know never break away break free cause alone lose memory live behind lose dignity live inside confusion try keep pain inside never alright try keep pain inside never alright try keep pain inside lose never alright try keep pain inside lose never alright might also like lose memory live behind lose dignity live inside confusion', 'like favorite song go round round head like favorite song go round round head five day freeway shotgun yeah yeah two heart fast lane big dream blue yeah yeah sweet child mine feel line hey long long ago love wrong late turn around hey long like song go round round head like favorite song go round round like favorite song go round round head like favorite song go round round head hey hey hey hey hey hey hey hey hey hey hey hey hey long day feel aint blue yeah yeah get one day come yeah yeah lose city light cause sleep tonight might also like hey long long ago love wrong late turn around hey long like favorite song go round round head like favorite song go round round head like favorite song go round round head like favorite song go round round head hey hey hey hey hey hey hey hey', 'love like brother treat like friend respect like lover could bet never sweat could bet never sweat yeah yeah yeah could bet never sweat could bet never sweat yeah cash rubber band match fuse boom painter baby could muse reporter baby could news cause cigarette smoker raise bet cause joker check chalk could blackboard talk walk even sky come even sun shine get faith put pretty little hand mine even wire babe even die could baby simple plain cause love sure thing yeah could bet never sweat yeah yeah could bet never sweat could bet never sweat could bet never sweat might also like could lover fighter babe blunt could lighter babe fire writer baby could quote yeah lyric baby could note record saint sinner prize winner deserve paper baby pen say one cause ten real pretend even sky come yeah yeah yeah yeah yeah yeah even sun shine get faith put pretty little hand mine could bet never sweat even wire babe could bet never sweat even die could bet never sweat could baby simple plain could bet never sweat cause love sure thing yeah rock babe let hold arm talk babe rock babe let hold arm talk babe love simple pie baby sure thing sure thing sure thing yeah yeah yeah yeah sure thing could bet never sweat even sky come yeah could bet never sweat even sun shine could bet never sweat get faith could bet never sweat put pretty little hand mine could bet never sweat even wire babe could bet never sweat even die could bet never sweat could baby simple plain could bet never sweat cause love sure thing could bet never sweat love like brother could bet never sweat treat like friend could bet never sweat respect like lover could bet never sweat', 'turn head wish memory would fade never turn people lie say snap finger really easy get need time one two heart three four need get heart cause might snap song say last one many last song leave lose count since june heart fire night rain put one two heart three four need get heart cause might snap might also like cause might snap one person say get might stop people snap snap snap might stop people snap one two heart heart three four need need get heart cause might might snap cause might might snap get heart yeah yeah yeah yeah heart cause might snap get heart yeah cause might snap', 'aint gold river washin hand forever know hope water bring swim silence baby let easy baby child get chance feel world around time choose choose easy aint room thing change deeply stick way deny hard try put first give easy baby child get chance feel world around time choose choose easy good intention highest hope know right probably even show easy baby child get chance feel world around time choose choose easy ticket low might also like', 'sometimes feel like partner sometimes feel like friend city live city angel lonely together cry drive street cause companion walk will cause know see good deed kiss windy well never worry lie ever feel like day take place love take way ever feel like day take place love take way yeah hard believe there nobody hard believe alone least love city love lonely together cry ever feel like day take place love take way ever feel like day take place love take way yeah yeah yeah yeah yeah love say yeah yeah one time see red hot chili pepper ticket low might also like bridge downtown draw blood bridge downtown could get enough bridge downtown forget love bridge downtown give life away yeah yeah yeah away yeah yeah away say yeah yeah away stay', 'awaken shake know awaken shake know awaken shake know awaken shake know yeah life life thing need need leave rest peace pigeonhole night owl different mode might make paint pinky toe shoot guard let know would middle row good love minute though bitch cause timid soul plus ambition kitchen stave pot start see suds good hoe say suave get think buy yellow stone love way babe silicone everybody fake could crack code everything set rise gold dread like cole tell head good even know bitch tell model aint vogue throw party day one aint studio theyll lay rest peace drama king straight like way talk say throw party day one pull know bass like way talk say get face throw party day one aint studio theyll lay rest peace drama king straight let tell pussy spin block twice like aint nowhere park smack backside head like pussy come get dark big stepper come roll leave stretcher let brother drive shoot team effort question bitch must think chopper like feel molester gun like lemon pepper hear cause must think wrestler aint chopper come compressor chopper come compressor pussy chopper come pussy come switch smith stick put hand air spin hood get dick fact business put blick come around actin scary get take fell love dizzy get mad love boy yeah keep slide reason aint get last get turn duppy aint even roll wood cause musty ask tell come shoot twenty time damn lucky damn lucky see drake ticket low might also like throw party day one aint studio theyll lay rest peace drama king straight like way talk say say say say say say like way talk say say say say say', 'take look inside heart room would hold breath get one knee want hold look good enough ever feel would ever picture every time pull hair well fear find ugly one day disappear whats point cry never even love ever want ever good enough boy liar boy liar see look boy boy liar boy liar see look boy good enough good enough good enough good enough good enough good enough good enough good enough baby please want look nice come stay around think look girl like baby please know want change take look inside heart room would hold breath get one knee whats point cry never even love ever want ever good enough boy liar boy liar see look boy boy liar boy liar see look boy might also like good enough good enough good enough good enough good enough good enough good enough good enough', 'hello tonight throw red head sing come waste away slow head head sing wonder sing along everything could ever feel real forever anything could ever good thing ever ask get promise stop say sing breathe breathe hold know always head head sing wonder sing along everything could ever feel real forever anything could ever good thing ever ask get promise stop say sing see foo fighter ticket low might also like wonder everything could ever feel real forever anything could ever good thing ever ask get promise stop say', 'good gold dream sell right til build home watch burn leave lie cry buy flower write name sand talk hour say thing understand take dance hold hand yeah love better love better love better baby love better love better baby paint nail match rise leave remorse regret forgive every word say leave baby fight cry buy flower write name sand talk hour yeah say thing understand take dance yeah hold hand yeah love better love better love better baby love better love better baby love better love better baby love better might also like leave fight cry buy flower write name sand talk hour yeah say thing understand better take dance yeah hold hand yeah love better yeah love better love better love better baby love better love better baby love better love better baby love better', 'jack hope intrude intrude moment mood change memory go money get catch keep go leave right think different wait long stay away chance cash come handy long time look time really fly high say many girl screw believe really break beautiful woman really turn way believe never really see bottom throw rope think saw yesterday sketchy dude honest feel weird remember come birthday remember tell value late yes sorry come later send door honey there coat think different wait long stay away chance cash come handy long time wonder come far honey whether necessary decide limit want threaten see son get besides much show thing either deaf maybe day long night short secretly hope thing different certain better fall love someone else think strange like live movie go get better take thing hear child plus lock cell guy tell honestly feel naked mad someone else ease pain mind one cheat innkeeper trust guest might also like hope intrude intrude moment mood change memory go cash get catch keep go leave right', 'good yeah alright baby best night life wherever take ride baby know good yeah alright cause good yeah alright baby best night life wherever take ride baby know good yeah alright know good yeah alright know whatever tonight need finer thing life matter good time yeah need sit middle floor get lot enough yeah cause good yeah alright baby best night life wherever take ride baby know good yeah alright good good good know good yeah alright let let care care come let know let know put hand baby nothing stop tonight might also like cause good yeah alright baby best night life wherever take ride baby know good yeah alright', 'believe man want somebody say saw person kiss would never ask keep know keep low cause heart take please let show baby know yeah think hold eye believe need know truth baby keep know keep low cause heart take please let show baby know touch better touch better watch fall asleep watch fall asleep show thing use better way better way aint say say thing come back might also like cuffin like precinct housewife sneaky link get rid round type rover girl use ride dink one put god fashion nova model put runway god coach bag get side bitch call get girl feel alone god mean home aint home god nightmare phone even record get zone know keep low cause heart take please let show baby know keep low cause heart take please let show baby know let find god get hotel never bring house god better way baby say thing come back', 'remind damn business try find better leave alone surprise really think could care really like find somebody else could anyone else fret ever see never meet one thing angry jerk treat like worth fret ever see meet happen watch happen fret ever see never meet one thing angry jerk treat like worth remind damn business try find better leave alone surprise really think could care really like find somebody else could anyone else fret ever see never meet one thing angry jerk treat like worth fret ever see never meet happen watch happen fret ever see never meet one thing angry jerk treat like worth might also like', 'mummy know daddy get hot body shop something unholy like like yeah like like yeah yeah yeah like like yeah like like yeah lucky lucky girl get marry boy like shed kick ever ever know bout tell dirty dirty boy know everyone scene hear bout place know keep business clean mummy know daddy get hot body shop something unholy sit back poppin yeah put slowly leave get mummy know daddy get hot body shop something unholy woo daddy daddy want drop yeah yeah give love give daddy gon need bag cause rodeo woo watch back go yeah get get like always call cause never cause drama drama want baby know get cover yeah yeah need baby jump cover yeah mummy know daddy get hot hot body shop shop something unholy sit back poppin yeah put slowly leave get mummy know daddy get hot unholy body shop something unholy unholy might also like unholy unholy yeah yeah', 'diamond meet bar twelve something order two wine cause tonight want little context care listen find position man love sit last night tell dumb decision feel heart fact feel stick town simple mission little black dress heart break bitch high heel six inch back champagne trust bitch back taxi cocaine drink call drink text drink tear drink sex man page back back bar hotel old way cause feel last night feel last night doctor doctor anything please doctor doctor mercy take pain away symptom doctor feel toke joint steam back way like hour since dead get new man get sweaty last night really cherry cake dark day lately excuse state high hope make bed get hot take step back see glass least already actin like dick know mean might well stick might also like heart break bitch high heel six inch back champagne trust bitch back taxi cocaine drink call drink text drink tear drink sex man page back back bar hotel old way cause feel last night feel last night doctor doctor anything please doctor doctor mercy take pain away symptom doctor feel cause feel like felt last night feel like felt last night peace thing change last night naked leave naked come yeah reach touch numb feel way toast street small way run yeah never escape sunset maze symptom doctor feel feel last night feel last night doctor doctor anything please doctor doctor mercy symptom doctor feel feel last night feel last night feel last night lipstick smudge like modern art know who car highway will liquor feel leave everyone love read will secret stranger bed remember nothing there nothing regret kick drum head', 'take somewhere know care cold know bring daffodil pretty string would flower like last spring kiss make feel alright tire share night cry love tear use another love another love tear use another love another love tear use another love another love tear use somebody hurt fight hand break one many time use voice rude word always win know lose sing song sing another heart cry learn love tear use another love another love tear use another love another love tear use another love another love tear use need love heart think see ticket low might also like sing song sing another heart cry fall love tear use another love another love tear use another love another love tear use another love another love tear use', 'well need light burn low miss sun start snow know love let alright know high feel low hate road miss home know love let say pussy mine let try get head lose respect get attention baby smell flesh know get mess rarely get girl make question love girl make feel like man cause depress stuff believe will drop everyone invest last time way get get dress cut look think maybe optimistic tell need provide baby know chemistry felt like quantum physic physic energy spirit end need one visit theyre love feel empty need lot move town move rural make delete pic phone close eye see image would chase heart aint finish far go fix bitch damage do might also like well need light burn low miss sun start snow know love let alright know high feel low hate road miss home know love let say pussy mine let four time private caller feel like creep know there plenty fish sea girl get mind guy wish turn around put doggy even missionary there intimacy additionally obligatory even take sock even know soon finish make worse know friend chop know together mad cause even stop bank detail send bag rich like bitch unblock make quick promptly would give love free buy tell much cost new man aint get annual wage make monthly huh alright well need light burn low miss sun start snow know love let alright know high feel low hate road miss home know love let say pussy mine let', 'come harry say back gravity back want hold palm hand leave say everything get way cannot one stay world know world know know answer phone harry good alone sit home floor kind will bell nobody come help daddy life want know well world know world know know see harry style ticket low might also like home get ahead talk way leave two follow talk who first hey know', 'would nice see try look probably wrong sometimes like deliberately want want hassle say fine like admit make effort like want want talk want tell behave want want want anything get back anything tell behave want want want want sometimes think never mind end already sight dare ask hold slam shut hate even kiss feel obligatory want might also like want want talk want tell behave want want want anything get back anything tell behave want want want want let yet want want want let yet want want want fuss say fine like admit make effort like want want talk want tell behave want want want anything get back anything tell behave want want want', 'fan even though salty hate see broad know happy hate see happy one mature mature mature get therapist tell there men want none want one might might best idea new next get might love though rather jail alone get sense lose cause get sense might really love text gon evidence text evidence try ration murder crime passion damn reach farmer market perfect peach amazement patience get beat mature mature mature get therapist tell there men want none want one might might best idea new next get might love though rather jail alone see ticket low might also like love love drug drug sober love love drug drug sober know gon tonight will best idea idea will next get will love though rather hell alone', 'part part never mine obvious tonight oxygen breathe see face close eye torturous tonight there line write case death want want sad go there one thing know cause care time get leave thing know want spend nobody else tonight part part never mine obvious tonight oxygen breathe see face close eye torturous tonight sorry ever miss give song another keep think make feel better crazy little thing together end end matter tonight part part never mine obvious tonight oxygen breathe see face close eye torturous tonight see ticket low might also like part part never mine obvious tonight part part never mine obvious tonight oxygen breathe see face close eye torturous tonight', 'crowd room touch eye find way talk without anyone see want bad dare want share everything everything without anyone see actually work one know celebrate night night fly tonight tonight can room deadly give minimum careful keep sneak peek curtain want night like fire get hand long would take burn die desire live want end stop actually work one know celebrate night night fly tonight tonight moment come everyone know know mine forever day come may cry hold hold forever celebrate night night fly tonight tonight actually work one might also like', 'hey jack put one sound han yeah hey yeah awa han yeah yeah baby sleep make cut dope day dope six barrel six barrel han han han han want sweet word stick street make wheat purple ticket purple han han han han cop talk pain hatred away rah rah embarrass touch every month afraid come grab afraid come grab pain game increase weight baby cut dope shock cut cut baby take cut every month rah rah rah rah rah talk carry cash register cash register come long way think stir much babe fall asleep like cut weed live room dream leave dirty dirty shoot joint speak yes thing square bruise turn get crime scene let get saw thing concrete talk project laugh face baby sleep make cut dope day dope six barrel six barrel han han han han want sweet word stick street make wheat purple ticket purple han han han han might also like long time school home tell home home take seat baby stick range since weave solve problem problem revolution model people give want receive tell love love duty brother heaven want see give want receive get saw thing broadly nothing concrete bar talk project laugh face baby sleep make cut dope day dope six barrel six barrel han han han han want sweet word stick street make wheat purple ticket purple han han han han charcoal sale want regret han han han han coal sale want regret home kore', 'music yeah yeah yeah yeah want want without say anything weird really know expect hey hey hey want girl make ouch ouch ouch felt expect expect one felt felt afar without lie get mad felt felt want hug everywhere everywhere everywhere want everywhere everywhere everywhere affection everything dar cause baby baby daddy daddy hey baby hey want daddy yeah there something bother way get mix there something bother use want walk around walk around yes know much easy let need talk little felt felt felt afar without lie get mad felt felt might also like want hug everywhere everywhere everywhere want everywhere everywhere everywhere affection everything dar dar cause baby baby daddy daddy hey baby baby want daddy daddy daddy want everything without say anything weird really know expect hey want want hug everywhere everywhere everywhere want everywhere everywhere everywhere affection everything everything everything everything dar cause baby baby daddy daddy hey baby want daddy hey baby want daddy want everywhere want become daddy everywhere hey baby want daddy everywhere everywhere everywhere hey baby want daddy everywhere everywhere everywhere hey hey hey baby want become want become daddy hey hey hey hey baby daddy', 'know feel arm around let drown know god find find every day place head think harder look like monster bed every time like rocket chest make think whole world end know night know get many thing afraid afraid right aint cause know cause know cause know feel arm around let drown know god find find worry tomorrow worry bottle know feel arm around let drown every night place dream many alleyway know mean know wake tell dumb get want might also like know night know get many thing afraid right aint cause know cause know feel arm around let drown know god find find worry tomorrow worry yeah bottle know feel arm around let drown oh know know', 'take look inside heart room room would hold breath get one knee get one knee want hold look good enough look good enough ever feel would ever picture would ever picture every time pull hair well fear fear find ugly one day disappear whats point cry even never even love ever want ever good enough ever good enough boy liar boy liar see look boy boy liar boy liar see look boy good good good good good good good good say good enough bout huh tell there one fun girl bum like boy cap home know like bet back bout cause know fat damn huh phone like send pin cause know hit gon respond sleep enough without eat enough without huh speak mean huh like sneaky might also like boy liar boy liar see look boy boy liar boy liar see look boy good good good good good good good good', 'thing get older never wiser midnight become afternoon depression work graveyard shift people stand room leave device come price vice end crisis tale old time wake scream one day watch leave cause get tire scheme last time problem teatime everybody stare directly sun never mirror must exhaust always antihero sometimes feel like everybody sexy baby monster big slowly toward favorite city pierce heart never will hear covert narcissism disguise altruism like kind congressman tale old time wake scream one day watch leave life lose mean last time problem problem teatime everybody stare directly sun never mirror must exhaust always antihero see swift ticket low might also like dream will money think leave family gather round read someone scream laugh hell problem problem everybody everybody problem problem teatime teatime everybody everybody stare directly sun never mirror must exhaust always antihero', 'say warrior say baby champion matter say baby soldier say baby champion matter say say warrior say baby champion matter say say warrior say baby champion matter say say star one day dedicate life game aim sky walk fire give one shoot take give two shoot make destroy better catch better catch fall rise phoenix fly say warrior say baby champion say say warrior say baby champion matter say say everybody remember name reach star hall fame desire walk fire might also like give one shoot take give two shoot make destroy better catch better catch fall rise like phoenix fly say warrior say baby champion matter say say warrior say baby champion matter say baby say say say say warrior say baby champion matter say say warrior say baby champion matter say', 'kore amber amber awa legend photo know want amber tell front take talk will time prefer see clothe full blood wow wow friend full blood wow wow put babe wow tale center wow wow call amber wow name amber wow wow ken since college wow much dunce wow wow love put tissue love bitch smoke fall black hole tomorrow talk whats han han without snare drum yeah tumble dark crate whats throw emotion much grief chain chain hide emotion see weakness emotion get babe bomb bad bomb prefer see clothe full blood wow wow friend full blood wow wow put babe wow tale center wow wow call amber wow name amber wow wow ken since college wow much dunce wow wow amber amber amber amber amber amber amber amber amber amber might also like look eye swear know someone good girl like amber find anywhere one fall know hip lie good call amber amber heart know emotion much grief chain chain hide emotion see weakness emotion get babe bomb bad bomb prefer see clothe full blood wow wow friend full blood wow wow put babe wow tale center wow wow call amber wow name amber wow wow ken since college wow much dunce wow wow amber amber amber amber amber amber amber amber amber amber think need look take long time find human call amber amber know afraid break afraid something separate mailbox amber amber amber amber', 'feel like love love mood tonight baby need drink cup need drink hey pour drink mood mood need prescription higher sit top nobody nobody ever fun like ever fun yeah gon night black light spaceship fly yeah spaceship fly unapologetic night night tonight gon night bet see far bet see star bet elevate bet meet god cause feel like love mood cause gon night whats four wall sexy love turn miss roll call yeah roll show show show show nasty clean nobody nobody ever fun like ever fun yeah need prescription higher sit top might also like gon night funk funk black light spaceship fly yeah spaceship fly unapologetic night funk funk tonight tonight gon night bet see far bet see star bet elevate bet meet god cause feel like love mood gon night hypersonic sex erotic body boy get hit ride get actin excite exotic season professional squeeze let tease get time today get time today get time get time today get time wait come play yeah come cuff cuff cuff cuff baby bus bus bus baby baby anywhere mind mind yeah mind truck huh back truck get huh cup huh put cup yeah cause gon night take flight woo light yeah unapologetic night bet see star night bet far night bet levitate night bet meet god party people roll yeah huh gon night yeah spaceship fly', 'could could wear even bet make look make look make double take soon walk away call chiropractor case neck break tell gon cause bout make scene double bout turn heat make glass steam tell gon walk walk guarantee jaw drop drop cause make lot get get lady feel bop bop bop bop bop could could wear even bet make look make look yeah look good dress take hotter morning hair mess cause even hoodie bet make look make look get taste woo never aint ordinary cake tell gon walk walk guarantee jaw drop drop guarantee jaw drop drop cause make lot get get lady feel bop bop bop bop bop might also like could could wear even bet make look say make look yeah look good dress take baby hotter morning hair mess cause even hoodie bet make look say make look', 'know tell time run need take slow step honey maybe aint worry bout right right keep dream alive hero aint worry bout right right flood dance cloud aint worry bout aint worry bout hey know tell time run spend like gold live like get regret even break yeah best get something want steal way busy problem problem feel yeah yeah seal deal take let aint worry bout right right keep dream alive hero aint worry bout right right flood dance cloud aint worry bout aint worry bout hey aint worry see ticket low might also like aint worry bout right right keep dream alive hero aint worry bout right right flood dance cloud aint worry bout hey aint worry bout hey aint worry bout', 'lot weight shoulder hard carry already country think tell take people idiot hum mother life like electric redecorate everything right go tomorrow tomorrow question behavior han six midnight half half worry lot lot dad say anything nothing noose around neck believe rhyme nothing go buy several caliber friend shooter hey better whisper wall listen hour every day know talk know talk hope talk pretty pretty think dear hum full worry full worry front tell heart garage fix fire tell might also like playmaker come second number ten start third home home many profit turn home cop track deal ridiculous price often ask joe joe go well eighth screw coke dude coast taste taste speak everything brother go fall pretty pretty think get full worry full worry front tell heart garage fix fire tell tell', 'early there message phone mother say please come home fear worst could leave behind there much say there little time say someone who whole damn life give name colour eye see face look mine say could always saw best right wrong always side life without like saw way eye promise make sure alright say someone who whole damn life give name colour eye see face look mine say there way could ever let steal time start always friend someday make hold light hold light say someone who whole damn life give name colour eye see face look mine say see dean lewis ticket low might also like say', 'turn head wish memory would fade never turn people lie say snap finger really easy get need time one two heart three four need get heart cause might snap song say last one many last song leave lose count since june heart fire night rain put one two heart three four need get heart cause might snap might also like cause might snap one person say get might stop people snap snap snap might stop people snap one two heart heart three four need need get heart cause might might snap cause might might snap get heart yeah yeah yeah yeah heart cause might snap get heart yeah cause might snap', 'long alive say complete failure race moonlight head toward star ready voyage walk among star long alive say do race moonlight head toward star ready voyage walk star shoulder mission flight know go hell life want never reply learn wise never take advice someone never practice say would never able develop new machine say never see light get rid distraction every time long alive say complete failure race moonlight keep advance head toward star ready voyage walk star long alive say do race moonlight keep advance head toward star ready voyage walk star road might also like havent since mother give birth thank god take responsibility prove dead wrong norm honor hero clearly ally join guy like love maybe fight let fight let find let fight put never cry choose say wise spend value people hard act say would never able develop new machine say never see light shut everything every time say complete failure long breathe race moonlight speed head toward star ready voyage walk star road say lose long alive race moonlight speed head toward star ready voyage walk star say failure long alive race moonlight keep advance head toward star ready voyage walk star road', 'dream every night next tonight see dance another cock afraid go forget reason dance crime scene pretend care heartbroken want dramatic need emergency help emergency control help maam barely stand foot alive barely madame think do save patch need make beat break heart emergency help emergency control control emergency emergency emergency emergency might also like doctor urge save think job without think sister approach must delirium sister emergency ambulance ambulance emergency really last chance yes really last chance emergency help emergency help', 'yeah know sometimes thing may always make sense right hey daddy always tell straighten little soldier stiffen upper lip get know miss know miss dad go give life never see sad even smile even laugh see eye deep inside cry cause aint daddy wit prayer wipe tear daddy nightmare gon pull together gon uncle crazy aint yeah love girl better know get world spin swirl whirl twirl two little beautiful girl puzzle daze know daddy always move always news try keep shelter somehow harder try backfire thing daddy see daddy want see see much plan way mother thing get bad see ever together ever like use course everything always reason guess never mean control destiny worry rest head sleep maybe one day well wake dream might also like hush little baby cry alright stiffen upper lip little lady tell daddy hold night know mommy right know feel feel inside may seem little crazy pretty baby promise gon alright funny remember back one year daddy money mommy wrap present stick tree say cause daddy could buy never forget sit whole night cry cause daddy felt like daddy job job keep food table time every house live either keep break shoot block savin money jar start piggy bank could college almost thousand dollar til someone break steal know hurt bad break heart like everything fall apart dad lot back flat apartment dad back side mile daddy go meet fly see daddy work leave daddy like young understand papa roll stone habit fast either one grab sorry witness firsthand cause ever make empty house baby picture trip see much grow almost like sister wow guess pretty much daddy daddy like sound yeah get ring go moment hush little baby cry alright stiffen upper lip little lady tell daddy hold night know mommy right know feel feel inside may seem little crazy pretty baby promise gon alright ask daddy buy mockingbird give world buy diamond ring sing anything see smile mockingbird sing ring shine break birdie neck back jeweler sell make eat every carat dad', 'guy like guy like sorry already catch another plane come back want another disappointment much give champion give worst version sorry baby throw away cat wolf like rookie wolf like guy like guy like big someone like mortify chew swallow swallow chew return cry beg understand fault criticize make music sorry splash leave neighbor press door debt treasury think hurt make woman longer cry woman name good person clearly sound like name good person clearly like guy like big someone like might also like love hate step come back listen zero grudge baby wish well suppose replacement even know strange even distinguish worth two go fast slowly lot gym work brain little photo see feel like hostage everything fine vacate tomorrow want bring let come name good person clearly sound like name good person wolf like guy like guy like big someone like type type like guy like guy guy like big someone like wrap bye', 'sorry want know problem become yes grip end party bottle fourth already eleven home minute talk get chest without best many kim sometimes freak like west go fast already say without bad heart permanent place much laugh available phone go many night hardly see summer month slow sorry want know problem become yes grip man really live two oclock night second bottle show know stress summer tour away week want avoid whore seduce turn wise guy female home little girl want look father tour long lose track day cloth really come come back home get questionnaire confidence go man lately trust make rich need right away rare price take big gulp last hit sorry want know problem become yes grip might also like', 'lift hold keep close safe sound burn hopeless dream hold sleep keep warmth love depart keep safe safe sound lift hold keep close safe sound endless sea take time stay keep strength arm keep safe safe sound lift hold keep safe safe sound burn hopeless dream hold sleep keep safe need light need love lift lift arm hold need love need love need love keep close hold hold safe sound hold hold hold hold lift hold hold hold hold hold hold hold keep safe need light need might also like', 'get good stuff want get good stuff want get good stuff want get good stuff want get good stuff want let pusher pusher pusher get good stuff want let pusher pusher pusher get good stuff want get good stuff want get good stuff want let pusher pusher pusher get good stuff want let pusher pusher pusher get good stuff want let pusher pusher pusher get good stuff want let pusher pusher pusher get good stuff want let pusher pusher pusher get good stuff want let pusher pusher pusher get good stuff want let pusher pusher pusher get good stuff want let pusher get good stuff want let pusher pusher pusher get good stuff want let pusher pusher pusher might also get good stuff want let pusher pusher pusher get good stuff want let pusher pusher pusher', 'another banger baby calm calm girl body put heart girl sweet like tell say love dey form tell baby come get like come see fine girl party wear yellow every girl dey much girl mellow dey find situation use take tell hello finally find way talk girl wan follow come dey form wan conform start feel dey small small know say one one feel cause friend dey gum like gum dey gum like gum yeah know look shy get hip make cry move around yeah twice twice push back hold tight get taste night baby show calm calm dance take lead lead lead get high come come ask know say baby give get like come might also like reach house say make rest small make rest small wake dey mind dey mind day one day fit fit focus call say make link say make link get hand heart feel race leave say never love give promise stay risk take take baby calm calm girl body put heart girl sweet like tell say love dey form tell love love baby come get like come love', 'yeah cause girl player yeah yeah cause girl player keep player baby cause girl player bitch money around world cause girl player know top penthouse suite take test drive leave lot time money spend watch hold titty white tee see thong tight jean rock finger like get another aint like yeah bout catch another flight yeah apple bottom make bite yeah good night good night hold know know break let could anybody miny cause could want yeah cause girl player yeah yeah cause girl player keep player baby cause girl player bitch money around world cause girl player phone one get like four yeah first class like valedictorian come long way rag rich bitch yeah taste delicious let lick plate yeah make dish news cause bitch go might also like yeah bout catch another flight yeah apple bottom make bite yeah good night good night hold know know break let could anybody miny cause could want yeah cause girl player time let know girl player keep player baby cause girl player bitch money around world cause girl player', 'cause give high adrenaline give medicine want love yes want one two three let fly want stop run circle head say exaggerate run fast lose concentration try sleep work cause sweet get distract blame flow vein make slim long one two three see cool loss weak hear ambulance hold take hand like night fall leave must honey there one like cause give high adrenaline give medicine want love yes want one two three let fly want stop cause give high adrenaline give medicine want love yes want one two three let fly want stop might also like doctor room get way hot yes stuffy know damn well care come addict healthy four five woman around yes none come close safe normally feel energy one see hear ambulance hold take hand like night fall leave must honey there one like cause give high adrenaline give medicine want love yes want one two three let fly want stop want stop cause give high adrenaline give medicine want love yes want one two three let fly want stop', 'one drink say think lose head tonight well make bad memory one drink say know there turn back love make bad memory one drink say think lose head tonight well make bad memory one drink say know there turn back love make bad memory one drink say think lose head tonight well make bad memory one drink say think lose head think lose head head lose head head think lose head head might also like one drink say think lose head tonight well make bad memory one drink say baby get face face bout one drink say think lose head tonight well make bad memory one drink say think lose head think lose head head lose head head think lose head head one drink say think lose head tonight well make bad memory one drink say know there turn back love make bad memory', 'mala hey bang bang hey bang bang boy engineer always hey hey think mesh mesh want know lease lease say want meet see give want want die die mission die die want know mesh mesh new cargo everywhere spread buy sell stop resume cargo everywhere spread buy sell stop resume bite good bad do smoke gold wait effect longer angel know indeed link break front people say brother first opportunity think make roll grr calm nerve say see want steal flow want steal music theyre baby little one slap knee check everything bibi pebble carriage cut slice tiny bite like think mesh mesh want know lease lease say want meet see give want want die die mission die die want know knit knit might also like hey shut enjoy moment cut cut hey know leave make stitch bae bae shut enjoy moment cut cut hey know leave make stitch bae bae know take another another even wrong well side know neutral know neutral want block fault fault surely say fault fault think mesh mesh want know lease lease say want meet see give want want die die mission die die want know knit knit die die mission', 'bitch gay hit man top try see man topless even stick gay say love swing way celebrate trap day somebody tell cat indulge grey see bulge see motion clap back back female wrong dom pack post location go slip let know know life value life imagine die die aint make hundred yet there much thing aint do yet like flight attendant huh party might attend kick back sometimes wonder life never take risk would would town month absence make love grow rap mention name talk bout genre alright bitch gay hit man top try see man topless even stick gay say love swing way way celebrate trap day bitch gay hit man top try see man topless even stick gay say love swing way celebrate trap might also like', 'tale come one say time cure love forever go like star dawn every road lead back lead back mile come heaven wide head sand beneath shoe life song nothing come along cause road lead back lead back lead back saw line come guess none could read lie behind golden truth trust crook cause every road lead back lead back look trouble trouble look trouble trouble look trouble trouble look might also like mile come heaven wide head sand beneath shoe life song nothing come along cause every road lead back lead back lead back every road lead back', 'scar somewhere inside something repair even though always pretend feel trap yesterday memory pain know know never break away break free cause alone lose memory live behind lose dignity live inside confusion tire always afraid damage receive break promise make blindly know never break away break free cause alone lose memory live behind lose dignity live inside confusion try keep pain inside never alright try keep pain inside never alright try keep pain inside lose never alright try keep pain inside lose never alright might also like lose memory live behind lose dignity live inside confusion', 'mage beat drink alcohol past five day check look room eye red smoke banga check check notice nobody wey know paranoia cause put smile face never face know well well would see bury inside grave inside grave cause see people people really know really know cause see people people people really know really know drink alcohol past five day check look room eye red smoke banga check check notice holy father holy father dey try hold head say make leave holy father make try understand yahoo girl dey might also like cause see people people people people really know really know really know cause see people people people really know really know drink alcohol past five day check look room eye red smoke banga check check notice drink alcohol past five day check look room eye red smoke banga check check notice drink alcohol past five day check', 'hey hey hey good see come dude let yeah let alright alright alright alright return mack get look better way get bed instead get hit get thrift shop little bite humble little bite cautious somewhere like rocky sweater game nope nope copy yeah bad moonwalking party posse broadway way grow music shed skin put bone everything record yet let stage light shine get bob barker suit game style money stay craft stick around pound torch put town trust independent chase dream since fourteen halfway cross city back back pack pack fat fat cat cat label tell hey hey hey give people spread across country hey hey hey label tell hey hey hey give people spread across country hey hey hey back moment tonight night well fight til put hand like ceiling hold like ceiling hold back moment tonight night well fight til put hand like ceiling hold like ceiling hold kick thank yeah damn grateful grow really want gold front get raise stop hard like get heartbeat eat beat like give little speed great white shark shark week raw time go deuce get world see girl see make believer never ever throne validation come give back people sing song like raise hand party hey hey hey come live life like nobody watch hey hey hey get city right behind fall get hey hey hey learn failure gain humility hey hey hey keep say might also like back moment tonight night well fight til put hand like ceiling hold like ceiling hold back moment tonight night well fight til put hand like ceiling hold like ceiling hold put hand put hand let nana nana hey people sing nana nana hey hey right hey right people sing nana nana ray let people sing nana nana back moment tonight night well fight til put hand like ceiling hold like ceiling hold back moment tonight night well fight til put hand like ceiling hold like ceiling hold', 'another banger baby calm calm girl body put heart girl sweet like tell say love dey form tell baby come get like come see fine girl party wear yellow every girl dey much girl mellow dey find situation use take tell hello finally find way talk girl wan follow come dey form wan conform start feel brown bum warm dey small small know say one one feel insecure cause friend dey gum like gum dey gum like gum baby calm calm girl body put heart girl sweet like tell say love dey form tell baby come get like come reach house say make rest small make rest small wake dey mind dey mind day one day fit focus fit focus call say make link say make link start dey tell feel heart dey race baby girl leave love get many girl wey put heart pain feel pain yeah yeah might also like baby calm calm girl body put heart girl sweet like tell say love dey form tell baby come get like come', 'girl like talk much animal human form friend man nobody like work must hustle want eat want fight theyre run catch form righteous come form say like time hate bad energy get mind money make dance like poco lee steady green like broccoli steady grind want hear want tell fantasy want check tap rush rush rush rush well much much god make tap rush kind money touch yeah rush rush rush well much much crush there there yeah go yeah never touch form potato yeah kind money never see cow bite get feel one never take cake away count grace lane lane might also like time hate bad energy get mind money make dance like poco lee steady green like broccoli steady grind want hear want tell fantasy want check tap rush rush rush rush well much much god make tap rush kind money touch yeah rush rush rush well much much crush there there cause rush rush well much god make tap rush kind money touch rush rush well much crush there there yeah yeah yeah yeah', 'love like brother treat like friend respect like lover could bet never sweat could bet never sweat yeah yeah yeah could bet never sweat could bet never sweat yeah cash rubber band match fuse boom painter baby could muse reporter baby could news cause cigarette smoker raise bet cause joker check chalk could blackboard talk walk even sky come even sun shine get faith put pretty little hand mine even wire babe even die could baby simple plain cause love sure thing yeah could bet never sweat yeah yeah could bet never sweat could bet never sweat could bet never sweat might also like could lover fighter babe blunt could lighter babe fire writer baby could quote yeah lyric baby could note record saint sinner prize winner deserve paper baby pen say one cause ten real pretend even sky come yeah yeah yeah yeah yeah yeah even sun shine get faith put pretty little hand mine could bet never sweat even wire babe could bet never sweat even die could bet never sweat could baby simple plain could bet never sweat cause love sure thing yeah rock babe let hold arm talk babe rock babe let hold arm talk babe love simple pie baby sure thing sure thing sure thing yeah yeah yeah yeah sure thing could bet never sweat even sky come yeah could bet never sweat even sun shine could bet never sweat get faith could bet never sweat put pretty little hand mine could bet never sweat even wire babe could bet never sweat even die could bet never sweat could baby simple plain could bet never sweat cause love sure thing could bet never sweat love like brother could bet never sweat treat like friend could bet never sweat respect like lover could bet never sweat', 'use rule world sea would rise give word morning sleep alone sweep street use use roll dice feel fear enemy eye listen crowd would sing old king dead long live king one minute key next wall close discover castle stand upon salt sand hear bell cavalry choir mirror sword shield missionary foreign field reason explain youd go never never honest word world see ticket low might also like wicked wild wind door let window sound drum people could believe become revolutionary wait head silver plate puppet lonely string would ever king hear bell cavalry choir mirror sword shield missionary foreign field reason explain know saint peter would call name never honest word world hear bell cavalry choir mirror sword shield missionary foreign field reason explain know saint peter would call name never honest word world', 'girl bout panic attack work work truth hurt hurt hurt fan good friend want man girl bed way fine alone fine hand know worth feel like whats ready girl aint doubt ready bout ready gon figure ready deserve cause want ready gon figure suppose somebody else shee shee shee like like guess better learn like true might take whole life damn hey hey call squeeze belly yeah embarrass say like girl boo boo cause know ready girl aint doubt ready bout ready gon figure ready deserve cause want ready gon figure yeah see ticket low might also like find feed fantasy think ready think like think like clap back like let know let know find feed fantasy think ready think like think like clap back like let know ready girl aint doubt ready bout ready gon figure ready deserve ready ready ready cause want ready gon figure yeah yeah woo woo woo ready yesterday would run away know know know ready yesterday would run away know know know ready', 'honest want hand body make heart beat fast wave want honest want hand body make heart beat fast wave want want honest want want honest want hand body make heart beat fast wave want honest want hand body make heart beat fast wave want want honest might also like honest want hand body make heart beat fast wave want', 'dentist dark pretty girl start conversation friend turn green magician assistant dream oh come unstuck lady run take away dark side leave hand man love sing song get lump throat cause sing word wrong there movie think like guy quit job head new york city cowboy run live highest shelf oh come unstuck see joy ticket low might also like lady run take away dark side leave hand man love sing song get lump throat cause sing word wrong know stay know way swear screen thing ever see lady run take away dark side leave hand man love sing song get lump throat cause sing word wrong lady run take away dark side leave hand man love sing song get lump throat cause sing word wrong lady run take away dark side leave hand man love sing song get lump throat cause sing word wrong yeah get lump throat cause sing word wrong', 'wrap want arm let hold never let like use say would never fall love find say would never fall unless fall lose within darkness find find heaven could ever friend would rather die let say would never fall love find say would never fall unless fall lose within darkness find find would fall love find say would never fall unless fall lose within darkness find find might also like', 'back pride get ahead hit hurt least feel something scream face place get nowhere find love time end tell many tear drop hit talk try love find love time end tell many tear drop hit talk try love car wall text see blue red would long go war end bite tongue hit chin worst enemy best friend scream face place get nowhere find love time end tell many tear drop hit talk try love find love time end tell many tear drop hit talk try love ticket low might also like', 'last night think stop baby walk want baby think know never lose road shimmer vision heat heat wave mirror road shimmer vision heat heat wave sometimes think late night middle june heat wave make happier sometimes think late night middle june heat wave make happier usually put never think today see reflection clearly screen need better life need never give fake water across road go night come sometimes think late night middle june heat wave make happier fight breathe say let better someone new alone know hurt look break cry one say might also like sometimes think late night middle june heat wave make happier sometimes think late night middle june heat wave make happier wonder sleep smile comfortable wish could give look perfectly unsad sometimes think late night middle june heat wave heat wave sometimes think late night middle june heat wave make happier sometimes think late night middle june heat wave make happier road shimmer vision heat heat wave mirror road shimmer vision heat heat wave mirror', 'like favorite song go round round head like favorite song go round round head five day freeway shotgun yeah yeah two heart fast lane big dream blue yeah yeah sweet child mine feel line hey long long ago love wrong late turn around hey long like song go round round head like favorite song go round round like favorite song go round round head like favorite song go round round head hey hey hey hey hey hey hey hey hey hey hey hey hey long day feel aint blue yeah yeah get one day come yeah yeah lose city light cause sleep tonight might also like hey long long ago love wrong late turn around hey long like favorite song go round round head like favorite song go round round head like favorite song go round round head like favorite song go round round head hey hey hey hey hey hey hey hey', 'leave key come home bag full move move there get use go give false start another year another lie wish youd call could say let know wait every night ever fall love ever bet ever one wait ever want one night ever make thing right ever change mind wait wait never think youd give guess climb tire fell love maybe crash land end right back stand know wait every night ever fall love ever bet ever one wait ever want one night ever make thing right ever change mind wait ever fall love ever bet ever one wait ever want one night ever make thing right ever change mind wait might also like', 'go time fear there one save nothing really get way drive crazy need somebody hear somebody know somebody somebody hold easy say never guess way pain day nightfall get let guard rug get use someone go time fear there one turn nothing way love get sleep without need somebody know somebody hear somebody know feel easy say never guess like way help escape day nightfall get let guard rug get use someone tend close eye hurt sometimes fall arm safe sound come back around day nightfall get let guard rug get use someone day nightfall get let guard rug get use someone let guard rug get use someone might also like', 'someone tell world would end tonight could take get wouldnt start fight yeah right could liquor take dinner take fun birthday cake soul dog take everything love one thing never throw away dance shoe lord try really tonight lay die scream cry weve already waste enough time never dance never dance pop lock record clothe never dance dance dance want life song dance get good luck zero care belong could thing make dumb never get younger fun cause one thing never throw away dance shoe lord try really tonight lay die lay die scream cry scream cry know start fight never dance never dance pop lock record clothe never dance dance dance dance yeah might also like lay die scream cry know start fight fight lay die scream cry weve already waste enough time weve already waste enough time never dance never dance pop lock record clothe never dance hey hey never dance never dance dance let music play til end dance never dance dance let music play til end hey never dance dance let music play til end let play yeah dance never dance dance let music play til end come come never dance let music play til end yeah yeah never dance let music play til end stop', 'think find way think find way find never away never away guess stay hope day make even take night hundred year need place hide find one near feel alive outside fight fear lovely alone heart make glass mind stone tear piece skin bone hello welcome home walk time look better place look better place mind always head space know someday make even take night hundred year need place hide find one near feel alive outside fight fear lovely alone heart make glass mind stone tear piece skin bone hello welcome home yeah yeah hello welcome might also like', 'cold heart human sign thing wrong scent temptation strong cold cold heart thing better baby think long long time til touchdown round find man think home say well think keep cold cold heart thing better baby think long long time til touchdown round find man think home say well think keep might also like cold cold heart thing better baby think long long time til touchdown round find man think home say think long long time til touchdown round find well think keep man think home', 'rock yeah shake damn damn make another hit aint want aint want aint want block rock shake rock yeah shake get shake hit tie shake gon shake stand money know size shake pick side better choose wisely shake high one two three four throw five shake high damn damn one two three four throw five make another hit aint want aint want aint want shake damn shake shake shake shake shake shake shake shake shake might also like', 'track bitch say nothing saw nothing nothing like three monkey two chair head two stutter dry weed walk vermin hefty like even without exercise want service prefer pay free expensive already tell send little one bolo hard worker thirty many pussy smell litter home many loss always one step ahead line many coco gas theyre big know well suit pay pay even know bear like spoon doubt everything safety many thing square tasty longer take shovel wheelbarrow wheelbarrow leave crazy one take deaf one take blind one mute one mute wheel roulette lot joint roll roll lot bag lot leave sister love love tasty longer take shovel wheelbarrow wheelbarrow leave crazy one take deaf one take blind one mute one mute wheel wheel lot joint roll wheel lot bag lot leave sister love auto rah never jam han keep latex han leave ring ring two hundred forty three hey hello binary system check ball partner slut better solo turn silence back water turn silence back submarine pay time hate pay right away every day tell tomorrow stone since fourteen concentrate stay attentive forget even penny afraid god afraid fire yes bandit scam number three time cook cocaine produce there roter salad need guy who lazy even time stone take stone scar tasty longer take shovel wheelbarrow square leave crazy one take deaf one take blind one mute one mute wheel roulette lot joint roll roll lot bag lot leave sister love love tasty longer take shovel wheelbarrow wheelbarrow leave crazy one take deaf one take blind one mute one mute wheel roulette lot joint roll roll lot bag lot leave sister love love might also like track bitch', 'yeah call long enough maybe show love maybe withdrawal even much turn touch baby look around sin city cold empty one around judge see clearly go say blind light sleep feel touch say night like one trust hey hey hey run time cause see sun light sky hit road overdrive baby city cold empty one around judge see clearly go say blind light sleep feel touch say night like one trust see ticket low might also like call back let know back let know could never say phone say phone never let time say blind light sleep feel touch hey hey hey hey hey hey say blind light sleep feel touch', 'ambition music fault beluga fault tonight make soon well take create damage talk normal story grow bulk mother danger west mentality behavior toto jay men abnormal normal even bambino weld end well get know ana well get know misery able say deserve never able say deserve never heart stay city stay city day day street go go summer plan ana debt bother baby baby ana debt bother well get know ana well get know misery might also like really know madness know stupid record yet grow town baby really know madness know stupid record yet grow town baby really know madness know stupid record yet grow town', 'silver silver there something air little warmer every year rich get thus poor get floss every day lie teeth ever give rope hand consumer continue consume polar bear keep polar bear ice leave everyone look oil whats leave silver silver silver silver silver silver rim child alienate street full fight old men legislate new woman right see color nothing learn blame lie protest light screen light look lot upright simple never end silver silver silver silver silver silver rim might also like silver silver silver silver silver silver rim silver silver silver silver silver silver rim everyone look hello hello hear theyre scramble gold look silver', 'tell girl happy modern world need else good time find long change bad time fear tell something boy arent tire void need aint hard fall good time find long change bad time fear deep end watch dive never meet grind crash surface hurt far shallow far shallow might also like deep end watch dive never meet grind crash surface hurt far shallow shallow shallow far shallow', 'love hell gon love somebody else get amen ask yeah party make friend need lover look somebody somebody take home exception bless body love want bad tonight come drop line put aura mine like could life could ease appetite know never high like cause make friend make friend yeah cause make friend need lover need lover need lover need lover might also like honest baby need partner light come light come yeah yeah thirty almost get love song yeah want bad tonight come drop line though never high like cause make friend make friend yeah cause make friend need lover need lover need lover need lover need need need need lover need lover need lover need lover look somebody somebody take home exception bless body love cause make friend make friend cause make friend need lover need lover need lover need lover need need need need lover need lover need need need need lover need lover need lover need lover', 'trust fall baby trust fall baby picture place hurt safe get worse see bloodshot eye picture place somewhere else far away know mean mean say would enough run time light fight want tonight eye behind love side trust fall baby trust fall baby everyone alive run fire trust fall baby yeah trust fall baby jump come burn like sun well talk well cry well laugh til do like mind weve run life weve light weve far fight want tonight close eye leave behind love side trust fall baby trust fall baby everyone alive run fire trust fall baby yeah trust fall baby might also like fall go without go alone fell far til find know know know go without go alone cause know know close eye leave behind love side trust fall baby trust fall baby fall fall fall fall fall fall', 'thing tell never would tell change even know never could know find nobody else good need stay need stay hey get drink wake waste realize time waste feel like feel way feel right right thing tell never would tell change even know never could know find nobody else good need stay need stay hey thing tell never would tell change even know never could know find nobody else good need stay need stay hey away miss touch reason believe love difficult trust afraid aint way leave cause aint ever leave know know live without baby stay might also like right thing tell never would tell change even know never could know find nobody else good need stay need stay hey thing tell never would tell change even know never could know find nobody else good need stay need stay hey need stay need stay hey', 'time think bathroom look face mirror need wait reaper take life never get alive live thousand life patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone get feel soul ahead throw stone cause there magic bone stick gray black white never wrong til right like boulder vulture flame bed patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone bone get feel soul ahead throw stone cause there magic bone see imagine dragon ticket low might also like cause there magic bone look mirror mind page life path many pace time drown voice air one never piece sky patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone magic bone get feel soul soul ahead throw stone cause there magic bone mind mind mind mind mind mind cause there magic bone', 'like scream one hear almost feel ashamed someone could important without feel like nothing one ever understand much hurt feel hopeless like nothing save go almost wish could bad stuff back could good yellow diamond light stand side side shadow cross mine take come alive way feel deny let find love hopeless place find love hopeless place find love hopeless place find love hopeless place shine light open door love life divide turn away cause need feel heartbeat mind way feel deny let find love hopeless place find love hopeless place find love hopeless place find love hopeless place might also like yellow diamond light stand side side shadow cross mine find love hopeless place find love hopeless place find love hopeless place find love hopeless place find love hopeless place find love hopeless place find love hopeless place find love hopeless place', 'take lead enemy pig celebrate empty rum thing take freedom man life there there stone iron life castle tell crazy thing someone life there one watch opponent another know almost almost target good part pray amen amen amen get use everything hardly matter cash start almost regret sell pay start almost regret life regret fake blank bullet regret dummy blank slut apparently never want see like tear smoke organic green black endear side dedication defense attacker aim head worst hit leg count count big count luck count big count luck big blow level conflict tell worth smell like death smell like death raise head see vulture hot round trip well back apologize almighty heart heavy gang han put life even feel twinge han five live room even hear creak han put life even feel twinge han five live room even hear creak even hear grind yeah even hear grind even hear beat heart even hear tap tap tap even hear grind even hear grind even hear beat heart even hear tap tap tap might also like mother child leave mother tonight sleep alone go fall home rain count follow dad footstep keep new shoe weve see force nature take blow pressure little guy reproach war war happen number call time know trust break fast like scooter business big cooper gang computer genius count longer count entry exit con confuse need desire confuse banker record company con confuse kindness admission weakness friend go betray give price protect wife mother little one round trip well back apologize almighty heart heavy amen han put life even feel twinge han five live room even hear creak han put life even feel twinge han five live room even hear creak hey gang even hear grind even hear grind even hear beat heart even hear tap tap tap even hear grind even hear grind even hear beat heart even hear tap tap tap', 'time heart tell clear stay tune stay tune twelve night eleven night san eleven night like airplane like like travel like like morning like like wind like like dream like like sea like go know go know go lose time heart like bike like like run like like rain like like come back like like marijuana like like like like mountain like like night like go know go know go lose time heart might also like twelve one minute like dinner like like neighbor like radio clock one morning like kitchen like like charm like like guitar like like like go know go know go lose time heart like cinnamon like like fire like like wiggle like like like like like like chestnut like like like go know go know go lose time heart go know go know go lose time heart go know go know go lose time heart time heart time heart time heart time heart time heart four oclock bin ban bin bon ban bin ban bin bon ban bin ban bin bon ban radio clock five morning everything shine gold infallible remedy', 'along fever cold sweat hotheaded believer throw hand air say show something say dare come little closer round around around around tell tell tell know really sure feel something way move make feel like live without take way want stay much life live something take give round around around around tell tell tell know really sure feel something way move make feel like live without take way want stay reason hold cause need hole go funny break one one save cause never see light hard know one cave really sure feel something way move make feel like live without take way want stay stay want stay you might also like', 'honest know otherwise hatred able heal music get shady contract want sign one love like tell joint go roll make forget wickedness world devil curvy far record label close discern public far sale figure close musicality look cloud rain likely fall look heart longer fence one likely enter absence light mean dark call brother smoke nut wickedness men lot voice angel vulture carry heart carry eye will game tell together fail alone cum mouth like taste risk believe want list one love song lonely need attention shoot die shut big mouth shoot smoke go moon far torture mind gut pain man wickedness digest take good bad feel like apple absence light mean dark call brother smoke nut wickedness men lot voice angel vulture every time without take money life come afar sting back like dark hedgehog betrayal shake girl hand male gender trust hole apart knee bend bitch already know end story lock cell sober regain consciousness worry vagina let steam love destroy something completely different see longer see mix like piano key live live eucharistic malaise sweet salty devil hide behind artistic middle music ready might also like god never lie god never lie god never lie yeah life', 'man want world hand hate beach stand toe sand use sleeve sweater let adventure head cloud gravity center touch neck touch little high waisted short know think think one love two mouth one love one house shirt blouse find nothing wouldnt tell cause cold let hold hand hole sweater may take breath away mind there much say sometimes silence guide mind move place far away start raise minute leave hand meet waist watch face put finger tongue cause love taste yeah heart adore everyone beat inside place warm outside start pour one love two mouth one love one house shirt blouse find nothing wouldnt tell cause cold let hold hand hole sweater cause cold let hold hand hole sweater cause cold let hold hand hole sweater cause cold let hold hand hole sweater might also like cold cold hole sweater', 'take arrow heart never mouth taste like strawberry yeah want lipstick guitar engine drive real far underneath star yeah want get like guy kiss eye drink smile feel like like soul fire stay day night yeah get like love like close give shiver baby dance til sunlight crack say party well bring right back well say love like close give shiver baby dance til sunlight crack say party well bring right back car moonlit dark wrap leg arm get enough know could tear apart put back together take heart never think could love hard get enough get like might also like guy kiss eye drink smile feel like like soul fire stay day night yeah get like love like close give shiver baby dance til sunlight crack say party well bring right back well say love like close give shiver baby dance til sunlight crack say party well bring right back baby burn hot make shiver fire get thing want stop know make baby burn hot make shiver fire get thing want stop know make shiver yeah get like love like close give shiver baby dance til sunlight crack say party well bring right back well say love like close give shiver baby dance til sunlight crack say party well bring right back hey', 'walk valley shadow death take look life realize there leave cause long even think mind go aint never cross man deserve like punk know unheard better watch might line chalk really hate trip croak see pistol smoke fool little like knee night prayer life paradise life paradise keep life paradise keep life paradise look situation get live normal life raise state hood team much television get dream educate fool money mind get ten hand gleam eye set banger arouse anger fool death aint heartbeat away life die say live see way thing know tell blind see one hurt life paradise life paradise keep life paradise keep life paradise might also like power money money power minute minute hour hour half aint kitchen know whats say learn nobody teach understand reach guess guess would guess know life luck fool life paradise life paradise keep life paradise keep life paradise tell blind see one hurt tell blind see one hurt', 'money goal let head water pen leaf wet sock unstoppable continue sketcher nearby everyone van three day balloon puke like bottle guarantee cost press key sure floss stir fry hungry lie belly get fatter eat stew spit fire smoke businessman public transport pain lot misery safe anyway someone go dough ever look dough gunner donate think feel pain skeer think loot yes philosophize would tell know anyway sit come street ask cause sick time look many hit luckily wear face mask clap barrel jail escape long corona almost start fund rapper contact pin also cash coke would fall run home think baseball player boy pit make gap get present scene father day first one already hard second one go thing kick do much better keep head toe tight drive tight new valve measure know hot guy close road titty rain suit tenner little men brother know thing brother live already grab little little grab brother trifle get code little bitch neighborhood striker brother like drive boy run armor buy pipe bike little one mine long time eat extensively want hear anything time right turn gray day never come sometimes also understand stay carry corpse bag brother tear big shopper open must sweat friend keep moan dude check radar brother say cross border give another hour neighborhood open garage lie bed next wife think whats guy think get clothe smoke tobacco greenhouse buy golf eight could buy usually always quiet whore go sell money might also like', 'see tonight could either way heart balance razor blade design love break rinse repeat get stick world loud thing look know arm somewhere beyond cloud make feel like heart mile away make feel like drink star dance space celestial see light shin rain thousand colour rise place there silver line surround grey get lose come back around thing look know arm somewhere beyond cloud make feel like heart mile away make feel like drink star dance space celestial celestial might also like make magic thing way notice really matter let make tonight make feel make magic thing make feel way notice really matter let make tonight make feel like heart mile away make feel like drink star dance space celestial celestial celestial make magic thing celestial way notice really matter make tonight celestial', 'baby call busy forget male already decide tonight go yale spiteful crazy come new flow baby hack move another today baby spiteful crazy may god free move another today baby yeah skirt hoop chain pina sorry play dance teach brunette work today fame job night long night good violent mambo end problem look easy go tell one two three look easy go tell longer look easy go tell one two three look easy go tell whats mommy see ticket low might also like spiteful crazy come new flow baby hack move another today baby spiteful crazy may god free move another today baby yeah go overtake right go hey hey overtake right hey gaby gaby gaby barcelona hey omega hey hey hey', 'higher gnat gun blaze feat sly premonition unaccommodating feat young gon learn feat white gold adventure moon man slim shady interlude night feat deep feat juice darkness leave heaven feat grey yah yah feat black think marsh never love little engine lock feat farewell regret feat feat crook ringer lucky feat skit normal call skit step stone alike feat kamikaze fall nice guy good guy feat venom music motion picture logic homicide feat lose mile collapse feat real slim shady rap god without mockingbird go afraid river feat feat way sing moment need doctor feat grey closet love way lie feat forget feat beautiful superman feat name like toy soldier shake feat man lose monster feat space bind crack bottle feat cent love feat make whats difference feat white like legacy write feat smack feat head survival cent bank know drop world feat lie role model bitch please feat snoop drake west forever cent patiently wait feat believe nowhere fast feat castle remind bad husband feat ambassador renegade feat guilty conscience bad guy arise tragic end feat might also like', 'doctor one day marry angel well make love cloud pray nothing change know story age doctor one day marry angel well make love cloud pray nothing change love much much superficial tell one day fall sky always speech beautiful word soon run soon day break walk dream nothing move except lip rise soon day break walk dream love exist however sadden doctor one day marry angel well make love cloud pray nothing change know story age doctor one day marry angel well make love cloud pray nothing change change love much much conceptual keep tell men woman cruel never like cinema definitely beautiful away camera soon day break walk dream nothing move except lip rise soon day break walk dream love exist however sadden might also like doctor one day marry angel well make love cloud pray nothing change know story age doctor one day marry angel well make love cloud pray nothing change change', 'two lover car listen blonde pink orange sky super childish glover call mother like tonight get alibi alone love life get glitter skin radiant beam night need light see shine golden hour slow time golden hour two lover foot dash nowhere fast summer radio blast make moment last get solar power minute feel like hour know even imagine like love life get glow face glorious look eye angel light alone love life get glitter skin radiant beam night need light see shine golden hour slow time golden hour might also like', 'go wait blood wait slowly wait without threaten sand fall start dead adore god laugh want idol inspiration know one last message one last message take life there distraction nan nan fuss get hey ten oclock right sell weed time manager get handgun fist assault rifle pose banger towards phone call make murder know ready murder murder need someone help need someone help force go give go give leave table make inquiry make people jealous let kick hear say future bag pocket take back child bloc walk twice listen carefully repeat twice field score time studio two voice teach nothing know homework saw everything logic disappoint hey might also like there distraction fuss get ten sell weed time manager get handgun fist assault rifle pose banger towards phone call make murder know ready murder murder need someone help need someone help force go give go give live sleep night sometimes trouble god save save save time regret there go back past past come naked whine want father put phone want forget full far space planet bring back panama flow fuss get ten oclock sell weed time manager get handgun assault rifle', 'aint gold river washin hand forever know hope water bring swim silence baby let easy baby child get chance feel world around time choose choose easy aint room thing change deeply stick way deny hard try put first give easy baby child get chance feel world around time choose choose easy good intention highest hope know right probably even show easy baby child get chance feel world around time choose choose easy ticket low might also like', 'want feel keep prisoner house next month ugly spend together unhappy without want feel want see see would far sweater blood drool sob speak like hand finally secret tell hammer carve knife paint never felt creative tomorrow engrave mourn skin scale show ten kilo indestructible anger sorry dead sun god miss everything fade decrescendo earth soon stop somebody fault god miss everything fade decrescendo soon nothing leave lose take care someone else want feel seek noise like drug silence memory play worst melody try eject disc start molar spark one could help yeah stay star needle end night see clock tick interview know girl ask wouldnt know rest world madly feel lose might also like god miss everything fade decrescendo earth soon stop somebody fault god miss everything fade decrescendo soon nothing leave lose take care someone else god miss everything fade decrescendo earth soon stop sure someone fault god miss everything fade decrescendo soon nothing leave lose take care someone else take care someone else take care someone else', 'let fall heart fell rise claim dark lip save hand strong knee far weak stand arm without fall foot there side never know never know thing youd say never true never true game youd play would always win always win set fire rain watch pour touch face well burn cry cause name name lay could stay close eye feel forever together nothing better cause there side never know never know thing youd say never true never true game youd play would always win always win see ticket low might also like set fire rain watch pour touch face well burn cry cause name name set fire rain throw flame fell cause know last time last time sometimes wake door heart catch must even already help set fire rain watch pour touch face well burn cry cause name name set fire rain throw flame fell cause know last time last time let burn let burn let burn', 'put worst mood cleaner church shoe point two hurt red lamb tease none toy lease make whole year week yah main bitch league side bitch league house empty need centerpiece twenty rack table cut ebony cut ivory skinny piece clean face man love baby money need aid bout see shade switch style take lane switch cup pain look do look do every day try test every day try end pull roadster pocket overweight hefty king far cry come alive fall time competition really listen blue new edition see ticket low might also like house empty need centerpiece twenty rack table cut ebony cut ivory skinny piece clean face man love baby money need aid bout see shade switch style take lane switch cup pain look do look do let brag legend fall take year like bandit buy crib brand new wagon hit grocery shop lavish star trek roof wraith khan girl get loose hear song hundred dash get close god pray love pray car house empty need centerpiece twenty rack table cut ebony cut ivory skinny piece clean face man love baby money need aid bout see shade switch style take lane switch cup pain look do look do look do look do', 'hey well yeah hey well yeah yeah yeah well yeah hey take different even manage end sheet end sheet stone codeine feel heart feel pulse much hate make love mix hate sex well see time place available even stone codeine feel heart feel pulse feel like get closer death medicine leave grr leave flower flower inside much cry pull belt believe touch hurt hurt sit drink drink feel drown lean tub awesome bathrobe grr roll joint roll stick might also like far far today hey leave flower ball medal let live like death part enemy save load heart gun recover fly see blurry drive waste time money become crazy violent welcome violence hey ticktock ticktock diamond ticktock coal fresh ticktock want catch like tell call back ask street leave scar yah story yah story story yah baby story story yah story story yah story baby hey take different even manage end sheet end sheet stone codeine feel heart feel pulse much hate make love mix hate sex well see time place available even stone codeine feel heart feel pulse feel like get closer death take different even manage end sheet hey well meet time place', 'beat better run back know get lazy right yeah molly molly one live right right right baby ride yeah bring place like baby care know care bring place know body lightweight know body lightweight cane yeah yeah yeah make hurricane cane band make rain rain tie put chain chain make tattoo name name make cry like baby yeah let make video yeah yeah make cry like baby yeah let make video video baby ride yeah bring place like baby care know care bring place know body lightweight know body lightweight cane cane cane baby ride yeah molly molly like baby care know care molly brown ticket low might also like', 'would without smart mouth draw kick get head spin pin whats beautiful mind magical mystery ride dizzy know hit alright head water breathe fine crazy mind cause love love curve edge perfect imperfection give give end begin even lose win cause give give many time tell even cry beautiful world beat around every mood downfall muse worst distraction rhythm blue stop sing ring head head water breathe fine crazy mind see legend ticket low might also like cause love love curve edge perfect imperfection give give end begin even lose win cause give give give card table show heart though hard cause love love curve edge perfect imperfection give give end begin even lose win cause give give give give', 'dream dream awake know saw could hear think touch control control get insomnia way look head let come walk mind plan sometimes hope sometimes hope stay everyone leaf dream want close want careful get night every day let let let get insomnia way look head let come walk mind plan sink together live without light dark drink tonight might also like get insomnia way look stay head endlessly sleepless come walk mind plan', 'way articulate say love yeah cause love yeah hard communicate think hold tonight gon let know let tell truth baby let tell truth yeah know see eye hate want hate cry lonely specially night miss every time want afford love try find reason pull apart aint cause perfect know worth walk away even though make feel alone know would die baby would die yeah distance time never change mind cause baby would die baby would die yeah say way manipulate baby girl blame yeah cause take pain forever would find one better cause right babe think right babe know see eye hate want hate cry aint cause perfect know worth walk away see ticket low might also like even though make feel alone know would die baby would die yeah distance time never change mind cause baby would die baby would die yeah would die would lie keep real would baby yeah would die would lie keep real would baby even though make feel alone know would die baby would die yeah distance time never change mind cause baby would die baby would die yeah babe die', 'yeah good girl go bad take three action cloud stone let rain hydroplane bank dow cloud come fly higher weather better know know anticipation precipitation stack chip rainy day jay rain man back little miss sunshine heart well never world apart may magazine star baby cause dark see shiny car need always share sun shine shine together tell forever say always friend take oath stick til end ever know well stand umbrella stand umbrella umbrella umbrella umbrella fancy thing never come part entity infinity war take part world deal card hand hard together well mend heart might also like sun shine shine together tell forever say always friend take oath stick til end ever know well stand umbrella stand umbrella umbrella umbrella umbrella run arm alarm come there distance love let rain pour need sun shine shine together tell forever say always friend take oath stick til end ever know well stand umbrella stand umbrella umbrella umbrella umbrella baby baby come come baby always come come rain rain come come rain rain come', 'bed feel little bite bigger song radio sound friend talk tear cause heart break little hear name sound like young dumb realize buy flower hand give hour chance take every party cause dance baby another man pride ego need selfish way good strong woman like walk life never never get clean mess make haunt every time close eye sound like young dumb realize buy flower hand give hour chance take every party cause dance baby another man although hurt first say wrong know probably much late try apologize mistake want know see mar ticket low might also like hope buy flower hope hold hand give hour chance take every party cause remember much love dance thing do man thing do man', 'trice real name gimmick record scratch two trailer park girl round outside round outside round outside two trailer park girl round outside round outside round outside woo guess who back back back tell friend guess who back guess who back guess who back guess who back guess who back guess who back guess who back monster cause nobody want see want shady chop liver well want shady give little bite weed mix hard liquor vodka heart shock get hospital doctor rock table operate hey long stop debate cause back rag know get job husband heart problem would let let let see try shut feel empty without come dip bum lip cum lip tit get ready cause get heavy settle lawsuit look like job everybody follow cause need little controversy cause feel empty without say look like job everybody follow cause need little controversy cause feel empty without might also like little hellion feel rebellious embarrass parent listen start feel like prisoner helpless til someone come along mission yell bitch visionary vision scary could start revolution pollute rebel let revel bask fact get everyone kiss disaster catastrophe see damn much well back fix bend antenna tune enter skin like splinter center attention back winter interest best thing since wrestle ear test attention please feel tension soon someone mention here ten cent two cent free nuisance send send look like job everybody follow cause need little controversy cause feel empty without say look like job everybody follow cause need little controversy cause feel empty without taskit wit anybody who talk get worse little limp bastard get fag blow know old let nobody let give signal whole list full new insult dope suspenseful pencil ever since prince turn symbol sometimes everybody want discus must mean disgust obscene yeah though first king controversy worst thing since black music selfishly use get wealthy hey there concept work twenty white rapper emerge matter many fish sea empty without look like job everybody follow cause need little controversy cause feel empty without say look like job everybody follow cause need little controversy cause feel empty without hum hum', 'baby make money come home late light much party animal ride costa poster paw way criticize paw yes want drink glass yes want range rover yes want drink glass god rah yes want range rover gang gang gang go walk dirty like sing neighborhood life life even around world yes go walk gang like sing neighborhood life yeah even around world good would leave take lease make dance love music much like would leave take lease make dance much yes jackal think well look make move yes make leave area get handcuff delta quarter jota nasty nasty spoil corner little longer cheeky yes want drink glass yes want range rover yes want drink glass god rah yes want range rover gang gang gang might also like go walk dirty like sing neighborhood life life even around world yes go walk gang like sing neighborhood life yeah even around world good would leave take lease make dance love music much love would leave take lease make dance go walk like sing neighborhood life even around world paw go walk like sing neighborhood life even around world', 'top man cop come six morning mat mat front door keep eye open like wap wap wap beat ball wrong always right calibrate contribution nothing invest kilo one hit nest termite leave alone allow thermal glass thermal reach hundred meter big car license come smoke weed weed weed get two muffler like wick kilo weed kilo pass island operator mother extinguish fire light iron pass island operator mother play tony montana saw bear already marijuana glue headrest open canna montana color zipper smoke big pestle already know two three kilo ago sound draw pick thing go drop everything girl girl girl course tighten drink taste banana need coil pound sterling sterling sterling make longer allow see run like sterling sterling burn perimeter six hundred horse sedan twenty twenty inch diameter start work finish get two muffler like wick kilo weed kilo pass island operator mother extinguish fire light iron pass island operator mother might also like play tony montana saw bear already marijuana glue headrest open canna montana color zipper play tony montana saw bear already marijuana glue headrest open canna montana color zipper', 'know like bus leave hit like real package hesitate urus turn cop everything kil never welcome party sorrel poorly distribute music theyre valiant leave record open label need physical sale large ensemble like massy grass longer go turn dress fear heart chain full time time always present click click click click meaner become click click click click fear heart take revenge freezer put pull trigger three time click click click go talk imperfect get involve ply must avoid paw blood enemy two seven smell sorrel want keen coca two car one weekend six buck rent ure never rub shoulder side cash touch hero confidence people see eye like trust fear heart chain full time time always present click click click click meaner become click click click click fear heart take revenge freezer put pull trigger three time click click click go talk imperfect get involve might also like', 'could realize beauty bring give lead take inappropriate place feed wind samadhi let shelter baby alone may god home may wife wonderful moment moisture tell see look timidly tear eye carry quiet nostalgia outside hardly believable mother lose wit leaf scar wind underneath scar emotional trauma there nothing there nothing change everything everything difficult close eye open see another thing know want ask dream mine real breath breathe talent write heart beat stop one sky look thing tell sunset art might also much love much difficult walk tear start run eye see sun rise chorus every pain choose mean sick feel sick one reason arrogantly young simply stuff stimulant hope remember become grandparent solitude leave aside pain remain close eye open see another thing know want ask dream mine real breath breathe talent write heart beat stop trust give everything trust give every bite hurt tear clean every wind maybe sting would stop grit teeth would allow let whisper whisper whisper shout get get give strength give strength close eye open see another thing know want ask dream mine real breath breathe talent write heart beat stop close eye open see another thing know want ask dream mine real breath breathe talent write heart beat stop', 'good gold dream sell right til build home watch burn leave lie cry buy flower write name sand talk hour say thing understand take dance hold hand yeah love better love better love better baby love better love better baby paint nail match rise leave remorse regret forgive every word say leave baby fight cry buy flower write name sand talk hour yeah say thing understand take dance yeah hold hand yeah love better love better love better baby love better love better baby love better love better baby love better might also like leave fight cry buy flower write name sand talk hour yeah say thing understand better take dance yeah hold hand yeah love better yeah love better love better love better baby love better love better baby love better love better baby love better', 'believe man want somebody say saw person kiss would never ask keep know keep low cause heart take please let show baby know yeah think hold eye believe need know truth baby keep know keep low cause heart take please let show baby know touch better touch better watch fall asleep watch fall asleep show thing use better way better way aint say say thing come back might also like cuffin like precinct housewife sneaky link get rid round type rover girl use ride dink one put god fashion nova model put runway god coach bag get side bitch call get girl feel alone god mean home aint home god nightmare phone even record get zone know keep low cause heart take please let show baby know keep low cause heart take please let show baby know let find god get hotel never bring house god better way baby say thing come back', 'everybody make move sexy body girl shake body nice get stand feel like two thousand nine sing people nation would wrong want everything pretend show would wrong want everything pretend show feel party people make noise move body like shaker hit dance floor come take club everybody watch move feel bass feel feel groove everybody know place everybody feel might enough please place place everybody drop exactly drop breed know secretly move body wait long want give everything feel come every come every come every come every feel like come every come every come come everybody come everybody let people would wrong want everything pretend show ready two thousand nine would wrong want everything pretend show might also like wind wind pon everybody country everybody bubble everybody like know everybody like toe everybody slippery sole everybody want come flow everybody want come wind wind pon say wind wind pon wind wind pon say wind wind pon yes wind wind pon say wind wind pon wind wind pon say wind wind pon drop come would wrong want everything pretend show would wrong want everything pretend show party people make noise shake move shake shake move people people people sing people nation mezzo qua chi mezzo qua chi', 'come call name look get life choose come call name look life choose soul dance without touch word red album back little longer stay timelessness two run parable scream write rant luxuriantly uncle everything tell love terrible winter field sunflower though high umbrella peace mind find give day recall memory day sit argue day carefree distract touch would let taste drink burst see split second drink touch would let taste drink burst see split second drink come call name look get life choose come call name look life choose hate flower love bear someone pain cry promise would second expiration date grind bitter coal courage courage sweet heart tell every time carry arm spell want write run want breathe let sniff want taste last last like branch tree prayer finger one call like branch tree prayer finger one hey touch would let taste drink burst see split second drink touch would let taste drink burst see split second drink come call name look get life choose come call name look life choose touch taste see might also like', 'scar somewhere inside something repair even though always pretend feel trap yesterday memory pain know know never break away break free cause alone lose memory live behind lose dignity live inside confusion tire always afraid damage receive break promise make blindly know never break away break free cause alone lose memory live behind lose dignity live inside confusion try keep pain inside never alright try keep pain inside never alright try keep pain inside lose never alright try keep pain inside lose never alright might also like lose memory live behind lose dignity live inside confusion', 'mummy know daddy get hot body shop something unholy like like yeah like like yeah yeah yeah like like yeah like like yeah lucky lucky girl get marry boy like shed kick ever ever know bout tell dirty dirty boy know everyone scene hear bout place know keep business clean mummy know daddy get hot body shop something unholy sit back poppin yeah put slowly leave get mummy know daddy get hot body shop something unholy woo daddy daddy want drop yeah yeah give love give daddy gon need bag cause rodeo woo watch back go yeah get get like always call cause never cause drama drama want baby know get cover yeah yeah need baby jump cover yeah mummy know daddy get hot hot body shop shop something unholy sit back poppin yeah put slowly leave get mummy know daddy get hot unholy body shop something unholy unholy might also like unholy unholy yeah yeah', 'take look inside heart room room would hold breath get one knee get one knee want hold look good enough look good enough ever feel would ever picture would ever picture every time pull hair well fear fear find ugly one day disappear whats point cry even never even love ever want ever good enough ever good enough boy liar boy liar see look boy boy liar boy liar see look boy good good good good good good good good say good enough bout huh tell there one fun girl bum like boy cap home know like bet back bout cause know fat damn huh phone like send pin cause know hit gon respond sleep enough without eat enough without huh speak mean huh like sneaky might also like boy liar boy liar see look boy boy liar boy liar see look boy good good good good good good good good', 'welcome inner world baby feel either pain hate know whether carry weight whole happy satisfy perhaps feel little bitter aftertaste learn swallow like alcohol oil forgive perceive moment kiss star come transcendental memory everything pass cannot explain abnormal state take long time keep mouth shut watch soap opera anyway suit best turn cheek mouth might also like', 'fan even though salty hate see broad know happy hate see happy one mature mature mature get therapist tell there men want none want one might might best idea new next get might love though rather jail alone get sense lose cause get sense might really love text gon evidence text evidence try ration murder crime passion damn reach farmer market perfect peach amazement patience get beat mature mature mature get therapist tell there men want none want one might might best idea new next get might love though rather jail alone see ticket low might also like love love drug drug sober love love drug drug sober know gon tonight will best idea idea will next get will love though rather hell alone', 'diamond meet bar twelve something order two wine cause tonight want little context care listen find position man love sit last night tell dumb decision feel heart fact feel stick town simple mission little black dress heart break bitch high heel six inch back champagne trust bitch back taxi cocaine drink call drink text drink tear drink sex man page back back bar hotel old way cause feel last night feel last night doctor doctor anything please doctor doctor mercy take pain away symptom doctor feel toke joint steam back way like hour since dead get new man get sweaty last night really cherry cake dark day lately excuse state high hope make bed get hot take step back see glass least already actin like dick know mean might well stick might also like heart break bitch high heel six inch back champagne trust bitch back taxi cocaine drink call drink text drink tear drink sex man page back back bar hotel old way cause feel last night feel last night doctor doctor anything please doctor doctor mercy take pain away symptom doctor feel cause feel like felt last night feel like felt last night peace thing change last night naked leave naked come yeah reach touch numb feel way toast street small way run yeah never escape sunset maze symptom doctor feel feel last night feel last night doctor doctor anything please doctor doctor mercy symptom doctor feel feel last night feel last night feel last night lipstick smudge like modern art know who car highway will liquor feel leave everyone love read will secret stranger bed remember nothing there nothing regret kick drum head', 'good yeah alright baby best night life wherever take ride baby know good yeah alright cause good yeah alright baby best night life wherever take ride baby know good yeah alright know good yeah alright know whatever tonight need finer thing life matter good time yeah need sit middle floor get lot enough yeah cause good yeah alright baby best night life wherever take ride baby know good yeah alright good good good know good yeah alright let let care care come let know let know put hand baby nothing stop tonight might also like cause good yeah alright baby best night life wherever take ride baby know good yeah alright', 'call team call team paralysis harry potter leave praya magic pow want say huh want proper always clean scheme endless hungry eat invincible girl name silicone babe neighborhood call go two percent phone two percent make two grand trot shake floor sauce yes play catch around want picture finesse curry much see blurry aha young money dirty give spin let rock paralysis harry potter leave praya magic pow want say huh want proper always clean scheme endless hungry eat invincible girl name silicone babe neighborhood call go automatic buy small small know green since little gas red everything forbid gang gang whole gang whole gang brother brother let live healthy make money let make leave something behind might also like crazy baby crazy want rude pay number talk pocket many time even envy one screw even one person contract devil break bring back sha walk super fresh even wear brand crook rim weld say say whore want wash baby plus sign sheriff chase break push heart stop cause heaven amen city gray city ghetto pocket gainer keto break hit baby icon real silicone rag paralysis harry potter leave praya magic pow want say huh want proper always clean scheme endless hungry eat invincible girl name silicone babe neighborhood call go flow wave pronto back midnight marry full heart rotate stop copy touch lap alibi mind good day may satisfy come come come perfect ghetto ghetto lady hear whole gang come come come perfect ghetto ghetto lady hear whole gang paralysis harry potter leave praya magic pow want say huh want proper always clean scheme endless hungry eat invincible girl name silicone babe neighborhood call go', 'put worst mood cleaner church shoe point two hurt red lamb tease none toy lease make whole year week yah main bitch league side bitch league house empty need centerpiece twenty rack table cut ebony cut ivory skinny piece clean face man love baby money need aid bout see shade switch style take lane switch cup pain look do look do every day try test every day try end pull roadster pocket overweight hefty king far cry come alive fall time competition really listen blue new edition see ticket low might also like house empty need centerpiece twenty rack table cut ebony cut ivory skinny piece clean face man love baby money need aid bout see shade switch style take lane switch cup pain look do look do let brag legend fall take year like bandit buy crib brand new wagon hit grocery shop lavish star trek roof wraith khan girl get loose hear song hundred dash get close god pray love pray car house empty need centerpiece twenty rack table cut ebony cut ivory skinny piece clean face man love baby money need aid bout see shade switch style take lane switch cup pain look do look do look do look do', 'yeah yeah two yeah yeah drink dope turn superhero yeah yeah hit turn superhero yeah yeah super turn superhero yeah yeah young trust gon shoot dope flow switch flow yeah yeah switch flyer parachute pole oil yeah yeah candy cup get king street yeah young make crowd grave aint problem bitch star get rich better take war yeah piss casket shoot broad nasty roll gar bitch get graphic car get brand new tomorrow put brand new arm aint move slow oil tennis bracelet come frost frost link way jaw way step swag step broad two dollar half one hundred like coupon tell begin upper echelon get untouchable get represent money multiple top chart unapproachable bread loaf turbo motor another vulture sell bowl bitch yoga deserve award serve boulder hundred grand large shop total garage bitch aint aint jump get drop top go crazy push smoke haze floss shade might also like candy cup get king street yeah young make crowd take grave aint problem bitch star get rich better take war yeah piss casket shoot broad nasty roll gar bitch get graphic car get brand new tomorrow put brand new arm aint move slow oil tennis bracelet come frost frost link way jaw way step swag step broad dark knight feel die hero live long enough see become soon bring weight world sit shoulder hold crown aint get cape save hate yeah rather see drown yeah world keep like one one see who really yeah who who live long enough see become', 'buy zip weed hit club pay bout ten get crunk light bitch yeah know walk around world damn bout foot land yeah get mush yeah biggest put chicken wing pussy hit rich flex drop bar pussy yeah talk neck thing thing thing thing yellow diamond watch cost lot never send bitch dot get shoot vanish mode lot take panty bitch plot aint hoe bust aint aint ready pull trigger clutch know period baby suck savage smack booty magic slap pussy ratchet pussy might slap tracker whip get pussy call eve bitch call daddy bitch call uncle bitch call always ear flea post gun use foot like athlete get might also like hoe hoe need remember slaughter gang get dick girl busy need find someone else call bank account get low need find someone slaughter gang murder gang slaughter gang murder gang stick stone chrome chrome clone get phone pussy feel alone nan young money use roll house bad bitch like steady push tell kiss club use want woe run like couple day rapper love know know come heel leave cozy every like rip swear eat ten cake get lot love twelve reciprocate division stay late knife gate baccarat plate see drake underestimate take vet rookie mistake slaughter gang murder gang slaughter gang murder gang slaughter gang murder gang god boy look man boy man hear', 'nan', 'way articulate say love yeah cause love yeah hard communicate think hold tonight gon let know let tell truth baby let tell truth yeah know see eye hate want hate cry lonely specially night miss every time want afford love try find reason pull apart aint cause perfect know worth walk away even though make feel alone know would die baby would die yeah distance time never change mind cause baby would die baby would die yeah say way manipulate baby girl blame yeah cause take pain forever would find one better cause right babe think right babe know see eye hate want hate cry aint cause perfect know worth walk away see ticket low might also like even though make feel alone know would die baby would die yeah distance time never change mind cause baby would die baby would die yeah would die would lie keep real would baby yeah would die would lie keep real would baby even though make feel alone know would die baby would die yeah distance time never change mind cause baby would die baby would die yeah babe die', 'nan', 'make grow man cry cry cry cry cry make take life yeah happiness never real real real real real mindless sex feel time time time would matter matter would matter matter time time time time time babe would matter would matter babe would matter like never like never like go thin air time time time baby would matter would matter baby would matter time time time would matter would matter time time time would matter would matter like never like go thin air time time time would matter would matter time time time would matter would matter time time time would matter would matter know love know aint sure youd rather something toxic poison til feel nothing soul soul edge something break feel mind slowly keep go would make keep go would make might also like baby hey would matter baby know know hey', 'cute nervous anger trouble soul get angry seek comfort jealousy will resist try lip everything shoot wind trace body forever one make despair lust let everyone hear aloud salvation star fall tonight thousand wish one plan may mine forever purpose look persistently honestly lie heart stone cute nervous anger trouble soul get angry seek comfort jealousy will resist try lip everything shoot wind trace body forever might also like purpose look persistently honestly lie heart stone cute nervous anger trouble soul get angry seek comfort jealousy will like resist try lip everything shoot wind trace body forever', 'nan', 'nan', 'nan', 'come harry say back gravity back want hold palm hand leave say everything get way cannot one stay world know world know know answer phone harry good alone sit home floor kind will bell nobody come help daddy life want know well world know world know know see harry style ticket low might also like home get ahead talk way leave two follow talk who first hey know', 'young young young young young never need bitch bitch need bitch need find one fix death amphetamine get stummy sickly yeah want pussy need dog pound hundred model fade compound love never get pulse cause heartless back way cause heartless money pain get heartless low life life cause heartless say heartless better man heartless never plan heartless low life life cause heartless say heartless much pussy pocket turn get like cockpit yeah get call turn pussy faucet bag full drug rocket drink never miss target star star time roll stone bazaar bazaar dream girl guard seven year shark cause heartless back way cause heartless money pain get heartless low life life cause heartless say heartless better man heartless never plan heartless low life life cause heartless see ticket low might also like lose heart mind try always right think lose time come back life never give never know see would well alone yeah hear clear tone cause heartless back way cause heartless money pain get heartless low life life cause heartless say heartless better man heartless never plan heartless low life life cause heartless', 'hello skin announce stone age era quarry leave stone unturned stone jungle mountain gouge stone start magazine quarry yeah new level black star yeah know go hot follow baby signature low sound like open garage baby rapper who fish huh take new york dinner introduce tonight trash two get inside like split van dam turn volume let fly black star aka fatality make hot break dance floor country leave mark like meteorite stop beat hide love hide love hide love hide love hide love hide love hide love hide hide hide hide love love yell money mind think press rewind know would ever like think cause turn volume eleven dial might also like mot love yell money mind drop drop drop think press rewind drop drop drop know would ever like think drop drop drop cause turn volume eleven dial drop drop drop yah yah yah who mot get ready new new flow new year someone talk time something like honor money day yes forget one love family beat yes someone someone someone someone along way sail like cyrus raise raise raise raise drop drop drop drop drop drop drop drop drop drop drop drop drop drop drop drop drop drop drop drop drop pity smoke talk stupidity higher city fly cloud view pretty bad boy diddy get notorious like smoke smoke like train grace come brain like top key much like bottom key yeah even list would like even dark club stand scanner female troll hairy leg penetrate unnoticed sorry admit right away think spasm must continue train tongue already reach eye cut track sit sit big ahead bad boy diddy get notorious like get notorious like yeah yeah yeah yeah jig look think one thing two turn house upside one turn half turn night see photo report become dangerous light agree everything holiday yeah dance passionately tease cast well careful wake wild beast bed week definitely go restless tonight submissive curve main character last drop try best sweat drip get lucky hit cum everybody club right right right everybody club right right right everybody club right right right everybody club right right right paranoid every day need huh city club smoke floor fly star like magic like maniac hide huh style break elbow low bone light sound right upside whole club whole club whole club whole club south right south light sound right upside whole club whole club whole club whole club south south whoa whoa name something tell whoa whoa guy whoa couple line whoa accompaniment whoa welcome world farce card fall excitement dangerous matter yeah vain star fuselage black star stone soot intellectual swag everything else like snow melt spring bar prefer book pair know name interfere buzz tell catch path shadow disappear noon associate mind either opposite happy sure say word like rhyme want like since childhood even like need simpler vinyl holy relic platoon hungry platoon time tell good take part cause wherever know move brain cool super dude schoolgirl yummy bitch wild wild wild wild dance wild wild wild wild dance wild wild wild wild dance snake smoke bottle like cannon shotgun rocket bulletproof vest cover soul wild wild dance snake wild wild dance dance like west rap sarcasm rap grotesque audio drug drag test raise hand armless raise prosthesis rip tonsil scream hard throw blood hut butcher bay microphone today harbor muse dead inhabitant bunch black robe elbow weave home machine piss crookedly correct awe reptilian like human track bang vein pan lone yah crazy girl move move yah lone black star clock sharp woo time pack yeah see naked naked start stutter stutter couple woo bitch look ministerial ready mess nerve huh love sound bass bass turn sound bass friend sell well around queen woo lingerie modesty yeah sure without move move move move move move move move move move hemp blood ala drip champion call mad dog device cold apparently sleep club smoke club agree small die forever young time poison one hook right minute glory would drink ski moral look stage coward dunce experience one long fairy tale fool drag along tavern lot dirt want get say shy tell turn tell bring back tell turn tell bring back tell turn tell bring back tell play play tell like like tell turn tell bring back tell turn tell bring back tell turn tell bring back tell play tell turn bass tell turn tell bring back tell turn tell bring back tell turn tell bring back tell play tell like like turn turn turn turn turn turn turn turn turn hey hey hey hey hey pick bass turn shi full blow care day shake mass people close feel breast shake like there tomorrow pull skirt lick lip want call friend house dance naked turn long night delicious breakfast turn turn turn turn turn bass turn turn turn turn turn bass turn turn bass turn tell bring turn turn turn turn photo wallpaper show couch dance stand surrender without fight conscience wake think maybe worth worth probably study without triple afraid upset dad well break foundation star next east broadcast call east coast native everyone know grow big nose smell big victory profit like stone dead stone beat stone water live stone live let stone breathe stone breathe tell stone cold water mountain disappear stone begin speak forget stop love', 'nan', 'yeah know sometimes thing may always make sense right hey daddy always tell straighten little soldier stiffen upper lip get know miss know miss dad go give life never see sad even smile even laugh see eye deep inside cry cause aint daddy wit prayer wipe tear daddy nightmare gon pull together gon uncle crazy aint yeah love girl better know get world spin swirl whirl twirl two little beautiful girl puzzle daze know daddy always move always news try keep shelter somehow harder try backfire thing daddy see daddy want see see much plan way mother thing get bad see ever together ever like use course everything always reason guess never mean control destiny worry rest head sleep maybe one day well wake dream might also like hush little baby cry alright stiffen upper lip little lady tell daddy hold night know mommy right know feel feel inside may seem little crazy pretty baby promise gon alright funny remember back one year daddy money mommy wrap present stick tree say cause daddy could buy never forget sit whole night cry cause daddy felt like daddy job job keep food table time every house live either keep break shoot block savin money jar start piggy bank could college almost thousand dollar til someone break steal know hurt bad break heart like everything fall apart dad lot back flat apartment dad back side mile daddy go meet fly see daddy work leave daddy like young understand papa roll stone habit fast either one grab sorry witness firsthand cause ever make empty house baby picture trip see much grow almost like sister wow guess pretty much daddy daddy like sound yeah get ring go moment hush little baby cry alright stiffen upper lip little lady tell daddy hold night know mommy right know feel feel inside may seem little crazy pretty baby promise gon alright ask daddy buy mockingbird give world buy diamond ring sing anything see smile mockingbird sing ring shine break birdie neck back jeweler sell make eat every carat dad', 'nan', 'couple everything come back hold career like wife quickly end sex raptor arent want get free without right get today bravo probably disappear ingloriously trace rap almanac gas station everyone tray come brown star hide nut machine wear thread rap time waste car like thermal power plant well slightly couplet stop torture today tomorrow free advice know anyone poet day listen wish success twa rap kef wonder rhyme orange know wait hour become damn strong however work hang sofa know track ballad dawn say brother guilty table country cattle worry make clear please part mean peasant bel ami sweep napkin evergreen melody might also like run far away cop broom see colleague mile behind mass rhyme like nuclear physic collar come even drink music circus see market although decent guy song net mediocre extra offer evil emcee need build scene well well understand problem none two three people good row sound like tape era chorus burst musical high life bang make bass give high five lyric come heart like bypass rap couple quality phone video teenage girl candlelight total darkness call queen spade two destroy whole club knock behind throw bomb like howitzer rap wait white swallow let tell think joke bother come watch burn disk everywhere see new child think bake piece raw second hand rap flood market look higher price could give rap would let track compass vast ocean incompetent bastard hear nickname childhood dream problem people chat instead quality music idiocy give birth even purpose herd become rapper remain listener happy trick give hand subject limb long end do already let rub together like old record leave feel scratch scratch chorus burst musical high life bang make bass give high five lyric come heart like bypass rap', 'rock yeah shake damn damn make another hit aint want aint want aint want block rock shake rock yeah shake get shake hit tie shake gon shake stand money know size shake pick side better choose wisely shake high one two three four throw five shake high damn damn one two three four throw five make another hit aint want aint want aint want shake damn shake shake shake shake shake shake shake shake shake might also like', 'expect explosion sweet agony miraculous ambrosia life utopia moment eternal one stand brother like cigarette smoke moment disappear muffle fire blaze beam eye wrong take tit point finger point angel weak weak hard time get along people naked benefit vile forgiveness eye light nature care nightmare heart scald wine taste sweet mouth break bread long head people outline silhouette remain lead room full empty people play gentle song lie yard want euphoria forever repeat favorite line lead room full empty people play gentle song lie yard want euphoria forever repeat favorite line hear gasp breath stick ear second listen scream eye want shut everything might also like whisper song silence something shine see moment fall enter want completely faithful someone lean lose find like tree branch upward high get someday lead room full empty people play gentle song lie yard want euphoria forever repeat favorite line lead room full empty people play gentle song lie yard want euphoria forever repeat favorite line lead room full empty people play gentle song lie yard want euphoria forever repeat favorite line euphoria repeat favorite line', 'ride die soul scream within tick clock call time want something real already sick lie end demon around borrow energy head full movie see fine long movie something alive dead go go hell seem happy probably front camera end day wonder one bad guy would forget give enough tell one one penny love fall low limbo look say huh never forget say get would give would give want understand know worth know worth cause get something give yeah get something give ride die yeah die even remain build sow ride die soul scream within tick clock call time want something real already sick lie might also like end demon around borrow energy head full movie see fine long movie something alive shut shut use hand lesson havent do yet literary two face shrink remember time nothing dime hungry energy feel alive feel soul inside scream another try saw god eye demon follow get lose everything get hole there heat inside soul yea inside soul loose meditate clear head loose die worth peace love mind work', 'call wham know yeah get wet pussy way saliva top come mop need stop game feature black soon leave look love heart somewhere box fell lock never tell anyone see alone sunup sundown there nothing else get money work block good quarter sorry clock come knock without clock build paper get number move get place work herd keep deal dick tell boy get knife get lock sock work get know sure go aint handcuff bitch like trade really spin really speak influence put tracker car check soon dive theyll break house put chopper see ever get better let get act every time soon crazy take bow like let city super pretty run business like bitch tear super friendly like black spend tell post photo without permission get something man woman wild black think know really joke girl clown know hitter evil make home take trial yeah tell do never get strong speak hurt feel want get shooter window get bag everybody know pound yeah havent minute totally charge business problem call nobody hitter already come heart city street way hit song talk soon harvest ship ask god forgive will strong go leave come work benefit make charger extend clip another clip backup highlight way run sack wish one black would join bet bulletproof cadi two hundred will tell set buy three think straight cause let slip hope black know there go back get quarterback run back take team field look chain get bigger change face look sour get press real one try pocket get line gon feel get high real know enemy want go anywhere post location well get place get beat bah bah bah might also like yeah tell do never get strong talk hurt feel want get shooter window get bag everybody know pound yeah', 'good good great know drink need girl gon really understand need girl gon really understand good good great know drink need girl gon really understand need girl gon really understand see get rich pole see know know see take tequila liter know meet mine girl bump grind mine girl bump line lip like like shape like like get thank lord day wake girl even know name wake girl even know name wake wake girl even know name get thank lord day wake girl even know name wake girl even know name wake wake girl even know name good good great know drink need girl gon really understand need girl gon really understand good good great know drink need girl gon really understand need girl gon really understand poppin take three row roll see outside reach leave say reason tell lie girl tell lie say mine night realest say realest head genius dick game see ticket low might also like like get thank lord day wake girl even know name wake girl even know name wake wake girl even know name get thank lord day wake girl even know name wake girl even know name wake wake girl even know name yeah yeah yeah yeah yeah get thank lord day wake girl even know name bitch new spot space check safe check dresser chain get thank lord day wake girl even know name bitch new spot space check safe check dresser chain paranoid paranoid paranoid paranoid paranoid paranoid see paranoid paranoid paranoid paranoid paranoid paranoid paranoid see see get thank lord day wake girl even know name wake girl even know name wake wake girl even know name get thank lord day wake girl even know name wake girl even know name wake wake girl even know name paranoid', 'country continent northwestern portion country continent fully sovereign state teach name much charm baku right true see capital might also republic saw name see finland star welcome get car capital name berlin see country beautiful name capital iceland capital name capital visit fame history capital capital country continent northwestern portion large country continent fully sovereign state teach one country capital introduce city see capital see saw capital also capital see man name capital name warsaw saw star russia best san san wonderful place capital capital name star capital turkey star turn capital unite kingdom name say city holy see city capital country continent northwestern portion country continent fully sovereign state teach', 'chorus fade fade fade fade couplet shooter gun hey here gun hey case knock case bitch hey knock dragon along hey willer knife bonus fade hey knock case simulant hater bitch beat dead hey chronicle hey yes yeah trunk yeah beat will beat will beat will hater chorus fade fade fade fade might also like', 'know tell time run need take slow step honey maybe aint worry bout right right keep dream alive hero aint worry bout right right flood dance cloud aint worry bout aint worry bout hey know tell time run spend like gold live like get regret even break yeah best get something want steal way busy problem problem feel yeah yeah seal deal take let aint worry bout right right keep dream alive hero aint worry bout right right flood dance cloud aint worry bout aint worry bout hey aint worry see ticket low might also like aint worry bout right right keep dream alive hero aint worry bout right right flood dance cloud aint worry bout hey aint worry bout hey aint worry bout', 'yeah cause girl player yeah yeah cause girl player keep player baby cause girl player bitch money around world cause girl player know top penthouse suite take test drive leave lot time money spend watch hold titty white tee see thong tight jean rock finger like get another aint like yeah bout catch another flight yeah apple bottom make bite yeah good night good night hold know know break let could anybody miny cause could want yeah cause girl player yeah yeah cause girl player keep player baby cause girl player bitch money around world cause girl player phone one get like four yeah first class like valedictorian come long way rag rich bitch yeah taste delicious let lick plate yeah make dish news cause bitch go might also like yeah bout catch another flight yeah apple bottom make bite yeah good night good night hold know know break let could anybody miny cause could want yeah cause girl player time let know girl player keep player baby cause girl player bitch money around world cause girl player', 'vacuum cleaner dust ford cortina never rust like coffee hot let coffee pot call shoot babe secret heart harder hide think maybe let meter never run let portable heater get cold without set lotion hold hair deep devotion deep least deep pacific ocean secret heart harder hide think maybe see arctic monkey ticket low might also like vacuum cleaner dust ford cortina never rust', 'beat better run back know get lazy right yeah molly molly one live right right right baby ride yeah bring place like baby care know care bring place know body lightweight know body lightweight cane yeah yeah yeah make hurricane cane band make rain rain tie put chain chain make tattoo name name make cry like baby yeah let make video yeah yeah make cry like baby yeah let make video video baby ride yeah bring place like baby care know care bring place know body lightweight know body lightweight cane cane cane baby ride yeah molly molly like baby care know care molly brown ticket low might also like', 'spit face love would phase spit face love would change spit face love go crazy spit face love go mad spit face love would phase spit face love would change spit face love go crazy spit face love go mad fault need anyway stumble bathroom stumble arm crank room noose backwood bitch call crazy work get guest house smoke attic right know love argue let get waste liquor taste girl touch drink know lace know say except mine mine mine mine mine crush heart say nothing break keep cut bleed gush bleed never spit face love would phase spit face love would change spit face love go crazy spit face love go mad spit face love would phase spit face love would change spit face love go crazy spit face love go mad might also like sho tell give leave everyone cold say anything show heroin shoot bone crank room noose backwood bitch call crazy work get guest house smoke attic right know love argue let get crush heart say nothing break keep cut bleed gush bleed never spit face love would phase spit face love would change spit face love go crazy spit face love go mad spit face love would phase spit face love would change spit face love go crazy spit face love go mad', 'time think bathroom look face mirror need wait reaper take life never get alive live thousand life patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone get feel soul ahead throw stone cause there magic bone stick gray black white never wrong til right like boulder vulture flame bed patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone bone get feel soul ahead throw stone cause there magic bone see imagine dragon ticket low might also like cause there magic bone look mirror mind page life path many pace time drown voice air one never piece sky patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone magic bone get feel soul soul ahead throw stone cause there magic bone mind mind mind mind mind mind cause there magic bone', 'guy like guy like sorry already catch another plane come back want another disappointment much give champion give worst version sorry baby throw away cat wolf like rookie wolf like guy like guy like big someone like mortify chew swallow swallow chew return cry beg understand fault criticize make music sorry splash leave neighbor press door debt treasury think hurt make woman longer cry woman name good person clearly sound like name good person clearly like guy like big someone like might also like love hate step come back listen zero grudge baby wish well suppose replacement even know strange even distinguish worth two go fast slowly lot gym work brain little photo see feel like hostage everything fine vacate tomorrow want bring let come name good person clearly sound like name good person wolf like guy like guy like big someone like type type like guy like guy guy like big someone like wrap bye', 'pack nine cause aint like lay run shoot nine fifteen round pack nine cause aint like lay run shoot nine fifteen round pack nine cause aint like lay run shoot nine fifteen round pack nine cause aint like lay run shoot nine fifteen round get cloud murder murder mind get cloud murder murder mind clip extra clip swift sock see put body bout drop cheese try ease grab pack nine cause aint like lay run shoot nine fifteen round get cloud murder murder mind get cloud murder murder mind murder murder mind get cloud murder murder might also like', 'care care low stay low stay low high doe one top begin want one babe get high hope want one feel like tightrope feel like tight rope do like unfavorable could care people like meet way many time come chance end cycle eye important know hurt short dangerous look elsewhere try consciously yes wait downstairs well see end ready might also like even fall soot skin flame new world yes eye burn remember world shine neither forward backward want despite fear look', 'banquet tiger chip rocket steer wheel baby money power respect cash strength power blue check street momo like sing sky raise everyone wait fall withdraw cash dude noon speak anyone bum bench take big know give yet know come man cold ashamed past act panel wait return hug package tree neighborhood even cry however would let screw banquet mayor buzz two two white banquet tiger chip rocket steer wheel baby money power respect cash strength power blue check street rook bank tiger balk crab baby money power cash power blue check street hey least hood blame hate wife want go push hater way stop demonic sound kat winter drive without rim also panoramic see boomer shout one else one else boomer gas gas turn around remember yesterday yet come get rid hunger know ready bleed first last brother inside order brother system long average never never walk dog another breed style fashion whore fear god fat try drug soft chest talk show get stand ovation pathetic meerkat move forward crab step aside might also like banquet tiger chip rocket steer wheel baby money power respect cash strength power blue check street rook bank tiger balk crab baby money power cash power blue check street hey', 'nan', 'honorable keep bitch keep jump keep bitch catch cool ten bitch get loose win beat house beat there forty couch let spend car light better call do do twin do go put raw do hit strip club spend tall ten hot like stroke heat stroke could see peephole different money type note note note hit note spend want get want guess get pole give honest yeah many night go nameless many night go famous many night go brainless yeah let get keep bitch keep jump keep bitch keep jump keep bitch catch cool ten bitch get loose win beat house beat there money couch let spend might also like make hundred fall back need call back bae dashboard passport ask really get want want want get want want want get want want want get want want want spend want get want guess get pole give honest yeah many night go nameless many night go famous many night go brainless yeah let get keep jump keep keep keep keep whenever ride aint like ride free need pack studio throw party throw party money fast slow slow feel like past slow many night bout crash cash slow', 'another banger baby calm calm girl body put heart girl sweet like tell say love dey form tell baby come get like come see fine girl party wear yellow every girl dey much girl mellow dey find situation use take tell hello finally find way talk girl wan follow come dey form wan conform start feel dey small small know say one one feel cause friend dey gum like gum dey gum like gum yeah know look shy get hip make cry move around yeah twice twice push back hold tight get taste night baby show calm calm dance take lead lead lead get high come come ask know say baby give get like come might also like reach house say make rest small make rest small wake dey mind dey mind day one day fit fit focus call say make link say make link get hand heart feel race leave say never love give promise stay risk take take baby calm calm girl body put heart girl sweet like tell say love dey form tell love love baby come get like come love', 'nan', 'nan', 'man want world hand hate beach stand toe sand use sleeve sweater let adventure head cloud gravity center touch neck touch little high waisted short know think think one love two mouth one love one house shirt blouse find nothing wouldnt tell cause cold let hold hand hole sweater may take breath away mind there much say sometimes silence guide mind move place far away start raise minute leave hand meet waist watch face put finger tongue cause love taste yeah heart adore everyone beat inside place warm outside start pour one love two mouth one love one house shirt blouse find nothing wouldnt tell cause cold let hold hand hole sweater cause cold let hold hand hole sweater cause cold let hold hand hole sweater cause cold let hold hand hole sweater might also like cold cold hole sweater', 'wait talk without flinch least everything flow want run see ahead see ahead think well remember curl wash basin roll sheet white water rag pour forget look morning hurry slow tell funny story shed tear fall like bullet touch face run know shore let quiet tell funny story shed tear fall like bullet touch face run know shore let quiet point memorial service dirty shirt wrapper go eye blue color swell love vice must prophet know cast righteous first stone forget bitterly shed blood become fool like like pain inevitable suffer optional even enter aby spring bottom want every symbol every reverie every think every hour rhythm hand give life every symbol every reverie every think every hour rhythm hand give life tell funny story shed tear fall like bullet touch face run know shore let quiet tell funny story shed tear fall like bullet touch face run know shore let quiet every symbol every reverie every think every hour rhythm hand give life every symbol every reverie every think every hour rhythm hand give life hand give life hand give life tell funny story shed tear fall like bullet touch face run know shore let quiet tell funny story shed tear fall like bullet touch face run know shore let quiet tell funny story shed tear fall like bullet touch face run know shore let quiet might also like', 'chain shine immortal like bitch young call time hey little get hey hey sorry bitch bitch pay hey morgen bitch like beast jump target jump hey car patient soon everything hey wait boy hey hey hey cut everyone hey cut bitch hey little time leave give even though true wear boar yes also true need last ticket line believe fake rapper flattery rapper revenge read lazy need work everything parent say many year ago might also like grow teach lot lot good thing boy wouldnt get bottom young calm pretend cool would stand crowd rapper bunch people beat long track longitude cramp space offend feel see well buy fit guest personal best track sit couple year sit long get soon punch public rhyme punch break underground new round like one else come long way get hey tell would singer end singer get farad name everywhere fit together sit place expect revenge fake rapper flattery understand art brush hand without tin hand gesture gestural apparatus better vestibular fact man know rapper worse even put sweater understand reproach punch lesson quickly leave barefoot beat best track beat worst track drake rhyme well eat garbage would cool ever wash long time wash stupid anything dude small street know wear supreme vest go war stupid army go war stupid yeah small like plankton money fall right get wrong place fast dream make cry saw success would say anything want read want think think think play football disable green come theory like man bench sleep medium lot people fit say hit yes say add two word mother gang rap look blindly damn genius would understand usual lie ordinary sucker life listen friend bazaar answer word never see dough twice like mouse afraid never see success word hindrance get bite divide well fly beat know bitch word even squeeze kiss bitch cue ball divide tire point bitch help bear new president new ski trap bitch twist well will will willer legend way legend give legend god teeth fast legend quickly let break seem fly god fly fly let tooth table guy distance bastard fly set ice weekend tele like legend shoot write line love like blood like draw big conclusion make conclusion beautifully write mean sense long time one line mean singer rapper musician better let forget line man like clown guy sit behind mean party beat track track would become one would save light listen leave alone previously grandma decide know ruble hope enough banana lose instant head every day business affair always come change address stop love stop eat banana eat banana want search cloud let maybe next time knock everyone behind swallow dust whole life like war movie bitch understand drink lot lot shut would yes tell excuse fly fit finish track mean man score mean negro love child ped young legend like get tire endure world skew like disable person first fit well break shoulder shoulder want get congratulate van mint van sec', 'high baby yeah yeah talk want tell something know hear cause know want baby think want think love baby think love oh save girl come world grow together let let love unfurl know want baby know want call superman rescue save girl come world boy drive crazy bitch make hurl call superman leap tall hoe single bind single get ring finger never let another chick bring relationship save bitch make sick superman aint savin girl jump dick straight hip cut chase tell slut face play game say name ever since break different man kiss kiss lip bitch ask kiss dick get cash rather whip put put would get push pus poppin wouldnt piss fire put nice buy ice bitch wouldnt buy life new wife fly twice might also like know one thing though bitch come maybe love one day maybe well someday grow til sit drink runway superman superman superman superman superman superman superman superman superman get wrong love hoe secret everybody know yeah far buddy well friend call chase around every bar attend never know car well see much want neither flip see guy much pride jealous man female lie guess slut could ever two never love enough trust meet know one thing though bitch come maybe love one day maybe well someday grow til sit drink runway cause superman superman superman superman superman superman superman superman superman cause superman superman superman superman superman superman superman superman superman know want baby think want think love baby think love save girl come world grow together let let love unfurl know want baby know want call superman rescue save girl come world boy drive crazy bitch make hurl first thing say around big star day see big deal anyway plain old yeah girl run jade love name love tattoo whats say rot piece great first know grow partial ammo arsenal slap bar stool another lawsuit leave across good lordy must go water bottle want girl damn bad touch grab end two backhand put anthrax slap til stand girl chance mean ruin plan know one thing though bitch come maybe love one day maybe well someday grow til sit drink runway cause superman superman superman superman superman superman superman superman superman cause superman superman superman superman superman superman superman superman superman know want baby think want think love baby think love save girl come world grow together let let love unfurl know want baby know want call superman rescue save girl come world boy drive crazy bitch make hurl cause superman superman superman superman superman superman superman superman superman cause superman superman superman superman superman superman superman superman superman', 'nan', 'pimp hoe rap game slowly hit tempo enough keep bitch tame fame dick bitch dick make quick dick yeah take foreign chick victim choose til hoe learn game keep force trash may best man win pimp hoe rap game slowly hit tempo enough keep bitch tame fame dick bitch dick make quick dick yeah take chick victim choose til hoe learn game keep force trash may best man win pimp hoe rap game slowly hit tempo enough keep bitch tame fame dick bitch dick make quick dick yeah take foreign chick victim choose til hoe learn game keep force trash may best man win pimp hoe rap game slowly hit tempo enough keep bitch tame fame dick bitch dick make quick dick yeah take foreign chick victim choose til hoe learn game keep force trash may best man win might also like', 'find break place give comfort fall mistake put top put top openly time rough time rough make sure close call name call name call name kiss gently want stay want stay want stay even though want girl wait wait baby girl wait til fall love would call name call name girl call name way say feel nothing baby lie almost cut piece life guess another pit stop til make mind waste time see ticket low might also like top put top openly babe time rough time rough make sure close call name call name baby call name kiss gently want stay want stay want stay even though want girl wait girl wait til girl wait til fall love babe call name say call name baby girl call name way way way way way way way way way way way', 'know feel arm around let drown know god find find every day place head think harder look like monster bed every time like rocket chest make think whole world end know night know get many thing afraid afraid right aint cause know cause know cause know feel arm around let drown know god find find worry tomorrow worry bottle know feel arm around let drown every night place dream many alleyway know mean know wake tell dumb get want might also like know night know get many thing afraid right aint cause know cause know feel arm around let drown know god find find worry tomorrow worry yeah bottle know feel arm around let drown oh know know', 'take somewhere know care cold know bring daffodil pretty string would flower like last spring kiss make feel alright tire share night cry love tear use another love another love tear use another love another love tear use another love another love tear use somebody hurt fight hand break one many time use voice rude word always win know lose sing song sing another heart cry learn love tear use another love another love tear use another love another love tear use another love another love tear use need love heart think see ticket low might also like sing song sing another heart cry fall love tear use another love another love tear use another love another love tear use another love another love tear use', 'well need light burn low miss sun start snow know love let alright know high feel low hate road miss home know love let say pussy mine let try get head lose respect get attention baby smell flesh know get mess rarely get girl make question love girl make feel like man cause depress stuff believe will drop everyone invest last time way get get dress cut look think maybe optimistic tell need provide baby know chemistry felt like quantum physic physic energy spirit end need one visit theyre love feel empty need lot move town move rural make delete pic phone close eye see image would chase heart aint finish far go fix bitch damage do might also like well need light burn low miss sun start snow know love let alright know high feel low hate road miss home know love let say pussy mine let four time private caller feel like creep know there plenty fish sea girl get mind guy wish turn around put doggy even missionary there intimacy additionally obligatory even take sock even know soon finish make worse know friend chop know together mad cause even stop bank detail send bag rich like bitch unblock make quick promptly would give love free buy tell much cost new man aint get annual wage make monthly huh alright well need light burn low miss sun start snow know love let alright know high feel low hate road miss home know love let say pussy mine let', 'nan', 'dop dop dop dop dop yes yes yes yes dip yes yes yes yes someone let show bang waist blur best duvet write look dop dop dop dop dop yes yes yes yes dip yes yes yes yes silicone every night beautiful body goddess tonight heroine silicone every night beautiful body goddess tonight heroine dop dop dop dop dop yes yes yes yes dip yes yes yes yes spend money drive car turn take door come start screw black nightmare nightmare might also like top top top top top top top lady turn hip want everyone industry good time top top top top top top top lady turn hip want everyone industry good time top top top top top top top lady turn hip want everyone industry good time', 'yeah yeah yeah man road say keep business get friend zone cause look even better photo find house send gate residential find send friend home keep hide friend know call five time side love touch feel real real yeah call five time ever call mine love touch feel real real babe let know keep simple keep seem simple two bitch fore saw gon tempo always send drug like live life moment want relapse call five time side love touch feel real real yeah call five time ever call mine love touch feel real real babe see ticket low might also like will eye will eye judge judge hide lie girl hide lie hide lie baby trust call five time side love touch feel real real yeah call five time ever call mine love touch feel real real babe', 'take drug take leave spot leave party mark dot call phone tell like watch persona hit highway whole foot dash ear get fear could care crash radar get nerve play hard chance playboy dance dance dance lose heart car ninety rain take heart will pain beat romance stay playboy dance dance dance would dance baby would dance yeah would dance would dance pretty baby face daylight time star sky get pager blanket love fall eye love come til find hope get notion somebody else first radar nerve play hard take away chance playboy dance dance dance might also like lose heart car ninety rain take heart will pain beat dance romance stay playboy dance dance dance would dance baby would dance yeah would dance would dance pretty baby', 'sing time sing time enemy lyric dope jewelry shine dark full bag full bag snap bitch deliver cadi bitch fall love money love marry long time ago drink jack sunny beach pocket fat like lick like thirsty cat hook like hear want hard want style want trap want kitten wet heavy ski continue third thread tire sex kit one package duet budget sex plot silhouette naked pussy many swallow short tire without blockage mirage turn lyrical passage apply next everyone want please turn door without blockage keep woman prime will party brother top character yellow circulation entourage dummy team will sing time sing time enemy lyric dope jewelry shine dark full bag full bag snap bitch deliver cadi bitch fall love money love marry long time ago drink jack sunny beach pocket fat like lick like thirsty cat might also like feel good stretch like string back stretch stretch pull hair heel bend pussy see knee buckle thing make brother ashamed first get puff cheek get puff one jealous brother take turn yes take feel good explain boy money drag boy money bother take feel good explain boy money drag boy money bother', 'yeah call long enough maybe show love maybe withdrawal even much turn touch baby look around sin city cold empty one around judge see clearly go say blind light sleep feel touch say night like one trust hey hey hey run time cause see sun light sky hit road overdrive baby city cold empty one around judge see clearly go say blind light sleep feel touch say night like one trust see ticket low might also like call back let know back let know could never say phone say phone never let time say blind light sleep feel touch hey hey hey hey hey hey say blind light sleep feel touch', 'nan', 'remind damn business try find better leave alone surprise really think could care really like find somebody else could anyone else fret ever see never meet one thing angry jerk treat like worth fret ever see meet happen watch happen fret ever see never meet one thing angry jerk treat like worth remind damn business try find better leave alone surprise really think could care really like find somebody else could anyone else fret ever see never meet one thing angry jerk treat like worth fret ever see never meet happen watch happen fret ever see never meet one thing angry jerk treat like worth might also like', 'nan', 'walk around world feel like every place look eye see pain help business help rope around neck help make choice let sit let rest pest leave mess say body go today hell think make bail come day get worse hope hurt whats word captain think catch layer hell tippy bitch feel lucky top stick darkness cold heart havent felt sun day bitch start start top next stop bottom rock bottom baby swear already get close eye think something think time feel lonely could time instead smoke weed bitch bed notice color see head strip away feel darkness feel spread like know dead open eye see world red whats word captain think catch nine layer hell tippy bitch come feel lucky top stick darkness cold heart havent felt sun day bitch start start top next stop bottom rock bottom baby swear already get whats word captain think catch nine layer hell tippy bitch come feel lucky top stick darkness cold heart havent felt sun day bitch start start top next stop bottom rock bottom baby swear already get might also like', 'nan', 'nan', 'nan', 'slow light light light light one get sight sight sight sight type sex could never put price price price price take one roll dice dice dice dice want baby right one want baby right cause could never one hide one could never one hide lose lot thing fire take year find find find lose babe lose lose babe lose babe lose babe lose babe lose babe lose lose babe lose babe lose babe yeah tire home alone home alone use girl day girl day want stay want stay hey say might girl girl say go phase phase keep heart safe heart safe well baby bring friend bring friend ride top face top face straight straight yeah lose lot thing fire fire take year find find find lose babe lose lose babe lose babe lose babe lose babe lose babe lose lose babe lose babe lose babe lose babe might also like tire home alone use girl day girl day want stay want stay hey lose babe lose lose babe lose babe lose babe lose babe lose babe lose lose babe lose babe lose babe lose babe', 'baby look good better paper paper gluttony yes filth yeah neck top ride bitter delicious look shine gas station baby look good better paper paper gluttony yes filth yeah neck top ride bitter delicious look shine gas station pasha purr purr hey microphone hear somewhere funnel someone want make easy money know boy money shake someone eight hour pay five four three two one kai someone wash kat would like brother carrion must reflect boy turnover must man never see sum money life whole folio wrap smell shine shine noise talk money noise last long time try hard give prefer paper matter one baby look good better paper paper gluttony yes filth yeah neck top ride bitter delicious look shine gas station might also look good better paper gluttony beat paper yes dirty filth yeah neck top beat ride bitter delicious look shine shine much wrist wrist one past five drink fitness deep throat clear favorite eat daisy stick wrist fan come party come campaign o every night safari vulture hyena scavenger await bandit quarter collect top pussy lot nasty thing table nasty different time marry shout pop go wed guest', 'nan', 'nan', 'place generation inevitable situation rotate package pallet row somehow good neighborhood train whether first second third fifth matter need respect middle finger theoretical opinion hush solution many star revolve many dream turn away many breast will head go crazy point rush contain everything learn judge humble think already know want trap tell demon wait think talk god freak longer strength eat go try baby would get younger sake come let move there time ask whats wrong say good since stay thing see clearly yell make sense like long way might also like place generation inevitable situation rotate package pallet row somehow good neighborhood train whether first second third fifth matter need respect middle finger theoretical opinion hush solution many star revolve many dream turn away many breast will head go crazy like textbook life see lesson lesson see idiot study textbook grave well think think think well see see suppress keep tell want anything somehow want mine eye want may forever hope hope succeed show every wish want place generation inevitable situation rotate package pallet row somehow good neighborhood train whether first second third fifth matter need respect middle finger theoretical opinion hush solution many star revolve many dream turn away many breast will head go crazy', 'honest want hand body make heart beat fast wave want honest want hand body make heart beat fast wave want want honest want want honest want hand body make heart beat fast wave want honest want hand body make heart beat fast wave want want honest might also like honest want hand body make heart beat fast wave want', 'tell shoot loop range stay way get another side like get poppin bitch business get violence see public know keep silent bedroom outside keep quiet keep see keep like nobody know need get space yeah replacement way please play pussy like great escape need new trick old dog change aint love pussy get new bitch selfish favorite hoe know reach every time play mind rush feel like crime know belong gon save spot outside cause block hot mind wherever call let get another side like get poppin alright bitch business get violence yeah yeah see public know keep silent bedroom outside keep quiet keep see keep like nobody know let keep see keep like nobody know see ticket low might also like need total confidential privacy yeah want one light change trip straight work nerve know get moody aint love talk talk match stroke wherever whatever need call call get another side like get poppin bitch business get violence alright see public know keep silent bedroom outside keep quiet keep see keep like nobody know keep see keep like nobody know let real even make look stupid slap dog stop', 'trice real name gimmick record scratch two trailer park girl round outside round outside round outside two trailer park girl round outside round outside round outside woo guess who back back back tell friend guess who back guess who back guess who back guess who back guess who back guess who back guess who back monster cause nobody want see want shady chop liver well want shady give little bite weed mix hard liquor vodka heart shock get hospital doctor rock table operate hey long stop debate cause back rag know get job husband heart problem would let let let see try shut feel empty without come dip bum lip cum lip tit get ready cause get heavy settle lawsuit look like job everybody follow cause need little controversy cause feel empty without say look like job everybody follow cause need little controversy cause feel empty without might also like little hellion feel rebellious embarrass parent listen start feel like prisoner helpless til someone come along mission yell bitch visionary vision scary could start revolution pollute rebel let revel bask fact get everyone kiss disaster catastrophe see damn much well back fix bend antenna tune enter skin like splinter center attention back winter interest best thing since wrestle ear test attention please feel tension soon someone mention here ten cent two cent free nuisance send send look like job everybody follow cause need little controversy cause feel empty without say look like job everybody follow cause need little controversy cause feel empty without taskit wit anybody who talk get worse little limp bastard get fag blow know old let nobody let give signal whole list full new insult dope suspenseful pencil ever since prince turn symbol sometimes everybody want discus must mean disgust obscene yeah though first king controversy worst thing since black music selfishly use get wealthy hey there concept work twenty white rapper emerge matter many fish sea empty without look like job everybody follow cause need little controversy cause feel empty without say look like job everybody follow cause need little controversy cause feel empty without hum hum', 'love like brother treat like friend respect like lover could bet never sweat could bet never sweat yeah yeah yeah could bet never sweat could bet never sweat yeah cash rubber band match fuse boom painter baby could muse reporter baby could news cause cigarette smoker raise bet cause joker check chalk could blackboard talk walk even sky come even sun shine get faith put pretty little hand mine even wire babe even die could baby simple plain cause love sure thing yeah could bet never sweat yeah yeah could bet never sweat could bet never sweat could bet never sweat might also like could lover fighter babe blunt could lighter babe fire writer baby could quote yeah lyric baby could note record saint sinner prize winner deserve paper baby pen say one cause ten real pretend even sky come yeah yeah yeah yeah yeah yeah even sun shine get faith put pretty little hand mine could bet never sweat even wire babe could bet never sweat even die could bet never sweat could baby simple plain could bet never sweat cause love sure thing yeah rock babe let hold arm talk babe rock babe let hold arm talk babe love simple pie baby sure thing sure thing sure thing yeah yeah yeah yeah sure thing could bet never sweat even sky come yeah could bet never sweat even sun shine could bet never sweat get faith could bet never sweat put pretty little hand mine could bet never sweat even wire babe could bet never sweat even die could bet never sweat could baby simple plain could bet never sweat cause love sure thing could bet never sweat love like brother could bet never sweat treat like friend could bet never sweat respect like lover could bet never sweat', 'vision vision nail kitchen counter top back arch like cat position could stop cry love cry love love cry love cry love see shine cause know see shine cause know see shine cause know see shine cause know ticket low might also like', 'awaken shake know awaken shake know awaken shake know awaken shake know yeah life life thing need need leave rest peace pigeonhole night owl different mode might make paint pinky toe shoot guard let know would middle row good love minute though bitch cause timid soul plus ambition kitchen stave pot start see suds good hoe say suave get think buy yellow stone love way babe silicone everybody fake could crack code everything set rise gold dread like cole tell head good even know bitch tell model aint vogue throw party day one aint studio theyll lay rest peace drama king straight like way talk say throw party day one pull know bass like way talk say get face throw party day one aint studio theyll lay rest peace drama king straight let tell pussy spin block twice like aint nowhere park smack backside head like pussy come get dark big stepper come roll leave stretcher let brother drive shoot team effort question bitch must think chopper like feel molester gun like lemon pepper hear cause must think wrestler aint chopper come compressor chopper come compressor pussy chopper come pussy come switch smith stick put hand air spin hood get dick fact business put blick come around actin scary get take fell love dizzy get mad love boy yeah keep slide reason aint get last get turn duppy aint even roll wood cause musty ask tell come shoot twenty time damn lucky damn lucky see drake ticket low might also like throw party day one aint studio theyll lay rest peace drama king straight like way talk say say say say say say like way talk say say say say say', 'may attention please may attention please real slim shady please stand repeat real slim shady please stand problem act like never see white person jaw floor like pam like tommy burst door worse first furniture return wait way say think say nothing idiot dead lock basement feminist woman love slim shady sick look around yeah cute though yeah probably get couple screw head loose worse whats parent bedroom sometimes get let loose cool green hump dead moose bum lip bum lip lucky might give little kiss message deliver little expect know woman clitoris course theyre know intercourse time hit fourth grade get discovery channel aint cannibal cut people open like hump dead animal antelope there reason man another man elope feel like feel get antidote woman wave sing chorus slim shady yes real shady slim would real slim shady please stand please stand please stand cause slim shady yes real shady slim would real slim shady please stand please stand please stand smith cuss rap sell record nope well think give damn half critic even stomach let alone stand slim win wouldnt weird guy could lie get sit next spear better switch chair sit next durst hear argue give head first little bitch put blast yeah cute think marry kim audio show whole world give sick little girl boy group annoy send destroy there like cuss like give like dress like walk talk act like might next best thing quite might also like cause slim shady yes real shady slim would real slim shady please stand please stand please stand cause slim shady yes real shady slim would real slim shady please stand please stand please stand like head trip listen cause joke friend inside room difference get ball say front false get spit whether like admit better ninety percent rapper wonder eat album like funny cause rate go thirty person nurse home flirt pinch nurse ass whole bag work every single person slim shady could work king onion ring park lot circle scream give window system real shady please stand put one finger hand mind control one time loud slim shady yes real shady slim would real slim shady please stand please stand please stand cause slim shady yes real shady slim would real slim shady please stand please stand please stand cause slim shady yes real shady slim would real slim shady please stand please stand please stand cause slim shady yes real shady slim would real slim shady please stand please stand please stand guess there slim shady let stand', 'stop know big big stepper big footprint pussy track yeah pussy pussy pussy pussy pussy pussy pussy honorable want big member yeah leave cold like tree like timber get baby fore bend hit windshield fender smoke agenda throw white flag surrender pussy black tux businessman pussy hand take plug man spray whole block give damn bitch gentleman bitch know man rock like man look eye man lap everywhere strap rapper cap aint dap flat use rob trap money tall bullet splat chuck cheese rat get rodent way many stepper hold back body full scar face full tat pray knee pray strap might also like say want smoke fire come money head well come get new put sweet throw honey bun keep street aint never put woman business rapper aint make sleep straight god start hard hundred dollar whip tank money aint never smoke weed cool young take cheese pussy mine bitch gang trust straight argue fuss straight get touch straight smoke god cause dust pussy think battery call musk pussy open mouth bust suck slow rush threesome must straight hit back cuss god put bitch use ride bus damn walk around thigh pad aint get yard rush lap everywhere strap rapper cap aint dap flat use rob trap money tall bullet splat chuck cheese rat get rodent way many stepper hold back body full scar face full tat pray knee pray strap', 'thing get older never wiser midnight become afternoon depression work graveyard shift people stand room leave device come price vice end crisis tale old time wake scream one day watch leave cause get tire scheme last time problem teatime everybody stare directly sun never mirror must exhaust always antihero sometimes feel like everybody sexy baby monster big slowly toward favorite city pierce heart never will hear covert narcissism disguise altruism like kind congressman tale old time wake scream one day watch leave life lose mean last time problem problem teatime everybody stare directly sun never mirror must exhaust always antihero see swift ticket low might also like dream will money think leave family gather round read someone scream laugh hell problem problem everybody everybody problem problem teatime teatime everybody everybody stare directly sun never mirror must exhaust always antihero', 'nan', 'touch beat make gold listen communism dad brother brother like plenty everything want summer year long summer bathe pussy champagne cheerfully golden rain prime bathe milk one tongue slowly crawl leather protect daughter careful take care wife two middle finger ministry interior thing feel good matter many two glass least leg least brother least least horse run hood scheme yarn bitch bad gentle dancer look around steam wrong tornado cache rotation prime lensed light ruse hope beater player draw card drag three time change carrier try hook angel pure there way pattern shape spend top bottom might also like whats wrong player ariel heavy washer hormone lose bundle accord blower whats wrong toy cost thousand line next song take thong wash clothe sofa want shoot video bath galena let blow listen listen old caravan like devil drive wash sofa let lead wife call gentleman daughter straight roger sing buzz ruse represent real camouflage wife tiger neighborhood red buzz ruse individually cell nasty dirty strict regime wash clothe sofa want shoot clip bath galena let blow listen listen old caravan like devil drive wash sofa let lead', 'nan', 'many people talk lot beat like stop another thing hey everyone shout heavy everyone shout hey everyone shout player everyone pretend everyone shout everyone want know yeah tough brother beat like stop everyone shout heavy everyone shout everyone shout player everyone pretend everyone shout everyone want know must tough brother beat like stop mind mind stitch even break sweat heavy dude know stable life try make unstable healthy psyche spirit healthy body ambition weakness turn ammo know life gray always surprise good day moment better reward test sleep keep fist guard break one mirror traffic axe ready lie matter honor people like die breed everyone shout heavy everyone shout everyone shout player everyone pretend everyone shout everyone want know must tough brother beat stop everyone shout heavy everyone shout everyone shout player everyone pretend everyone shout everyone want know must tough brother beat like stop boy keep track remember day brother phone ring like whore beat busy quote channel never forget hand extend owe anyone know one care hand yell whore hard everyone want money fame one fall behind something look faithful forget loyalty respect show stand constant competition leave behind know sleep give someone head start point lie would better get think give might also like everyone shout heavy everyone shout everyone shout player everyone pretend everyone shout everyone want know must tough brother beat like stop everyone shout heavy everyone shout everyone shout player everyone pretend everyone shout everyone want know must tough brother beat stop', 'nan', 'bitch gay hit man top try see man topless even stick gay say love swing way celebrate trap day somebody tell cat indulge grey see bulge see motion clap back back female wrong dom pack post location go slip let know know life value life imagine die die aint make hundred yet there much thing aint do yet like flight attendant huh party might attend kick back sometimes wonder life never take risk would would town month absence make love grow rap mention name talk bout genre alright bitch gay hit man top try see man topless even stick gay say love swing way way celebrate trap day bitch gay hit man top try see man topless even stick gay say love swing way celebrate trap might also like', 'night hear talk story ever tell somewhere far along road lose soul woman heartless could heartless could heartless could cold winter wind breeze remember though need watch way mean thing mean thing get know thing aint tell thing old get back gon show walk around like know get new friend well get end lonely night hear talk story ever tell somewhere far along road lose soul woman heartless could heartless could heartless could evil side know decide gon speak phone mad know hot cold would stop would mess groove cause already know thing run tell friend say see see wait couple month gon see never find nobody better night hear talk story ever tell somewhere far along road lose soul woman heartless could heartless could heartless might also like talk talk talk talk baby let knock know know bout get new see gon keep gon enemy know believe could leave wrong make right gon take tonight night night hear talk story ever tell somewhere far along road lose soul woman heartless could heartless could heartless', 'like moth flame pull back need initially one call away leave loyal time let cause like good make feel like friend say one love true know call sleep know picture keep know reason cry tell know heart lie truly lie yeah let time stay cause like good make feel like friend say one love true hey know call sleep know picture keep know reason cry tell know heart lie truly lie might also like right babe truly lie bed babe truly lie arm babe truly lie truly lie truly lie hey truly lie', 'do much around law do see much saw straight teardrop call fall straight never fall god lab behind wall lab behind ratchet bitch type put mood mood know come cool know put groove god know lot learn one thing prove straight walk would ride might need extra foot two straight keep distance might need extra foot two foot two might build house might need extra foot crib size phew model call phew do fell love hood girl syrup margarita margarita phew buy college brand new god phew weekend straight phew take shower get curtain leave phone purse nervous bitch phew saint detergent clean phew get crush waitress hope serve mean phew headlight frog phew number seven big phew ratchet bitch type put mood yeah know come cool know put groove yeah know lot learn one thing prove walk would ride might need extra foot two keep distance might need extra foot two might build house might need extra foot might also like do much around law stay forget bout saw power keep bar make sleepy closet mall mouth ball extend marble wall water eye fall get many number call make many way cross ball ball ball ratchet bitch type put mood yeah know come cool know put groove yeah know lot learn one thing prove walk would ride might need extra foot two keep distance might need extra foot two might build house might need extra foot perceive wrong hero wear cape make bear time hero begin unlike end take nearly identical shape form', 'want fail would happen always awake sleep watch alone word remember become giant face hang poster advertisement house house class car jeep cayenne pussy emblem stop even day team hungry would stop get give report one make coffee black always ahead always ahead there casual enter hall raise keel look hell eye always hungry always sick probably never sleep action look something wrong car reference flow cheeky ear look pocket note spotlight ear also light lantern life crime god forgive black deed amen want fail would happen always awake sleep watch alone word remember become giant face poster advertisement house house class car jeep cayenne pussy emblem stop even day team hungry would stop might also like without feat get trend rid since little right cart know there one stop cause heavily inspire brother another breed need listen time precious know use business mobile phone nonstop flyer pendulum guy emblem money take problem elbow stick worry look shake want fail would happen always awake sleep watch alone word remember become giant face poster advertisement house house class car jeep cayenne pussy emblem stop even day team hungry let stop want fail would happen', 'let see tell go street today baby case think want pitch come backwards love two oclock fix today run mine relax wouldnt hurt feel strange one stay skin warm warm see everything never tell tell party bastard let give baby make know everything hide go one night warm warm see everything never tell tell party bastard let party bastard let already know want baby flow envy lot private dance know anything already tension come look know intention song tell think know give rout think leave farmhouse want try let tonight baby bring short one case get trouble might also like give baby make know everything hide go one night warm warm see everything never tell tell party bastard let party bastard let point baby look comb full motorcycle full diesel glass white tee tell delicious put night party baby see read lose mommy track baby spend let make night long baby life short hit way baby make know everything hide go one night warm warm see everything never tell tell party bastard let party bastard let endurance square house', 'guy like guy like sorry already catch another plane come back want another disappointment much give champion give worst version sorry baby throw away cat wolf like rookie wolf like guy like guy like big someone like mortify chew swallow swallow chew return cry beg understand fault criticize make music sorry splash leave neighbor press door debt treasury think hurt make woman longer cry woman name good person clearly sound like name good person clearly like guy like big someone like might also like love hate step come back listen zero grudge baby wish well suppose replacement even know strange even distinguish worth two go fast slowly lot gym work brain little photo see feel like hostage everything fine vacate tomorrow want bring let come name good person clearly sound like name good person wolf like guy like guy like big someone like type type like guy like guy guy like big someone like wrap bye', 'block another account see story number know know heart hurt miss although know one day forget havent do yet complicate like remember drive street listen song one day would tell come back better ask god take care drive street listen song one day would tell come back better ask god take care huh take care another one look like want fall like hope fall love teach love anyone also want three relationship two forgive ask god forgiveness say forget truth drive street listen song one day would tell come back better ask god take care drive street listen song one day would tell come back better ask god take care huh ticket low might also like', 'tell want sleep havent able since leave hey get arrive think want forget another know go lie go lie walk think want forget want repeat baby lose go today saw wear pal gym baby real plastic put nit talk romantic think every day one change know screw relationship bad baby know fight rude thing county sea view wake day go fifty eight beach never think would last day baby active puppet motorboat let see see around hey get get get think erase another taste go lie go lie drink think want forget want repeat sound baby like anyone sin anyone sin tell want put today baby net want decide look look slow little dog finish inside need decide look look slow little dog finish inside give know give water thirsty today want invest spend spend substance three see ticket low might also like tell fall asleep havent able since leave hey get get get think erase another taste go lie go lie walk think want forget want repeat baby whoa go fifty eight beach never think would last day whoa', 'everything see long time even like turn time spend together like let waste know drink remember delicious baby baby everything walk cat alone also alone drink let dance everything mine friend make chorus walk cat alone also alone drink let dance everything mine friend make chorus give everything night think drink will blunt offer lead partner talk use send song school wow fire divide turn night already think know tire much look something yeah want release body make buy chain see shine everything walk cat alone also alone drink let dance everything mine friend make chorus might also like everything', 'will oversize fit combine well dance see cat eye want give stop see get move soon possible listen today want sleep lie chest although maybe spite time realize well already do listen today want sleep lie chest although maybe spite realize already do get take smoke ask never stop time ago love atheist believe everything hot cute look bounce love work cause like walk behind mouth dance put hot one dare face come reject listen today want sleep lie chest although maybe spite time realize well already do listen today want sleep lie chest although maybe spite time realize well already do might also like two hundred tell want soft violent two hundred five name seat mommy scandal arm take pant ask kiss think like play difficult love listen take mall behave badly listen take mall tell love listen today want sleep lie chest although maybe spite realize already do listen today want sleep lie chest although maybe spite time realize well already do aha sound migrant yes yes yeah cake listen', 'time think fix situation war love defend heart want eat every day fell love say fantasy baby ask come give demand want another day see dawn baby ask come give demand want another day see dawn thousand plan proposal love solitude write poem fall love want love wait come come come different wait come come come get mind wait come come come know love tell yes tell go want eat every day fell love say fantasy might also ask come give demand want another day see dawn baby ask come give demand want another day see dawn thousand plan proposal love solitude write poem fall love want love wait come come come different wait come come come get mind wait come come come know love tell yes tell go', 'night fell asleep ten club quickly saw far away paint lip glass mirror little little want dance tell come show aire leave one one quick note give three night fell asleep ten pray god repeat leave one one quick note give three night fell asleep ten pray god repeat tell drink date time pick get know get noise champagne bottle glass listen beat heart see body showcase suit match maroon matter hard try yeah stay night without hurt mind pose groan longer want anything stay night without mind pose everything longer want anything come let let come canary island without luggage without return trip go give tour around island baby let know mass see guarantee hit like someone record saw friend party leave stay look eye clock go apartment private give concert tell kiss sing might also like leave one one quick note give three night fell asleep ten pray god repeat stay night without hurt mind pose groan longer want anything stay night without mind pose everything longer want anything bizarre know', 'good gold dream sell right til build home watch burn leave lie cry buy flower write name sand talk hour say thing understand take dance hold hand yeah love better love better love better baby love better love better baby paint nail match rise leave remorse regret forgive every word say leave baby fight cry buy flower write name sand talk hour yeah say thing understand take dance yeah hold hand yeah love better love better love better baby love better love better baby love better love better baby love better might also like leave fight cry buy flower write name sand talk hour yeah say thing understand better take dance yeah hold hand yeah love better yeah love better love better love better baby love better love better baby love better love better baby love better', 'childhood friend lose sight eighteen look relationship ready look someone undress last time saw saw leave soul another bastard exchange glance spiteful end touch yell yell unknown doubt feel real thing accustom stop value give point take look like model know go face hook yeah little crash forget little dog pier n need anyone teach face like bottle dom neither anyone else belief movie get hook since give touch might also like yell yell take look like model know go hook face touch get hook keep rock baby keep rock keep rock baby keep rock point get hook way baby way way baby way', 'aha archangel eleven whoo like love feel yeah mean yeah yeah stay attention live mansion even know address god bastard bastard arca ask bless auh damn uncle house hotel view look crazy beautiful land plane need runway wow impossible combination fail mix salad flow aha insist talk greatness list neverland take apart like yap yah point mine give inside van neck cold arrive snow fall farmhouse leave without gift essence grinch get saw friend stick course course hello name archangel pleasure pleasure today legend bear hey already saw friend stick course course hello name bad bunny pleasure pleasure take advantage today force see hey hey baby want break hey crazy sell soul even devil buy ask everyone already know bad bunny even snore amen grandparent little grandson listen thug shooter student gangster implant adult infant barcelona note hey hey hey hey hey cross street another buzzer beater whoever want throw away another thing look pitcher pitcher hey another game go hitter huh come land without ball hey hater come never see street live twitter hey busy make money time take care child one charge charge daddy let want give break mommy hey spit mouth pull hair give bug private jet sky today want whore model hey mommy hit mind later go break nectar might also like already give friend repeat wow delicious mouth throw hello name pleasure pleasure today legend never bear saw friend stick course course hello name pleasure pleasure listen legend would bear whoa ahem ahem ahem ahem yeah huh test phenomenon ouch archangel hey bad bunny baby professor bad bunny baby flow factory bad bunny baby bad bunny baby hey whoo bad bunny baby hey bad bunny baby hey bad bunny baby', 'eye china fix weather weather wonder dance like walk hey men fall tear longer fall yeah want page already turn health splash soul bottle everyone know today lady night theyre say baby take bitch walk woof woof whoever want today go go hey quiet front front yeah baby exclusive easy play wow woof woof woof woof go convertible see moon drink smoke say one cure love sickness party bottle pure candle yeah danger danger movie like trailer addict addict like kinky nasty even fancy fan fan men fall tear longer fall tear yeah want page already turn woof woof woof woof health splash soul bottle everyone know today lady night theyre say baby take bitch walk woof woof woof woof whoever want today go hey quiet front yeah baby exclusive easy play wow theyre say baby take bitch walk bitch walk whoever want today go go hey quiet frontier frontier yeah baby exclusive easy play wow might also like sweet flow candy always buy want hesitate men pay yeah hey sweet flow candy crazy always buy want hesitate men pay yeah hey', 'beautiful people friend pull plebe would like die good peda love bring problem glass already look face desire see away anything hurry look regret courage win biggest disappointment ever worst thing ever experience tell bartender know sorrow many drink forget coin want come back today better come back longer want know life kiss hurt glass see like crazy love love know lion roar old man let love tell bartender know sorrow many drink forget coin want come back today better come back longer want know life kiss hurt glass see like crazy love love might also like', 'yeah yeah everything fine nothing know give hundred although try many time try already mistake tell sleep belong n grandpa tell love work least leaf leave without say never give enough lie faithful believer thousand dream sell client always guilty one innocent one sound wow shut message take trip nebula everything visage leave home take luggage nobody go love like go like want stay calm son bitch midst situation heart hurt hurt another bastard something mine throw night forget car every month wear new perfume even buy grass smoke baby want lack anything hope bastard pay nail polish wish harm think every time get wow give enough lie faithful believer thousand dream sell client always guilty one innocent might also like sell dream client innocent face rest people believe maybe masochist unlucky ask see help go call clarify doubt want free like never speak clearly silent attention put center heart give discount fifty give watch waste time keep wait message arrive eat another think face stay guilt also expensive clothe remember treason treason give enough lie faithful believer thousand dream sell client always guilty one innocent', 'erase dream would like understand give hundred give fifty sleep sleep another miss forgive hard much cost normal feel lonely miss name come difficult cry another bed tell believe girl want want look another skin life every weekend see see normal feel lonely miss name come difficult cry another bed tell who go believe girl want want look another skin life every weekend let see see girl want healthy baby like bad cat little house full gata go boy better cat heart hurt let take game play game score goal call say alcohol like think hell lose baby see happy photo hope one day feel felt see normal feel lonely miss name come difficult cry another bed tell who go believe girl want want look another skin life every weekend yeah see see normal feel lonely miss name come difficult cry another bed tell who go believe girl want want look another skin life every weekend let see see might also like', 'hey smell perfume stay bus unite know hot show cat would photo whole world see rich squeeze street loose take ask behave pretty see rich squeeze street loose take ask behave pretty hey hey baby baby show like threesome note useless throw away wow mommy tell put resume know leave month ago hey hey one chest want make baby bring plan mommy delicious look want night wall mommy elite hey limit let deserve levitate give hey jeopardize satellite able reach mommy something give content turn often spend hang see agree hey finally give never forget none like believe always tell want want anything fix hey confidence say one care get naughty hey might also like whole world see rich hey squeeze street loose take ask behave pretty', 'remix chile simple girl like archangel wonder like kneel take two hundred mile go give ask able forget crazy put dance room go undress longer smoke alone enroll let dad bite tail willer eat longer smoke alone like joint enroll go kidnap couple hour give back lady smoke stress away know next talk wall dark burn outside go take know go alone longer two let stay say give everything want walk alone smoke alone want give want longer smoke alone someone know wherever everyone even alone one control go smoke couple hour longer smoke alone enroll roll let dad bite tail willer eat eel might also like come mommy touch hand wall since try able forget come mommy touch hand wall since try able forget another planet look girl like long time feel complete take house smoke zeta two go give love baby set room fire eat heart know baby drive crazy take make shake pelvis longer smoke alone enroll joint let dad bite rob alone one control alone mommy lend lighter read body hand know like leave return unite tell break heart addiction get tire cat look relationship send location get talent willer mode perfect nobody think flow effect already know mommy rich know dangerous give today go hey whip interest interest like thug like thug hey baby want dance hey make fall love dance tra send dance come without fear dance longer smoke alone tell enroll dad bite tail eat devil mode baby house chile house star music float make stick tell magic tell mustache', 'long time ago listen heart day month think smell smell smell time come use reason late accidentally break break sun rise sink accelerator even without brake lose control nothing caress middle time without say look look pretty eye pretty fine fine today bear bear long time time havent hand hand long time havent send good morning love love entangle wrap wrap go way get lose hey hey gaze saw eye saw eye even say look way soul one connect worry perfect sin wrong beautiful error pleasure cere like little kiss look look cute eye pretty fine fine today bear bear look look cute eye pretty fine fine today bear bear might also like let carry away anyone let carry away smile laughter mole close mouth mouth crazy crazy baby like want give girasole sole beach look snail look role role let dance two hundred song nobody put like put pone speak answer learn beautiful moment never cost like give look sun set sun set hey hey top mommy forget everything everything one sun rise sink accelerator even without brake lose control nothing caress middle time without say look look cute eye pretty fine fine today bear bear look look cute eye pretty fine fine today bear bear', 'work work give everything give leave go let last time baby baby love bed understand love delete contact aware case return like hey little shore take care hey call want make bed unmake forget forget hey one trustworthy farewell hey set repeat repeat put bed put beach punta window look city know love disaster bandit gangster know much time waste try something serious know think since malice get addict healthy let last time baby baby love bed understand love ching ching contact aware case return like might also like love feel trouble end bed could sex addiction toxic love good sin explicit come end nasty say naked record cell phone say inside save video need wet think let last time baby baby love bed understand love ching ching contact aware case return like baby give night never end tonight sex night come know king drum', 'know coincidence feel like whenever close tell drug give since night look start sweat feel fly baby note already take effect world screw feel perfect move like stop baby drug tonight lower note already take effect world screw feel perfect move like stop baby drug tonight lower one one yes one one yes one one yes one one yes kitty lose due negligence believe abstinence tonight bed turbulence delicious go give permanence little tot eminence give license since go florence get lose essence alone say hello go another queue picket cool fan plus picky coke song nothing control huh see bad bunny ticket low might also like eye see sea mommy take wave bad today feel good bitch cool hey note already take effect world screw feel perfect move like stop baby drug tonight lower', 'would know wife mommy leave alone think every day enroll draw initial wall come mind make divine cross around corner remember scream say make divine cross around corner remember scream say wall name next mine think say reason song make think dimension love would immense love since begin toxic little intense classic like inspiration thing remember line write tell tell cut whoever want adjust booty write rhyme write heart mommy would know wife mommy leave alone think every day enroll draw initial wall come mind make divine cross around corner remember scream say make divine cross around corner remember scream say might also like would know wife mommy leave alone think every day enroll draw initial wall come mind', 'hey lady love happy birthday teacher wow drink another morning see cell phone write anything remember light one window listen song pure bose today go someone forget look remember know explain felt felt every day street see see around see around intense send music voice note hope come back god always take care look remember know explain felt felt every day street see see around see around intense send music voice note hope come back god always take care wow miss son bitch take another route let let dispute love lovesick like baby tonight need see want think wherever month never screw hope believe baby tonight need see want think wherever month think forget might also like look remember know explain felt every day street see see around intense send music voice note hope come back god always take care look remember intense send music voice note hope come back god always take care', 'easy fall love hard forget life swear today look although hurt see photo train break heart case tomorrow find longer know hide call talk memory away away away something want return something find memory away away away stay stay night stay stay twelve stay heart forget love forget away away away stay stay lifetime stay stray bullet stay heart forget love forget away away away frontier group lose eye dance feel thousand kiss air enough convince look even sound crazy aire explain forget might also like longer know hide love talk memory away away away something want return something find memory away away away stay stay night stay stay longer twelve stay heart forget love forget away away away stay stay lifetime stay stray bullet stay heart forget love forget', 'love give everything devil crazy like bad fire hair bless although sin go hell continue behind short already way today go look twelve already want eat repeat pose hide pretend know spend day cat night today go look twelve already want eat repeat pose hide pretend know spend day cat night sing toto go hammer go look real get four gum go suck crazy come go wait come first yes son bitch like crazy bug crazy make money real life listen real baby nobody find tint short one touch believe love love love yes short well baby uncontrollable honey today go look twelve already want eat repeat pose hide pretend know spend day cat night yeah yeah crazy woman today therapy put get angry twenty hit woman much sea able anyone last night champagne inside bathtub today four bottle wine third come bastard tell fate put four loose front bug afraid hide inside say come back lie put another feel felt night bore without dress whole hit send pin might also like today go look twelve already want eat repeat pose hide pretend know spend day cat night', 'arrive quickly leave quickly enter front leave back yes back mommy want almost almost yeah always bed give war finish peace always wait see think one like like even wouldnt want anyone else forget good feel room body mine combine way see turn light camera action action without heart yeah yeah yeah yeah longer tell one everyone better circulate feel like everyone know baby hole mind move take evil today bring island make sea view always hot heart cold dale drop hotel make ritual power play mind feel feel know different everyone smoke note outstanding forget good feel room body mine combine way see turn light camera action action without heart might also like leave bed would like without genetic gift nobody explain move tan little body go beach much fail would ask knee never leave find none fool measure yeah mommy another yes fail moan head stop yeah every time see write anthem thing always arrive quickly leave quickly enter front leave back yes back mommy want almost almost yeah always bed give war finish peace always wait see think one like like even wouldnt want anyone else forget good feel room body mine combine way see turn light camera action action without heart', 'connect become habit sometimes never show longer deny one look like think disappear write let see think think already downstairs wait coincidence happen tell feel weve stop always different although equal tell go come head already know everything think devil mommy worth mommy connect san armor everything side look beach pal like mouth mommy hair feel tell pilot delay flight take heaven make face bad bad top feel thing felt experience even forbid like enemy baby might also like tell feel weve stop always different although equal tell go come head already know everything think devil mommy worth devil mommy worth devil mommy worth true already become expert look want see case come today leave open mommy know true already become expert look want see leave open already connect become habit sometimes never show longer deny another one look like think disappear write let see think think already downstairs wait coincidence happen tell feel weve stop always different although equal tell go come head already know everything think devil mommy worth devil mommy worth devil mommy worth', 'truth forget love although much life keep feel alive lifetime try ignore hurt side absurd agony sorry know love know deserve lover like today know live embrace one day agony sorry know love know deserve lover like today know live embrace one day might also like', 'know alcohol confess feel know love contract notice swear go take talk pretty friend tell half dog fresh bandit thing take say sex repeat bed favorite plan love little leave know lack little get tell love treat sweet like sleep anyone side fall asleep one night take away desire always whatever need take care sick know win away yes see leave yes want know feel good give stay see know beat want away yes see leave yes want know feel good give stay see swear go take talk pretty friend tell half dog bandit take say sex repeat already bed favorite plan love little leave know lack little know alcohol confess feel know love contract notice tell notice notice might also like drum', 'huh yeah fault mine either fault monotony never say anything hurt know would happen thing always look leadership forget one day worst fault mine either fault monotony never say anything hurt know would happen suddenly longer leave narcissism selfishness forget one day hey distant attitude will restlessness give half know give run someone even walk love dead rave nothing tell honestly cold like better end yeah repeat movie already saw one already saw love love necessary incredible one day routine lip taste like anything opposite worst thing might also like fault mine either fault monotony never say anything hurt know would happen thing always look leadership forget one day hey music flow', 'baby else havent someone already free set relive old time havent long time tell since know anything someone already free set relive old time havent long time daddy get lose park turn dry drink something get drink one put love eat daddy get lose park turn dry drink something get drink one put want eat baby else know anything someone already free toy free set relive old time havent long time tell tell tell since know anything someone already free set relive old time havent long time bad happen whats wrong outside come thing pending review difficult dust replace yes know hey give little touch thing get tense bed reward vice think go neighborhood grass grass put hookah dissolve chemistry make rich come back although leave tomorrow take advantage set write see ticket low might also like baby else havent someone already free huh set relive old time havent long time tell tell tell since know anything someone already free set relive old time havent long time drum', 'think forget put song sing well drink well drink well drink think forget put song sing well drink well drink well drink think forget eat two ten would forget take breath track like know never get never get even learn ballad breathe three one two three dark fantasy west baby hey long time ago cheap expensive tweet bullet crazy shoot forget car lead alone think forget put song sing well drink well drink well drink two think forget put song sing well drink well drink kiss drink hey hey might also like since come head already couple beer kiss dust top table car beach motel country house go see time get take wet sweat know thing yesterday thing make happy well neither see song play make happy well leave hey laugh think forget put song sing well drink well drink kiss well drink think name dead huh hey today go street loose without feel desert heart think name dead today go street loose without feel desert heart', 'come harry say back gravity back want hold palm hand leave say everything get way cannot one stay world know world know know answer phone harry good alone sit home floor kind will bell nobody come help daddy life want know well world know world know know see harry style ticket low might also like home get ahead talk way leave two follow talk who first hey know', 'gather love today doll well back dawn uncover bottle today rain today doll well back dawn yeah yeah uncover bottle today rain hand one single let dance wall one single dance wall yeah yeah know anything waist come good bad let play yang even say lazy break cancan let speak eat strike doll like know look give assault hand wall thirsty tonight uncork baby even fight knife world many girl one will someone touch throw might also like today doll well back dawn yeah yeah uncover bottle today rain hand one single let dance wall one single dance wall hey lock baby zero stress tonight know well want three nobody know crazy know tonight three oclock give give one single hey wall one single hey one one come alone alone drink look one single single one today doll hey hey hey well back dawn uncover bottle today rain hand one single let dance wall one single dance wall take dark doll take dark doll take dark doll take dark doll', 'yeah wear take bastard note exploit account give big wake another bed mine give damn tremendous crap hell wrong bastard yah today want take shrink take shrink tra tra tra crazy high note today get house chucky pretty face sometimes half cat leave alone bastard rookie get four shake buttock see skirt take long get always sweet never taste bitter single phi willie never leave always wallet daughter bitch first today run away invent plan like want tie bear scoundrel doubtful yah dangerous tonight wife husband saw say veiny wow baby might also like today want take shrink take shrink tra tra tra crazy high note today arrive house tra tra tra huh bad time good note yah take responsibility exploit go suck like drop mar already huh one leaf bless arrive yah today want bitch move like mission data spread like omega time yeah get everything anything wah lower live life understand look bleacher nosy want time ago turn switch yeah pitcher prefer bad bitch tantrum wear take bastard note exploit account give big wake another bed mine send hell yes tremendous crap dog let bed tell whats hey take away take away take away', 'love bring chunk get floor get true saw drink great time two morning corduroy yeah finish song name conversation face say bad forget drink put horn think lose give search yeah beg longer send say boy alone main course get hotter saw happy cry night come back day want see look portrait look portrait today say come back swear wouldnt even try lose gold look fantasy star come party turn kiss friend say sorrow forget take come hit block see undress write better insist away come back even insist although hurt come back come back come back leave look back look back yeah might also like forget drink put horn think lose give search yeah look longer send say boy although hurt come back come back come back tra tra look back look back although hurt come back come back come back tra tra look back look back hey say alone bad company yeah close heart head hurt thank god get rid one club take hurt day rebellion little hail mary hey drink make happy two drink man finish song name conversation face say bad forget drink put horn think lose give search yeah look longer send say boy cha true saw drink great time two morning corduroy', 'easy fall love hard forget life swear today look although hurt see photo train break heart case tomorrow find longer know hide call talk memory away away away something want return something find memory away away away stay stay night stay stay past twelve stay heart forget love like forget away away away stay stay life stay stray bullet stay heart forget love like forget away away away see morat ticket low might also like stay stay lose eye dance feel thousand kiss air enough convince leave look even sound crazy aire explain forget longer know hide call talk memory away away away something want return something find memory away away away stay stay night stay stay past twelve stay heart forget love like forget away away away stay stay life stay stray bullet stay heart forget love like forget away away away stay stay stay stay', 'selection god heaven earth prepare war third follow wherever send dog try understand madness cure wear skin roast love grave child barefoot pasture ahead today throughout world intact faith first argentine plenty egg try understand madness cure carry skin roast love grave anywhere court wherever ball stain desire see play come win today lose today cannot lose slowly che today lose today lose might also like try understand madness cure carry skin roast love grave go love go love wherever cheer go love go love dale lose go love go love wherever cheer go love go love dale lose', 'hey yeah leave already day another night mine serious everything smile thing seem mine know lend love lifetime worry come see look already know little eye know lie little mouth know lie truth one go tell get use tell think much get use smile tell plan go rest life rest life rest life want know go rest life go want kiss breakfast bed like hotel muse tattoo skin tell ear baby good bad without without life give away know know bring little little crazy like coco movie sing half hoarse bolero wonder chance love like love one question want ask get use get use tell look much like get use smile tell plan go rest life rest life rest life want know go rest life might also like nodal go tell tell tell', 'cat go friction arrive twelve know well seem bad deep know go sleep bed traveler leave wherever go follow tonight drink leave return home today set square baby pour one drink one another one sometimes forget one life come triple beach bikini longer drink water longer want love put party dance slow motion today put one burst put slow put slow baby get bottom envious hell put hip move everything bring tra tra tra dawn leave one lady put know tra tra tra care record tra tra tra dance close hardly fit let say might also like tonight drink leave return home today set square pour one drink one one another baby one sometimes forget one life longer fall love know today keep heart lock key tonight end fall love know keep heart already lock key end pool tonight drink drink leave return return home today set square pour one drink one another one sometimes one life one life come triple triple triple triple triple triple triple triple triple hey huh', 'hey lot lot today one tomorrow another hey there wed lot lot today one tomorrow another go take everyone hey say hello titi let take say cheese hey one already put smile hey say hello titi let take say cheese let already forget smile really like first kindergarten maria first love woman every day even know another san love one mine bonbon grape grape bonbon grape one barcelona come plane say bug crazy let play heart would like move mansion day get marry send invitation boy put hey see bad bunny ticket low might also like lot lot today one tomorrow another hey wed lot hey hey lot today one tomorrow another tomorrow another come boy want many go take everyone hey say hello titi let take say cheese hey one already put smile hey say hello titi let take say cheese let already forget smile hey boy random devil let bad life street find serious woman devil would like fall love would like fall love sorry trust trust even trust want stay today cold tomorrow many want baby gravy want hey take credit already today want unpublished new one new one new one new one hey listen friend right go break heart go break heart hey fall love fall love hey sorry like like like hey know like hey listen friend right go break heart go break heart hey hey fall love fall love sorry like want like', 'baby call busy forget male already decide tonight go yale spiteful crazy come new flow baby hack move another today baby spiteful crazy may god free move another today baby yeah skirt hoop chain pina sorry play dance teach brunette work today fame job night long night good violent mambo end problem look easy go tell one two three look easy go tell longer look easy go tell one two three look easy go tell whats mommy see ticket low might also like spiteful crazy come new flow baby hack move another today baby spiteful crazy may god free move another today baby yeah go overtake right go hey hey overtake right hey gaby gaby gaby barcelona hey omega hey hey hey', 'king record whats baby thing want bother sorry rude already super want eat nothing keep look like go addict come know like come climb go raise note liquor note sweet mouth like like shoot say tra raise note alcohol tra tra mouth tra shoot say tra tra end sex without pajama flow know light light blunt spit flow love paisa accent see feel effect cause see night give without pause always like real syrup mouth toast saw naked baby live booty look like might also like let beach bring sunglass tra want give rich like night new york tra like make love tra love see without underwear tra tra heart race admire flow tra saw four say tra tra sound sound go put baby show raise note liquor note sweet mouth like shoot say tra raise note alcohol tra tra mouth shoot say tra tra like enjoy body mouth make dance take clothe addict suck kiss toa toa toa know night think want outside want wait list know mine first tra tra raise note liquor note sweet mouth like shoot say tra raise note alcohol tra tra mouth shoot say tra tra shoot say gang minor shoot say tell king record competition baby baby aha tell yeah yeah baby tell', 'wear take devil picket little girl heart put say summer stay alone wear take devil picket little girl heart put say summer alone never alone alone love come like wave explode everyone hello row want tail yeah yeah yeah let spread burn many cute girl play bad hey hey hey hey feel like sun hey wear wear baby let let come unlock lock come unlock lock hey would spend time watch let surprise hey let spread burn many cute girl play bad wear take devil picket little girl heart put say summer alone see bad bunny ticket low might also like never alone alone love come like wave abuser go get beer drink heart yeah yeah yeah', 'always want thug live run motorcycle smoke know shrink write call sad baby get active best powder even corduroy tell miss yeah room hotel go put airplane mode go go let take photo wrist hook neighborhood real rest copy truck wake even name save cell bastard know touch skin car know run always want thug live run motorcycle smoke know shrink write call sad baby get active best powder even corduroy tell miss always want thug live run motorcycle smoke might also like', 'want see kiss look look get anyone else forget scream reserve hotel win go arrive desperate park back seat adventure undress hotel reserve win go get desperate park back seat adventure undress desire could stop sweat back part although lack comfort scream confirm saw cloud whenever see matter environment wherever eat situation lose control way avoid situation always end without clothe satisfy kiss mouth accord say one look although know another hotel reserve desire go arrive desperate leave seat back adventure undress might also like first time dog could avoid hey moment end leave vain like piano look tell today yah mommy want want want whoo baby well talk let let bless one see nakedness amen like simplicity like aggressive let enter delicately hey tell want see kiss look look get anyone else forget scream reserve hotel win go arrive desperate park back seat adventure undress unlock new level tell sweet like candy vice perverse girl hey entertainment gang', 'baby tell wear take one night pay gym baby tell wear take one night pay gym go make complete look put already goal nobody squeeze put mommy come brave like evil will look help count will take toy already know get know adrift top take bracelet baby tell wear take one night pay gym baby tell wear take one night pay gym want pay gym take mandarin make sound ring ring call easy money drip cat look steal form like like read drink get right turn around one know wish baby let without fear might also like baby tell wear take one night pay gym baby tell wear take one night pay gym hey hey sound know tell beat will sucker bitch dance beat know star music', 'write write hey want look know live maybe today inside joy want take two drink know get weve involve without portrait save contact hey hey hey hey take two drink know get weve involve without portrait save everything underwater hey baby let fourth quarter eat parent go hit hard compare hey careful denim go break hey booty go break hey know see tomorrow go lose player make crossover time score give game huh forget dog go viral tell tomorrow go stay alarm go give hey today go work want take two drink know get weve involve without portrait save contact take two drink know get weve involve without portrait save contact see bad bunny ticket low might also like like like mommy rich look maybe feel felt owe night suite give table come mommy talk devil give table come mommy talk devil hey know would like dawn beach bali ask another mule hey note note come crash baby big today note note come crash huh hey mommy want want want want want want want want mommy want want want want want want want want', 'complete break piece listen false straw break camel back tell sorry sound sincere know well know lie congratulate well act doubt role continue show suit well congratulate well act doubt role continue show suit congratulate well act buy cheap philosophy sorry ride bike stand people put hand fire treat like one crave wind open skin open eye red cry much turn feel sound sincere know well know lie congratulate well act doubt role continue show suit congratulate well act doubt role continue show suit congratulate well act hey say might also like speak clearly need yeah lose someone authentic something tell flow sting eat yah hey back lean steer wheel hey burn tranquilizer block network see one yah tell history want know come blind could see get do well congratulate well act doubt role continue show suit congratulate well act doubt role continue show suit congratulate well act', 'hey go havent long time actually havent able forget admit one topic dedicate prefer basic one cause shell never give problem even remember mine real think unconditionally want end forget wet kiss way devour night room moon heat find body wrist give little kiss wall yeah night night always come back know stay want infinite want need coincidence doublet mommy serious syrup rich know give soft kiss know take key take key make love let window ship fog stop think body need moment let forget wet kiss way devour night room moon heat find body double might also like give another night like one hotel sunrise listen classic con none like mommy miss skin today get lose say expensive see simple say hey hey dress nine robe cheap hoodie look good white tee want marry give win disease stay skin stay mind host win already top look face let lip touch legend let night cover eat mistake let body make mistake forget forget moon witness baby lie tell forget wet kiss way devour night room moon heat find body straight base legendary last mission moony tune', 'come back want get hurt lose count forgive dream lie one two three hurt get use forget kind get break heart without sense reason even know suffer room like hurt like never really know hurt give everything someone love give back time lose one much love know much let year side give back time lose one much love come back want get hurt lose count forgive dream ask forgiveness come back want get hurt lose count forgive dream ask forgiveness lie like yesterday even dream forgive come back want get hurt lose count forgive dream ask forgiveness come back want get hurt lose count forgive dream ask forgiveness might also like', 'let place see see choose destination pay hotel green wallet yesterday yer know one fool want leave lose love call know everyone want coincidence look leave everyone want coincidence look leave break track sol think yes say pencil beast like hit like song flow drug mommy many say follow fashion everything look good girl put listen get leaf home waist light see club close turn natural pay plastic would tattoo fan call video cast crazy throw away location give want everything enter party slowly sound street know flow like real know straight know make money spend secret session twenty three might also like party like leave lose love call know everyone want coincidence look leave everyone want coincidence look leave break track break track', 'record know find come lie want tell tonight baby tomorrow friend friend please lie want tell tonight baby tomorrow friend friend lady say friend know much without clothe know want although people call little friend know need look could would alive daddy blah blah blah yes alone lot look could would alive daddy blah blah blah alone lot dale lie want tell tonight baby although tomorrow friend friend please lie want tell tonight baby tomorrow friend friend clearer water baby flow even tomorrow know today want cross line kiss win head today mix tequila beer know deep like come confess kiss win head today mix tequila beer know deep like confess might also like come lie want tell tonight lady although tomorrow friend friend please lie want tell tonight baby tomorrow friend friend friend matter life one matter already know tonight short live moment matter life one matter already know tonight short live moment matter please girl', 'grandma continue love never forget kiss kiss never forget hand hand never forget hair hair please give reason plan although late fool claim please ask love call anything else rise wither departure painful keep think baby give reason plan although late fool claim please ask love call anything else rise wither departure painful keep think baby bear mind baby hard time want give write history longer drink smoke baby already feel normal feel alone miss always get name fall asleep think another man sometimes learn blow noria pose turn around memory fell heaven although demon would die come future let make drink make cry hardly concentrate take without well bad either although never faithful always loyal yeah think perfume forget night go dance care know value cry like world cup stay smell feel room tell go might also like please give reason plan although late fool claim please ask love call anything else rise wither departure painful keep think baby give departure painful give', 'nice would exchange energy turn without say good morning make love ask sleep baby want know wake desire sleep baby want know want mommy respect move expert level lab make dexter live inside mommy want guest fresh juicy clean rub cream know take jean red cheek leave supreme supreme like aggressive let warm fan pussy rise make scream lose voice street lady put face suck bug love sorry rude forget ask sleep baby want know wake desire sleep baby want know want skinny huh might also like', 'girl girl love force girl girl song tell explain destiny longer tell get rid frenzy madness feel chemistry girl girl girl excuse mean know love real come back come back come back come back forget skin forget woman girl girl baby baby refuse give one last kiss save save next time give like like like way like baby without look back without look anyone else want want friend way want baby please understand give hand trust get lose follow voice give time time mommy time time make together give time time baby time time make together might also like baby baby refuse give one last kiss save save next time give like like like way like baby baby refuse give one last kiss save save next time give like like like way like baby like way like baby baby baby baby refuse give one last kiss save save next time give like like like way like baby baby baby refuse give one last kiss save save next time give like like way like baby', 'today night single like dance close love want touch know tonight come climb top send ubi want play music baby dance way baby baby drink couple bottle even remember yesterday want play music baby dance way baby baby drink couple bottle even remember yesterday forget go together stick like dog kiss couple drink stay side say think fall love smoke drink devil small spicy love pant pink love see face behave tell calm relationship break body collide collide mouth meet legging choke want play music baby dance way baby baby drink couple bottle yesterday want play music baby dance way baby baby drink couple bottle yet yesterday yesterday yesterday might also like well well soak smell degree hot pretty face put music get excite party never limit pair friend complete crew know suck crazy come stick back fleet trip interstellar eat smoke marijuana room roof bed baby think call answer tomorrow let flame call fire brigade room go catch fire much heat think go faint girl come go eye say baby baby baby baby baby want play music baby dance way baby baby drink couple bottle even remember yesterday want play music baby dance way baby baby drink couple bottle even remember yesterday', 'go love already tell already say want know kiss go love already give forgiveness rancor never worth peso go love stage already forget screw fell get one come already leave receive couple reason already break heart try gap even gallon yes sing drink miss without rightly hurt little cora one ship take idiot heart always miss baby go love already tell already say want know kiss go love already give forgiveness rancor never worth peso day cry sorry think coffee get cold sure miss mole anyone breakfast sorry love give place find another heart play religious moon know cry sad never come normal normal worry go speak forgive never forget talk pretty come back repeat go love already tell already say want know kiss go love already give forgiveness rancor never worth peso might also like able cosmetic surgery soul change something fail cornerstone cornerstone go love would jump say frog get tire lose sensitivity leave alone without look back learn differentiate look like write star write piece paper love like say clock wall love end yesterday go love go love go love already tell already say want know kiss go love already give forgiveness rancor never worth peso', 'drum cheer mommy work get way score goal clumsy torque great fall love baby chi without visa passport send fake love vacation chi chi chi chi chi chi never come back may everything return remember call even throw away cell phone toxic harmful make mistake toxic want see chi party take bottle one know leave review give star forget leave mark longer look back park one ready take second wait hotel third know tonight call number want give give call know call number want give give call call even throw away cell phone toxic harmful away away make mistake toxic want see hey might also like sorry want come back hey try make look like waste time turn well even tell mine daddy see believe pity pity good gonorrhea pay like nea gonorrhea rat say creep animal eat everything come across devil leather leather say love better sincere hey say love vain cry since come eat another think chi call even throw away cell phone toxic harmful away away make mistake toxic want see repeat mommy sometimes change something better even something real baby drum', 'first time invite someone since leave fine restaurant joke make laugh fine get along friend never argue always look eye see brown eye nothing nothing nothing without brown eye nothing nothing nothing without brown eye blue sky gray since longer color black white since talk back time better cover finger sun lip look red see good hand hand like green eye compare brown eye nothing nothing nothing without brown eye nothing nothing nothing without brown eye nothing without brown eye nothing nothing might also like get along friend never argue always look eye see brown eye nothing nothing nothing without brown eye nothing nothing nothing without brown eye nothing nothing nothing without brown eye nothing nothing nothing without brown eye', 'yeah one night many drink leave alone mind leave although know hey think baby drink name come face laugh hair hey tell take flight get although know hey think baby drink name come face laugh hair hey tell take flight get hey look mommy look home see whats happen hey try marry hey bastard even hug crazy touch even dare text outfit part mommy apart big huh big study graduate right tattoo face saw saw story one go sleep hey thousand dance mind see bad bunny ticket low might also like even though know think baby drink name come face laugh hair hey tell take flight get give address send thousand letter give bank account peso night kneel god pray year end give kiss start good bastard blunt look murderous jean without pistol buy banshee poodle grass sing become huh bad bunny baby baby bad bunny baby baby', 'matter time feel place moment know weakness wrap today tomorrow maybe someday go capacity without talk understand know mind crazy secret look mine presentiment like angel tell secret look mine presentiment like angel tell matter time place moment word encounter one night attempt quiet trust believe mind call call answer mind think desire fee know close event happen story memory secret look mine presentiment like angel tell secret look mine presentiment like angel tell know bear taste flow thing close desire much burn inside say nothing slow revel seize moment mommy mommy might also like doll princess perfect face body eye skin love complete come dance sensual want see like want see together alone go please doll princess perfect face body eye skin love complete come dance sensual want see like want see together alone go please secret look mine presentiment like angel tell secret look mine presentiment like angel tell haze plan pineapple house pleasure secret look mine feel', 'nan', 'call get ship roll put theme want truly hide iron glove compartment enter fine well well like wander wide flat wear ankle boot muddy court ship pilot tell tutu put toto let take couple photo motorcycle copilot queen single high second suck first speed queen single scene purr like kitten purr like kitten purr like kitten purr like kitten hit armchair put buccaneer give wallet cut bud scissor like pilot like dance move toto like gold chain buy buy parrot stuff love serf dessert like see naked tail like dare let front shake make move make money see afar know might also like armchair like flat first one reach one like armchair put buccaneer give wallet cut bud scissor armchair armchair armchair armchair', 'today one day feel alone home sad aware hurt hurt couple story nothing super sad see another one day everything well rather feel like back remix ultra alone think another think lose think lose ultra alone think another think lose think lose turn bar read conversation read tell everything stop nobody will void leave room roe dedicate another song know call answer know feel like someday know miss go call without clothe camera see baby dog fall love never leave heart dance way touch without turn phi willie alone good side spend day pending sky pending pending story pending see alone happy since today one day feel alone home sad saw history couple story write super sad see someone else might also like ultra alone think another think lose think lose ultra alone think another think lose think lose ultra lonely ultra rich lose kitten path live damn take street toy fright like combine pink like hello kitty raise today defiant forget feel lately fall would like call although know convenient night cold even though among people daddy there reel get mind ultra alone think another think lose think lose ultra alone think another think lose think lose today feel alone feel desert nightmare awake without sad happy time pass slowly maybe time remember night dance watch put song listen cry shoot star spend wish night miss thousand think little face tempt although know inside hurt yeah pure poetry night would dedicate even know would harm longer feel alone another keep company will kiss taste like honey want touch skin want wife want sell sincere love offer let look sunset together kiss want champion super ultra alone say men cry cry girl feel sad since leave mommy leave dispenser look photo top video fitness look new york city cap alcohol mommy let taste even come back hurt love think turn screw see come back hurt love think turn screw remix ultra alone think another think lose think lose ultra alone think another think lose think lose', 'one one one one forty forty forty forty one one one one one one one one yeah make use one forty cat dog dark bust yeah forty yah forty happen baby harder yesterday hey throw signal gang want lose say want see badly gang envious let see make use one want use one make use one want use one one one make use one one one make use one might also like never leave anyone tonight go form people lie forty hate beautiful forty get touch want give four chair put knee forget go hammer like clock without hand well catch yah like will hey one day five time hey throat tea tasty crunchy like coverage give pure pure fever one hey one snore zorro one along one one one time move daddy one one one time one one wow baby baby gringo wolf flow music forty eme music influential music write forty forty forty tell', 'drum first last would like one present family people pal party another environment every time see remember time little dog plaza playa want today night sex like islander come give refuse see remember time little dog plaza playa want owner frown like islander come give refuse want another one list go know anything baby tourist boy warm weather party bus see pale people already whenever although call anonymously change mood never forget tell voice speak ear leave bad want take think change anyone team raise cup like world cup every time see remember time little dog plaza playa want owner frown like islander come give refuse see remember time little dog plaza playa want today night sex like islander come give refuse might also like like islander like like tell many look let spread poison everything want trip choose new york always come back chi island smoke weed get cone tell need question ask yes propose move know would say hollow plenty mind ask doubt trust feel different every time see remember time little dog plaza playa want owner frown like islander come give refuse see remember time little dog plaza playa want today night sex like islander come give refuse tower baby young baby', 'pretend dream want leave get away heart always smell beach want feel away hard hard regret much hasty kiss never wrong time regret much baby time already ready find baby market ready feel baby market hey hey hard hard might also like love much huh love much learn happiness come first love much love much mommy love much give time give moment know warrior move body eternal happiness feel electricity go leg shout world warrior life blood sweat fire move body eternal happiness want send everything hell send send life blood sweat fire hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey bae love much love much huh guess learn happiness come first', 'could pretend happy even sad even hurt could pretend strong may love perfect love hope weakness hide dream come true grow flower could bloom sick fake love fake love fake love sorry fake love fake love fake love good man give world everything know forest forget route come even know talk mirror could pretend happy even sad even hurt could pretend strong may love perfect love hope weakness hide dream come true grow flower could bloom love bad love bad make pretty lie love mad love mad erase try become doll love bad love bad make pretty lie love mad love mad erase try become doll might also like sick fake love fake love fake love sorry fake love fake love fake love sad know smile tell love look abandon even even understand say unfamiliar use like say use know well whats wrong blind love fake love woo know know know woo neither woo know know know cause fake love fake love fake love love bad love bad make pretty lie love mad love mad erase try become doll love bad love bad make pretty lie love mad love mad erase try become doll sick fake love fake love fake love sorry fake love fake love fake love could pretend happy even sad even hurt could pretend strong may love perfect love hope weakness hide dream come true grow flower could bloom', 'tell dance meet tell tell want see tonight tell tell kiss better tell tell tonight go see tell tell meet dance tell better tell bring crazy tell want see tell meet dance tell better tell bring crazy tell want see perhaps night perfume skin longer excuse betrayal thousand reason let come perhaps speak ear longer burn fire passion lie admit mistake ask forgiveness mean forgive one forget abandon cry make give another night might also like another another night another throw away another another night another even come back another another night another tell tell another another night another kiss better another another night another tell tell another another night another tell meet dance tell better tell bring crazy tell want see tell meet dance tell better tell bring crazy tell want see perhaps night perfume skin longer excuse betrayal thousand reason let come perhaps speak ear longer burn fire passion lie admit mistake ask forgiveness mean forgive one forget abandon cry make give another night another another night another throw away another another night another even back another another night another tell tell another another night another kiss better another another night another tell tell another another night another', 'drum one hear saw everything get screw yes imagine something undue open little mouth ask treat well mommy man hurt care say fool play league yeah one hear saw everything get screw yes imagine something undue open little mouth ask treat well mommy man hurt care say fool play league yeah ouch good face bad strange pod want see face face let hair tonight reach grind much take bait come wait house mommy pick nobody someone replace bed mommy better couple gift even meet today yeah let talk alone there lot noise know place talk sell chain good want keep let talk alone lot noise know place talk saw dance movement conceptual conceptual one hear saw everything get screw yes imagine something undue open little mouth ask treat well mommy man hurt care say fool play league yeah ouch might also like one hear imagine wrong thing daddy man hurt care say fool play league', 'crazy try give kiss hopefully stay stay crazy hunt make rich wish could stay stay stay hey crazy try give kiss hopefully stay stay crazy hunt make rich wish could stay daddy anyone candle already elevate feel photo paint little orphan need delicious make sideways delicious give little kiss bless four put quickly bless eat rich daddy might also like crazy try give kiss wish could stay stay crazy hunt make rich hope stay cool verse without like nobody meek kitten kitten tell alcohol take away fear skirt nobody know wear panty want wow blame tell note well nobody get home shelter want give buttock bounce big love addict horny like touch like song break break crazy try give kiss hopefully stay stay crazy hunt make rich wish could stay stay much put panty stay hey give little kiss hey time server without music company', 'anything meet last night one beautiful night something special something different everything around suddenly turn singular afraid daddy come give come without fear without noise close world flow come try define come love come come let come love come come let sorry baby huh huh try make fall love would sing since fell love anyone fall love time gold worry anyone sorry baby huh huh try make fall love would sing since fell love anyone fall love time gold worry anyone tell even try life one live present like hot love mommy demand excellent get romantic sudden believer love bastard always lie make think thing would happen already know end even go start whatever go force tell go stay might also like touch yes touch yes seriously sorry baby huh huh try make fall love would sing since fell love anyone fall love time gold worry anyone sorry baby', 'another banger baby calm calm girl body put heart girl sweet like tell say love dey form tell baby come get like come see fine girl party wear yellow every girl dey much girl mellow dey find situation use take tell hello finally find way talk girl wan follow come dey form wan conform start feel dey small small know say one one feel cause friend dey gum like gum dey gum like gum yeah know look shy get hip make cry move around yeah twice twice push back hold tight get taste night baby show calm calm dance take lead lead lead get high come come ask know say baby give get like come might also like reach house say make rest small make rest small wake dey mind dey mind day one day fit fit focus call say make link say make link get hand heart feel race leave say never love give promise stay risk take take baby calm calm girl body put heart girl sweet like tell say love dey form tell love love baby come get like come love', 'vacuum cleaner dust ford cortina never rust like coffee hot let coffee pot call shoot babe secret heart harder hide think maybe let meter never run let portable heater get cold without set lotion hold hair deep devotion deep least deep pacific ocean secret heart harder hide think maybe see arctic monkey ticket low might also like vacuum cleaner dust ford cortina never rust', 'one two one two three four say wind blow hair beautiful eye like smell color skin make feel like little mouth pink lipstick kiss want wake smoke hey longer anything look something combine sea bikini look great gravity lift make sick yah accelerate heartbeat like everything part one decide like everything like everything like everything fifth avenue mall know one call come raptor like put four large jogger small shirt like keto diet control stay although want eat completely kiss lip glossy already give coconut shampoo wallet drive crazy helmet pedal see ticket low might also like want wake smoke longer anything look something combine sea bikini look phenomenal gravity lift make sick yah accelerate heartbeat like everything part one decide like everything like everything like everything want wake smoke longer anything look something combine sea hey bikini look phenomenal gravity lift make bad say something make bad', 'plan sink lie plan bleed death ask try let thing return place plan sink lie plan bleed death ask try let thing return place careful like walk slippery floor know false step take bottom well tremble foam dance rabid heart understand everything bite superb want explain everything bite nerve speak elbow get drink know take seriously trust fear take leap find emptiness long feel mine suddenly feel cold know well quite challenge angry love make go tear angry love make go keep prefer tortuous ritual decorous thing always reason wrong end carnival eternal carnal ethereal well find channel join plexus background saxophone want sex remember first time desire make think joke go convince magic exist might also like plan sink lie plan bleed death ask try let thing return place plan sink lie plan bleed death ask try let thing return place', 'summer would become eternal moment saw gaze melt look summer turn winter saw arm wait freeze understand role love one see stray bullet love prefer see skin ask say lie lifetime dream ask say true hurt inside want look look world turn everything lie continue continue punishment pretend friend witness give whole life one see understand role love one see stray bullet love prefer see skin ask say lie lifetime dream ask say true hurt inside want see morat ticket low might also like look look world turn everything lie continue continue punishment pretend friend witness give whole life one see ask say lie lifetime dream ask say true hurt inside want look look world turn everything lie continue continue punishment pretend friend witness give whole life one see', 'mummy know daddy get hot body shop something unholy like like yeah like like yeah yeah yeah like like yeah like like yeah lucky lucky girl get marry boy like shed kick ever ever know bout tell dirty dirty boy know everyone scene hear bout place know keep business clean mummy know daddy get hot body shop something unholy sit back poppin yeah put slowly leave get mummy know daddy get hot body shop something unholy woo daddy daddy want drop yeah yeah give love give daddy gon need bag cause rodeo woo watch back go yeah get get like always call cause never cause drama drama want baby know get cover yeah yeah need baby jump cover yeah mummy know daddy get hot hot body shop shop something unholy sit back poppin yeah put slowly leave get mummy know daddy get hot unholy body shop something unholy unholy might also like unholy unholy yeah yeah', 'bring position come take tell longer want rise bottle find whore whore everything life booty grow make tit grow break break baby bring break go teach position go give baby come take come fall bring break go teach position go give baby come take give come life toy story story toy go lose even rattle shackle leave ticket care much spend worth naked mind war enlist one leave come one clearly always win one cheat claro one cheat speak clearly always speak clearly call water water transparent also wet make sin eye temptation whim today go put fire go dress red red hose go enter window baby want better might also like come fall bring break go teach position go give baby come take baby bring break go teach position go give baby come take come three letter baby symphonic control white lion tell make bounce', 'voice there ray light come window give back desire take away pain love one change kiss make fly piece sun apple eye get collection break heart piece sunshine apple eye one dance red heel make fly one make cry one make suffer stop love cause make feel like lottery know someone could love like day meet felt get carry away bar come get drink hey expect fall love like story memory fail tell baby story take piece sunshine apple eye get collection break heart piece sunshine apple eye one dance red heel make fly one make cry one make suffer stop love cause make feel like lottery know someone could love like might also like careful enter window careful speak piece sunshine apple eye collection break heart piece sunshine apple eye one dance red heel make fly one make cry one make suffer stop love cause make feel like lottery know someone could love like', 'life know since take care lie eye give away away away know hug go end would know kiss go end would steal next never think would lose miss know last time never would apologize already indifferent right tell openly hurt bastard longer feel since people live heart split completely two watch urgent news hurt bastard longer feel since people see morat ticket low might also like know hug go end would know kiss go end would steal next never think would lose miss know last time never would away away never think would lose miss know last time never would', 'straight downtown yeah huh tell felt lose find heart break fix fix already two three tell felt lose find heart break fix fix already two three find heart break fix two three believe anything say good maybe deserve ask would wake every day pointless bandit fell love spoil well asleep wake nobody well hey two three fast essence convince want coffin hey tell felt lose find heart break fix fix already two three tell felt lose find heart break fix fix already two three might also like find heart break fix two three two three take away stress good trip think fake care hate make complete soul mate everything else listen pray kiss novel two three fast essence convince want coffin hey cool dekko downtown say find heart break fix two three like tell two three find two three two three two three', 'phi willie go forget go forget phi willie go forget go forget spend smoke palm tree let see coconut fall head era entire life see couple give kiss give teeth go throw radio sea come without flag listen romance song get tire think get tire last petal tell chance know true go come back ahead please even message sun rise morning get allergy look smell many trophy feel like loser loser find lighter hey forget go move chile give lighter say please please phi willie go forget hey go forget phi willie go forget hey go forget see bad bunny ticket low might also like hey hey hey wave help write name sand see erase lip eye hat come head another phi willie another beer memory dress interest hey hey know whereabouts wonder true fly like plane passenger love boy say hey short keep burn phi willie go forget go forget phi willie go forget go forget phi willie go forget hey go forget phi willie go forget hey go forget', 'fan even though salty hate see broad know happy hate see happy one mature mature mature get therapist tell there men want none want one might might best idea new next get might love though rather jail alone get sense lose cause get sense might really love text gon evidence text evidence try ration murder crime passion damn reach farmer market perfect peach amazement patience get beat mature mature mature get therapist tell there men want none want one might might best idea new next get might love though rather jail alone see ticket low might also like love love drug drug sober love love drug drug sober know gon tonight will best idea idea will next get will love though rather hell alone', 'yeah yeah yeah baby love know without know speak prefer baby love love know without know speak speak prefer hey hey hey hey like sorceress steal heart want anyone throw lovesick spend whole night inside room always way like best dance crazy want grab bite mouth watch boot pretty hurt hurt crazy want end start another say heartbroken love love girl might also like baby love know without know speak prefer baby love love know without know speak speak prefer half life wait moment plan come think give mouth wrap diamond tell good gold good car pendant shine diamond yeah expensive pay dance crazy want grab bite mouth watch bounce pretty hurt hurt crazy want end start another say heartbroken love love girl baby love know without know speak prefer baby love love know without know speak speak prefer hey hey hey', 'universe want want put first universe night lie look morning come watch rise there paradise could capture bright infinity inside eye forever baby universe want want put first universe make world light inside eye say come different side universe want want put first universe make world light inside universe dodo dodo universe dodo dodo universe dodo dodo make world make world light inside make world light inside might also like without crazy make baby universe want want put first put first universe make world light inside universe dodo dodo universe dodo dodo want want universe universe universe', 'want take advantage since take able tell thing keep know time call saw confirm girl sorry know difficult say feel drink lie baby regret seriously apologize drink since sober give call need know love try sober give give give yeah yeah take need know love try baby sorry know hour drink collaborate yeah want know laugh cry alone part nothing miss drink supposedly forget obvious obvious hurt hate last minute bad think drink hide sober marriage honey give wake hey take pride send hell since sober give call need know love try sober give give give yeah yeah drink know need know love try see ticket low might also like want take advantage since already know baby able tell thing keep know time call tell edge edge saw love baby confirm girl baby baby baby', 'nan', 'yeah yeah yeah yeah turn neo huh know think eat know hour alone tail drink rum cola know think eat know hour alone tail drink rum cola tour always remember find cat lie want never say tell look sign role look place look spank smoke day happen know think eat know hour alone tail drink rum cola look say might also like excuse get new luggage hold go burn break listen fourteen know happen see see baby know go cause look place look spank smoke day happen know think eat know hour alone tail drink rum cola yeah yeah turn neo yeah', 'skin tattoo cover kiss leave hide history live erase say time heal everything know lie impossible forget love life drink like crazy another love either several month go hurt lifetime say want leave want leave hurt know action disappointment anger wind give never skin eye accept although cost much longer say time heal everything know lie impossible forget love life drink like crazy another love either several month go hurt lifetime say want leave want leave hurt know action disappointment anger wind never skin eye accept although cost much longer besee nodal ticket low might also like', 'another night cry thing say know time let let see will able hurt lie hurt another night cry thing say know time let let see will able hurt lie hurt cannot deny feel give mambo time time find another look daddy claim get look daddy look look exit find anything else moon know want another another night spend think hurt chest know end swear weight take anyone another night cry thing say know time let let see will able hurt lie hurt another night cry thing say know time let let see will able hurt lie hurt might also like world', 'see afar privilege baby myth little mystery crazy take take seriously go ask god explain explain hard pique pique fool ticket ticket want chi hope luck everyone reach today release museum record art see like want today talk museum record art hope luck hey story comment send little fire hot hot hard back front front mommy come west give hey baby want say good night bed finally leave hopefully say yes let give pretty loose pretty loose leave cat five spare want know sleep baby tell wear might also like hope luck everyone reach today release museum record art see like want today talk museum record art hope luck win matter much ignore impossible ignore sun next bright work art art flow god bless arrive baby link without make belly update brand baby today would take everything already want see without come drink go run hope luck everyone reach today release museum record art see like want', 'say today wake one day dream want wake another life would choose hurt try much hurt baby let find way let solve problem know love even want baby let back hey time night mischief car wet seat sound know remember remember phi willie give good time hey tell go another man touch skin think tell tell tell go another man touch skin think sound tell wow tell baby serve pass smoke taxi house wow give square give anyone use send photo yeah eve take grandmother good know tell single want lower wow know wallet want patch love miss baby son bitch would see seriously mor lose give anyone break touch see ticket low might also like baby let back time night mischief car wet seat know remember remember phi willie give good time hey baby delete photo phone keep notebook thong give time first time go motel baby memory pick concert friend always make excuse end apartment much hurt let find way let solve problem know love even want baby let back hey time night mischief car wet seat know remember remember phi willie give good time miss love baby tell another man touch skin think tell tell genius wonder time baby car wet seat know remember remember give good time wonder', 'find tell wrong know think drink back see party cry want know tell miss want anyone else case find tell bad know think drink back saw party tell yeah baby tell miss want anyone else yeah longer call put house wheel long time ago leave fear drawer heart like point go see saw think mine dawn loot police baby find know bastard bastard feel tell sorry find around tell wrong know think drink back saw party cry want know tell miss want anyone else case find tell wrong know think drink saw party tell yeah baby tell miss want anyone else yeah might also like', 'havent sleep think wear feel little provoke feel bigger bed would like meet expectation pretend dream one day want mine demand everything love swear want anything approach want everything longer want hurt hit wall twice want poison loser two baby tell something break talk never baby tell something break talk never say go hurt whenever think start rain get tire write name piece paper want wrong want wrong bother realize hurt call answer love hate sleepless night look answer already know play lie face make pay karma already debt know tire see lose there point try repeat something already know countless time cry learn let might also like baby tell something break talk never baby tell something break talk never', 'tell would like see saw photo felt like eat know like love luck desire see will curiosity will stand already want tell know well different eat yeah hey curious studious girl already furious bathtub make foamy play leave juicy pose portray put wife flower marijuana want pink cabin float see beautiful give see front know different already check file history well see gaze lie call hot always mind mind dare talk know see see say make bear would meet curiosity will stand already want tell know well different eat yeah would give anything see worry one find want get involve dare dare want touch long time outburst crazy see photo blur say crazy know touch yeah want repeat want feel bad time go lie might also like curiosity will stand already want tell hey know well different eat favorite voice baby jay wheeler jay wheeler tower tell jazzy yeah dynamic record', 'yeah know mouth kiss another moment moment know eye already forget think leave time wonder would together love wonder would together love wait although know come back love although know screw photo save dance underage tell truth miss dust back car time superior always leave underwear better last like first know go erase spend able love another person swear one stop next since leave upset listen masterpiece baby feel skin deuce brown brain spin one side see bad bunny ticket low might also like wonder would together love wonder would together love yeah', 'think kiss impossible stop invisible likely sun would never rise clock stop would think choose give night crowd see dance tear apart today arm ask never leave want get alive even try forget mouth wouldnt hurt want get alive miss would suicidal act mouth wouldnt wow window dark say tonight worth turn one material hey tell baby follow another bottle ask want smoke yes ahead baby get hey cat fire fire say go stay night let nice see video touch baby sit sidewalk eager stay girl stay single wow never leave want get alive even try forget mouth wouldnt wouldnt hurt want get alive life miss would suicidal act mouth would might also like mouth would love way would suicidal act mouth wouldnt wouldnt mouth would give would give thousand kiss night day would say mouth would mouth would', 'today night naked bed bed last night keep win win baby turn cell phone want enjoy go answer yeah suit look good buttock squeeze time remove hey tonight mine mine light note tell continue tell go give say hey today night mine light note tell continue continue go give say hard even martin want give give arrive whore begin envy envy cat say real lie real real death yah jealous jealous lip juicy juicy baby tonight little tot mouth taffy hey taffy forgive virgin saw little baby compare never compete go climb ring want dog tie bed bite part speak ear rudeness rudeness love sex mine might also like tonight mine light note tell continue tell continue go give say tonight mine mine baby light note tell continue go give say hey bastard mommy bless amen touch wet hey together life let moon decide today snatch snatch hey well already cat always everything hey thousand foot jet lady cooper swallow swallow spit want eat always know want buy range cooper buy put heel see send anything give location wait entrance hey buy put heel see send anything send location wait entrance hey tonight mine light note tell continue go give say today night mine light note tell continue continue go give say hey real real real death baby real death baby bad bunny baby huh huh huh bad bunny baby music tell sweet like candy real death baby king go hear real death baby tell royal death tell mine light note tell continue go give say', 'look dreamer make happen cause believe look dreamer make happen cause see here one keep passion respect yeah here one imagine respect yeah gather round look respect love way come come door open every day one plus two rendezvous look dreamer make happen cause believe look dreamer make happen cause see might also like here one keep passion respect yeah here one imagine respect yeah look dreamer make happen cause believe look dreamer make happen cause see here one keep passion respect yeah here one imagine respect yeah', 'awesome way ordinary danger zone kiss mouth hand back neck baby tease come slide enjoy come dear come sit father sideways baby come slide enjoy come dear come sit father sideways baby come slide enjoy come look dear come sit father sideways baby sensational way ordinary danger zone kiss mouth hand back neck baby tease might also like come slide enjoy come dear come sit nice dad come come slide enjoy come dear come sit nice dad come play sideways baby come slide enjoy come dear come sit father come play sideways baby', 'kiss shaman safe shaman may morning sun dissolve slapstick movie vampire judge shaggy lion know understand well always run away date love anyone listen beautiful crazy mona take clothe fate kiss mouth wife girl teach crazy life eye pool make mouth mouth renew rhyme come fork today soup girl judge private stage god like spotlight come way love even tell saint fact hypothesis king gypsy nomad excuse sovereign way today sing sing come might also like know want hot lioness call honey beautiful crazy great friend let make love sing old kiss mouth love might even give moral see space newsstand papa papa', 'make happy put helmet come high know strong point make weak top mattress get involve run away love hide heart make easy baby will crazy sway already leave dance tell fall love hate watch sit let love tell fall love hate watch sit let love know strong point make weak top mattress get involve run away love hide heart make easy baby will crazy sway already leave dance tell fall love hate watch sit let love tell fall love hate watch sit let love might also like', 'candy come everything want either forbid delicious mouth honey let smear bed talent know move everything feel bed talent know move dark body melt mouth like bonbon bad ahead there people get besides dark body melt mouth like bad ahead there people get besides one good even get involve one worthless fall love suffer one good even get involve worthless fall love suffer flame come bed talent know move everything feel bed talent know move might also like dark body melt mouth like bonbon bad ahead there people get besides dark body melt mouth like bad ahead there people get besides one good even get involve one worthless fall love suffer one good even get involve worthless fall love suffer come come come come one worthless fall love suffer', 'get get get boy there money make would call ask fall night let dance bad luck treat break heart smoke strong several butt place nothing care look deep eye already know one like present baby mauve face get smoke taste like today rock enjoy take house promise pleasure need love already resign would hold hand hurt call one big wow fagot heart ice baby dude tie knot want love want lighter fag heart ice baby dude tie knot want love want money let break ice heart first smoke balloon get horny lanyard shine even think romance want slap get get get get boy quiet smoke one good one always wave drop want paste come follow baby salt salt tail ordinary say want meet addict flow criminal style fagot heart ice baby dude tie knot want love want lighter fag heart ice baby dude tie knot want love want money might also like let break ice heart get horny lanyard shine', 'mad resign live glucose kiss victor feat patamar bin part para live solar far boy life without chest better feat bora maturity start baby baba feat feat goo pineapple feat big major yesterday remix help remember architecture feat chico quest feat bin major two law attraction pack sabe feat ana bounce brown creole leave message boy feat beat like like live feat victor minimum sun moon barra judge feat soldier temporal hip hop fez like back feat pineapple feat uncontrolled carol automatic car mac new luna nana feat boy vice vino purpose feat feat intimate algorithm fashion week hotel link hardly know talk love snow everybody live slow tic topo', 'directly love funk studio beat miss say want come see send message paste release life night beautiful even beautiful friend sit favorite wicked stir stir come top hold sit face go fall love moonlight star accompany love hold sit slowly get hurt moonlight star love descend endure descend sit slowly get hurt miss say want come see send message paste release might also like life night beautiful even beautiful friend sit favorite wicked stir stir come top hold sit face go fall love moonlight star love hold sit slowly get hurt moonlight star love descend endure descend sit slowly get hurt beat directly love funk studio', 'yeah fashion everything take spin four wheel drink gin bother money give possibility key ever honor smoke chorus like key war leaf scar awn today theyre yeah take trip stay humble loud snore look like space flow make mar wow bae life mine pay signal raise say fashionable live spotlight man arrogant show leave cake roll girl suck disc know fashion tell fashion everything take spin four wheel drink gin bother money give possibility key ever honor smoke chorus like key war leaf scar soft want diploma track baby corona make sound life dream today stage tomorrow appeal year know fashion tell babe everywhere thirty money give possibility yeah yeah might also like fashion everything take spin four wheel drink gin bother money give possibility key ever honor smoke chorus like key war leaf scar awn', 'nan', 'nan', 'everyone love lie look ceiling question come would possible today would work episode never incomplete album story stop halfway imagine rest long take take take care give remorse anger hatred pity end paint get marry church would hang head two tend cattle cowherd daughter life bush head love even though lifetime love even though lifetime ouch love thing even want forget end year start vet denim shirt truck friend ask dad give want grandpa time nice could paint get marry church would hang head two tend cattle cowherd daughter life bush head love even though lifetime love even lifetime ouch might also like che love even lifetime go love', 'come horseback rare whore whore rare whore whore take take take take take take take take take take horse take take take take take take take take take take take take horse take take take take take take take take take take take take horse rare whore whore rare whore rare whore whore take take take take bitch take take take take bitch middle come go want come back come back life give silicone climate beautiful scream alpha scream name man sponsor one breeze girl tip dick tip cock tip tip cock one breeze girl tip dick breeze girl end alpha want rare bitch scrape knee suck alley ride top without panty dick skirt ride top without panty peak ride top without panty peak might also like one breeze girl tip tip tip tip horse take take take take tip dick take take take take take take take take horse take take take take take take take take cock ride top without panty horse alpha alpha alpha alpha alpha alpha', 'state day accelerate feel half shovel half peace sometimes guilty blame think wrong one wrong become know always follow line right right set free leave trace remain drown ego forest concrete consistency direction warn torment damn bitch fault distance love wait today always hope never get tire know mean wait arrive future want love make crown girl well tell tell reflect anything good flip little space open window air breathe sound like weep candle smoke stop reflect inside heart stone freeze need fuel feel lose like leaf wind tense nothing closer silent night know taste pain taste defeat position opposite side want feel useless try help state private peace bad day sleepless night hear voice ash cover sky truth eye longer see anything nothing forget without direction never lose welcome filthy world goal hold generation ego account mind affront comfort see conscious feel suddenly sorry aware time pass get confuse step sink shallow life focus mind sin late rainy day inspiration dry thesis alive poet peace darkness need reason vain many seek vain motif among ash berry try make sense bedroom light follow saga forget trauma peace will see soul get rid well peace will see soul fall apart might also like tragic blow dress magician see change find flaw system dark view brake curve look destination graduation diploma mouth dumb vision blind try escape order government see hurt midst much beat try climb step fall stair feel terrible see false conduct government lie people take blame education leave background cloth forget human think mistake door answer knock corrupt bunch rob understand country dream happy crisis brazil see several pocket full money coffer without money many see bottom well suffer gnaw bone work day night take home lunch boy give work support house live family allowance want better daughter queue saw cry suffer another mother tear due lack care welcome hell understand comfort understand loneliness understand fear price pay contempt pretext many see go early money progress accumulate problem fight truce swear struggle every dilemma today go follow either rule dolly revolt hold solitude system want lock pattern attack conduct express verse right conscience reason chain see lack love feel like die little little without feel pain upon world make one know heavy burden carry systematic neurotic want know cruel life hard live suffer come standard everyone deserve population stand see corruption grow thirst revenge well look future rough able free one finish wish anger would away cough', 'inside silver bitch face sight flash fame start man bump best flight make story post pretend saint know naughty pretend saint know naughty inside silver bitch face sight flash fame start man bump best flight make story post even get message havent see find single enjoy night friend find interest back enjoy moment enjoy life want luxury motel join take pro gold mine inside silver worth record post break contact let live moment time mention little mallet enjoy favor enjoy favor beat dick roll slowly enjoy favor enjoy favor beat inside silver bitch face sight flash fame start man bump best flight make story post might also like whats bitch black belt maximum respect inside silver', 'han han huh confuse tell go one time fall love look who replay tea one time call look crazy break promise pinky oath resist sit like play want see forget tea give daddy crazy want replay daddy want see forget tea give daddy crazy want replay daddy mallet take mallet take mallet take mallet take mallet take mallet take might also like tell go one time fall love look who replay tea one time call look crazy break promise pinky oath resist sit like play want see forget tea give daddy crazy want replay daddy want see forget tea give daddy crazy want replay daddy mallet take mallet take mallet take mallet take mallet take mallet take', 'angry magic high magic high beat must respect must respect move try give like pussy come woman want see handle roll nicely bounce without make face quica bandit nymphet lie make face sit make face breast beat suck nymphet suck suck suck suck suck nymphet choke drool daddy drool daddy drool daddy drool daddy drool daddy suck suck suck suck suck real good get mad cum face suck suck suck suck suck real good get mad cum face suck suck suck suck suck real good get mad cum face might also like lie make face sit make face lay lay lay lay lay lay lay breast beat suck nymphet suck suck suck suck suck nymphet get mad cum face suck suck suck suck suck real good get mad cum face suck suck suck suck suck real good get mad cum face angry beat must respect must respect', 'put helmet come high forget another one like voice ear smell love bandit like sit danger get involve without fear without think risk say fall love cowboy take easy baby there post know good field like rock rock rock rock take hat boot boot rock rock rock rock today turn eye gallop rock rock rock rock take hat boot put like kick kick kick boot boot gallop like baby flame pressure like voice ear smell love bandit like sit danger get involve without fear without think risk might also like say fall love cowboy take easy baby there post know good field like rock rock rock rock take hat boot boot rock rock rock rock today turn eye gallop rock rock rock rock take hat boot put like kick kick kick boot boot gallop like baby hey flame flame', 'nan', 'clown disappointment top disappointment love kick heart hero send message saw answer run someone want stupid day leave home mother say raise daughter cowboy get around world stay freshness open gate never life depend male raise daughter cowboy get around world stay freshness open gate never life depend male mother raise farm owner owner cattle mainly owner cowboy baby clown disappointment top disappointment love kick heart hero send message saw answer run someone want stupid day leave home mother say raise daughter cowboy get around world stay freshness open gate never life depend male raise daughter cowboy get around world stay freshness open gate never life depend male around world freshness open gate never life depend male raise daughter cowboy get around world stay freshness open gate never life depend male might also like never life depend male hello job right huh', 'nan', 'story like already see long hit smile fee clear decision leave sink already say think get lose promise thing mouth heart dispute drink night go wrong there eye candy red eye cry month there glass hide expression despair suffer right deny yes get worse come back quickly there eye candy red eye cry month there glass hide expression despair suffer right deny yes get worse come back quickly get lose promise thing mouth heart dispute drink late night go wrong whats there eye candy red eye cry month there glass hide expression despair suffer right deny yes get worse come back quickly there eye candy red eye cry month there glass hide expression despair suffer right deny yes get worse come back quickly there eye candy red eye cry month there glass hide expression despair suffer right deny yes get worse come back quickly might also like get worse', 'guy moment take end think would suffer keep one life lead player expensive even look picture post sucker good present past better everyone badly date sucker date take whole world feel anything enjoy dawn enjoy flight date sucker date get everyone feel anything little enjoy early hour enjoy flight date sucker date one finish think would suffer keep one life lead player expensive even look picture post sucker good present past better everyone badly date sucker date get everyone feel anything enjoy dawn enjoy flight date sucker date get everyone feel anything enjoy dawn enjoy flight date sucker date might also like', 'nan', 'nan', 'every friend group every ride see degree already want take already know someone carry there catcher kiss one front stage another line bathroom hour lipstick mouth last minute half there dancer even bounce floor bounce floor say excite plan life first song miss stay clown emotional one plan life first song miss stay clown say get foot grind come every friend group every ride see degree already want take already know someone carry there catcher kiss one front stage another line bathroom hour lipstick mouth last minute half might also like there dancer even bounce floor bounce floor excite plan life first song miss stay clown emotional one plan life first song miss stay clown buoy buoy clown right hey hey hey ana princess people', 'feel feel like look mirror see yeah since young feline look careful north zone close face huh god look way walk pretend understand anything god give holy patience need courage god saw curly hair let guy give bless style know even tell live even little blonde stick show come crazy way train breed street intrigue hey much charge get head could pix long forget want want god look way pass look way pretend understand anything god give holy patience yeah need courage god saw curly hair wow let guy give bless might also like license lack courage lack luck look like much sand truck soul flightless kite live road heart many bluff go say home mirror mirror act sing answer always nowhere babe take heart storm get hair travel saw put heart shake existence low blow remain high indignant see soul sink get head bed live think house live smile certainty want time accept mind already say think fell love time huh dragon shark fell love brunette dream god look way pass look way pretend understand anything god give holy patience yeah need courage god saw curly hair wow let guy give bless god god', 'nan', 'good gold dream sell right til build home watch burn leave lie cry buy flower write name sand talk hour say thing understand take dance hold hand yeah love better love better love better baby love better love better baby paint nail match rise leave remorse regret forgive every word say leave baby fight cry buy flower write name sand talk hour yeah say thing understand take dance yeah hold hand yeah love better love better love better baby love better love better baby love better love better baby love better might also like leave fight cry buy flower write name sand talk hour yeah say thing understand better take dance yeah hold hand yeah love better yeah love better love better love better baby love better love better baby love better love better baby love better', 'nan', 'yeah yeah o o bandit ask speed speed yeah come show everything know yeah like time fast late know want come look massage come give parade baby evil want choice fast like play stage take clothe enjoy let feel little sit willingly even crane take damn beautiful know like stay late roll several bastard know hide delicious hasta vista baby come back drive crazy delicious kiss run away police baby come back drive crazy truth lie much hit floor aint turn back hit floor aint turn back get sucker sucker give nice bed tea well give sound stalk stalk anything car might also like know want come look massage come give parade baby evil want choice fast like play stage take clothe enjoy let feel little sit willingly even crane take damn beautiful know know like stay late late roll several bastard know hide delicious hasta vista baby come back drive crazy delicious kiss run away police baby shaman face brake blazer yeah heart never hasta vista baby know come back later drive crazy', 'nan', 'yeah wow wow two meet fire marijuana goddess lust weekend come touch friend confirm today mermaid temper today know end mermaid watch wave shark get lose focus responsibility come sex ability know well friend real let hot without force intimacy two hundred thousand weekend choose want shark bite walk plank come fly brand new boat come huge fit front see dance sucker video send think dick comb hot hold chain baby know bear come crime cream think deceive come saint know bitch like wave two meet fire marijuana goddess lust weekend come touch friend confirm today mermaid temper today know end mermaid watch wave shark get might also like gypsy eye oblique sly eye someone everything everything without say anything tell love god get attach even love tell shaman make drama leave door open come back bed mermaid find sand smoke one gas station half past three come man foot sock love jail key news come west side city downtown train wit beautiful there name purse silk lighter telephone boldo kiss mouth crazy mermaid set fire read without take clothe see color change full moon fell corner game midnight lady two meet fire marijuana goddess lust weekend come touch friend confirm today mermaid temper today know end mermaid watch wave shark get voice want call dawn leave house leave mind confuse shirt little thing moment already start see wed think see whore time piranha want occasion make bandit several mermaid buggy car chest troop go piranha want occasion make bandit several mermaid buggy car chest troop go two meet fire marijuana goddess lust weekend come touch friend confirm today mermaid temper today know end mermaid watch wave shark get', 'nan', 'directly love funk talk listen release beat dance hard want end essence smoke friend stay calm freak life today right guy right guy today roll around deny today roll back deny mandrake mandrake voice right captivate woman perfect smile nose pierce tattoo chest perfume always scent clear club sandal leather purse gold neck nail well make right nothing today give gold today give silver deserve faith right nothing today give gold today give silver deserve faith might also like nightfall come shift go pro see play take big hit come four give big hit throw know bandit play look lin look look look beautiful bother want luxury life want fashion beat another flow take cute scream make mark look heart dangerous mine lady smoke look prevail mind another hit powerful pique mina come whoever look bounce roll bounce look look beat one two click give presence beauty date girl film today ring repress one already shock enemy mustache see every shovel draw revolver get grind show mood good mood upright already get grind show mood woman sound car meet girl mano see wonderful mano beautiful black class private session nice dance bring impress get car smile destination dance go happen today dance go happen today dance go happen today one one one get tire croup lose fear hard fight get play visionary good attitude touch rocket touch sky hair wind dress blunt respect touch motorcycle steer wheel touch motorcycle steer wheel touch motorcycle steer wheel play steer wheel there much coal even come tell dad go dance live travel world catwalk life live take player stay mature enough talk love think carefully independence poor guy fell love take sit change place think maybe stay stay watch time watch time tire wait see rascal go although get tire brazil go bump follow version look like look take view pass car corolla make friend look beat take dance start throw glass air move nonstop get involve surrender weather let music come embrace embrace embrace accompany version get adrenaline two crazy people track inside sound crack light joint smoke one white one feel power girl poetry theme talk life feel free start pro insane ride night end shake rascal insane ride night end nervous melody throw dangerous bandit front bounce backwards throw stop face nobody body body love funk studio want sprout base want lover want smoke think interest naughty sprout lair miscreant move show sexy side today private scene flat block move show sexy side today set one explosion', 'nan', 'nan', 'nan', 'think know follow whole life cell phone baby go run friend send direct nonstop finish single think work well two one want want dinner one wonder want back get friend get kiss there already queue kiss place get friend get kiss there already queue kiss place think know follow whole life cell phone baby go run friend send direct nonstop finish single think work well two one want want dinner one wonder want back get friend get kiss there already queue kiss place get friend get kiss there already queue kiss place might also like finish single think work well two one want want dinner one wonder want back get friend get kiss there already queue kiss place get friend get kiss there already queue kiss place', 'get crime mother could afford know vision look torment slap face idea shame medium get put air say mandrake lose police look moment slap face idea shame medium put air say mandrake get lose police top crazy life wear cap shift go ball enjoy destiny little house say hello young one bump say well dress pocket money smoke high joint partner active minor community try delay side delay first belt alligator chest take life way respect ghetto live narrow way get crime thigh already suspect sprout put face take everything live imagine do saw friend lose live kind thing know minor grow state medium pass wrong system bastard press side grind stage flight halfway play route little house evil east zone always play might also like look torment yeah slap face idea shame medium put air say mandrake lose police look torment slap face idea shame medium put air say mandrake get lose kamikaze play base free feel soul every every time soul pass keep awake like smoke crack try sleep compose little people talk know saw rap even sabotage would smile strip home let mandrake enjoy already many slab coward would flee beat become man know sweat honor name nog interfere want see well bite take care use know serf devil almost use revolver luckily several death rap hail brother system oppress body floor medium care many vain drop peace come let try come funk die dress toe dress life crazy time true quarantine doubt handle one shoot provide drug bullet mouth belt ship open tool vila jail key stay calm robbery stay calm yeah take soul another place shoot god take piece past condemn life teach dilemma steal another scene tramp heart know reference sound stay calm stay calm robbery stay calm yeah yeah take soul another place shoot god take piece language drug boy vapor full hate mouth traffic day duty team shirt pack belt stand line take top hit radio police top bottom make shoot worm sight shock drug sell earn bank police arrest lie one drug sell bank police arrest lie another mandrake wing tour shark big fish sell drug alley boom red light four henchman black there one destination rob mayor daughter house there trunk look arsenal take money money tomorrow screen evil look torment slap face idea shame medium put air say mandrake lose police look torment slap face idea shame medium put air say mandrake lose police remember king hornet love know specie get involve vila take let spin top shark come get know pacific even get lose car armor silicone already know intention famous fashion one fan like make video pout object post famous love fan like make video pout object post boy nine', 'calm let breathe little two crazy look bed feel face hour sweaty bed realize every visit like like conquest want see stay house smile cry face come get use wrong glue piece break need learn speak little yummy mistake stay house smile cry face come get use wrong glue piece break need learn speak little yummy mistake calm let breathe little two crazy look bed feel lie face sweaty bed hour realize every visit like like conquest might also like stay house smile cry face come get use wrong glue piece break need learn speak little yummy mistake stay house smile cry face come get use wrong glue piece break need learn speak little yummy mistake', 'desire terror hey son huh always like even alone alone would come back troop always big one like launch car roar helicopter know height height punch get roll play slow motion take photo make story bandit support chest even buy open call love heart icy heart armor ice melt mine lock lock key seven piranha seven sea yeah marry never give love overnight stay crazy experience food home look street natural dog baby put freak might also like shark snore freeze eat memo arroba voucher king flock dawn fat eye terror trainer forty thief best brazil welcome baby boot troop porto rio well send uncle march blonde like cat aka butt know worthless know chubby one know get silicone harmonization relax pix card marry never give love overnight stay crazy experience food home look street natural dog baby put freak marry never give love overnight stay crazy experience food home look street natural dog baby put freak come peripheral live much money come young national success radio across country whats meet true flock right calm there partner want pull hold let answer phone whats shark flock directly studio love funk studio love funk get vision get vision', 'say tell think love tell one like drug get addict absence cause withdrawal yesterday leave understand one hand even good miss taste better come back cause every day get hotter want comment like photo video post eat side speak ear thing like prefer relax enjoy face face fur skin body trance sexy nothing love deserve face face fur skin body trance sexy nothing love deserve connection strong swear see doubt guy like doubt another girl roll like admit little mallet even like miss like remember way kiss love every detail everything mine everything love say mine let admit match two together fire gasoline calf footprint say mine let admit match two together fire gasoline calf footprint might also like face face fur skin body trance sexy nothing love deserve face face fur skin body trance sexy nothing love deserve', 'mad resign live glucose kiss victor feat patamar bin part para live solar far boy life without chest better feat bora maturity start baby baba feat feat goo pineapple feat big major yesterday remix help remember architecture feat chico quest feat bin major two law attraction pack sabe feat ana bounce brown creole leave message boy feat beat like like live feat victor minimum sun moon barra judge feat soldier temporal hip hop fez like back feat pineapple feat uncontrolled carol automatic car mac new luna nana feat boy vice vino purpose feat feat intimate algorithm fashion week hotel link hardly know talk love snow everybody live slow tic topo', 'produce know name many side since wear calf expect forgive unagreeable bastard recognize know everyone friction mourn throw flower give many turn go far tighten shackle boy stop mine story already know suck reach four crazy barcelona dirty say already five year maintain value four come give lesson lock give poison eat asphalt cry make stupid whore hate long tongue short leg let sometimes think ready lock come back ready take throw continue around regardless whoever usual beat usual stand rest like blood snow turn light see word target theyre neck damn get longer celebrate anything good sun shine rain heart havent take drug since every day tell story blue tell brag tell lack already know everything glitter gold final judgment declare insolvent pray god cross reverse leprechaun little hope joy bad luck afraid life never fear death socialize enough people disgust know lose freedom patience relative one thing lead another here blood crime fight park designer drug straight disaster value someone side requiem nightmare stop people become rapper know pass drug boy pass pothole give thank little last night kiss girl case tomorrow back plan nobody talk day everything worth mother thing cross cable know huh hell know folly plan rainy day storm mood swing little much talk god tell hell give poison assume risk come talk devil without inside little much thing never time think everything fine see smile understand anything tell listen rest listen understand concept year slow day step force come within since screw talent fist iron heart ice sorrow drama leave sky dark barcelona today always dirty remember name crazy barcelona barcelona barcelona barcelona devil door kind kind kind barcelona barcelona fake smile hide life full misery misery misery barcelona barcelona might also like', 'nan', 'nan', 'would deny whats heart heart meet know go good fear might happen next wine bottle drink every drop cup song room say tell miss break promise hat fall take belt buckle bottom look look bandit know would company say want lie say want lie hat fall take belt buckle bottom look look bandit know would company say want lie say want lie outlaw cowboy flower smell either hey wine bottle drink every drop cup song room say tell miss break promise hat fall take belt buckle bottom look look bandit know would company say want lie say want lie hat fall take belt buckle bottom look look bandit know would company say want lie say want lie might also like love love call baby explode', 'maximum respect please go house talk without clothe make sweaty make crazy stay light already gram inside bag take hard ask mouth like milk girl every little nicely love affection two dark sweaty body top find sequel sweaty body top find sequel go house talk without clothe make sweaty make crazy stay light already gram inside bag take hard ask mouth like milk girl every little might also like nicely love affection two dark sweaty body top find sequel sweaty body top find sequel noisy everything huh', 'faith voice hail poetry nothing pass like first lady keep regardless fame stop blitz bury grass elite bandit escape cane god forbid run already suffocation suffocation leave bottom well game turn throw name gold proof love go go make time worth time waste live scene salon inside everything mine see responsibility everyone aware mine faith woe anyone sin covet wife foot climb back give everything want look like model put chest black one side black one stay alley today count money swell rio real couple ghetto god forbid rotate already hardship hardship leave rock bottom game turn throw name gold proof love voice beautiful dance saw stop everything tough look eye say tire playboy punch kiss today shoot twice air celebrate pretend firework love love business business tell friend happy take smoke heavily look cleavage want give cub want give cub make poetry make poetry choose gift make time away spend farm today buy whatever want whatever want go speak slowly see understand play fun life breath think long time forever want sprout later worth see throw hair look calf will scent top help guy who worth bad say want free show today listen crime crime hair ruler ruler team shirt course movie life deny fear anything aim shoot like control speak strength tie wait outside ahem like danger identify aware live heart man like chest sole saint show fashion week several fan repress bother ahem cut line pocket full kiss everyone believe might also like swear try get away see go get hurt even money swear buy happiness want conquer everything world deaf ear use buy everything bum heart future go stop say face stop joke meet young race remember round look crowd house show strength naughty moan common stop well come afar crazy stop train girl feel good mind make hostage irony full century live bandit fall love cock sprout call ask even friend thing different feel butterfly stomach know break bandit half swear go get attach favorite even call life see horny scream even moan lower wake neighbor scent take break say love zero pressure woman year spot afar want become husband would hesitate instinct hurt never intention plan toast toast world want give confess good surrender stop complicate leave stop complicate leave stop leave throw face care anything leave queen hood strong addict tie seat rich new romantic cool someone take life way take life whenever want back heart thug understand always welcome watch sleep beautiful smile reason god care love come part hurt take love love take shaman beer barbecue hot always welcome paulin close beautiful work want know fight call attention look baby woman accept talk softly lose respect want medium want stage soap opera actress memo jewel make mad go friend friend friend already get friend get love crazy girl put freak yeah sun rain catch bend stop scream street yeah car come scratch curse suck love son say take shaman take shaman bad guy double husband street vendor van ticket collector take nothing twice chest say luck take half rio sorry crazy crazy let crazy love know life breath like thorn flower hello forgive dreamy mountain make love return sun love well keep never forget complicate poem problem life cocky saint favorite bad girl good girl also know good girl bad know lie anyone heart weak want give moral bad guy vale worth see mess go puppy trail miss stay calm get worse dominate sweet fine romance make one think know fate remember different love even know better alone lie lie mine even want company kiss sun pool lie lie lie lie yeah', 'love name deserve bed there never lack topic even pending kiss solve long infinite will way complicate away smell remain longer call love mine cause nothing mine longer call love mine cause nothing mine warn next one next one love name deserve bed there never lack topic even pending kiss solve long infinite will way complicate away smell remain longer call love mine cause nothing mine longer call love mine cause nothing mine longer call love mine cause nothing mine might also like warn next one next one', 'nan', 'guy ready popcorn get ready cowboy face face boot buckle hat red lipstick pro cry cowboy face cowboy face boot buckle hat red lipstick cry blurry gallop eight second pawn take sit blurry gallop eight second pawn take sit beyond beat kiss addict footprint make fall love hat come perfect deceive yeah kiss addict footprint make fall love hat come perfect deceive get ready cowboy face cowboy face boot buckle hat red lipstick cry cowboy face cowboy face boot buckle hat red lipstick cry might also like pam want see want see pam melody blurry gallop crazy move stop blurry gallop crazy move stop beyond kiss addict footprint make fall love hat come perfect deceive yeah kiss addict footprint make fall love hat come perfect deceive yeah yeah kiss addict footprint make fall love hat come perfect deceive beat kiss addict footprint make fall love hat come perfect deceive get ready stop stop', 'nan', 'nan', 'nan', 'prove progress successful go drive around without roof make money quiet look call go ask everything inside try career get percent know argument lie baby sorry want send secrecy tell best either bed style dance involve crazy lose mind look beautiful mess expensive guy venue turn gold mouth viva really want crazy want crazy balance pulp rain dom plus five liquor well thirst promise smudge mary kay put inside mercy best friend go ask hit see moan morning want quietly know right comb baby begin let experience rest roll well black talk nonsense wrap hand hair say good secret right right might also like want send secrecy tell best either bed style dance involve crazy lose mind look beautiful mess want send secrecy tell best either bed style dance involve crazy lose mind look beautiful look beautiful look beautiful', 'come harry say back gravity back want hold palm hand leave say everything get way cannot one stay world know world know know answer phone harry good alone sit home floor kind will bell nobody come help daddy life want know well world know world know know see harry style ticket low might also like home get ahead talk way leave two follow talk who first hey know', 'song make even waste time try convince please patient listen end clear clear kiss get bad nowhere often compare suddenly get taste ballad make sense treat bad time make love always say cool remember anyone else main part take figure worthless clear plan good almost perfect bad everything poorly take figure worthless clear plan good almost perfect bad everything poorly treat bad time make love always say cool remember anyone else main part might also like take figure worthless clear plan good almost perfect bad everything poorly take figure worthless clear plan good almost perfect bad everything poorly take figure worthless clear plan good almost perfect bad everything poorly bad everything poorly shame', 'mummy know daddy get hot body shop something unholy like like yeah like like yeah yeah yeah like like yeah like like yeah lucky lucky girl get marry boy like shed kick ever ever know bout tell dirty dirty boy know everyone scene hear bout place know keep business clean mummy know daddy get hot body shop something unholy sit back poppin yeah put slowly leave get mummy know daddy get hot body shop something unholy woo daddy daddy want drop yeah yeah give love give daddy gon need bag cause rodeo woo watch back go yeah get get like always call cause never cause drama drama want baby know get cover yeah yeah need baby jump cover yeah mummy know daddy get hot hot body shop shop something unholy sit back poppin yeah put slowly leave get mummy know daddy get hot unholy body shop something unholy unholy might also like unholy unholy yeah yeah', 'people another one damn talk bad would come back group friend make defame save conversation audio give audio give love come back hot naughty thug love come back hot naughty thug hey put moan call hot naughty thug hey put moan call naughty hot thug put moan call naughty hot thug put moan call naughty hot thug talk bad would come back group friend make defame save conversation audio give audio give love come back hot naughty thug love come back hot naughty thug might also like put moan call naughty hot thug hey put moan call naughty hot thug put moan call naughty hot thug put moan call naughty hot thug another one damn flame another one', 'nan', 'directly indirectly realization project friend thank much first thank much god great mother great father relative uncle cousin cousin without would difficult face battle arrival bel family great hand area territory company believe son thank attention great job hug believe nei vila sapo big hug maria brother ghetto organization hello baby black center big hug thank much everything brother big hug may may god bless ana mother thank much people watch huh peace black roger peace thank much people area thank much basketball levir weekend whats like brute know samba hey guy thank much samba cannot stop believe entire rhyme community face rapper thank much black personality black future street concept hey whats like fatal victim rap law thank much final congratulation athlete viola thank family brother faith chico thank much go bola god rest soul tony thank much cousin spiritual father mother rapper thank much junior command crew alfa zimbabwe staff thank much special thank album thank much credit song thank god hope might also like', 'faith voice beat little hair know little hair say know right doubt know speak truth nice way make stay make time crisis better side chic fee valid price asset gold feel good beautiful tasty rich slum top tell wouldnt arrive say go win good thing havent stop heavenly father thank today cry time see make hit runway ship make yeah yeah yeah yeah yeah yeah try get gang hear dumdum yeah yeah yeah yeah yeah yeah pandora diamond ring know anyone another record video slap butt inside inside record video sex hundred note much better yesterday put little hair pendant worth people matter spend much pay everything make much money money remember hard time almost get lose crime always face crime even though crime stop blitz black new designer scent debauchery face elite know go bum respect get way doubt faith let come security one dog back might also like yeah yeah yeah yeah yeah yeah try get gang hear dumdum yeah yeah yeah yeah yeah yeah pandora diamond ring know anyone another record video slap butt inside inside record video sex little hair', 'way never know recite poetry know word love seductive know pretend could gold silver treasure give want love nothing else need understand say know love much lonely night name call baby love much know say love love word worth look heart explain head toe kiss like sage art love know lie conquer woman would give anything world fate god want need understand say know love much lonely night name call baby love much know say love love know love much lonely night name call baby love much know say love love might also like love much love love much love love know love much lonely night name call baby love much know say love love true love see word express love', 'want want want want baby felt magic yeah yeah want want everything vampire want suck soul come chic life understand anything bed girl appeal take brand throw floor head spin like time midnight come moan call life remember mean midnight fifteen one shoot one glass gin there need pretend snap finger panty come almost hour girl bedroom calm make iron sip water rope face bang ask leave mark girl leave like stubborn since little messy hair red neck well even lose speech want speechless substance keep awake bottle drop one know disappear appear nowhere comfort make sad angel face dance might also like want everything vampire want suck soul come chic life understand anything bed girl appeal take brand throw floor head spin like time midnight come moan call life remember mean brazil brazil tell feel brazil brazil really chi run life soap opera want say whatever city bad bitch whatever want roll girl always flaunt aint go tonight see flash light type girl think like like want everything vampire want suck soul come chic life understand anything bed girl appeal take brand throw everything floor head spin like time midnight come moan call life remember mean', 'nan', 'sob feat bloc feat boy hand collar feat mal mim beat barras barras part grade cut feat feat vino another reason stay feat moki quest paulin capital easy part ama live feat sob beauty capital marina part bomb feat plan feat frequency live know captain homeland type', 'nan', 'nan', 'fan even though salty hate see broad know happy hate see happy one mature mature mature get therapist tell there men want none want one might might best idea new next get might love though rather jail alone get sense lose cause get sense might really love text gon evidence text evidence try ration murder crime passion damn reach farmer market perfect peach amazement patience get beat mature mature mature get therapist tell there men want none want one might might best idea new next get might love though rather jail alone see ticket low might also like love love drug drug sober love love drug drug sober know gon tonight will best idea idea will next get will love though rather hell alone', 'nan', 'throw face spend call love suit suit throw face spend call love suit suit connect come voice sprout straight tram like back lot faith break one stop middle walk inn naughty want want damn give break want life always dawn call dress hot top fire bomb climb miss hot fiction big girl hot fiction big girl fire bomb climb miss hot fiction big girl relax babe feel free settle hold grudge remember toil run boot several get lose along way alone calculate route put face fate give soup foot door today pandora cry want man print ask bring bag already hope son inheritance porch secret panty tell make love who crazy fiction black take way never see inside cherry platter carburate beck thousand get undress suck show cord mark private want show best ask surrender want show want prove anything nothing want peace nothing else might also like throw face spend call love suit suit throw face spend call love suit suit good throw face spend call love suit suit alright alright alright', 'nan', 'everything try escape passion take hold kiss combine love call life love life hunger strike even see afar feel like match beautiful even picture take vagabond also love tramp also take flower know one hour would talk love cure swear would leave make lose posture child admit would deny give taste people want like see falter wife several guy jealous want place several girl want look watch sleep lie side love dream friend lover soon husband know one day mother child time busy full schedule several appointment even want say addiction lucky man everybody know might also like cure swear would leave make lose posture child admit would deny cure swear would leave make lose posture child admit would deny', 'nan', 'shut cry smell alcohol clothe smoke room full regret chance give someone else would anyone hurt know child even bear hurt know party fight bouquet hurt know child even bear hurt know party fight bouquet event different dress short red move stay single forever chance give someone else would anyone hurt know child even bear hurt know party fight bouquet hurt know child even bear hurt know party fight bouquet event different dress short red move single might also like', 'right yeah yeah forgive everything life run answer call time money track dawn cool mind several tape come come forgive everything life run answer call time money track dawn cool mind several tape come come every day talk story need say come back later confirm want leave one jewel instigate send photo mirror chest tell meet wicked without feel bid serious mystery moment every time affection put inside brunette big mine might also like forgive everything life run answer call time money track dawn cool mind several tape come come know know hard see world way genius guy make wish come true want see face face already know address send message want time fanatic fifty percent naughty forty percent crazy rest dramatic unfriendly stay corner baby way make money spend baby forgive everything life', 'let tell story like tell money money release copy paste everyone know secret secret rifle oil look crazy hit head beg love even prove want alone forever nothing make mind slum gold teeth goal make dollar sign heartless pique loose animal walk barefoot also see leather seat underestimate young think willy long time try little hair forget base slap rare black say get hook like worthless several trust care falsehood want distance want bullet let tell story like tell money money release copy paste everyone know secret secret feel good already tell want stress everyone hair deserve time stop nobody stop comment make today hire pay fee aware nothing free love toughness junk face say wake wet naughty reference conquer world without take foot grind stop sing even account balance hit smaller control emotion joke let tell story like tell money money launch copy paste everyone know secret secret faith let tell story like tell money money release copy paste everyone know secret secret feel might also like', 'guy like guy like sorry already catch another plane come back want another disappointment much give champion give worst version sorry baby throw away cat wolf like rookie wolf like guy like guy like big someone like mortify chew swallow swallow chew return cry beg understand fault criticize make music sorry splash leave neighbor press door debt treasury think hurt make woman longer cry woman name good person clearly sound like name good person clearly like guy like big someone like might also like love hate step come back listen zero grudge baby wish well suppose replacement even know strange even distinguish worth two go fast slowly lot gym work brain little photo see feel like hostage everything fine vacate tomorrow want bring let come name good person clearly sound like name good person wolf like guy like guy like big someone like type type like guy like guy guy like big someone like wrap bye', 'send mina send mina send mina pablo come little mustache little girl terrorist princess put put put mustache pussy put put put mustache pussy four everything give boner four four put put put put put put get get get get get get get get get put get get get get get get get get get put put put put put put get get get get get get get get get put put put put put put get get get get get get get get get put put put put put put get get get get get get get get get put put put put put put get get get get get get get get get put put put put put put put put put mustache pussy put put put mustache pussy four everything give boner four four put put put put put put get get get get get get get get get put get get get get get get get get get put put put put put put get get get get get get get get get put put put put put put get get get get get get get get get put put put put put put get get get get get get get get get put put put put put put get get get get get get get get get put put put put put put might also like naughty mine', 'flow feat abbot audio deliver today go get live maria long life water amen brutal love feat sob essence worship cheep tic live dawn victor double cup eagle vision feat lead another level hip hop part leadership rock danger feat major part abbot yan feat way want frog celebrity mix part carol boy feat intelligent management feat lord costa gold feat ser peripheral paradise feat maha know gabi martin feat aka feat wake young want turn bond bardo quiet save bank account power girl cloud feat life know like much feat bate weekend rio click click costa gold week feat follow feat mim melody feat', 'nan', 'today die say would come three different mouth indecent needy feel people feel definitely fit environment whats use single even enjoy kiss even think nobody feel drink trigger leave like shoot see already give forget whats use single even enjoy kiss even think nobody feel drink trigger leave like shoot see already give forget might also like three different mouth indecent needy feel people feel definitely fit environment whats use single even enjoy kiss even think nobody feel drink trigger leave like shoot see already give forget already give already give whats use single even enjoy kiss even think nobody feel drink trigger leave like shoot see already give forget yeah already give forget', 'twelve spring two waist two containment new fashion square make heart race golf today twelve spring two waist two containment new fashion square make heart race golf today pitch jack barrel cinnamon sock beautiful thread thread seasick head toe triumph paty heat pocket skunk make wave hundred perfume smooth asphalt robbery scene brake escape put boot knock door shake throw bed girl get carry away crazy wave today there sit breathe already call hit smoke green two shoot high pussy barbecue complete doodle wall get weve always system come surf tragedy already tire go there green purple bullet there kunk crystal one blue kit cyclone add add tell there today might also like kite radio east send hail hail talk partner side pull rifle laugh enter mouth play memo drug queue curve house slab user like much firm strong laser sight make panic hood guy containment night day end end peace periphery say stick sympathy drug sell every day slab stretch balloon go raise flag stretch balloon go jungle joke stretch balloon go raise flag come talk woman convince strike government bear learn win get away idiotic quiet foot car mansion enjoy big car even easy power mind maybe escape labyrinth try harvest vision forever daddy ask help instruct get dark street dominate drug give teach clap dawn spring two waist two containment new fashion square make heart race armor today shark spring two waist two containment new fashion square make heart race get today shark train art degree street beautiful pay dick launch kit kit boot moment ride rump hair wind without helmet grind slum brat thief instinct piece hand never emotion east zone minor restraint without hesitation put posture touch touch play touch touch touch touch touch savior rhyme tram brother hate cyclone set twelve spring tiger new shirt look alligator listen sabotage boot come foot motorcycle dad play robot one color turn alley come back dance lose thigh strip square hair cyclone juju saw hair strand strand mil mandrake uncle little house dance joint hand blunt smoke skunk tram dealer thief boom boom boom boom spear spear spear spear forbid come patio spear freeze ear east everything dangerous profession hot plate involve', 'walk center city decide say hello already appointment arrive later rather close morning dawn want afternoon stay together enemy end know rush mileage regardless want arrive posture nobody hold bring bouquet life hard never matter hurry understand conversation sweaty car always nobody hold live life without bandage whats shallow matter kiss forehead trickster already posture would understand speak gesture bewitch feel chest beat private way without much say silence transmission think would join love wrap hair confuse right there world venture know ascendant sea photo engagement walk center city decide say hello already appointment arrive later rather close morning dawn want afternoon stay together enemy end know rush mileage regardless want might also like', 'plank watch shark get plank watch shark get shark love hawk love love love shark shark love push lot love shark love push lot love jaw shark shark love push lot see pussy soon blink know bullet train put cock girl shark come another state want dog want shark king shark love sit cock naughty sit roll dick stop shark sit cock naughty love sit roll dick stop come king come plank watch shark get plank watch shark get shark love hawk love love love shark shark love push lot love shark love push lot love jaw shark shark love push lot might also like see pussy soon blink know bullet train put cock girl shark come another state want dog want shark king shark love sit cock naughty sit roll dick stop shark sit cock naughty love sit roll dick stop come king sit come', 'nan', 'pique come get care want keep confidential allow want come base want get ship ouch stop back troop thirteen support pocket several will early morning photo speak softly nigger look nigger speak name nigger play man nigger solid dress chest like know troop handle well stuff fashion taste want time tell black whisper black moan black speak softly black wait pique come get care want keep secret allow want come base want get ship ouch stop back troop thirteen support pocket several will early morning photo speak softly nigger look nigger speak name nigger play man nigger might also like solid dress chest like know troop handle well stuff fashion taste want time tell black whisper black moan black speak softly black wait pique come', 'nan', 'good yeah alright baby best night life wherever take ride baby know good yeah alright cause good yeah alright baby best night life wherever take ride baby know good yeah alright know good yeah alright know whatever tonight need finer thing life matter good time yeah need sit middle floor get lot enough yeah cause good yeah alright baby best night life wherever take ride baby know good yeah alright good good good know good yeah alright let let care care come let know let know put hand baby nothing stop tonight might also like cause good yeah alright baby best night life wherever take ride baby know good yeah alright', 'nan', 'kilo alma dirty guy shady ice para live brutal drive rare arcade mode khan album tribute vol year massacre ghetto storm child point mutation rouge black black ranger vol drama vino wish personal arcanum life chance rise water cycle theory loreal bold dare sad eye saw cry corner sorry volcano out future come tomorrow wake joker manly song make little effort possible vol existence day get rich volume eternal return ambassador live vila flag faith young gospel saint black giant', 'another banger baby calm calm girl body put heart girl sweet like tell say love dey form tell baby come get like come see fine girl party wear yellow every girl dey much girl mellow dey find situation use take tell hello finally find way talk girl wan follow come dey form wan conform start feel dey small small know say one one feel cause friend dey gum like gum dey gum like gum yeah know look shy get hip make cry move around yeah twice twice push back hold tight get taste night baby show calm calm dance take lead lead lead get high come come ask know say baby give get like come might also like reach house say make rest small make rest small wake dey mind dey mind day one day fit fit focus call say make link say make link get hand heart feel race leave say never love give promise stay risk take take baby calm calm girl body put heart girl sweet like tell say love dey form tell love love baby come get like come love', 'nan', 'get get get yeah yeah yeah light light light nobody pay light mine light shine alone thousand studio hit kitchen hit kitchen want see yeah yeah kunk hydro hydro could prefer pow pow give new navel pow pow pow pow hard get hurt hot blonde long hair walk long way kilo come glue bay release stingray show date vampire lower hand friend stick wherever always calm yes welcome smile sound stick track sticker wow set berry fire digestive give wow wow everyone nobody pay light mine light shine alone thousand studio hit kitchen hit kitchen who charge want see want see go cap cap firm strong become focus spotlight make dollar sign today sound hit concert hall warm heart maybe vampire way get little horny horny might kiss neck never intention huh thing time tell huh get piece drawer wait long hair jambo brunette come live castle marry will blood today bat danger anything happen want pay see behind fairy tale there always story end unhappy taste sweet poison go burn leave scar memory past make tear fall chalk floor chalk chalk chalk chalk chalk chalk chalk might also like age like red wine beautiful hey hey chop pretty pretty rich spirit yeah short power never travel much long time long time want tell say anything want tell better keep quiet want tell whenever wave night turn day light full moon look beautiful could dodge full moon quench thirst come suck spend day think vampire whats behind blue eye yeah yeah hypnotize like want soul bib shirt wear glass show would work mighty color bat catch huh nobody pay light mine light shine alone thousand studio hit kitchen hit kitchen who charge want see want see go yeah cap cap yeah yeah light light light cap cap yeah woo yeah yeah light light light light light light', 'call see movie home little know break call gin cup ask water passionate face clothe floor deal go give tomorrow call home today drink miss yesterday kiss navel home today drink miss yesterday kiss navel say go without clothe laugh love face clothe floor deal go give tomorrow call home today drink miss yesterday kiss navel home today drink one miss yesterday kiss navel home today drink miss yesterday kiss navel might also like say go without clothe laugh', 'dance come original every time smell perfume ouch die make love tasty tasty kiss feel like cloud nine float delicious art god design love go declare goddess even perfect bear single woman bear stay glue goddess even perfect bear single woman bear stay glue damn good one dance closely two two let every time smell perfume die make love kiss feel like cloud nine art god design goddess even perfect bear single woman bear stay glue goddess even perfect bear single woman bear stay glue might also like', 'connect trickster cat value cat run away dog take clothe make mouth water way stern phenomenal roll joint smoke ride snapper like way tease stuff crazy sit roll calm breathe look face say reciprocity bandit come hot streak next like boil water shake memo salient sweet kiss fragment mind bandit eat leave difference fell love smooth ride ship sometimes fight stress accumulation paradox soon forget baby baby agree say death undo bond suck front eat four shake hot boy baby baby baby baby agree say death undo bond suck front eat four shake hot boy boy boy might also like', 'nan', 'nan', 'generally want want implant call doctor love hear envy silent silent want sale money yes yes producer say pop star way producer husband yes would say anything back hate would say hello there money hear favorite sound sound coin pull hundred hand concert yeah make money yes feat even money yeah think later say yes right away money yes money yes money yeah yeah yeah yeah yeah yes yes yes yes money yeah yeah yeah yeah yeah yes money yeah yeah yeah yeah yeah yes money yeah yeah yeah yeah yeah yeah yeah vacation yeah rich hide yeah notice see clothe stupidly repeat forget who queen buck throw money leave right manner wife get concert read plywood husband buy bag husband buy husband buy diamond ring husband buy husband buy might also like make money yes feat even money yeah think later say yes right away money yes money yes money yeah yeah yeah yeah yeah yes yes yes yes money yeah yeah yeah yeah yeah yes money yeah yeah yeah yeah yeah yeah money yeah yeah yeah yeah yeah yeah yeah', 'today spin white dance probably become friend night well stay together one morning part forever damn tape new pack get gram put pressor pressor hide face ski mask professor look grind long time flex cash bitch want clout fame give point piss type weight reach take star take loot spin friend become enemy want sit eat table listen hey baby hello hello pick phone quickly faster seven morning together yeah call seem close time far tell want floor morning yeah yes would forget know leave leave well today spin white dance probably become friend night well stay together morning part forever today spin white dance probably become friend night well stay together morning part forever tape two damn night morning forever might also like spin whore stay look like morning well say use baby get use alone bae come place come give love give dick dick save whore cause superman superman hey worth lot man yeah see afar yes whats plan plan make much dough ladder yesterday go forever lie today spin white white sure well friend today spin white white sure well friend damn today spin white dance tape probably become friend night well stay together morning part forever night two night morning forever night two night morning forever one', 'always like look like money eye look like super star look like look like look like look like mommy among everyone club appearance always chic everything perfectly always open door bag say look like mommy among everyone club appearance always chic everything perfectly always open door bag say everyone chat want look behind damn hard like red silhouette body everyone bar throw money money face face face face face crazy crazy crazy crazy crazy hustle every day fame target press press press press press big weight relieve stress always like look like money eye look like super star look like look like look like look like mommy among everyone club appearance always chic everything perfectly always open door bag say look like mommy among everyone club appearance always chic everything perfectly always open door bag say might also like', 'banger today recognize wear mask like always stage need water yeah decide give today mean yeah always first yes one hundred stop poor stop think lucky think would lie work hard sleep sleep studio busy brother front damn thumb count money yeah say everyone could yes yes yes yes yes see hand hand hand hand would give five know grow one like thank brain rule would give five know would give five know would give five know would give five know huh huh huh huh huh huh huh huh huh huh huh huh huh huh huh huh would give five would give five would give five would give five would give five talk think could four four keep silent one like say start grandma return spend buy expensive watch know time end beat extend something fell damn might also like', 'baby girl know want let let like wow wow wow want give mouth whoa whoa whoa club theyre like hey wow wow wow want give mouth whoa whoa whoa club theyre like hey stop hey hey present passport bitch teeth see dick often steal bar say like rub stay kitchen three hour cook tornado hey ghetto boy put dick put finger pussy play cock look ask really want dis boy miss talk long chick club must want play game need screw everything brock like country unemployment smoke gas could beg lame comment suck talk bar rhyme get turn music move body love woo shoot alcohol tequila baby buy short also wear drip baby saw lip want shoot shoot hey shoot shoot hey every shoot fine want baby baby baby hey might also like wow wow wow want give mouth whoa whoa whoa club theyre like hey whoa whoa whoa want put mouth mouth whoa whoa whoa club theyre like hey club burn harder sun feel end come pick one end today come pick one whose finger ring feel like always like even barefoot break gift speak beautifully send heaven bazaar hater see rise send raise glass club today everyone drink love even love everyone strong drink like beast human beast happen today someone beat today wow wow wow want give mouth whoa whoa whoa club theyre like hey yes whoa whoa whoa want put mouth mouth whoa whoa whoa club theyre like hey', 'pimp hoe rap game slowly hit tempo enough keep bitch tame fame dick bitch dick make quick dick yeah take foreign chick victim choose til hoe learn game keep force trash may best man win pimp hoe rap game slowly hit tempo enough keep bitch tame fame dick bitch dick make quick dick yeah take chick victim choose til hoe learn game keep force trash may best man win pimp hoe rap game slowly hit tempo enough keep bitch tame fame dick bitch dick make quick dick yeah take foreign chick victim choose til hoe learn game keep force trash may best man win pimp hoe rap game slowly hit tempo enough keep bitch tame fame dick bitch dick make quick dick yeah take foreign chick victim choose til hoe learn game keep force trash may best man win might also like', 'radio interference unlikely speed help alcohol party without want penetrate completely least head sober need nothing special probably would without want authentic wave cover without auxiliary substance jazz swim hero everything like first time without auxiliary substance jazz want hate without auxiliary substance jazz swim hero everything like first time without auxiliary substance jazz want hate save loneliness know save maybe end someday never end give separate corner memory childhood head surround monster endless envy use even sleep without auxiliary substance jazz swim hero everything like first time without auxiliary substance jazz want hate without auxiliary substance jazz swim hero everything like first time without auxiliary substance jazz want hate', 'lose area one yard ring know alive well among boy huckster bull garbage car stop blow drink love hand loop hand straight like knot hand lock hand ash lip lip eye ceiling back door hand apart sorry fall foot everything could love another dark night every breath take every breath scream one another cold morning hand without word shout one thing love phone look message whore sleep find wake yell nerve zero among chair table shelf dish hall catch forgive everything hand say love back plane plane train move five hour tire road house usual color tear hold love another dark night every breath take every breath scream one another cold morning hand without word shout one thing love another dark night every breath scream one another cold morning hand without word shout one another dark night every breath take every breath scream one another cold morning hand without word shout one thing love another dark night love shout one thing another dark night another dark night love might also like lose area one yard ring know alive well among boy huckster bull garbage car stop blow drink love', 'let honest close together let honest damn crazy close together let honest close together let honest close together close together never call fact fact fact close together brain boil talk without flattery close together would sit next restaurant close together bitch understand close together high bitch understand see number like hey sit front micro white tee gang high bitch understand brain brain brainwash make brain brainwash let honest close together hey hey let honest close together pau might also like nice love like love beer understand girl give motive baby really get hook yes favorite guy high libido hard hard yes smoke long time would blow say gang around ugly afraid would draw bottom like two moron yeah yeah damn damn love much lot problem let honest close together let honest close together let honest gogo close together hold hold let honest hey tight together', 'love different bitch dirty bitch white bitch black bitch smart stupid inadequate bitch inadequate bitch love tall bitch low bitch fat bitch skinny bitch love hood bitch rich bitch bitch love touch bitch bitch pimp bitch bitch pow always wear case pow love spank bitch bitch whisper bitch moan need one one ton bitch many loyal little one know permanent cheat fact think make turn drug five arm hang around without guard small pubic hair grow become hard take try staff tough please pain expensive worth man love tenth sniff pussy want destroy put money front mirror multiply always know rich live dag baby hundred time knife bitch pancake like bench bench switch automatic mode think young live fast lina canister agree much cost number interfere dirty clean white man try rob try need blanket cover trunk make jealous suddenly become disgust damn check clan like soprano stop early remove mouth penis love robot bitch program cut mouth like suck might also like love different bitch dirty bitch white bitch black bitch smart stupid inadequate bitch inadequate bitch love tall bitch hey short bitch fat bitch hey skinny bitch love hood bitch rich bitch bitch love touch bitch bitch pimp bitch bitch always wear case love spank bitch bitch whisper bitch moan need one one ton bitch many', 'favorite bar young white horse wonderful people work big man never football charm waitress work bar cheerful man also art director strange guy social medium list strange guy spend lot time bar experience lot story one tell foot ahead everyone corner ear hear cool motive three push dance floor garage band tonight everyone know number one break bar ahead everyone bartender smile wipe glass know need like brother fifth song someone come remember anything stupid face hand shoulder say take easy might also like waitress favorite bar half full glass fly fall keep thank beautiful pity even seven year older hero hey crazy che fool answer question somehow wrong owner chic blue hair badly see well brave come give remember plan work big waitress favorite bar half full glass fly fall keep thank beautiful pity even seven year older wake morning like bum phone get excite pulse call guy group get marry waitress favorite bar half full glass fly fall keep thank beautiful pity even seven year older', 'people always ready give love someone get swag happen yeah get swag tolerant people know kind always best option yeah get grind chop mix bitch get mind smoke roll taste bang bitch get even high get way bitch demon time know flow extend grab crime break never pocket eat will soon like bitch manner make fly get hand teach shine grind chop mix bitch get mind smoke roll taste bang bitch get even high get way bitch demon time know flow extend grab crime grind chop mix bitch get mind smoke roll taste bang bitch get even high get way bitch demon time know flow extend grab crime might also like would think definitely love fool jump boomer see thousand time two thousand tear thousand eye manner bless drown gas know say grind chop mix bitch get mind smoke roll taste bang bitch get even high get way bitch demon time know flow extend grab crime', 'will bathtub tear wet cold titanic reservoir tear swim across butterfly know like long face aunt ask hell get moon mountain give love song want repeat masha want tear want would write want tear nonsense want would write want tear nonsense write would die little leave get response bye parenthesis masha beg give chance popular mother tear flow like waterfall put forest fire work hydrant save drought masha want tear want would write want tear nonsense want would write want tear nonsense might also like', 'among worry eternal sadness let love let say need love back may love let among worry eternal sadness become afraid die would touch lip know sing love say love jump boomer next course real appearance love cocker make road forgive everything long leg might also like among worry eternal sadness let ask love back', 'hey care take truthful wear mask bitch fall love consider fairy tale inside scream baby want baby want baby want baby want want love like love zany want close pocket knife spend money buy stone give flower mother unfortunately become couple grandmother important put feel track wind soul would better start early need one night nothing else write compliment book woo pajama cute want take night bed know miss want hug much hey baby remember raise first make cake could feel anything saw dead want cum desire bunny abortion yes would lie awesome syrup love might also like care take truthful bitch wear mask fall love consider fairy tale hey inside scream baby want baby want baby want baby want', 'yes like ice blizzard liquid crystal drink tell like might like tape yes yes bitch want eat let pay say throw day day like restaurant pocket tell want bed floor fifth fifth even job would crazy want love want yeah bitch dirty exactly minute get job dumb bitch need bag shake bitch besides aka play bitch like like shake girl girl drop slow open throw floor damn drop slow open throw floor love shortly bitch tell rich fire break screen crack case poor bitch need humanitarian aid eat three like vegetable want get rack ready throw money right take back rich money bitch beggar there money might also like yes like ice blizzard liquid crystal drink tell like like yes yes bitch wine fan tell know bitch like song cadi tell know morgen everything give spend bitch would even get ruble bitch would get dime damn cent dollar yes dinero like atmosphere want get ruin career take back know shell come back like', 'queen club wear mink coat fly foot stupidly party love hear voice fly away heaven shine devil see sweet glitter lipstick bitch never stop dance will balance real bitch never stress bitch never stop dance balance balance real bitch never stress queue club wait limousine limousine interfere dress room sprite much money cash register store store pour gin gin gin hear voice fly away heaven shine devil see sweet glitter lipstick bitch never stop dance balance balance real bitch never stress might also like hear voice fly away heaven shine devil see sweet glitter lipstick', 'pour darling let forget pain young break balcony window really smoke forget image change dawn come everything fade oblivion dream remain pick phone dial want know eat soul break heart would think would together image change dawn come everything fade oblivion remain might also like', 'pack nine cause aint like lay run shoot nine fifteen round pack nine cause aint like lay run shoot nine fifteen round pack nine cause aint like lay run shoot nine fifteen round pack nine cause aint like lay run shoot nine fifteen round get cloud murder murder mind get cloud murder murder mind clip extra clip swift sock see put body bout drop cheese try ease grab pack nine cause aint like lay run shoot nine fifteen round get cloud murder murder mind get cloud murder murder mind murder murder mind get cloud murder murder might also like', 'father leave five month old turn ten mother go crazy fourteen almost friend prison could get father leave five month old turn ten mother go crazy fourteen almost friend jail could get think much money whats around fertilizer love friction friction creativity profit government mean motherland love russia smell let cash view golden field ear lie next father leave five month old turn ten mother go crazy fourteen almost friend jail could get father leave five month old turn ten mother go crazy fourteen almost friend jail could get believe confident smell best perfume get door melancholy choleric lose among matter full room alone model around like picture look half heart like ice labyrinth might also like father leave five month old turn ten mother go crazy fourteen almost friend jail could get father leave five month old turn ten mother go crazy fourteen almost friend jail could get', 'good gold dream sell right til build home watch burn leave lie cry buy flower write name sand talk hour say thing understand take dance hold hand yeah love better love better love better baby love better love better baby paint nail match rise leave remorse regret forgive every word say leave baby fight cry buy flower write name sand talk hour yeah say thing understand take dance yeah hold hand yeah love better love better love better baby love better love better baby love better love better baby love better might also like leave fight cry buy flower write name sand talk hour yeah say thing understand better take dance yeah hold hand yeah love better yeah love better love better love better baby love better love better baby love better love better baby love better', 'yes easy yes easy count match window wish could knock far away one hundred thousand kilometer cap put pressure brain shout although near cure long know addict believe salt vein color smoke want see like carefree young sweet pale like always sing love instead afternoon snack couple waterman couple waterman couple waterman breathe two can tonic without instead afternoon snack couple waterman couple waterman couple waterman breathe two can tonic without tell love son smoke lot alone home chick smoke run away tell want look wait door smear blow water without rough around lead fume lead coast move one fire salt vein color smoke want see like carefree young sweet pale like always sing love salt vein color smoke want see like carefree young sweet pale like always sing love might also like instead afternoon snack couple waterman couple waterman couple waterman breathe two can tonic without instead afternoon snack couple waterman couple waterman couple waterman breathe two can tonic without know see see something booze stupidly dough map mother without trace fall love smoke already decide like smoke chest honey breathe', 'well war agree word like lump stick throat tear reflect sun ray know see everything cause see kiss one last time soon warm wind caress face stroke dissolve somewhere last sunrise last sunset last summer warm wind caress face stroke dissolve somewhere last sunrise last sunset last summer reach hand try catch touch kiss forever summer rain cover come home little leave stay know see everything cause see kiss one last time soon warm wind caress face caress dissolve somewhere last sunrise last sunset last summer warm wind caress face caress dissolve somewhere last sunrise last sunset last summer might also like', 'jump roof talk jump roof talk jump roof talk jump roof talk yes rather die talk definitely lonely rest day many guy throw roof embarrass leave city talk break death talk lose memory talk aby without trace talk eye beautiful lovely love baby hair worthy devote ballad enough look beautiful shine star earth jump roof talk jump roof talk jump roof talk jump roof talk hey day right tell rather rather die speak dad tell piss age marry mother need someone lonely musician despise everything see real punk heifer without better friend eye beautiful lovely love baby hair worthy devote ballad enough look beautiful shine star earth might also like jump roof talk jump roof talk jump roof talk jump roof talk', 'reload reload shoot back fact half burn sleep empty apartment there fire eye beautiful reload shoot back fact half burn sleep empty apartment there fire eye beautiful everything memory easily painlessly swallow mess stone grin silent forget remember naked remember happy feel sleep bed seven week rest cigarette divide break mirror demon tell reload shoot back fact half burn sleep empty apartment there fire eye beautiful reload shoot back fact half burn sleep empty apartment there fire eye beautiful slap enough meter wind neck sketch leave among color city choose black say sun dead dawn might also like feel sleep bed seven week rest cigarette divide break mirror demon tell reload shoot back fact half burn sleep empty apartment there fire eye beautiful reload shoot back fact half burn sleep empty apartment there fire eye beautiful reload', 'let alien voice memory word tell anyone eye change tone let hand house close forever think scale two stripe love love rewind film everything light smoke melt world melt door forget alone know would open stay morning one day everything remember word tonic lyric let alien voice memory word tell anyone eye change tone let hand house close forever let follow dream somewhere play play childhood late spring hand hand together let follow dream somewhere play play childhood late spring hand hand together might also like let alien voice memory word tell anyone eye change tone let hand house close forever alien voice memory word tell anyone eye change tone let hand house close forever let alien voice memory word tell anyone eye change tone let hand house close forever', 'face face face grr say love hey buy hey tell hey bitch need happy buy land rover huckster yes ambush around know seedling take cache leave residue hate sound siren like cause really crazy nature demon nature make laugh dick hey hey hey hey dance rapper chance check chain wear mask like bane covid hey covid hey covid hey covid hey want put knee pad throw cash stage throw dozen military men come share accomplice start life scratch say love hey buy hey tell hey bitch need hey happy happy buy land rover huckster yes ambush around know seedling take cache leave residue say longer afloat eat dick like smoke like weed know name tell even give chick vegetable whore tinder want deprave man like til pull see right away beamer chick know use trimmer boy street look like shimmer heifer could give already size four basically like udder anyway today yes yes might also like say love hey buy hey tell hey bitch need hey happy happy buy land rover huckster yes ambush around know seedling take cache leave residue', 'nan', 'seventeen get dope swag need designer need every one brother like gay two bar dumb need big cache cap without gas like brother friend spin like brother air four slow give like sing like drake maybe like cole bitch get stick like feel like big turban even weekday sip drink like like ganggang ganggang need change flow gang dick mouth reread find way make money gang dick mouth reread find way make money need designer need every one brother like gay two bar need big cache without like might also like brother friend spin like brother air four slow give like sing like drake maybe like cole', 'one two three four five six seven eight nine everyone wait light afraid afraid sun shine eye would tonight world count loud ten one come sun two come sun three star four come sun sun shine hand burn blind break fist lie hot face would tonight world count loud ten one come sun two come sun three star four come sun five come sun six come sun seven star eight nine come sun sun shine hand burn blind break fist lie hot face lay chest pain balance become loss make hit grind hard world count loud ten see ticket low might also like one come sun two come sun three star four never fall sky five come sun six come sun seven star eight nine come sun', 'baby love give fraud work throat buy stone right neck baby love give fraud need night want relationship want want want yeah want hey spend money cash spend money cash want money spend cash want money spend cash cash want want want want want spend money want spend money want spend money want spend money want say horny upstairs also remember root baby give want right bathroom take mouth there hole throat gang ready man damn ready buy whole planet please get nerve nerve come jump bed forget undress like dirty whore want tenderly o love o want one thing o want one thing want want want yeah want hey spend money cash spend money cash cash spend money cash cash spend money cash cash want money want want gang want want spend money want spend money want spend money want spend money whore get head whore get mind wah might also like baby love give fraud work throat buy stone right neck baby love give fraud need night want relationship', 'lump throat will stamp party attention shoe alcohol clearly superfluous diet home upset cry baby theyll pay everything fly afraid would enough dear forget everything break glass cut photo finish bull throw alcohol cry little one little leave dear hate body hand life drug everything get lose among car highway face say dangerous amphetamine ecstasy choke floor connect phase cry baby theyll pay everything fly afraid would enough dear forget everything break glass cut photo finish bull throw alcohol cry little one little leave dear hate body hand life drug everything might also like', 'stop tell love red carpet everyone new sneaker make want get drink matter old could bracelet play play bae stop please play bae stop please play bae stop please play bae stop stop stop like much admire like already try come huge bag cash go wha white speak really bad low low stupid rid speed three hundred want crash want crash even ready yeah immediately hotel immediately hotel play bae stop please play bae stop please play bae stop please play bae stop stop stop play bae stop please never actress like kiss neck call prince pink red giant tit leak correspondence dirty think toilet girl jump let strip club split heart two order hookah roll forget like end night play might also like play bae stop please play bae stop please play bae stop please play bae stop stop stop get chicken skewer like yea woo forget helmet would shaft never see female like want shoot twice twice want card money model do would already take yacht cool wet face like manta sweet shelter child mouth diet want sandwich put bun sausage splash stop tell love red carpet everyone new sneaker want get drink matter old could bracelet play bae stop please play bae stop please play bae stop please play bae stop stop stop', 'holiday love topic fall bang head wall beautiful silent hear tear clear scream hell rise know lose freedom lose lose voice lose sky reborn rain look white stripe nobody change first ridiculous thread remain break nerve break nerve easier forget enjoy pain love love smear wind sweet salt everything fine everything scar remain pour iodine penetrate wind know lose freedom lose lose voice lose sky reborn rain look white stripe nobody change first ridiculous thread remain break nerve break nerve might also like break nerve', 'marine already load sergeant lead operation sergeant soap well let take bastard huh come load mother ghost line yes sir problem way take show face yes sir ugly quite opposite doubt wouldnt refuse want whiskey drink bourbon willy exactly love might also like', 'pimp slut break hoe ride clean smoke dope break hoe break hoe ride clean smoke yeah high really high high really high high really high high really high tape easy come easy spend let high let let let let make money family bitch message bitch bad bougie plus ratchet yeah give small move fatty flex shoot whole hood mood make rack yeah know yeah long raise forty yeah raise cayenne sport yeah say demon tell yeah sprite cranberry cup take root zany feel lovely panty law maverick robbery free cell remember slide sniper trapper rich mother fabulously rich eat crab breakfast spend couple lam sha back tomorrow yeah barrel hip pocket full chip hide rock sock burn teeth make another hit street white man yes big also money stare awe yes microphone everything remain might also like easy come easy spend let let let let let high really easy come easy spend let let let let let yeah high high really high high really', 'see see pleasant feel moment hold sorry give grow ash fall slowly voice console hour let know need ask alone feel rest patient lip eternal bliss glad know hour let know need ask alone feel rest patient lip eternal bliss glad know sway drum beat motion feel patience question would speak tell story laughter know leave talk closer hour let know need ask alone feel rest patient lip eternal bliss glad know hour let know need ask alone feel rest patient lip eternal bliss glad know might also like night hold close star guide home wait moment finally alone turn ask question anxious think lip soft like winter passion lose hour let know need ask alone feel rest patient lip eternal bliss glad know hour let know need ask alone feel rest patient lip eternal bliss glad know hour let know need ask alone feel rest patient lip eternal bliss glad know hour let know need ask alone feel rest patient lip eternal bliss glad know', 'steal night fly fly black apple like party dance molly come dance go table walrus best men steal panty baby believe write well run away well run away want hot want spend steal family steal night fly fly black apple steal night fly fly black apple might also like wing cover dust well try steal yeah suggest need night night take take torment question want yeah one way yeah lot yes enough yeah definitely sleep let make movie yeah surprise end pour wine steal night fly fly black apple steal night fly fly black apple', 'man want world hand hate beach stand toe sand use sleeve sweater let adventure head cloud gravity center touch neck touch little high waisted short know think think one love two mouth one love one house shirt blouse find nothing wouldnt tell cause cold let hold hand hole sweater may take breath away mind there much say sometimes silence guide mind move place far away start raise minute leave hand meet waist watch face put finger tongue cause love taste yeah heart adore everyone beat inside place warm outside start pour one love two mouth one love one house shirt blouse find nothing wouldnt tell cause cold let hold hand hole sweater cause cold let hold hand hole sweater cause cold let hold hand hole sweater cause cold let hold hand hole sweater might also like cold cold hole sweater', 'will double cap fell asleep codeine tear beautiful cum teeth drop fifth will young really grow make half day competitor even rhyme brother rap bitch get fake boob real tit pawn end pawn play shooter child half lam love money much want baby please throw eight shout peep take album son dad son brush like couple flat will double cap fell asleep codeine tear beautiful cum teeth drop fifth will eat will today someone pow put really struggle take eight will want fall foot take doctor hey will get will get will get will get might also like woo woo woo woo', 'take somewhere know care cold know bring daffodil pretty string would flower like last spring kiss make feel alright tire share night cry love tear use another love another love tear use another love another love tear use another love another love tear use somebody hurt fight hand break one many time use voice rude word always win know lose sing song sing another heart cry learn love tear use another love another love tear use another love another love tear use another love another love tear use need love heart think see ticket low might also like sing song sing another heart cry fall love tear use another love another love tear use another love another love tear use another love another love tear use', 'last slow dance last sip drink undress hardly ready beautiful send everything thank remember anything hey zero hey hey hey hey pain hey hey hey hey zero hey hey hey hey zero hey hey hey zero hey hey hey hey pain hey hey hey hey zero hey hey hey hey zero hey hey matter tell yesterday go adequately eye react light need scandal give reason yes hundred time every time save hair arm gentle hand lay back die tomorrow remember forever people lie might also like last slow dance last sip drink undress hardly ready beautiful send everything thank remember anything hey zero hey hey hey hey pain hey hey hey hey zero hey hey hey hey zero hey hey hey zero hey hey hey hey pain hey hey hey hey zero hey hey hey hey zero hey hey', 'yeah know sometimes thing may always make sense right hey daddy always tell straighten little soldier stiffen upper lip get know miss know miss dad go give life never see sad even smile even laugh see eye deep inside cry cause aint daddy wit prayer wipe tear daddy nightmare gon pull together gon uncle crazy aint yeah love girl better know get world spin swirl whirl twirl two little beautiful girl puzzle daze know daddy always move always news try keep shelter somehow harder try backfire thing daddy see daddy want see see much plan way mother thing get bad see ever together ever like use course everything always reason guess never mean control destiny worry rest head sleep maybe one day well wake dream might also like hush little baby cry alright stiffen upper lip little lady tell daddy hold night know mommy right know feel feel inside may seem little crazy pretty baby promise gon alright funny remember back one year daddy money mommy wrap present stick tree say cause daddy could buy never forget sit whole night cry cause daddy felt like daddy job job keep food table time every house live either keep break shoot block savin money jar start piggy bank could college almost thousand dollar til someone break steal know hurt bad break heart like everything fall apart dad lot back flat apartment dad back side mile daddy go meet fly see daddy work leave daddy like young understand papa roll stone habit fast either one grab sorry witness firsthand cause ever make empty house baby picture trip see much grow almost like sister wow guess pretty much daddy daddy like sound yeah get ring go moment hush little baby cry alright stiffen upper lip little lady tell daddy hold night know mommy right know feel feel inside may seem little crazy pretty baby promise gon alright ask daddy buy mockingbird give world buy diamond ring sing anything see smile mockingbird sing ring shine break birdie neck back jeweler sell make eat every carat dad', 'let honor sacred yeah clock hurry barely hey destiny bring together chance least one step least two heart whistle like kettle love zealously know would easier say could forehead heart beat knock burst like kinescope stretch paw moon give star put lock hall light peep outside window see difference right true neighbor greener grass true mutual responsibility planet turn back everything accidental fate dissolve heart tea love day night shroud shadow sorrow begin love day night shroud shadow sorrow begin love day night shroud shadow sorrow begin love day night shroud shadow sorrow begin might also like follow heel trouble drive lip lip drive sing edge neither mine wait move another pick code favorite berry die know die love day night shroud shadow sorrow begin love day night shroud shadow sorrow begin love day night shroud shadow sorrow begin love day night shroud shadow sorrow begin', 'walk elevator hug mother like opinion think four day hickey disguise give see get equally good window side bad time go home already quite light first last morning give young act wise know say first last morning nobody take away suspiciously wise young nowhere smile face single person street horizon turn pink excitedly freeze apparently silence tree make noise walk around city happy past alley garage house sorry sleep well talk later first last morning give young act wise know say first last morning nobody take away suspiciously wise young might also like first last morning first last morning', 'nan', 'hey hey one two three beautiful sorry love codeine will drink hope finish line amen want slut stink like penguin automaton dick think rap ancient like viking cum right tit baby hey ball ball hey throw hey want hey right beat beat hey move move move move move move move move move move move move chick huge hole put fist love man whats like yeah rapper band speak language ugh want right would later use bitch tough like yes die rich people know bear poor yeah get little brother give pull already pale fan like live legend guy cheekbone like morgenstern turn deuce lin four clothe better talk whisper jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump jump might also like', 'dose blow mind see eye bitch want give would offer tea home zany probably call tomorrow give number give brother number see eye bitch want give would offer tea home zany probably call tomorrow give number give brother number bow bow understand area lose dough pocket grow either drug addict gang apparently understand bang transfer give cash need bitch make scheme careful smell bad there reason fly talk grandma time call wheelbarrow taxi taxi send bitch home grab bed bye bye think success come brother deal scheme ganggang top bottom one think tomorrow ganggang think tomorrow either get tat face see eye bitch want give would offer tea home zany probably call tomorrow give number give brother number see eye bitch want give would offer tea home zany probably call tomorrow give number give brother number might also like bye bye bye', 'bitch enter pussy zone one standard bitch dream bitch one bitch one pussy always ready yeah baby wear supernova thong wow give fresh yeah beach start gentle massage would tell anyone tie look big tit smear wow oil agree everything dollar man mister big dick look price tag pay bitch pay bitch red panty red cool music two hall drive sport car forever busy bitch enter pussy zone one standard bitch dream bitch one bitch one bitch enter pussy zone one standard bitch dream bitch one bitch one might also like bitch bitch bitch bitch', 'knife right back god give mobile call come even force knife right back god give mobile call would come even force get sick yes hide yes take like land battlefield everything could easy yeah agree taste yeah style party rich dress style empty pocket knife right back god give mobile call come even force knife right back god give mobile call would come even force give brother mode spoil one leave believe become sticky give highest grade diamond higher evil even sleep night ruin everything common whole life like drama health house life run away drown mud ski say tunnel snicker behind computer might also like knife right back god give mobile call come even force knife right back god give mobile call would come even force', 'nan', 'blade extension hand hand extension mana break spark heel get dissimilate mana break light touch become colder mana break anyway bitch like anime eye theyre wear dark headband name blade blade runner year life spin bitch there delay head hey mana void disable hey hey there delay head hey absorb mana scolopendra across screen wind press manta suddenly three take three hundred sixty turn back fly ahead know know know mana break spark heel get dissimilate mana break light touch become colder mana break anyway flow pain forever kai shadow blood shadow write let die get amulet leave paradise chain say fly defeat lethal comment trite comet eye melt sphere blade go dark might also like mana break spark heel get dissimilate mana break light touch become colder mana break anyway defeat lethal comment trite comet eye melt sphere blade go dark', 'wouldnt would forget well want come together let home break dish ready voodoo doll say would forget look bitch follow everywhere want call cry need love somewhere feel time matter thin red thread would score rule forget would score rule want take wouldnt plump bitch would make promise end dial number keep guitar scream every time void tear everyone let different live one night tonight always alone young grow next leave burn listen vinyl everyone mouth blame anyone reason blind dawn flood eye everything vain three day rain might also like wouldnt would forget well want come together let home break dish ready voodoo doll say would forget look bitch follow everywhere follow everywhere', 'even know name behind touch every live thing inside walk alone home home would like hide trace remain wait honey rain see hunt run tear dream dissolve night silent silent together meet sunrise two way two planet carry away would make body scent would knock door hinge make cry sell soul take back love inadequate run tear dream dissolve night silent silent together meet sunrise two way two planet carry away might also like', 'deep enough deep enough deep enough deep enough deep enough remember time enough make hawk deep enough couple lot young everything accord plan beat montana head gang need security stripe yeah run early wallet stack stick pocket yes smoke yes smoke yes smoke eye full gas eat rerun bar hear bar get gang gang whats glass ordinary suck like need talent show couple couple bitch partner white last batch deep enough yes white everything accord plan remember day want sit dick everything cut boy boost ego street sleep soldier bush leave brick right muscle pack get pocket talk white man understand lot snow even middle summer rap even worth bracelet dinero talk lot gossip give first also second yes plug fell love dope dick ride dick yes ride dick hey bitch dope runner yes top would stop early god yes yeah yeah deep enough yeah gang woo hey gang woo deep enough god good job deep enough might also like', 'unknown afraid stop potential like shy shake hand know shake hand know remember everything start dialogue nothing beat huh car drive feel start young take everything go two hundred twenty work sleep there nothing catch would lie driver feel know ride see name chart want loan pow care bazaar delusional talk leave pow gang hold see leave idea successful many yes funny frank action sinful guess keep sleep lay break bed damn want speak hundred make mistake enough zero bang beautiful get big rub get big rack like key real thug fine plug damn shooter look like duck lay smooth many rap trap mother tell strength brother huh drive feel start young take everything go two hundred twenty work sleep there nothing catch would lie driver feel know ride see name chart want loan pow care bazaar delusional talk would might also like gang hold pow phew', 'listen look look laugh laugh need much happiness success well deserve look look laugh laugh need much happiness success well deserve know know fly insane flash chef breathe huh artfully artist draw razor longer cause there hole leave two set video two havent see gun life yeah do album theyll see flapper want know mine better bra want know full name bitch bitch ghost ghost dress like goon goon gra hang balcony cup tea morning get full stylist last one season whoa gra fog cover whole stone greet morning like throw beat listen might also like know well deserve know well deserve grr know well deserve listen look look laugh laugh need much happiness success well deserve look look laugh laugh need much happiness success well deserve know fly insane flash always baby know draw razor long', 'noble crazy take hit lot understand understand dissolve seventh day eat poison eat everything need want rick foot dumb dumb tutu wait shell leave fairy like rain rain different rain eat wheel circle take mouth shell eat eat everything count paper fog wow puddle cry lot star disappear whats go star disappear take hit lot understand understand dissolve seventh day eat poison eat everything need want rick foot dumb dumb tutu wait shell leave fairy like rain rain different eat might also like', 'break heart damn like get bad bitch leave walk party better move try put news want bitch cause come club stick watch cause lick get diamond wrist brass knuckle fist face pit might hit head get hundred clip wait bitch want put blade chest like thumb tack like damn gon bitch cummin get bad bitch crib walk bitch care tell come cause come bitch look body wait wait feel like murder hobby come top like jeff hardy get blood dance floor walk party blood shirt vendetta stomp face boot tell get bitch head feed pull gun mark head bitch damn like get bad bitch leave walk party better move try put news want bitch cause come club stick get diamond wrist brass knuckle fist face pit might hit head get hundred clip wait bitch want put blade chest like thumb tack like damn gon bitch cummin get bad bitch crib something walk bitch care tell come might also like', 'turn much gang ten meter home take money believe would long brother know bitch suck much squad ten meter home take money believe would long brother know bitch suck safe weight weight fee like eat three time day three time brother go work come back need brother someone hurt revenge bang bitch get get get move like eat eat scheme bring cash get get name memory block number yes let anyone house forgive debt anyone call want gang gang mob conversation short much ten meter home take money believe would long brother know bitch suck much squad ten meter home take money believe would long brother know bitch suck', 'tonight someone heart fire love everything inside mean nothing count three forget two tear somewhere heart fire week fly long time stay edge way already know crush two consider lose lose tonight someone heart fire love everything inside mean nothing count three forget two tear somewhere heart fire remember poison without stop say mine mine fault yeah love simple stay need air love remember remember remember tonight someone heart fire love everything inside mean nothing count three forget two tear somewhere heart fire tonight someone heart fire love everything inside mean nothing count three forget two tear somewhere heart fire might also like tonight someone heart fire love everything inside mean nothing count three forget two tear somewhere heart fire', 'theyre rot brain love hoe admit another get finish break heart whole bottle hard liquor hard truth swallow need bartender put sorrow wake next day monte new woman tell colorado love woman shell go tomorrow jealousy agony sit jealous boy really feel like want real love guess minute way fit fit tell whats secret love get feel like race run devil today hey girl insane yeah girl theyre rot brain love think need change insane love girl theyre rot brain love think need change insane love ten minute tell would take ten minute break heart drown sorrow take borrow mind know time time give feel sorrow insane demon brain love peace attain cause girl love insane demon brain love peace attain cause girl might also like', 'time think bathroom look face mirror need wait reaper take life never get alive live thousand life patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone get feel soul ahead throw stone cause there magic bone stick gray black white never wrong til right like boulder vulture flame bed patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone bone get feel soul ahead throw stone cause there magic bone see imagine dragon ticket low might also like cause there magic bone look mirror mind page life path many pace time drown voice air one never piece sky patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone magic bone get feel soul soul ahead throw stone cause there magic bone mind mind mind mind mind mind cause there magic bone', 'know know pain man hey hey hey hey fine fine blow mind fine fine fine fine blow mind fine fine blow mind meet boy yellow dicky know neck say nice meet shake hand sticky eye hit say fine fine blow mind might let come life waste time see man boy do turn blind make deaf cause believe even never meet like never meet like make cash chip cash chip tell friend see later girl dip see later girl dip cause get meet man meet man call gate get wetter superior lake take date even give cake call baby call tate whip white girl might marry today find gay fine fine fine blow mind fine fine blow mind fine fine blow mind hey hey hey hey hey might also like', 'hey night moon admire sunset winter tear joy handwrite eye eye hand mine everything usual spring desert although one everyone say beautiful couple dizzy speak kim place city place rain place stray cat artist throw city canvas drink cola collect movie ticket love distance together forever love understand rent apartment salad big tasty flower subway oath together forever bitch love bitch love bitch love bitch love bitch ray dark kingdom frostbite call child call look well bitch love bitch love bitch love bitch love bitch hug kiss everyone know whats next think wed somewhere end leave letter bear peter map get lose couple picture crumple nightgown offend break heart another fact longer short hair read rap parallel pop way back tire tire give back ask together anyway front door entrance might also like rent apartment salad big tasty flower subway oath together forever bitch love bitch love bitch love bitch love bitch ray dark kingdom frostbite call child call look well bitch love bitch love bitch love bitch love bitch', 'boy dream scatter debt fly sunset new find one next without money leave house new geld house new geld yes know subject know burn know department know would like see hey see headlight shine road fly track green common red leave number new passport headlight shine far fly track green common red leave number home everything mine home mine god keep whole dad everything would look price brother everything make bold showdown sight call department call get trouble something leaf gap memory cinema suddenly become black white god keep whole everyone time find brake sleep area sleep squint eye come come time option back courage passion courage passion yes dear look eye believe new scatter debt fly sunset mine might also like home everything mine home mine', 'beautifully ash carry around cabin boy drive circle district regret anything leave sky hide freedom dive head drink drink drink rain make shiver skin would come sky god unconscious fog scorch like fire walk drink boy love come without sleep tell anyone dream money word absolutely play role wave head softly hug body buzz understand anything huge blue downpour stay early child fly away love life long know price flight sorry friend one drink drink drink rain make shiver skin would come sky god unconscious fog scorch like fire walk drink boy love leaf get use think able return paradise suddenly empty empty nowhere throw root ruin everything much life share soon lose palm stupid drink late kneel let freedom bitch problem might also like drink drink drink rain make shiver skin would come sky god unconscious fog scorch like fire walk drink boy love drink', 'life beautiful sad talk love fairy tale fairy tale music save music give chance right wrong want blame want hate smile hate hate smile hate hate smile hate smile hate hate hate smile depression let hug photo session like every couple fall red leaf hate need love need friend better alone would understand sing along guitar like kino band life domino effect domino life beautiful sad talk love fairy tale fairy tale music save music give chance right wrong want blame want hate smile hate hate smile hate hate smile hate smile hate hate hate number available somewhere piece shagreen could best stupidly lazy heal like migraine like migraine draw something day course principle possible feel everything around hopeless hopeless meet random clothe forget everything mistake might also like life beautiful sad talk love fairy tale fairy tale music save music give chance right wrong want blame want hate smile hate hate smile hate hate smile hate smile hate hate hate', 'salute escapist album mouth bang kitty lose interest want leave day yesterday drink since fourteen best day never break heart piece super glue bag friend enemy close door behind break heart piece super glue bag friend enemy close door behind know jerk sly want leave world forever day year best day never smoke like first time soul long time everything black see eye line vein master class stick like spice mix smoke like first time soul long time everything black see eye line vein master class stick like spike might also like', 'time move capital love city fell love first time feel cold first time see come soon call someone place home contract believe really large sum love forgive eye always bitch pick first lam twenty havent even passport photo yet hit head want change someone want change someone alone room punishment cell desire move even want try time heal sand wake finger time test strength think give psychologist say step away depression drown alcohol tendency aggression even morning think version stay place responsibility weigh childhood trauma choose complain chick like fire unknown ready ready break justify faith care might also like time move capital love city fell love first time feel cold first time see come soon call someone place home contract believe really large sum love forgive eye always bitch pick first lam twenty havent even passport photo yet hit head want change someone', 'smoky voice warm lip like freeze much like club well course sure take heart last long time keep warm unhappy brightly dress would give face hopeless smart ideal bed empty front door cry cry battery pipe kiss kiss tender lip never know never know people think like never forget know think bath useless topic climb blade sky want reserve ordinary run madness vein mist glass hand paint white wall become cloud beautiful like would happen cry cry battery pipe kiss kiss tender lip never know never know people think like never forget cry cry battery pipe kiss kiss tender lip never know never know people think like never forget might also like never forget never forget never forget never forget never forget never forget never forget never forget cry cry battery pipe kiss kiss tender lip never know never know people think like never forget cry cry battery pipe kiss kiss tender lip never know never know people think like never forget cry cry battery pipe kiss kiss tender lip never know never know people think like never forget cry cry battery pipe kiss kiss kiss kiss', 'hey comedian wrist survive without laughter like without father man mother gun yeah child soldier punitive battalion brother guardian dark region sense humor would like long time life situation drive rope let tie choke hurry die live vain new year ugly bring gift maybe wife bring war joker comedian ruin country whats funny bitch hear look like clown come get come come teacher hashish rub something gold wrist comedian wrong get sovereign disfavor although seem clean sky plane censorship artist gold wrist comedian wrong get sovereign disfavor although seem clean sky plane censorship artist bandit gel gel flasher yeah bazaar language air save piece granite stick crumb drink pulpy tire clock almost seven even drink beer boy last supper play trash race would last forever knife liver life fleet gold wrist comedian wrong get sovereign disfavor although seem clean sky plane censorship artist gold wrist comedian wrong get sovereign disfavor although seem clean sky plane censorship artist might also like payday say payday', 'throw watch fall turn smile frown smoke roll let life way easier roll talk baby let do steal steal soul do steal steal soul do steal steal soul bye bye say stop let really get soul untold stop let really get really get stop let really get soul untold stop let really get really get bye bye much much yeah much much yeah much much yeah much much yeah much much yeah much much yeah much much yeah much much yeah break yeah break yeah much much yeah break yeah break yeah much much yeah break yeah break yeah much much yeah break yeah break yeah much much yeah might also like see gang yeah bad bitch like chain yeah talk right yeah talk right talk right let party let party tardy party let smoke let roll party til die yeah bye bye like hang crazy fan crazy fan take pant lean get like sing song like say stop let really get soul untold stop let really get really get stop let really get soul untold stop let really get really get stop let really get soul untold stop let really get really get stop let really get soul untold stop let really get really get bye bye bye bye', 'dance bar day around havent see yet dance bar day around havent see yet strip naked little one havent see equipment thirsty want passion fruit want want every day holiday say look tease boil ecstasy foul field tackle behind every day motto remove star make sky clear longer level everything market get ninety nine problem fire melt tender bitch expect relax sometime dance bar day around havent see yet dance bar day around havent see yet dance bar day around havent see yet dance bar day around havent see yet well hell dance touch sick come come come come dance let get vulture yuh sword fire grandma air rain like candy bag child happy holiday bitch bitch hour maybe three get pipe well inside bitch yes look think money take pack wipe nose bitch think sleep home move kitchen hey show might also like dance bar day around havent see yet dance bar day around havent see yet dance bar day around havent see yet dance bar day around havent see yet', 'like hah hah hah hah hah might also like', 'nightmare melt morning beautiful even though would die smoke tear burn bridge even though difficult boy easy either feel sorry new girl jealous really let start afar slowly look story like spin rush call morning minor hundred time get cold understand last conversation wiser love bar drunken stupor boy along sidewalk wet old barefoot morning rain bar karma karma find type crowd roll sink mirage nightmare fly wing night draw come unloved boy stop wait window car havent use long time place use get photo archive basket bar drunken stupor boy along sidewalk wet old barefoot morning rain bar karma karma find type crowd roll sink mirage might also like need call morning minor miss say one thing last conversation really sorry new girl', 'lot smoke lung day end fall asleep empty apartment expire pain floor pool tear tell let sit empty car know train either well find later much love enough travel pocket completely empty even place love hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much light love will color eye magic inside magic within star shin right magic inside magic leave burn sun cut thorn prick drop blood pour pour pour die love die love hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much hurt much', 'matter many word know eye lie lie matter many word would find someone like lock room look something breathe chest lock room want write much afraid think little god choice cruel huh work enough bitch voice wish could take back late like look eye wait serious smoke cover room huh would like live reason little would stand pedestal wire smoke cover room wake delirious smoke cover room balcony smoke many matter many word know eye lie lie matter many word would find someone like lock room look something breathe chest lock room want write much afraid think little god choice cruel huh work enough bitch voice wish could take back late like look eye stop serious might also like', 'man crazy gang gang gang gang baby baby take mouth baby let top let gang baby take mouth baby let top let gang baby take mouth nice baby let top let gang baby take mouth want see downstairs would like listen rest life moan even best thing could think want get closer need zoom think much relax need mind get head baby need mind everything everything cause love come see one another zero another another zero another another zero another zero another another zero another another zero know believe tell love tell whats point number lonely yes heavy plastic mean feel pain yeah account add another zero gang gang gang gang baby baby take mouth baby let top let gang baby take mouth baby let top let gang baby take mouth nice baby let top let gang baby take mouth might also like short gang baby short gang baby short gang baby short gang baby', 'hey one two three four five go walk heel know say love want know haunt need love cheap one time relationship gum bubble gum fountain beat burn whitefish every day like napalm bitch top model know simp run lean know long ago care bad wag tail like succubus cat girl harem smoke backwood desire law come feel bad today cry cry bitch cry cry cry cry cry cry cry bitch bridge wait ball sink river bitch pout lip fool emptiness inside hole inside might also like cry bitch cry cry cry cry cry cry cry bitch bridge wait ball sink river bitch pout lip fool emptiness inside hole inside sleep sleep mouth like wheel yeah family write number dream world draw fell asleep around open eye close head sleep wind take wake finish break firewood fire would everything way everything right', 'nan', 'wood holla get man better put glass show like supernova loyal street loyal change day perfect director woody give lack much fire problem talk slide law friend cop want know plug would tell way god save brother unlikely let paradise black hoodie white skull punisher ugh pew money float arm whole trap game gift curse damn hard case would get worse would get worse there fat table like shell buy water cause wildly dry dry elder tell listen anyone listen watch much stupid season yeah look mean chi will blizzard much ice thermal imager see fighter sky home woo yes triple profit bitch trap doom outlet street athlete hold clarinet would get knee yeah window fog deep throat hard cry ruin sorry people come always like music live forever like maestro messenger hey dream fail get dope get huckster dark crazy doctor experiment huh project get applause hey bitch give thug life blood like pac ganggang speak another bring darkness want sad rich want yeah push dope dawn dusk dusk need eat blame anything blame sometimes stick lawyer would help climb boy scary right take ball boy immediately tell everything might also like people become like walk shadow know capable act without money yes sir need boo fifteen year smoke sell know know little brook already big uncle yeah mother would let know rarely drink alcohol alco dope like pablo pablo near dangerous desperado competition build tornado new precocious ala sorry make people like', 'turn new season take money club tell take place morning tell who boy make buck pocket here boy layout glue take money club tell take home tell morning yeah who boy pocket talk big sum know brock kent money scatter around city need collect two hand enough brother always help smell success leave money huckster keep would say loud buy return yeah well pretty girl sit like recently mongrel hear o always motorcycle jacket money watch nae nae watch nae nae take money club tell take place morning tell who boy make dibs pocket bye take money club tell take home tell morning yeah who boy pocket shop might also like say better make money give grimace mouth everything say', 'hey shine beat crowd crowd crowd scream god sin swag bless god number worry teach distribute swag figure swag write say free forget like line write yesterday tonight ear ask something love leave give personal repair cover room cloud bitch call give leg bed get squeaky school swag teacher day write capricious paint hang shoot mona far away close heart might also like crowd scream god sin swag bless god number worry teach distribute swag figure drink zany take drag wind tone drink drink zany drag wind tone breathe cover water smoke full bath fool forget spend time bedroom smoke memory problem wine fall asleep dream crowd scream god sin swag bless god number worry teach distribute swag figure get', 'everyone dance drink fun beautiful want dance music terrible yes one bore hello know better want cry cry put dress like look call whatever want everything around stupid want zoo want drink wine tomorrow tomorrow tomorrow know together definitely interest wait fall trap look way dark place interest useless everyone dance drink fun beautiful want dance music terrible one bore hello know better want cry cry put dress like look call whatever want everything around stupid want leave live forest want tear thing shred know exactly want sure help tonight wait house suck certainly better torture case definitely might also like everyone dance drink fun beautiful want dance music terrible one bore hello know better want cry cry put dress like look call whatever want everything around stupid look call whatever want everything around stupid', 'nan', 'nothing wrong way long nothing wrong way long see every day without water yard meat cut vegetable find another hundred reason hurt best field envy will alone please everyone even master love smolder look know heart lie like hymn could better reason treat word disease kind give confidence flattery come people like ale want climb higher revenge would like life like desert eagle shoot feel wild fun three day mother work dealer will herd put belt form cheap ego expensive gram entrance club threshold temple love hurt trust trust equal life make stand bar bar super power without loneliness like marvel hero bang say want live without believe believe stranger say want live without believe believe stranger say want live without believe believe stranger say want live without believe believe second tell something important important word let word love', 'hey hey lawzy beat boo boo boo peekaboo travis time like dean mike dean text yep awake awake pistol burr come new city know know firsthand bang silence big bank credit card slime like snail want drama brother frame wear fit color fight fight need fight need fight ask ask need reason need reason lay back reach top ashamed admit moment jaw fly load among stranger yes drive among smile never take away man write dig dig pow pow pow pow pow pow pow pow pow pow pow peekaboo travis time like dean mike dean text yep awake awake pistol burr come new city know might also like know know new city know woo', 'dark orange sunset background crack house tell hard show smoky balcony tear eye whole horizon cry please take either hold hold light blue dawn put sleep make sense bed force close eye see everything lose wake dark orange sunset cry please take either hold hold might also like', 'jump coupe yeah gang gang bitch dick gang gang check sweater yeah lay grr see way yes always gun enemy gang gang rap like parody sucker lazy fight sucker gang see high bitch parent even though small swag want would get mad jealous cause might also like', 'mob dirty wash deal might also like moo goon goon full stylist', 'every centimeter every edge soul body whatever want choose everything kiss moon white dress beautiful unbearable unloved next stop violence tell directly topic close like boy notice change bitterness resentment whats believe play part beautiful unbearable unloved next stop violence tell directly topic close beautiful unbearable unloved next stop violence tell directly topic close might also like beautiful unbearable unloved next stop violence tell directly topic close beautiful unbearable unloved next stop violence tell directly topic close', 'long journey forget cigarette balcony come back look mirror threshold demon demon demon overcome demon demon demon get long journey forget cigarette balcony come back look mirror doorstep demon demon demon overcome demon demon demon overcome sudden friend palm wet catch trunk would save look stick border hour whole body soul will alcohol like last time sky tire bury endlessly feel go chest two gram give back face dog bark care long journey forget cigarette balcony come back look mirror doorstep demon demon demon overcome demon demon demon overcome long journey forget cigarette balcony come back look mirror doorstep demon demon demon overcome demon demon demon overcome everybody lie sound go right friend new circle matter reason reason tachycardia rain know sure sadness hold year like together forever might also like talk please move theyre around feel bad see anything long journey forget cigarette balcony come back look mirror doorstep demon demon demon overcome demon demon demon overcome long journey forget cigarette balcony come back look mirror doorstep demon demon demon overcome demon demon demon overcome damn die always scary perhaps survive every time nightmare know cycle make sick every time fire ring ear', 'think think finally find way forgive mistake make past think first step right agree dig two dear pretend perfect fear man world thing hear could act revenge would steal break heart think would let let walk well break heart break bone break fast let grave rot dig two dear pretend perfect fear man world thing hear could act revenge would steal break heart think would let let walk break heart break bone break fast let grave rot grave rot grave rot grave grave rot grave grave rot grave rot rot rot rot pain freedom pain freedom might also like', 'upon time fool think find upon time fool think find purpose life along way run hide truth desire everything life go waste upon time fool think find purpose life along way run hide truth desire everything life go might also like', 'walk around world feel like every place look eye see pain help business help rope around neck help make choice let sit let rest pest leave mess say body go today hell think make bail come day get worse hope hurt whats word captain think catch layer hell tippy bitch feel lucky top stick darkness cold heart havent felt sun day bitch start start top next stop bottom rock bottom baby swear already get close eye think something think time feel lonely could time instead smoke weed bitch bed notice color see head strip away feel darkness feel spread like know dead open eye see world red whats word captain think catch nine layer hell tippy bitch come feel lucky top stick darkness cold heart havent felt sun day bitch start start top next stop bottom rock bottom baby swear already get whats word captain think catch nine layer hell tippy bitch come feel lucky top stick darkness cold heart havent felt sun day bitch start start top next stop bottom rock bottom baby swear already get might also like', 'duck drift hasan give who back first mine bazaar arrow hundred drift hasan give who back first bazaar arrow stop machine gun hand bass beat happy forest hand shovel need two ruble salary dusk dusk roll right way bookmark generation morning start couple bottle scream window duck duck duck duck duck duck duck vodka love drift life would short mix road light fly fast like canister jig like taxi driver counter break hand break face club get drink today scatter leave without sportswear listen music mean might also like duck duck duck duck duck duck bastard', 'balance balance balance whats go bad bitch house whats go titty bounce whats go balance balance whats go bad bitch house whats go titty bounce whats go balance balance grave whore career love something like every second slut bitch throw money strip whats go bitch mommy bitch whats bitch god rich bitch call witch stupid bitch listen speech whats go bad bitch house whats go titty bounce whats go balance balance whats go bad bitch house whats go titty bounce whats go balance balance make money stage give whore broom chi resort bitch even opinion without explanation remember time look price tag track bunch bitch work shift dough salon need suck genius time might also like whats go bad bitch house whats go titty bounce whats go balance balance whats go bad bitch house whats go titty bounce whats go balance balance whats go bad bitch house whats go titty bounce whats go balance balance', 'get love get love wrap wrap like variety marijuana sky diamond summer fly baby daughter carnival move baby princess night change think tire music someone smoke someone fool think fly warmer clime summer sea sand enough dance floor hand ceiling hall fell never return miraculously tire take sadness life never enough dance floor hand ceiling hall everybody shake move everybody favorite show head shake give roundup booby cash give shaft day sing love brother fate bend ataman like ataman music lover hot tango rule dance primitive dance impulsive dance carnival daughter dance floor get love feel get mind get love ski man get love feel get mind get love ski bless window princess despot laurel take ardor play trick hey let break free year together woo woo woo woo fly around planet instant drum rain melancholy sadness light freedom light good move hip dance samba tango smoke pile volume chat fly arm fly fly fly fly smoke pile volume chat fly arm fly fly fly fly smoke pile volume chat fly arm yes yes yes might also like get love feel get mind get love ski get love feel get mind get love ski game maybe maybe even nakedness whoa baby believe fall arm beauty without guide necessary touch soul honey twist booty beat pity sub burn like pub give heat ready give know make noise make noise heat morning heat crowd look see believe club start nod morning steal like rise smile silence say simply come sun undo braid woo unravel braid woo unravel braid woo come sun undo braid woo unravel braid get love feel get mind get love ski get love feel get mind get love ski get love feel get mind get love ski get love feel get mind get love ski get love feel get love feel', 'show dawn ready take dip get home everything familiar yes open tomorrow need forget everything nobody tell anything get hard trust die somewhere near love dangerous better get away walk snow crunch maybe bone cold cold may visit hide eye already know enough heart indifferently', 'good gold dream sell right til build home watch burn leave lie cry buy flower write name sand talk hour say thing understand take dance hold hand yeah love better love better love better baby love better love better baby paint nail match rise leave remorse regret forgive every word say leave baby fight cry buy flower write name sand talk hour yeah say thing understand take dance yeah hold hand yeah love better love better love better baby love better love better baby love better love better baby love better might also like leave fight cry buy flower write name sand talk hour yeah say thing understand better take dance yeah hold hand yeah love better yeah love better love better love better baby love better love better baby love better love better baby love better', 'fan even though salty hate see broad know happy hate see happy one mature mature mature get therapist tell there men want none want one might might best idea new next get might love though rather jail alone get sense lose cause get sense might really love text gon evidence text evidence try ration murder crime passion damn reach farmer market perfect peach amazement patience get beat mature mature mature get therapist tell there men want none want one might might best idea new next get might love though rather jail alone see ticket low might also like love love drug drug sober love love drug drug sober know gon tonight will best idea idea will next get will love though rather hell alone', 'take look inside heart room room would hold breath get one knee get one knee want hold look good enough look good enough ever feel would ever picture would ever picture every time pull hair well fear fear find ugly one day disappear whats point cry even never even love ever want ever good enough ever good enough boy liar boy liar see look boy boy liar boy liar see look boy good good good good good good good good say good enough bout huh tell there one fun girl bum like boy cap home know like bet back bout cause know fat damn huh phone like send pin cause know hit gon respond sleep enough without eat enough without huh speak mean huh like sneaky might also like boy liar boy liar see look boy boy liar boy liar see look boy good good good good good good good good', 'last night let liquor talk remember everything say say tell wish somebody never meet baby baby aint yet way last night kiss lip make grip sheet fingertip last bottle jack split fifth talk life sip sip yeah know love fight say mean gon wake know last night let liquor talk remember everything say say tell wish somebody never meet baby baby aint yet way last night way last night way last night break see tail light dust call bluff middle night pull right back yeah friend say let friend say hell wouldnt trade kind love else baby last night let liquor talk remember everything say say tell wish somebody never meet baby baby aint yet way last night say wed enough remember everything say say much know door right leave baby baby aint yet way last night way last night see morgan ticket low might also like know say time really come back baby baby aint yet way last night way last night', 'believe man want somebody say saw person kiss would never ask keep know keep low cause heart take please let show baby know yeah think hold eye believe need know truth baby keep know keep low cause heart take please let show baby know touch better touch better watch fall asleep watch fall asleep show thing use better way better way aint say say thing come back might also like cuffin like precinct housewife sneaky link get rid round type rover girl use ride dink one put god fashion nova model put runway god coach bag get side bitch call get girl feel alone god mean home aint home god nightmare phone even record get zone know keep low cause heart take please let show baby know keep low cause heart take please let show baby know let find god get hotel never bring house god better way baby say thing come back', 'good yeah alright baby best night life wherever take ride baby know good yeah alright cause good yeah alright baby best night life wherever take ride baby know good yeah alright know good yeah alright know whatever tonight need finer thing life matter good time yeah need sit middle floor get lot enough yeah cause good yeah alright baby best night life wherever take ride baby know good yeah alright good good good know good yeah alright let let care care come let know let know put hand baby nothing stop tonight might also like cause good yeah alright baby best night life wherever take ride baby know good yeah alright', 'mummy know daddy get hot body shop something unholy like like yeah like like yeah yeah yeah like like yeah like like yeah lucky lucky girl get marry boy like shed kick ever ever know bout tell dirty dirty boy know everyone scene hear bout place know keep business clean mummy know daddy get hot body shop something unholy sit back poppin yeah put slowly leave get mummy know daddy get hot body shop something unholy woo daddy daddy want drop yeah yeah give love give daddy gon need bag cause rodeo woo watch back go yeah get get like always call cause never cause drama drama want baby know get cover yeah yeah need baby jump cover yeah mummy know daddy get hot hot body shop shop something unholy sit back poppin yeah put slowly leave get mummy know daddy get hot unholy body shop something unholy unholy might also like unholy unholy yeah yeah', 'another banger baby calm calm girl body put heart girl sweet like tell say love dey form tell baby come get like come see fine girl party wear yellow every girl dey much girl mellow dey find situation use take tell hello finally find way talk girl wan follow come dey form wan conform start feel dey small small know say one one feel cause friend dey gum like gum dey gum like gum yeah know look shy get hip make cry move around yeah twice twice push back hold tight get taste night baby show calm calm dance take lead lead lead get high come come ask know say baby give get like come might also like reach house say make rest small make rest small wake dey mind dey mind day one day fit fit focus call say make link say make link get hand heart feel race leave say never love give promise stay risk take take baby calm calm girl body put heart girl sweet like tell say love dey form tell love love baby come get like come love', 'yeah cause girl player yeah yeah cause girl player keep player baby cause girl player bitch money around world cause girl player know top penthouse suite take test drive leave lot time money spend watch hold titty white tee see thong tight jean rock finger like get another aint like yeah bout catch another flight yeah apple bottom make bite yeah good night good night hold know know break let could anybody miny cause could want yeah cause girl player yeah yeah cause girl player keep player baby cause girl player bitch money around world cause girl player phone one get like four yeah first class like valedictorian come long way rag rich bitch yeah taste delicious let lick plate yeah make dish news cause bitch go might also like yeah bout catch another flight yeah apple bottom make bite yeah good night good night hold know know break let could anybody miny cause could want yeah cause girl player time let know girl player keep player baby cause girl player bitch money around world cause girl player', 'buy zip weed hit club pay bout ten get crunk light bitch yeah know walk around world damn bout foot land yeah get mush yeah biggest put chicken wing pussy hit rich flex drop bar pussy yeah talk neck thing thing thing thing yellow diamond watch cost lot never send bitch dot get shoot vanish mode lot take panty bitch plot aint hoe bust aint aint ready pull trigger clutch know period baby suck savage smack booty magic slap pussy ratchet pussy might slap tracker whip get pussy call eve bitch call daddy bitch call uncle bitch call always ear flea post gun use foot like athlete get might also like hoe hoe need remember slaughter gang get dick girl busy need find someone else call bank account get low need find someone slaughter gang murder gang slaughter gang murder gang stick stone chrome chrome clone get phone pussy feel alone nan young money use roll house bad bitch like steady push tell kiss club use want woe run like couple day rapper love know know come heel leave cozy every like rip swear eat ten cake get lot love twelve reciprocate division stay late knife gate baccarat plate see drake underestimate take vet rookie mistake slaughter gang murder gang slaughter gang murder gang slaughter gang murder gang god boy look man boy man hear', 'come harry say back gravity back want hold palm hand leave say everything get way cannot one stay world know world know know answer phone harry good alone sit home floor kind will bell nobody come help daddy life want know well world know world know know see harry style ticket low might also like home get ahead talk way leave two follow talk who first hey know', 'rock yeah shake damn damn make another hit aint want aint want aint want block rock shake rock yeah shake get shake hit tie shake gon shake stand money know size shake pick side better choose wisely shake high one two three four throw five shake high damn damn one two three four throw five make another hit aint want aint want aint want shake damn shake shake shake shake shake shake shake shake shake might also like', 'yeah yeah two yeah yeah drink dope turn superhero yeah yeah hit turn superhero yeah yeah super turn superhero yeah yeah young trust gon shoot dope flow switch flow yeah yeah switch flyer parachute pole oil yeah yeah candy cup get king street yeah young make crowd grave aint problem bitch star get rich better take war yeah piss casket shoot broad nasty roll gar bitch get graphic car get brand new tomorrow put brand new arm aint move slow oil tennis bracelet come frost frost link way jaw way step swag step broad two dollar half one hundred like coupon tell begin upper echelon get untouchable get represent money multiple top chart unapproachable bread loaf turbo motor another vulture sell bowl bitch yoga deserve award serve boulder hundred grand large shop total garage bitch aint aint jump get drop top go crazy push smoke haze floss shade might also like candy cup get king street yeah young make crowd take grave aint problem bitch star get rich better take war yeah piss casket shoot broad nasty roll gar bitch get graphic car get brand new tomorrow put brand new arm aint move slow oil tennis bracelet come frost frost link way jaw way step swag step broad dark knight feel die hero live long enough see become soon bring weight world sit shoulder hold crown aint get cape save hate yeah rather see drown yeah world keep like one one see who really yeah who who live long enough see become', 'kiss turn stone statue stand tall ancient touch like glass piece try make break last take one look turn day night least star sparkle eye there thing leave man choice like compass needle need true north even know day meet youd reason heart break love anyway know write song run risk could get perfect wrong well guess say aint word make could shoulder much weight turn back away thing way feel would change there thing leave man choice like compass needle need true north even know day meet youd reason heart break love anyway there thing leave man choice like compass needle need true north even know day meet youd reason heart break love anyway even know day meet youd reason heart break love luke comb ticket low might also like', 'thing get older never wiser midnight become afternoon depression work graveyard shift people stand room leave device come price vice end crisis tale old time wake scream one day watch leave cause get tire scheme last time problem teatime everybody stare directly sun never mirror must exhaust always antihero sometimes feel like everybody sexy baby monster big slowly toward favorite city pierce heart never will hear covert narcissism disguise altruism like kind congressman tale old time wake scream one day watch leave life lose mean last time problem problem teatime everybody stare directly sun never mirror must exhaust always antihero see swift ticket low might also like dream will money think leave family gather round read someone scream laugh hell problem problem everybody everybody problem problem teatime teatime everybody everybody stare directly sun never mirror must exhaust always antihero', 'way articulate say love yeah cause love yeah hard communicate think hold tonight gon let know let tell truth baby let tell truth yeah know see eye hate want hate cry lonely specially night miss every time want afford love try find reason pull apart aint cause perfect know worth walk away even though make feel alone know would die baby would die yeah distance time never change mind cause baby would die baby would die yeah say way manipulate baby girl blame yeah cause take pain forever would find one better cause right babe think right babe know see eye hate want hate cry aint cause perfect know worth walk away see ticket low might also like even though make feel alone know would die baby would die yeah distance time never change mind cause baby would die baby would die yeah would die would lie keep real would baby yeah would die would lie keep real would baby even though make feel alone know would die baby would die yeah distance time never change mind cause baby would die baby would die yeah babe die', 'song baby hard time feel like cry even energy worry make smile say anything boy say keep run away keep appear without busy keep make sense ask keep one live system baby god really come god time never let think really lucky know know know meaningless everything heart end know know go crazy right might also like anywhere aint nothing else would hold hear voice noise let hand even second worry cause get someone alone cause love someone keep run away keep appear without busy keep make sense ask keep one live system baby god really come god time never let think really lucky know know know meaningless everything heart end know know one live system baby baby baby babe baby go crazy right baby baby go crazy right babe baby heart glow glow glow glow long there nothing afraid will will heart glow glow cause god really come god time never let right really lucky know know know meaningless everything god heart glow glow heart glow sleep night', 'diamond meet bar twelve something order two wine cause tonight want little context care listen find position man love sit last night tell dumb decision feel heart fact feel stick town simple mission little black dress heart break bitch high heel six inch back champagne trust bitch back taxi cocaine drink call drink text drink tear drink sex man page back back bar hotel old way cause feel last night feel last night doctor doctor anything please doctor doctor mercy take pain away symptom doctor feel toke joint steam back way like hour since dead get new man get sweaty last night really cherry cake dark day lately excuse state high hope make bed get hot take step back see glass least already actin like dick know mean might well stick might also like heart break bitch high heel six inch back champagne trust bitch back taxi cocaine drink call drink text drink tear drink sex man page back back bar hotel old way cause feel last night feel last night doctor doctor anything please doctor doctor mercy take pain away symptom doctor feel cause feel like felt last night feel like felt last night peace thing change last night naked leave naked come yeah reach touch numb feel way toast street small way run yeah never escape sunset maze symptom doctor feel feel last night feel last night doctor doctor anything please doctor doctor mercy symptom doctor feel feel last night feel last night feel last night lipstick smudge like modern art know who car highway will liquor feel leave everyone love read will secret stranger bed remember nothing there nothing regret kick drum head', 'love like brother treat like friend respect like lover could bet never sweat could bet never sweat yeah yeah yeah could bet never sweat could bet never sweat yeah cash rubber band match fuse boom painter baby could muse reporter baby could news cause cigarette smoker raise bet cause joker check chalk could blackboard talk walk even sky come even sun shine get faith put pretty little hand mine even wire babe even die could baby simple plain cause love sure thing yeah could bet never sweat yeah yeah could bet never sweat could bet never sweat could bet never sweat might also like could lover fighter babe blunt could lighter babe fire writer baby could quote yeah lyric baby could note record saint sinner prize winner deserve paper baby pen say one cause ten real pretend even sky come yeah yeah yeah yeah yeah yeah even sun shine get faith put pretty little hand mine could bet never sweat even wire babe could bet never sweat even die could bet never sweat could baby simple plain could bet never sweat cause love sure thing yeah rock babe let hold arm talk babe rock babe let hold arm talk babe love simple pie baby sure thing sure thing sure thing yeah yeah yeah yeah sure thing could bet never sweat even sky come yeah could bet never sweat even sun shine could bet never sweat get faith could bet never sweat put pretty little hand mine could bet never sweat even wire babe could bet never sweat even die could bet never sweat could baby simple plain could bet never sweat cause love sure thing could bet never sweat love like brother could bet never sweat treat like friend could bet never sweat respect like lover could bet never sweat', 'know tell time run need take slow step honey maybe aint worry bout right right keep dream alive hero aint worry bout right right flood dance cloud aint worry bout aint worry bout hey know tell time run spend like gold live like get regret even break yeah best get something want steal way busy problem problem feel yeah yeah seal deal take let aint worry bout right right keep dream alive hero aint worry bout right right flood dance cloud aint worry bout aint worry bout hey aint worry see ticket low might also like aint worry bout right right keep dream alive hero aint worry bout right right flood dance cloud aint worry bout hey aint worry bout hey aint worry bout', 'fine dusk light baby thing eat bone drive young mind crazy place head collar jaw know much there weight damn damn cause say miss know would miss morning see sun orange tell do man hell suppose orange tell never home need hear say night there orange eye bulb light voice tremble try speak take back wood use creak man hell suppose orange tell never home man hell suppose orange tell never home leave today stare way orange touch thing around grass tree dew hate please turn headlight around please turn headlight ticket low might also like', 'think know touch fire three four time testify tell lie bitch around long get hide body long bout aint problem get nobody right tell truth look better lose snooze miss moment important nobody body like lose snooze miss moment important nobody body like ride feel like scarface scarface like white bitch bob main one main one take argument back place sex remind day one day one aint yet magic yeah smash grab yeah nasty habit take hold aint home hard grow lose snooze miss moment important nobody body like lose snooze miss moment important nobody body like see ticket low might also like main one main one blame main one leave main one everything main one main one blame main one leave main one lose like like snooze miss moment like important nobody body like lose like snooze miss moment like important nobody body like think know see lose think know', 'back pride get ahead hit hurt least feel something scream face place get nowhere find love time end tell many tear drop hit talk try love find love time end tell many tear drop hit talk try love car wall text see blue red would long go war end bite tongue hit chin worst enemy best friend scream face place get nowhere find love time end tell many tear drop hit talk try love find love time end tell many tear drop hit talk try love ticket low might also like', 'two lover car listen blonde pink orange sky super childish glover call mother like tonight get alibi alone love life get glitter skin radiant beam night need light see shine golden hour slow time golden hour two lover foot dash nowhere fast summer radio blast make moment last get solar power minute feel like hour know even imagine like love life get glow face glorious look eye angel light alone love life get glitter skin radiant beam night need light see shine golden hour slow time golden hour might also like', 'weve end light need little time alone say cancel plan tonight man let get candle burn record turn light low take nice slow way body move keep night long love song girl want let passion take higher place kind love make aint way baby get house look good could even think besides turn around door watch red dress fall floor let get candle burn record turn light low take nice slow way body move keep night long love song girl want let passion take higher place kind love make kind love make say cancel plan tonight man see luke comb ticket low might also like let get candle burn record turn light low take nice slow way body move keep night long love song girl want let passion take higher place girl want let passion take higher place kind love make kind love make kind love make', 'know feel arm around let drown know god find find every day place head think harder look like monster bed every time like rocket chest make think whole world end know night know get many thing afraid afraid right aint cause know cause know cause know feel arm around let drown know god find find worry tomorrow worry bottle know feel arm around let drown every night place dream many alleyway know mean know wake tell dumb get want might also like know night know get many thing afraid right aint cause know cause know feel arm around let drown know god find find worry tomorrow worry yeah bottle know feel arm around let drown oh know know', 'watch sunrise along coast get old describe feel know go home please let let right care long take long get smile face save tear know watch sunrise get old describe wish could live every memory one time float wind time spend wait light take moment life care long take long get smile face save tear describe might also like', 'take drug take leave spot leave party mark dot call phone tell like watch persona hit highway whole foot dash ear get fear could care crash radar get nerve play hard chance playboy dance dance dance lose heart car ninety rain take heart will pain beat romance stay playboy dance dance dance would dance baby would dance yeah would dance would dance pretty baby face daylight time star sky get pager blanket love fall eye love come til find hope get notion somebody else first radar nerve play hard take away chance playboy dance dance dance might also like lose heart car ninety rain take heart will pain beat dance romance stay playboy dance dance dance would dance baby would dance yeah would dance would dance pretty baby', 'like scream one hear almost feel ashamed someone could important without feel like nothing one ever understand much hurt feel hopeless like nothing save go almost wish could bad stuff back could good yellow diamond light stand side side shadow cross mine take come alive way feel deny let find love hopeless place find love hopeless place find love hopeless place find love hopeless place shine light open door love life divide turn away cause need feel heartbeat mind way feel deny let find love hopeless place find love hopeless place find love hopeless place find love hopeless place might also like yellow diamond light stand side side shadow cross mine find love hopeless place find love hopeless place find love hopeless place find love hopeless place find love hopeless place find love hopeless place find love hopeless place find love hopeless place', 'could could wear even bet make look make look make double take soon walk away call chiropractor case neck break tell gon cause bout make scene double bout turn heat make glass steam tell gon walk walk guarantee jaw drop drop cause make lot get get lady feel bop bop bop bop bop could could wear even bet make look make look yeah look good dress take hotter morning hair mess cause even hoodie bet make look make look get taste woo never aint ordinary cake tell gon walk walk guarantee jaw drop drop guarantee jaw drop drop cause make lot get get lady feel bop bop bop bop bop might also like could could wear even bet make look say make look yeah look good dress take baby hotter morning hair mess cause even hoodie bet make look say make look', 'well need light burn low miss sun start snow know love let alright know high feel low hate road miss home know love let say pussy mine let try get head lose respect get attention baby smell flesh know get mess rarely get girl make question love girl make feel like man cause depress stuff believe will drop everyone invest last time way get get dress cut look think maybe optimistic tell need provide baby know chemistry felt like quantum physic physic energy spirit end need one visit theyre love feel empty need lot move town move rural make delete pic phone close eye see image would chase heart aint finish far go fix bitch damage do might also like well need light burn low miss sun start snow know love let alright know high feel low hate road miss home know love let say pussy mine let four time private caller feel like creep know there plenty fish sea girl get mind guy wish turn around put doggy even missionary there intimacy additionally obligatory even take sock even know soon finish make worse know friend chop know together mad cause even stop bank detail send bag rich like bitch unblock make quick promptly would give love free buy tell much cost new man aint get annual wage make monthly huh alright well need light burn low miss sun start snow know love let alright know high feel low hate road miss home know love let say pussy mine let', 'yeah good girl go bad take three action cloud stone let rain hydroplane bank dow cloud come fly higher weather better know know anticipation precipitation stack chip rainy day jay rain man back little miss sunshine heart well never world apart may magazine star baby cause dark see shiny car need always share sun shine shine together tell forever say always friend take oath stick til end ever know well stand umbrella stand umbrella umbrella umbrella umbrella fancy thing never come part entity infinity war take part world deal card hand hard together well mend heart might also like sun shine shine together tell forever say always friend take oath stick til end ever know well stand umbrella stand umbrella umbrella umbrella umbrella run arm alarm come there distance love let rain pour need sun shine shine together tell forever say always friend take oath stick til end ever know well stand umbrella stand umbrella umbrella umbrella umbrella baby baby come come baby always come come rain rain come come rain rain come', 'weve aint break yet damn need since kiss felt like different weve bout forever since together bout ring make think better catch rock hard place red wine mistake tear face door lose midnight damn exhaust hell break rock hard place record towel take effort rather ride better weather together rock hard place red wine mistake tear face door lose midnight damn exhaust hell mend break rock hard place might also like weve bout forever since together bout ring make think better catch rock hard place tear face door lose midnight damn exhaust hell mend break much take', 'wrap want arm let hold never let like use say would never fall love find say would never fall unless fall lose within darkness find find heaven could ever friend would rather die let say would never fall love find say would never fall unless fall lose within darkness find find would fall love find say would never fall unless fall lose within darkness find find might also like', 'wish know wish know wish know wish know wish know make move make move know late pursue bite tongue bad habit mad take stab think good dear never give time day dear thing happen reason think sure yeah wish know wish know wish know wish know wish know wish know yeah wish know wish know wish know please say please say want wish wouldnt play know know bite tongue like bad habit would mind try make good dear funny come back dear thing happen reason ignore yeah see lacy ticket low might also like wish know wish know wish know wish know wish know surprise wish know everywhere wish know back decide wish know decide wish know always know way wow around get turn make rowdy carry hard cause know find biscuit gravy babe surprise know biscuit gravy babe know youd come back around cause know biscuit gravy babe let back mall lose control stupid crazy babe know heart til end miss beg babe', 'tell shoot loop range stay way get another side like get poppin bitch business get violence see public know keep silent bedroom outside keep quiet keep see keep like nobody know need get space yeah replacement way please play pussy like great escape need new trick old dog change aint love pussy get new bitch selfish favorite hoe know reach every time play mind rush feel like crime know belong gon save spot outside cause block hot mind wherever call let get another side like get poppin alright bitch business get violence yeah yeah see public know keep silent bedroom outside keep quiet keep see keep like nobody know let keep see keep like nobody know see ticket low might also like need total confidential privacy yeah want one light change trip straight work nerve know get moody aint love talk talk match stroke wherever whatever need call call get another side like get poppin bitch business get violence alright see public know keep silent bedroom outside keep quiet keep see keep like nobody know keep see keep like nobody know let real even make look stupid slap dog stop', 'awaken shake know awaken shake know awaken shake know awaken shake know yeah life life thing need need leave rest peace pigeonhole night owl different mode might make paint pinky toe shoot guard let know would middle row good love minute though bitch cause timid soul plus ambition kitchen stave pot start see suds good hoe say suave get think buy yellow stone love way babe silicone everybody fake could crack code everything set rise gold dread like cole tell head good even know bitch tell model aint vogue throw party day one aint studio theyll lay rest peace drama king straight like way talk say throw party day one pull know bass like way talk say get face throw party day one aint studio theyll lay rest peace drama king straight let tell pussy spin block twice like aint nowhere park smack backside head like pussy come get dark big stepper come roll leave stretcher let brother drive shoot team effort question bitch must think chopper like feel molester gun like lemon pepper hear cause must think wrestler aint chopper come compressor chopper come compressor pussy chopper come pussy come switch smith stick put hand air spin hood get dick fact business put blick come around actin scary get take fell love dizzy get mad love boy yeah keep slide reason aint get last get turn duppy aint even roll wood cause musty ask tell come shoot twenty time damn lucky damn lucky see drake ticket low might also like throw party day one aint studio theyll lay rest peace drama king straight like way talk say say say say say say like way talk say say say say say', 'first thing first rest peace uncle real father ever know get bitch pregnant better prophecy make way back will listen even back break team martin king talk one time sister one time lame tell difference one time know save save save save save save save save role model right role model speak memory memory could find one last night foot rub bitch swear god make call girl tell hey whats good sorry never home stay good phone proceed lay wood come fast like white neighborhood aint get shame bout think spoil rich cause bitch get defensive say without think back back better celebrity fore bitch bitch heavily back could get platinum plaque without melody one time sister one time lame tell difference one time know see cole ticket low might also like save save save save save save save save want real love aunt love love leave toothbrush crib love aint wonder whether love want bitch reality show hoe back five six hoe kick know deserve bird bird trap think rap would flirt back takin skirt let wear shirt fore leave need shirt back know one time sister one time lame tell difference one time know save save save save save save save save there old say know probably say fool shame shame fool get fool one time shame fool twice put blame fool three time peace sign load chopper let rain bop bop bop fool one time shame fool twice put blame fool three time peace sign load chopper let rain bop bop bop regret young regret young long leave hoe reality show hand script bitch could read along regret young sade regret could never take home leave hoe stale face cause know song shallow pussy deep shallow shallow shallow pussy deep shallow yeah shallow shallow pussy deep shallow shallow shallow pussy deep shallow shallow save save save save save save save save save save save save save save save save', 'last night think stop baby walk want baby think know never lose road shimmer vision heat heat wave mirror road shimmer vision heat heat wave sometimes think late night middle june heat wave make happier sometimes think late night middle june heat wave make happier usually put never think today see reflection clearly screen need better life need never give fake water across road go night come sometimes think late night middle june heat wave make happier fight breathe say let better someone new alone know hurt look break cry one say might also like sometimes think late night middle june heat wave make happier sometimes think late night middle june heat wave make happier wonder sleep smile comfortable wish could give look perfectly unsad sometimes think late night middle june heat wave heat wave sometimes think late night middle june heat wave make happier sometimes think late night middle june heat wave make happier road shimmer vision heat heat wave mirror road shimmer vision heat heat wave mirror', 'feel like love love mood tonight baby need drink cup need drink hey pour drink mood mood need prescription higher sit top nobody nobody ever fun like ever fun yeah gon night black light spaceship fly yeah spaceship fly unapologetic night night tonight gon night bet see far bet see star bet elevate bet meet god cause feel like love mood cause gon night whats four wall sexy love turn miss roll call yeah roll show show show show nasty clean nobody nobody ever fun like ever fun yeah need prescription higher sit top might also like gon night funk funk black light spaceship fly yeah spaceship fly unapologetic night funk funk tonight tonight gon night bet see far bet see star bet elevate bet meet god cause feel like love mood gon night hypersonic sex erotic body boy get hit ride get actin excite exotic season professional squeeze let tease get time today get time today get time get time today get time wait come play yeah come cuff cuff cuff cuff baby bus bus bus baby baby anywhere mind mind yeah mind truck huh back truck get huh cup huh put cup yeah cause gon night take flight woo light yeah unapologetic night bet see star night bet far night bet levitate night bet meet god party people roll yeah huh gon night yeah spaceship fly', 'scar somewhere inside something repair even though always pretend feel trap yesterday memory pain know know never break away break free cause alone lose memory live behind lose dignity live inside confusion tire always afraid damage receive break promise make blindly know never break away break free cause alone lose memory live behind lose dignity live inside confusion try keep pain inside never alright try keep pain inside never alright try keep pain inside lose never alright try keep pain inside lose never alright might also like lose memory live behind lose dignity live inside confusion', 'lift hold keep close safe sound burn hopeless dream hold sleep keep warmth love depart keep safe safe sound lift hold keep close safe sound endless sea take time stay keep strength arm keep safe safe sound lift hold keep safe safe sound burn hopeless dream hold sleep keep safe need light need love lift lift arm hold need love need love need love keep close hold hold safe sound hold hold hold hold lift hold hold hold hold hold hold hold keep safe need light need might also like', 'time think bathroom look face mirror need wait reaper take life never get alive live thousand life patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone get feel soul ahead throw stone cause there magic bone stick gray black white never wrong til right like boulder vulture flame bed patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone bone get feel soul ahead throw stone cause there magic bone see imagine dragon ticket low might also like cause there magic bone look mirror mind page life path many pace time drown voice air one never piece sky patience wan entertain patience wan entertain get feel yeah know lose control cause there magic bone magic bone get feel soul soul ahead throw stone cause there magic bone mind mind mind mind mind mind cause there magic bone', 'feel like care enlighten dear mean complacent decision make back mind even cry single tear sick wait patiently someone would even arrive back mind will even regret believe say true hate might also like', 'girl like friend like hit land fit plan like go bed wake japan like girl know like fancy fancy pull candy yeah never understand understand cause bout pull girl like hammy hammy wow let take dip lady hit hey lately need someone save famous get hoe around need good girl need someone grind please around need someone heart run back run back girl like friend woo like hit land fit plan like go bed wake japan like let know free cause hit week babe actin sweet know want little get little aint new freak let drop band put jewel teeth love way drip turn pool beach cop cop get taste finer thing brand new old team get leash cause say string know cool steal pussy aint get get wonder might might could chaka rufus roof back see get attach get might friend long long time mind know like see post ticket low might also like girl like friend like hit land fit plan baby yeah like go bed wake japan like want want heart big huge want baby like yeah like girl like friend like like want', 'stay middle like little want riddle tell say back say ditto morning far say ditto grow much like memory heart look summer pass fall time want somebody like want somebody think yeah time yeah time get time lose long day miss heart beat get nothing lose like heart beat want stay middle like little want riddle tell say back say ditto morning far say ditto want walk maze even know everything wish tell say back say ditto want want say ditto might also like anybody always feel like first time time get nothing lose like heart beat want stay middle like little want riddle tell say back say ditto morning far say ditto want walk maze even know everything wish tell say back say ditto want want say ditto', 'bitch better money know well enough bitch better money please call bluff pay owe bigger bitch give money think like bra bra bra buy shoot kamikaze think gon knock top wife brand new foreign car act like forget call shoot shoot shoot like bra bra bra pay owe act like forget bitch better money bitch better money pay owe bitch better bitch better bitch better bitch better bitch better money turn whole club waste every time drop thing drop top hundred mirror like bra bra bra buy shoot kamikaze think gon knock top wife brand new foreign car act like forget call shoot shoot shoot like bra bra bra pay owe act like forget might also like bitch better money bitch better money pay owe bitch better bitch better bitch better bitch better bitch better money bitch better money bitch better money pay owe bitch better bitch better bitch better bitch better bitch better money bitch better money bitch better money bitch bitch bitch better money bitch better money hold money money bitch better money bitch better money', 'meet midnight star ceiling ever say much really read melancholia scrutiny yeah yeah handle beautifully yeah yeah new yeah yeah feel lavender haze creep damn give damn people say deal want stay lavender haze keep keep bride girl see girl see wife find yeah yeah theyre history yeah yeah even listen yeah yeah feel lavender haze damn give damn people say deal want stay lavender haze see swift ticket low might also like lavender haze talk talk viral need love spiral get chest get desk get desk talk talk viral need love spiral get chest get desk feel feel lavender haze creep damn give damn people say deal deal want stay lavender haze get chest get desk lavender haze stay stay lavender haze', 'man want world hand hate beach stand toe sand use sleeve sweater let adventure head cloud gravity center touch neck touch little high waisted short know think think one love two mouth one love one house shirt blouse find nothing wouldnt tell cause cold let hold hand hole sweater may take breath away mind there much say sometimes silence guide mind move place far away start raise minute leave hand meet waist watch face put finger tongue cause love taste yeah heart adore everyone beat inside place warm outside start pour one love two mouth one love one house shirt blouse find nothing wouldnt tell cause cold let hold hand hole sweater cause cold let hold hand hole sweater cause cold let hold hand hole sweater cause cold let hold hand hole sweater might also like cold cold hole sweater', 'always wake pour strong one although get lonely memory get lean back bourbon sure hell keep look like hard way fault yeah ball go go three sheet wind bout waste time money owe honey mile chevy prayer pew day spend waste waste yeah swear different heart wouldnt listen head boot foot look like learn hard way waste time money owe honey mile chevy prayer pew day spend waste waste like pile stuff back right flame match waste waste waste waste waste see morgan ticket low might also like time money owe honey mile chevy prayer pew day spend waste waste waste waste', 'take somewhere know care cold know bring daffodil pretty string would flower like last spring kiss make feel alright tire share night cry love tear use another love another love tear use another love another love tear use another love another love tear use somebody hurt fight hand break one many time use voice rude word always win know lose sing song sing another heart cry learn love tear use another love another love tear use another love another love tear use another love another love tear use need love heart think see ticket low might also like sing song sing another heart cry fall love tear use another love another love tear use another love another love tear use another love another love tear use', 'shine bright like diamond shine bright like diamond find light beautiful sea choose happy like diamond sky shoot star see vision ecstasy hold alive like diamond sky know wed become one right away right away first sight felt energy sun ray saw life inside eye shine bright tonight beautiful like diamond sky eye eye alive beautiful like diamond sky shine bright like diamond shine bright like diamond bright like diamond beautiful like diamond sky shine bright like diamond shine bright like diamond bright like diamond beautiful like diamond sky palm rise universe moonshine molly feel warmth well never die like diamond sky shoot star see vision ecstasy hold alive like diamond sky might also like first sight felt energy sun ray saw life inside eye shine bright tonight beautiful like diamond sky eye eye alive beautiful like diamond sky shine bright like diamond shine bright like diamond bright like diamond beautiful like diamond sky shine bright like diamond shine bright like diamond bright like diamond beautiful like diamond sky shine bright like diamond shine bright like diamond shine bright like diamond shine bright tonight beautiful like diamond sky eye eye alive beautiful like diamond sky shine bright like diamond shine bright like diamond shine bright like diamond yeah shine bright like diamond shine bright like diamond shine bright like diamond shine bright like diamond', 'feel air yeah hear scream everywhere yeah addict ready dangerous love affair whats come get problem tell whats thing mind whats who gon run town tonight whats who gon run town tonight yeah whats yeah gon run town yeah say roc nation pledge allegiance get fatigue black everything black card black car black everything girl blackbird get depth boy really real enough familia explain later let get back paper couple band get back give grip lose flip five stack yeah comma zero dot zero back circle round square hold life game fair yeah break rule care keep tall rain whats victory within mile almost give whats thing mind whats who gon run town tonight yeah hey hey hey hey whats who gon run town tonight might also like yeah say call dark please follow leader eric microphone fiend return god peace god aint nobody martin table side theyre jealous get banquette full broad get table full yeah aint cake throw hand cause aint get spade yeah whole team get dough banquette like row life game fair break rule care keep tall rain victory within mile almost give thing mind who gon run town tonight hey hey hey hey who gon run town tonight crazy joe blow everybody dick homo buy whole family whip next time church please photo police escort everybody passport life everybody ask fast life crash course think rap push know stay girl gon want one thing spend whole life good hunt good gon come good get swallow top two bee sting make precinct give damn drama dude bring change color mood ring baby need try new thing ever shoe without shoe string whats baby heel may baby wheel aint like huh know feel whats hey hey yeah yeah hey hey whats hey hey hey gon run town tonight whats', 'thing tell never would tell change even know never could know find nobody else good need stay need stay hey get drink wake waste realize time waste feel like feel way feel right right thing tell never would tell change even know never could know find nobody else good need stay need stay hey thing tell never would tell change even know never could know find nobody else good need stay need stay hey away miss touch reason believe love difficult trust afraid aint way leave cause aint ever leave know know live without baby stay might also like right thing tell never would tell change even know never could know find nobody else good need stay need stay hey thing tell never would tell change even know never could know find nobody else good need stay need stay hey need stay need stay hey', 'yeah whiskey ought get money back someone say memory aint jack yeah double like make away need something proof something use yeah feel like nothing cut hard truth yeah need something proof need something proof til theyre shut yeah never aint around yeah matter time town get go turn bar yeah upside give money aint nobody proof something use yeah feel like nothing cut hard truth yeah need something proof need something proof hey liquor get go must wrong cause work hard fade memory baby thing fade need something proof something use yeah feel like nothing cut hard truth need something proof til theyre shut yeah need something proof never aint around yeah see morgan ticket low might also like matter time town get go turn bar yeah upside give money aint nobody proof', 'love hell gon love somebody else get amen ask yeah party make friend need lover look somebody somebody take home exception bless body love want bad tonight come drop line put aura mine like could life could ease appetite know never high like cause make friend make friend yeah cause make friend need lover need lover need lover need lover might also like honest baby need partner light come light come yeah yeah thirty almost get love song yeah want bad tonight come drop line though never high like cause make friend make friend yeah cause make friend need lover need lover need lover need lover need need need need lover need lover need lover need lover look somebody somebody take home exception bless body love cause make friend make friend cause make friend need lover need lover need lover need lover need need need need lover need lover need need need need lover need lover need lover need lover', 'colour fade cause keep wait wild wild world wild wild girl sun shin half size wild wild world time run run away mar would find star would miss end run oxygen run away mar tell way home go long empty world skip stone wonder long discover quiet life time run run away mar would find star would miss end run oxygen run away mar might also like three two one miss sorry get issue run away mar would find star would miss end run oxygen run away mar', 'get like want want try buy pretty heart price high baby get like love fall apart fall apart put together throw wall baby get like woo stop love love quit love love start love love babe fire get close burn something babe run mile get taste must love brain get feel way feel way beat black blue good get enough must love brain yeah keep name name matter good without get enough must love brain baby keep love love yeah love need love yeah get like tire like violin get heart baby like woo stop love love quit love love start love love might also like babe fire get close burn something babe run mile get taste must love brain get feel way feel way beat black blue good get enough must love brain yeah keep name name matter good without get enough must love brain', 'anyway bad bitch oclock yeah lot flirty everybody back minute tell cause get feel feel right pressure way fine yeah girl use bitch might better turn music turn light get gon alright alright damn time time turn music let celebrate alright get gon alright damn time minute need sentimental man woman pump fussy bring fabulous cause give way much need like two shoot cup get get feel right see ticket low might also like pressure way fine yeah girl use bitch might better turn music turn light get gon alright alright damn time time turn music let celebrate alright get gon alright damn time bitch cause know time tonight tonight tonight tonight woo tonight tonight alright alright damn time tonight let tonight tonight tonight tonight woo tonight tonight tonight alright damn time bitch yeah yeah damn time', 'guy like guy like sorry already catch another plane come back want another disappointment much give champion give worst version sorry baby throw away cat wolf like rookie wolf like guy like guy like big someone like mortify chew swallow swallow chew return cry beg understand fault criticize make music sorry splash leave neighbor press door debt treasury think hurt make woman longer cry woman name good person clearly sound like name good person clearly like guy like big someone like might also like love hate step come back listen zero grudge baby wish well suppose replacement even know strange even distinguish worth two go fast slowly lot gym work brain little photo see feel like hostage everything fine vacate tomorrow want bring let come name good person clearly sound like name good person wolf like guy like guy like big someone like type type like guy like guy guy like big someone like wrap bye', 'along fever cold sweat hotheaded believer throw hand air say show something say dare come little closer round around around around tell tell tell know really sure feel something way move make feel like live without take way want stay much life live something take give round around around around tell tell tell know really sure feel something way move make feel like live without take way want stay reason hold cause need hole go funny break one one save cause never see light hard know one cave really sure feel something way move make feel like live without take way want stay stay want stay you might also like', 'put worst mood cleaner church shoe point two hurt red lamb tease none toy lease make whole year week yah main bitch league side bitch league house empty need centerpiece twenty rack table cut ebony cut ivory skinny piece clean face man love baby money need aid bout see shade switch style take lane switch cup pain look do look do every day try test every day try end pull roadster pocket overweight hefty king far cry come alive fall time competition really listen blue new edition see ticket low might also like house empty need centerpiece twenty rack table cut ebony cut ivory skinny piece clean face man love baby money need aid bout see shade switch style take lane switch cup pain look do look do let brag legend fall take year like bandit buy crib brand new wagon hit grocery shop lavish star trek roof wraith khan girl get loose hear song hundred dash get close god pray love pray car house empty need centerpiece twenty rack table cut ebony cut ivory skinny piece clean face man love baby money need aid bout see shade switch style take lane switch cup pain look do look do look do look do', 'remind damn business try find better leave alone surprise really think could care really like find somebody else could anyone else fret ever see never meet one thing angry jerk treat like worth fret ever see meet happen watch happen fret ever see never meet one thing angry jerk treat like worth remind damn business try find better leave alone surprise really think could care really like find somebody else could anyone else fret ever see never meet one thing angry jerk treat like worth fret ever see never meet happen watch happen fret ever see never meet one thing angry jerk treat like worth might also like', 'yeah want love like hot ride yeah think like boy forget world cause gon tonight yeah make beg make swallow pride want make feel like girl world like one ever love like one know heart girl world like one command cause one make feel like man yeah want make feel like girl world like one ever love like one know heart one want take like thief night hold like willow make feel right baby tell secret keep come inside yeah enter aint leave prisoner night want make feel like girl world like one ever love like one know heart girl world like one command cause one like one know heart one might also like take ride ride baby take high high let make rise rise make last night night take ride ride baby take high high let make rise rise make last night want make feel like girl world like one ever love like one know heart girl world like one command cause one make feel like man girl world girl world girl world girl world', 'get numb forget cause eye like sun feel like moon feel like one get numb numb numb numb get numb forget cause eye like sun feel like moon feel like one get numb numb numb numb get numb crazy wild cause lately life short late night party basement hotel lobby waste save take yeah make get numb forget cause eye like sun feel like moon feel like one get numb numb numb numb get lose tonight dance get way high let set mood set mood fantasy yeah fall asleep yet there world rather might also like get numb forget cause eye like sun feel like moon feel like one get numb numb numb numb get numb forget cause eye like sun feel like moon feel like one get numb numb numb numb get numb numb numb numb get numb numb numb numb', 'yeah think want one number phone might change contact leave alone say like eye like make roll treat like queen get throw help get close baby tongue numb sound like want one else baby deep here song write song write honest get nonsense stomach walk get arm around feel good jump octave think get forget find chi lose even know nonsense around clock hope nobody knock opposite soft wild wild think keep get young energy catch love might also like help get close baby tongue numb sound like want one else baby deep deep here song write song write honest honest get nonsense nonsense stomach walk walk get arm around feel good hit octave think get forget find chi lose even know nonsense even know song bet house sock wake morning think write pop hit quickly take clothe pop quiz one make arent make', 'wait early late night wait even matter time wait presidential wait higher whenever find time pray demon girl get every time sip codeine get vulnerable sound storm come understand take everywhere go field like child corn hear drop phone get mad cause leave alone gossip messy aint world end travel around world would cry would try get phone drop tear tell want clear yeah get vulnerable will tell need clear yeah drink tell exactly feel wait load keep real wait wait please tell real one exactly wait wait say cause know hear wait wait yeah round world sit balcony wonder get career take time away woman cannot convince love wait line feel like river back kiki river wait message say wait know get introduce know wait make shake hand minute wait walk plank know swimmer wait suppose dog do put kennel girl put muzzle dinner tiny presidential get better meet aint coincidental try bring best guess influential guess one mean might also like hear tear drop phone get mad cause leave alone gossip messy aint yeah world end around world would cry would try get phone drop tear tell want clear yeah get vulnerable will tell need clear yeah drink tell exactly feel wait load keep real wait wait please tell real one exactly wait wait say cause know hear wait wait early late night even matter time world end would cry would try get tell want clear yeah tell', 'take long vacation beefin waste blurry mean hurry baby stick fore memory get late lose whats leave suppose tell see anyone nobody get like suppose let like nobody get nobody get nobody get nobody get take ballet go road empty stick deadbeat real deserve wouldnt take back pretend man know late lose see ticket low might also like whats leave suppose tell see anyone nobody get like suppose let like nobody get nobody get nobody get nobody get nobody get', 'hit dive bar every blue moon get wild card keep inside boot lately maybe save cause sure kick day spend happy hour home middle old raise hell night boy want lay hammer see fast shell day hat would peace mind roll learn toe line time old start much time get sand bottom top cause hourglass last forever bout day like faster middle old raise hell night boy want lay hammer see fast shell day hat would peace mind roll learn toe line time middle old rule fore break aint lose step look take raise hell night boy want lay hammer see fast shell day hat would peace mind roll learn toe line time middle luke comb ticket low might also like', 'spit face love would phase spit face love would change spit face love go crazy spit face love go mad spit face love would phase spit face love would change spit face love go crazy spit face love go mad fault need anyway stumble bathroom stumble arm crank room noose backwood bitch call crazy work get guest house smoke attic right know love argue let get waste liquor taste girl touch drink know lace know say except mine mine mine mine mine crush heart say nothing break keep cut bleed gush bleed never spit face love would phase spit face love would change spit face love go crazy spit face love go mad spit face love would phase spit face love would change spit face love go crazy spit face love go mad might also like sho tell give leave everyone cold say anything show heroin shoot bone crank room noose backwood bitch call crazy work get guest house smoke attic right know love argue let get crush heart say nothing break keep cut bleed gush bleed never spit face love would phase spit face love would change spit face love go crazy spit face love go mad spit face love would phase spit face love would change spit face love go crazy spit face love go mad', 'cold heart human sign thing wrong scent temptation strong cold cold heart thing better baby think long long time til touchdown round find man think home say well think keep cold cold heart thing better baby think long long time til touchdown round find man think home say well think keep might also like cold cold heart thing better baby think long long time til touchdown round find man think home say think long long time til touchdown round find well think keep man think home', 'ceiling plaster make move faster lovely sit cute harder shoe full water lovely cute short drive home leave kiss car feel like start movie see bed sheet clothe touch like nobody else lovely lay cute would say ruin moment lovely sit comfort chaos drive home come get kiss car feel like start movie see real exist recall last time hit car feel like end movie see ticket low might also like', 'mustard beat good way way good low fade fade love feel jade huh use trip fun run though give baby get twist another hit list fix inner issue bad bitch tell savage white horse carriage bet never could imagine never tell could feel little give little know hate confess baby around light roll break like pound never never real real serious feel feel use trip fun run though give might also like baby get twist another hit list fix inner issue bad bitch tell savage white horse carriage bet never could imagine never tell could feel little give little know hate confess baby', 'get head blast favorite tune get one thing mind get stick think make feel brand new sunshine eye get pretty eye head know get dance bed let show exactly want cool give yeah drive freeway night get one thing back mind get stick think feel like might time shine get head blast tune get one thing mind get stick think make feel brand new sunshine eye get head get stick think might also like yeah drive freeway night get one thing back mind get stick think feel like might time shine get head blast favorite tune get one thing mind get stick think make feel brand new sunshine eye', 'beat better run back know get lazy right yeah molly molly one live right right right baby ride yeah bring place like baby care know care bring place know body lightweight know body lightweight cane yeah yeah yeah make hurricane cane band make rain rain tie put chain chain make tattoo name name make cry like baby yeah let make video yeah yeah make cry like baby yeah let make video video baby ride yeah bring place like baby care know care bring place know body lightweight know body lightweight cane cane cane baby ride yeah molly molly like baby care know care molly brown ticket low might also like', 'mage beat drink alcohol past five day check look room eye red smoke banga check check notice nobody wey know paranoia cause put smile face never face know well well would see bury inside grave inside grave cause see people people really know really know cause see people people people really know really know drink alcohol past five day check look room eye red smoke banga check check notice holy father holy father dey try hold head say make leave holy father make try understand yahoo girl dey might also like cause see people people people people really know really know really know cause see people people people really know really know drink alcohol past five day check look room eye red smoke banga check check notice drink alcohol past five day check look room eye red smoke banga check check notice drink alcohol past five day check', 'kiss dangerous lose without around get anxious lead look back dark right lose like comfort sin get right feel taste resentment simmer skin bloodstain shirt new bitch nerve old get curve back word damn bitch thirsty know worth perfection let mental get desperate damn aint deserve broad day sunshine find way cry change mind get tough crowd hate stay dark right lose like comfort sin get right feel resentment skin see ticket low might also like bloodstain shirt new bitch nerve old get curve back word damn bitch thirsty know worth perfection let mental get desperate damn say trust baby love aint hurt way need best baby get say give dark right lose like comfort sin get right feel taste resentment simmer skin bloodstain shirt new bitch nerve old get curve back word damn bitch thirsty know worth perfection let mental get desperate damn aint deserve', 'yeah know sometimes thing may always make sense right hey daddy always tell straighten little soldier stiffen upper lip get know miss know miss dad go give life never see sad even smile even laugh see eye deep inside cry cause aint daddy wit prayer wipe tear daddy nightmare gon pull together gon uncle crazy aint yeah love girl better know get world spin swirl whirl twirl two little beautiful girl puzzle daze know daddy always move always news try keep shelter somehow harder try backfire thing daddy see daddy want see see much plan way mother thing get bad see ever together ever like use course everything always reason guess never mean control destiny worry rest head sleep maybe one day well wake dream might also like hush little baby cry alright stiffen upper lip little lady tell daddy hold night know mommy right know feel feel inside may seem little crazy pretty baby promise gon alright funny remember back one year daddy money mommy wrap present stick tree say cause daddy could buy never forget sit whole night cry cause daddy felt like daddy job job keep food table time every house live either keep break shoot block savin money jar start piggy bank could college almost thousand dollar til someone break steal know hurt bad break heart like everything fall apart dad lot back flat apartment dad back side mile daddy go meet fly see daddy work leave daddy like young understand papa roll stone habit fast either one grab sorry witness firsthand cause ever make empty house baby picture trip see much grow almost like sister wow guess pretty much daddy daddy like sound yeah get ring go moment hush little baby cry alright stiffen upper lip little lady tell daddy hold night know mommy right know feel feel inside may seem little crazy pretty baby promise gon alright ask daddy buy mockingbird give world buy diamond ring sing anything see smile mockingbird sing ring shine break birdie neck back jeweler sell make eat every carat dad', 'please stop music please stop music please stop music please stop music late way favorite place get body move shake stress away look nobody way possible candidate yeah know youd like make impossible baby say aura incredible know come party dance floor actin naughty hand around waist let music play hand hand chest chest face face take away let escape music let play refuse like way keep please stop please stop music take away let escape music let play refuse like way keep please stop please stop please stop music might also like baby ready cause close feel passion ready explode one know private show know come party dance floor actin naughty hand around waist let music play hand hand chest chest face face take away let escape music let play refuse like way keep please stop please stop music take away let escape music let play refuse like way keep please stop please stop please stop music please stop music please stop music please stop music take away let escape music let play refuse like way keep please stop please stop music take away let escape music let play refuse like way keep please stop please stop please stop music please stop music please stop music please stop music', 'nan', 'stop know big big stepper big footprint pussy track yeah pussy pussy pussy pussy pussy pussy pussy honorable want big member yeah leave cold like tree like timber get baby fore bend hit windshield fender smoke agenda throw white flag surrender pussy black tux businessman pussy hand take plug man spray whole block give damn bitch gentleman bitch know man rock like man look eye man lap everywhere strap rapper cap aint dap flat use rob trap money tall bullet splat chuck cheese rat get rodent way many stepper hold back body full scar face full tat pray knee pray strap might also like say want smoke fire come money head well come get new put sweet throw honey bun keep street aint never put woman business rapper aint make sleep straight god start hard hundred dollar whip tank money aint never smoke weed cool young take cheese pussy mine bitch gang trust straight argue fuss straight get touch straight smoke god cause dust pussy think battery call musk pussy open mouth bust suck slow rush threesome must straight hit back cuss god put bitch use ride bus damn walk around thigh pad aint get yard rush lap everywhere strap rapper cap aint dap flat use rob trap money tall bullet splat chuck cheese rat get rodent way many stepper hold back body full scar face full tat pray knee pray strap', 'honorable keep bitch keep jump keep bitch catch cool ten bitch get loose win beat house beat there forty couch let spend car light better call do do twin do go put raw do hit strip club spend tall ten hot like stroke heat stroke could see peephole different money type note note note hit note spend want get want guess get pole give honest yeah many night go nameless many night go famous many night go brainless yeah let get keep bitch keep jump keep bitch keep jump keep bitch catch cool ten bitch get loose win beat house beat there money couch let spend might also like make hundred fall back need call back bae dashboard passport ask really get want want want get want want want get want want want get want want want spend want get want guess get pole give honest yeah many night go nameless many night go famous many night go brainless yeah let get keep jump keep keep keep keep whenever ride aint like ride free need pack studio throw party throw party money fast slow slow feel like past slow many night bout crash cash slow', 'thing havent quite there haze horizon babe couple day miss yeah nothing really plan stub toe break camera everything help feel make happier baby wish around make happier baby weve bout anything want morning life get mind never fan change follow place come feel make happier baby wish around make baby weve bout anything want morning life get mind get mind get mind get mind would even try would even try get mind get mind see harry style ticket low might also like weve bout anything want morning life get mind get mind talk get mind talk would even try talk get talk', 'yeah call long enough maybe show love maybe withdrawal even much turn touch baby look around sin city cold empty one around judge see clearly go say blind light sleep feel touch say night like one trust hey hey hey run time cause see sun light sky hit road overdrive baby city cold empty one around judge see clearly go say blind light sleep feel touch say night like one trust see ticket low might also like call back let know back let know could never say phone say phone never let time say blind light sleep feel touch hey hey hey hey hey hey say blind light sleep feel touch', 'do much around law do see much saw straight teardrop call fall straight never fall god lab behind wall lab behind ratchet bitch type put mood mood know come cool know put groove god know lot learn one thing prove straight walk would ride might need extra foot two straight keep distance might need extra foot two foot two might build house might need extra foot crib size phew model call phew do fell love hood girl syrup margarita margarita phew buy college brand new god phew weekend straight phew take shower get curtain leave phone purse nervous bitch phew saint detergent clean phew get crush waitress hope serve mean phew headlight frog phew number seven big phew ratchet bitch type put mood yeah know come cool know put groove yeah know lot learn one thing prove walk would ride might need extra foot two keep distance might need extra foot two might build house might need extra foot might also like do much around law stay forget bout saw power keep bar make sleepy closet mall mouth ball extend marble wall water eye fall get many number call make many way cross ball ball ball ratchet bitch type put mood yeah know come cool know put groove yeah know lot learn one thing prove walk would ride might need extra foot two keep distance might need extra foot two might build house might need extra foot perceive wrong hero wear cape make bear time hero begin unlike end take nearly identical shape form', 'come come come come come come come come come come come come feel good bad there way turn back pain pleasure cause nothing could measure love great love fine box line affliction feel leaf want cause may bad perfectly good sex air care love smell stick stone may break bone chain whip excite cause may bad perfectly good sex air care love smell stick stone may break bone chain whip excite might also like come come come like like come come come like like come come come like like come come come like like love great love fine box line affliction feel leaf want cause may bad perfectly good sex air care love smell stick stone may break bone chain whip excite come come come like like come come come like like come come come like like come come come like like love feel bring turn exactly yearn give strong meet boudoir make body say like like cause may bad perfectly good sex air care love smell stick stone may break bone chain whip excite cause may bad perfectly good sex air care love smell stick stone may break bone chain whip excite come come come like like come come come like like come come come like like come come come like like', 'need like flower need rain need like sun cloud turn grey like blood run vein love forever away sometimes feel lonely feel like one around hold head get dark heavy see face hope best breathe chest one step time take blind leave need flower need rain need like sun cloud turn grey like blood vein love forever away one step time take leave blind leave turn noise silence violence would runaway take dull make vibrant could stay forever baby hope best breathe chest one step time take blind leave might also like need like flower need rain need like sun cloud turn grey like blood vein love forever away one step time take leave blind leave need like flower need rain need like sun cloud turn grey like blood vein love forever away', 'night hear talk story ever tell somewhere far along road lose soul woman heartless could heartless could heartless could cold winter wind breeze remember though need watch way mean thing mean thing get know thing aint tell thing old get back gon show walk around like know get new friend well get end lonely night hear talk story ever tell somewhere far along road lose soul woman heartless could heartless could heartless could evil side know decide gon speak phone mad know hot cold would stop would mess groove cause already know thing run tell friend say see see wait couple month gon see never find nobody better night hear talk story ever tell somewhere far along road lose soul woman heartless could heartless could heartless might also like talk talk talk talk baby let knock know know bout get new see gon keep gon enemy know believe could leave wrong make right gon take tonight night night hear talk story ever tell somewhere far along road lose soul woman heartless could heartless could heartless', 'wake season go cause waste dawn get cause love another drug grow victim fair love war hell even front porch dawn back give record clothe back cause time wake halfway home life fleet dawn mistake cause never say thing miss mother southern drawl wall even give dawn back everything make way back lose last heart attack need one small victory give dawn back cause everything make way back lose last heart attack need one small victory see ticket low might also like wake season go cause waste dawn time wake halfway best friend home life dawn tell twice believe bigger miss bar star bout whats leave give dawn back everything make way back lose last heart attack need one small victory give dawn back everything make way back lose last heart attack need one small victory get cause love another drug grow victim', 'take arrow heart never mouth taste like strawberry yeah want lipstick guitar engine drive real far underneath star yeah want get like guy kiss eye drink smile feel like like soul fire stay day night yeah get like love like close give shiver baby dance til sunlight crack say party well bring right back well say love like close give shiver baby dance til sunlight crack say party well bring right back car moonlit dark wrap leg arm get enough know could tear apart put back together take heart never think could love hard get enough get like might also like guy kiss eye drink smile feel like like soul fire stay day night yeah get like love like close give shiver baby dance til sunlight crack say party well bring right back well say love like close give shiver baby dance til sunlight crack say party well bring right back baby burn hot make shiver fire get thing want stop know make baby burn hot make shiver fire get thing want stop know make shiver yeah get like love like close give shiver baby dance til sunlight crack say party well bring right back well say love like close give shiver baby dance til sunlight crack say party well bring right back hey', 'make grow man cry cry cry cry cry make take life yeah happiness never real real real real real mindless sex feel time time time would matter matter would matter matter time time time time time babe would matter would matter babe would matter like never like never like go thin air time time time baby would matter would matter baby would matter time time time would matter would matter time time time would matter would matter like never like go thin air time time time would matter would matter time time time would matter would matter time time time would matter would matter know love know aint sure youd rather something toxic poison til feel nothing soul soul edge something break feel mind slowly keep go would make keep go would make might also like baby hey would matter baby know know hey', 'everywhere man look someone someone please love night long everywhere man look babe look babe search babe cause never see yeah somewhere crowd yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah life life life life life life might also like everywhere man look someone someone please love night long everywhere man look babe look babe search baby cause never see yeah somewhere crowd yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah life life life life life want way day show tonight yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah everywhere man look someone someone please love night long everywhere man look babe look babe search babe', 'last week stop come stop riot like damn mood like damn mood boom like damn mood mood mood like damn mood mood light get money like like damn mood mood damn mirror dance like know pant rapper get chance stick way band damn like view day many way get try stay bae play play party rump rump big boob butt stay plump stay plump know ten ten friend damn friend like ice always stay hot hot mad cause keep bop bop mad cause takin spot bitch hate lot like damn mood like damn mood boom like damn mood mood mood like damn mood mood light get money like like damn mood mood damn might also like friend fake love place like step party face pretty bitch come gutter say light end summer like bigger damn viral sicker like let keep buck huh bitch get stick rut damn hop truck huh pretty bitch like big butt pretty face waist go huh wait hold hold wait hold hold wait hold hold like damn mood like damn mood boom like damn mood mood mood like damn mood mood light get money like like damn mood mood damn like damn mood like damn mood boom like damn mood mood mood like damn mood mood light get money like like damn mood mood damn', 'come boat ramp old truck find bunch log catch bunch hog yeah write book yeah write book learn throw curve right catch clean third strike talk little smack back yeah write book there one lay lamp one say cuss fight let bottle turn different man damn every night get heaven letter red aint read enough keep straight line jack trade man say one book write meet good girl life straight say good one day leave cloud dust cause never good one lay lamp one say cuss fight let bottle turn different man see morgan ticket low might also like damn every night get heaven letter red aint read enough keep straight line lack trade man say one book write yeah good lord know need write probably read one lay lamp one say cuss fight let bottle turn different man damn every night get heaven letter red aint read enough keep straight line lack trade man say one book write one book write one book write', 'let get hop sixteen passenger challenger big one keep member freak get coach seat cannibal eater like get drink whole bottle wake repeat damn take mix chi say wow jungle aint get coat bet come mink bet fam cause bigger big color stone infinity link factory masterpiece factory call twin cause brother get real water like sauna wet pointer woo comma would fumble fumble gunner jungle buy front cake funnel woo cash drop top like hah drop top get play go chrome heart wallet smoke pilot take three tropic tropic outside narcotic narcotic woo stick make one wrong move pop pop blame flood hotel lobby flood crowd diamond like bobby touch cocky touch party get kick bitch gon trend topic keep way pull pop aint none gon stop pull go put get cup drip faucet kilo keep bank gon get bigger never throw shade take play see big picture one gon call cho get bag gon follow get gon ball ball cause beat system system might also like water like sauna wet pointer woo comma would fumble fumble gunner jungle buy front cake funnel woo cash drop top like hah drop top get play go chrome heart wallet smoke pilot take three tropic outside narcotic narcotic woo stick make one wrong move pop pop blame flood hotel lobby flood', 'vacuum cleaner dust ford cortina never rust like coffee hot let coffee pot call shoot babe secret heart harder hide think maybe let meter never run let portable heater get cold without set lotion hold hair deep devotion deep least deep pacific ocean secret heart harder hide think maybe see arctic monkey ticket low might also like vacuum cleaner dust ford cortina never rust', 'early there message phone mother say please come home fear worst could leave behind there much say there little time say someone who whole damn life give name colour eye see face look mine say could always saw best right wrong always side life without like saw way eye promise make sure alright say someone who whole damn life give name colour eye see face look mine say there way could ever let steal time start always friend someday make hold light hold light say someone who whole damn life give name colour eye see face look mine say see dean lewis ticket low might also like say', 'hey get hey get hey get hey get hey get hey aint nothing dog player get fraud player get understand understand aint man aint man aint nothing hound dog hound dog hound dog aint nothing player get round whole whip two finger set one toe ten boob put cork love cry think gon make let start rag lose patience aint aint nothing there story tell everybody sit arm around sit first class burn abu lose bet find find seat aint hide seek high school finally peak hound dog come find treat bad bitch aint nothing dog player get fraud player get understand understand aint man aint man aint nothing hound dog hound dog hound dog yeah yeah say aint nothing get know get get someone could prove wrong reckon leave problem door city gon need tell brother admit get empathy gon feel two week release sheet aint nothing keep mean discreet keep clean gym put teeth let demon leash even think speak give whole new mean say live dream keep asleep gon laugh count sheep sheep sheep sheep talk bout rip aint nothing dog player get fraud player get understand understand aint man aint man aint nothing hound dog hound dog hound dog aint nothing dog player get fraud player get understand understand aint man aint man aint nothing hound dog hound dog hound dog aint nothing hey get hey get hey get hey get hey get hey aint nothing might also like', 'dentist dark pretty girl start conversation friend turn green magician assistant dream oh come unstuck lady run take away dark side leave hand man love sing song get lump throat cause sing word wrong there movie think like guy quit job head new york city cowboy run live highest shelf oh come unstuck see joy ticket low might also like lady run take away dark side leave hand man love sing song get lump throat cause sing word wrong know stay know way swear screen thing ever see lady run take away dark side leave hand man love sing song get lump throat cause sing word wrong lady run take away dark side leave hand man love sing song get lump throat cause sing word wrong lady run take away dark side leave hand man love sing song get lump throat cause sing word wrong yeah get lump throat cause sing word wrong', 'long alive say complete failure race moonlight head toward star ready voyage walk among star long alive say do race moonlight head toward star ready voyage walk star shoulder mission flight know go hell life want never reply learn wise never take advice someone never practice say would never able develop new machine say never see light get rid distraction every time long alive say complete failure race moonlight keep advance head toward star ready voyage walk star long alive say do race moonlight keep advance head toward star ready voyage walk star road might also like havent since mother give birth thank god take responsibility prove dead wrong norm honor hero clearly ally join guy like love maybe fight let fight let find let fight put never cry choose say wise spend value people hard act say would never able develop new machine say never see light shut everything every time say complete failure long breathe race moonlight speed head toward star ready voyage walk star road say lose long alive race moonlight speed head toward star ready voyage walk star say failure long alive race moonlight keep advance head toward star ready voyage walk star road', ...]
# PRINT LENGTH
len(cleaned)
7300
# UPDATE DATAFRAME COLUMN
song_data['lyrics_clean'] = cleaned
Remove diacritics
Due to the translation of some lyrics into English, diacritics may be present in the characters. To enhance accuracy and simplify the lyrics data, any remaining diacritics can be removed.
# REMOVE DIACRITICS
song_data['lyrics_clean'] = song_data['lyrics_clean'].apply(lambda x: unidecode(x))
# EXPORT FINAL DATA
song_data.to_csv('C:/Users/kayan/UCD/CMN212/Project/top-hits/Data/merged_finaltop100_revised.csv')