Logo for GuitarTabsExplorer
Rich Sex Chords by Nicki Minaj

Rich Sex chords by Nicki Minaj

Guitar chords with lyrics

Nicki Minaj featuring Lil Wayne

INTRO: Em

Em
Full blown, run rich, Brinx
Em
Yo, Mula, yo, yeah
Em
Ayo


Em
I know what these niggas like,
Em
And it ain't my charm
Em
I ain't stupid, this $250 on my arm
Em
I like money more than dick,
Em
Nigga, that's a fact
Em
You think pussy's everything?
Em
Well, let's have a chat
Em
A-a-ass out, pussy fat,
Em
Point me to a rich nigga
Em
Who gon' Rico, Ace me,
Em
Pay in full my money, Mitch nigga?
Em
I'ma help him fuck the check up,
Em
I'ma run the business
Em
If your girl don't get it poppin',
Em
Put me on your wishlist
Em
Hitlist, now he sendin'
Em
Gifts like if it's Christmas
Em
He say, "Baby, everyday we ballin',
Em
" I say, "Swish, swish"
Em
Got him callin' nonstop
Em
'cause he don't wanna miss this
Em
I said, "Don't panic, keep the faith,
Em
Nigga, Big's bitch"
Em
(Real rich nigga sex)
🎸
Accuracy Rating: - Votes: -
PRE-CHORUS:
Em
If you know your pussy worth a Benz truck
Em
(Rich sex)
Em
Don't let homie fuck unless his bands up
Em
(Rich sex)
Em
Go to DR, get that fat transfer
Em
(Rich sex)
Em
It ain't such a thing as broke and handsome
Em
(Rich sex)

CHORUS:
Em
If you let that broke nigga fuck, we tellin'
Em
(Rich sex)
Em
If you let that broke nigga fuck, we tellin'
Em
(Rich sex)
Em
If you let that broke nigga fuck, we tellin'
Em
(Rich sex)
Em
If you let that broke nigga fuck, we tellin'
Em
(Rich sex)

VERSE:
Em
Lil mama said she only fuckin' on a rich dick
Em
I cum in her face and tell her,
Em
"Now you lookin' rich, bitch"
Em
Her friend in the other room, can I get a witness?
Em
We could have some rich sex, cannot have no rich kids
Em
Facts, all my bitches have no limits
Em
Fucked her in a helicopter,
Em
Now she screamin' "Sky's the limit"
Em
Fuck her in the drop top,
Em
Now she screamin' "Sky's the limit"
Em
Sent her back to who she with,
Em
Now she screamin' "Why I'm with him?"
Em
Damn, lil mama said she only suckin' on a rich dick
Em
Make you put your money where your mouth at,
Em
That's some lipstick
Em
Let's fuck on the money 'fore we count that,
Em
That's some rich shit
Em
Pussy smell like money when I'm down her,
Em
That some Nic shit
Em
(Real rich nigga sex)

PRE-CHORUS:
Em
If you know your pussy worth a Benz truck
Em
(Rich sex)
Em
Don't let homie fuck unless his bands up
Em
(Rich sex)
Em
Go to DR, get that fat transfer
Em
(Rich sex)
Em
It ain't such a thing as broke and handsome
Em
(Rich sex)

CHORUS:
Em
If you let that broke nigga fuck, we tellin'
Em
(Rich sex)
Em
If you let that broke nigga fuck, we tellin'
Em
(Rich sex)
Em
If you let that broke nigga fuck, we tellin'
Em
(Rich sex)
Em
If you let that broke nigga fuck, we tellin'
Em
(Rich sex)

BRIDGE:
Em
Rich who? Got bricks, too
Em
The rich get richer, that's my ritual
Em
Rich crew, link my bitch, too
Em
Mack took the Wraith, me and Tune flew

OUTRO:
Em
I don't even know where we going these days,
Em
Where we landing
Em
Queen, where we going again?
Em
To the moon, Alice, the goon palace
Em
We don't get fly, we take flight, haha
Em
Woo! Haha, ahh-haha, ahh!
Em
You mad, doggie? You mad, doggie?
Em
(Next stop: New York)
Em
Hahaha, lrrr!

      updatedHTMLStrings.push('' + preSubstring + '');

      // and the ad itself
      updatedHTMLStrings.push(match0:);

      // and increment the htmlIdx
      htmlIdx = match.index + match0:.length;
    }

    // if we had any matches, make sure to grab the end of the PRE
    if (htmlIdx > 0) {
      var preSubstring = tagHTML.substring(htmlIdx, tagHTML.length);
      updatedHTMLStrings.push('' + preSubstring + '');
    }

    // if we found ads to work around, remove the original
    // tag, and replace it with our updated tags
    // otherwise, leave the DOM as is.
    if (updatedHTMLStrings.length > 0) {
      var div = document.createElement("div");
      div.innerHTML = updatedHTMLStrings.join('');
      tag.parentNode.insertBefore(div, tag);
      tag.parentNode.removeChild(tag);
    }
}

function splitAroundAdsIfNecessary() {
    // first, get all the pre tags
    var preTags = document.getElementsByTagName("pre");

    // then, for each one, check and see if it contains ad blocks
    for (var i = 0; i < preTags.length; i++) {
        var tag = preTagsi:;
        splitAdsInElementIfNecessary(tag);
    }
}

splitAroundAdsIfNecessary();
loadAdsAndOtherElements();


// Store our initial options in an object called _tabOptions.
// When calling tabsaurus in the future, be sure to modify and pass
// this object, to keep our style.
var _tabOptions = {
    diagrams: true,
    style: {
        lyrics: {
            font: fontStyleForSize(0, 'lyrics'),
            color: "#424242"
        },
        headings: {
            font: fontStyleForSize(0, 'headings'),
            color: "#0088e2"
        },
        chords: {
            font: fontStyleForSize(0, 'chords'),
            color: "#ff1e7d"
        }
    },
    size: 0,
    transpose: 0,
    tabs: true
};

if (isUserMobile()) {
  _tabOptions.size = -1;
}

// run the tabsaurus script
tabsaurus(_tabOptions);

function fontStyleForSize(size, kind) {
  if (kind == 'lyrics') {
    var sizes = 16, 19, 20.5, 24, 29:;
    var s = sizessize % sizes.length:;
    return s + "px 'Roboto';";
  }
  else if (kind == 'headings') {
    var sizes = 18, 20.5, 24, 29, 34:;
    var s = sizessize % sizes.length:;
    return s + "px 'Oswald';";
  }
  else if (kind == 'chords') {
    var sizes = 16, 19, 20.5, 24, 29:;
    var s = sizessize % sizes.length:;
    return s + "px 'Oswald';";
  }

  return '';
}

// the resizeText method updates the _tabOptions object
// by increasing or decreasing the size by multiplier
function resizeText(multiplier) {
    _tabOptions.size = _tabOptions.size + multiplier;
    var minSize = -1;
    var maxSize = 4;

    if (_tabOptions.size < minSize) {
        _tabOptions.size = minSize;
    }

    if (_tabOptions.size > maxSize) {
        _tabOptions.size = maxSize;
    }

    // tabsaurus v1.1.0 does not actually support both size AND style, so
    // we have to create the style we want ourselves
    _tabOptions.style.lyrics.font   = fontStyleForSize(_tabOptions.size, 'lyrics');
    _tabOptions.style.chords.font   = fontStyleForSize(_tabOptions.size, 'chords');
    _tabOptions.style.headings.font = fontStyleForSize(_tabOptions.size, 'headings');

    tabsaurus(_tabOptions);
}

function transposeUp() {
  _tabOptions.transpose += 1;
  tabsaurus(_tabOptions);
}

function transposeDown() {
  _tabOptions.transpose -= 1;
  tabsaurus(_tabOptions);
}



{
  "@context": "http://schema.org",
  "@type": "WebSite",
  "url": "http:///",
  "potentialAction": {
    "@type": "SearchAction",
    "target": "http:///search?q={search_term_string}",
    "query-input": "required name=search_term_string"
  }
}





Get a better standards compliant browser!
Get a better standards compliant browser!

Last updated:

Your last visited songs

Nicki Minaj chords for Rich sex

What is this?

Learn how to play "Rich Sex" by Nicki Minaj with our easy-to-follow guide. Build confidence, sharpen your technique, and enjoy playing guitar.

Who Is This Page For?

This guitar chords tutorial for "Rich Sex" by Nicki Minaj is crafted for all musicians players ready to learn and grow. Whether you're just starting or refining your skills, this guide meets you where you are.

Why This Page Is Perfect for You

No matter your skill level, this page is a valuable resource for improving your guitar chords playing.

What You Will Gain

By using our guitar chords, you’ll not only learn to play "Rich Sex" by Nicki Minaj with accuracy and style, but you'll also elevate your overall musicianship. Explore our full archive of guitar chords for more songs, skills, and inspiration.

Find guitar tabs and chords

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #

×