thebeatog.beatstars.com Open in urlscan Pro
2600:1f18:264f:c61d:3b2a:7265:a331:7444  Public Scan

Submitted URL: https://tinyurl.com/yallsumthugs
Effective URL: https://thebeatog.beatstars.com/
Submission: On October 30 via api from IE — Scanned from DE

Form analysis 3 forms found in the DOM

Name: searchProPageTracks

<form class="top-nav-search ng-pristine ng-valid" name="searchProPageTracks" ng-submit="searchMusic(keyword, 'slidingSearchMobile')" role="search"><button id="slidingSearchMobileBtn" aria-label="search button" class="md-button menu-btn" type="button"
    ng-click="slidingSearchFocus('slidingSearchMobile')"><i class="icon-search default-menu-link-color"></i></button>
  <div class="sliding-search-container main-menu-bg-color" ng-class="{'active': slidingSearchActive}"><span><i class="icon-search default-menu-link-color"></i></span> <input
      class="input-box main-menu-bg-color default-menu-link-color sliding-search ng-pristine ng-untouched ng-valid ng-empty" id="slidingSearchMobile" placeholder="Search beats" ng-blur="searchFocusedOff('slidingSearchMobile')" name="search_keyword"
      ng-model="keyword" autocomplete="off" type="search" aria-invalid="false"> <span><i class="icon-close default-menu-link-color" ng-click="searchFocusedOff('slidingSearchMobile')" role="button" tabindex="0"></i></span></div><button
    class="md-button primary-btn hide">SEARCH</button>
</form>

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword, 'slidingSearchDesktop')" role="search" class="ng-pristine ng-valid">
  <div class="desktop-sliding-search" ng-class="{'active': slidingSearchActive}">
    <div class="input-container"><input class="input-box main-menu-bg-color desktop-search default-menu-link-color ng-pristine ng-untouched ng-valid ng-empty" id="slidingSearchDesktop" name="search_keyword" placeholder="Search beats"
        ng-model="keyword" ng-blur="searchFocusedOff('slidingSearchDesktop')" autocomplete="off" type="search" aria-invalid="false">
      <div ng-click="searchFocusedOff('slidingSearchDesktop')" class="search-close-button" role="button" tabindex="0"><i class="icon-close default-menu-link-color"></i></div>
    </div>
    <div class="search-open-button" ng-click="slidingSearchFocus('slidingSearchDesktop')" role="button" tabindex="0"><i class="icon-search default-menu-link-color"></i></div>
  </div><button class="hide" type="submit"></button>
</form>

Name: userForm

<form name="userForm" ng-submit="propageContact(contact)" class="contact-form ng-pristine ng-scope ng-invalid ng-invalid-required ng-valid-email ng-valid-pattern ng-valid-minlength ng-valid-maxlength">
  <div layout-gt-sm="row" class="m-b-lg layout-gt-sm-row"><md-input-container class="md-block m-b-none m-r flex-gt-sm" flex-gt-sm=""><label class="primary-text-color md-required" for="input_0">YOUR NAME</label> <input required=""
        class="input-box primary-text-color ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="name" ng-model="contact.name" autocomplete="off" id="input_0" aria-invalid="true">
      <div class="md-errors-spacer"></div>
      <div ng-messages="userForm.name.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
        <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Your name is required.</div>
      </div>
    </md-input-container><md-input-container class="md-block m-b-none flex-gt-sm" flex-gt-sm=""><label class="primary-text-color md-required" for="input_1">E-MAIL ADDRESS</label> <input required=""
        class="input-box primary-text-color ng-pristine ng-untouched md-input ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength" ng-model="contact.email" name="email" type="email"
        minlength="3" maxlength="100" ng-pattern="/^.+@.+\..+$/" autocomplete="off" id="input_1" aria-invalid="true">
      <div class="md-errors-spacer"></div>
      <div ng-messages="userForm.email.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required', 'minlength', 'maxlength', 'pattern'] -->
        <div ng-message-exp="['required', 'minlength', 'maxlength', 'pattern']" class="md-input-message-animation ng-scope">Your email must be between 3 and 100 characters long and look like an e-mail address.</div>
      </div>
    </md-input-container></div><md-input-container class="md-block m-b-lg"><label class="primary-text-color md-required" for="input_2">SUBJECT</label> <input required=""
      class="input-box primary-text-color ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="subject" ng-model="contact.subject" autocomplete="off" id="input_2" aria-invalid="true">
    <div class="md-errors-spacer"></div>
    <div ng-messages="userForm.name.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
      <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Subject is required.</div>
    </div>
  </md-input-container><md-input-container class="md-block m-b-lg textarea-container"><label class="primary-text-color md-required" for="input_3">MESSAGE</label>
    <div class="md-resize-wrapper"><textarea required="" class="input-box primary-text-color ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="message" ng-model="contact.message" rows="1" md-select-on-focus=""
        autocomplete="off" id="input_3" aria-invalid="true" style="height: 30px;"></textarea>
      <div class="md-resize-handle" style="touch-action: pan-x;"></div>
    </div>
    <div class="md-errors-spacer"></div>
    <div ng-messages="userForm.message.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
      <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Message is required.</div>
    </div>
  </md-input-container>
  <div layout-gt-sm="row" class="m-b-none btn-container layout-gt-sm-row"><!-- ngIf: !sendingMessage -->
    <p class="m-none ng-scope" ng-if="!sendingMessage"><span ng-class="{'hide': !contactError}" class="text-danger ng-binding hide"><i class="fa fa-exclamation"></i> &nbsp; &nbsp; </span><button class="md-button primary-btn m-none btn-send">SEND
        MESSAGE</button></p><!-- end ngIf: !sendingMessage -->
  </div><!-- ngIf: sendingMessage -->
</form>

Text Content




SEARCH
Beats

Sample Packs

Services

Contact

About

Albums

Videos

Memberships

Blog

Merchandise



0
$0.00
Log In


YALL SUM THUGS

Beats Sample Packs

Featured Track  •  90BPM


GOTTA STICKY

$19.99 IN CART
drakehard


 * TITLE TIME BPM TAGS

   
 * 
   GOTTA STICKY 01:58 90 drake hard $19.99 IN CART
   
 * 
   HATE FALLING IN LOVE 02:50 90 love mellow $19.99 IN CART
   
 * 
   5LBS OF PRESSURE 02:59 $19.99 IN CART
   
 * 
   GET IT 03:12 90 club lil wayne $19.99 IN CART
   
 * 
   DONT F*** UP MY VIBE 03:25 160 chill chris brown $19.99 IN CART
   
 * 
   TASTE 02:41 98 808 club $19.99 IN CART
   
 * 
   JUICE 03:05 155 bouncy flute $19.99 IN CART
   
 * 
   POISON 02:15 170 dark drake $19.99 IN CART
   
 * 
   DUNES 02:57 153 808 cultural $19.99 IN CART
   
 * 
   FALLING IN LOVE 02:23 162 hip hop love $19.99 IN CART
   
 * 
   ITALIAN ALP SHOTS 03:10 166 drake hard $19.99 IN CART
   
 * 
   OCEANSIDE 02:26 85 lil baby pop $19.99 IN CART
   
 * 
   GOD HAVE MERCY 03:34 85 ace hood drums $19.99 IN CART
   
 * 
   THINKIN BOUT YOU 03:38 90 drake hip hop $19.99 IN CART
   
 * 
   ARE YOU DOWN 03:22 95 lil durk lil tecca $19.99 IN CART
   
 * 
   ALL NIGHT 02:57 99 drake love $19.99 IN CART
   
 * 
   ADHD 03:14 170 hype joyner lucas $19.99 IN CART
   
 * 
   ICE 02:07 84 808 hard $19.99 IN CART
   
 * 
   SHE WILL 03:29 157 drake lil wayne $19.99 IN CART
   
 * 
   NO ANSWER 03:29 166 drake dreamy $19.99 IN CART
   

BROWSE ALL TRACKS


BEATS EDIT





LICENSING INFO EDIT

POPULAR
Tier 1 - MP3 Lease $19.99 MAKE AN OFFER The Tier 1 - MP3 LEASE - Distribute
1,000 Physical Copies - 25,000 Audio Stream Cap - 1 Non-Monetized Music Video -
Non-Profit Performance Only
• Free IG promotion on @thebeatog plus discography addition
READ LICENSE
Bulk deals: BUY 1, GET 1 FREE
POPULAR
Tier 2 - WAV Lease $34.99 MAKE AN OFFER The Tier 2 - WAV+MP3 LEASE - Distribute
10,000 Physical Copies - 100,000 Audio Stream & Non-Monetized Video Stream Cap -
1 Non-Monetized Music Video - 2 Radio Station Broadcasting & Profit Performances
• Free IG promotion on @thebeatog plus discography addition
READ LICENSE
Bulk deals: BUY 1, GET 1 FREE
POPULAR
Tier 3 - STEM Lease $99.99 MAKE AN OFFER The Tier 3 - STEM+WAV+MP3 LEASE -
Distribute 25,000 Physical Copies - 250,000 Audio Stream & Non-Monetized Video
Stream Cap - 250,000 Monetized Music Video Streams - 2 Radio Station
Broadcasting & Profit Performances
• Free IG promotion @thebeatog plus discography addition
READ LICENSE
Bulk deals: BUY 1, GET 1 FREE
POPULAR
Tier 4 - Exclusive $349.99 MAKE AN OFFER The Tier 4 - EXCLUSIVE - Distribute
Unlimited Physical Copies - Unlimited Audio Streams - Unlimited Monetized Music
Videos - Unlimited Radio Station Broadcasting & Profit Performances - No Further
Non-Exclusive Purchases of This Beat
• Free IG promotion @thebeatog plus discography addition• Free complimentary OG
MIX AND MASTER Service for your track with this beat
READ LICENSE



BLOG EDIT


I'M BACK THUGS!

July 9, 2022

The return of TheBeatOG
READ MORE BROWSE BLOG


CONTACT

YOUR NAME

Your name is required.
E-MAIL ADDRESS

Your email must be between 3 and 100 characters long and look like an e-mail
address.
SUBJECT

Subject is required.
MESSAGE


Message is required.

    SEND MESSAGE

Home Beats Sample Packs Services Contact About Albums Videos Memberships Blog
Merchandise




THEBEATOG

11 Year Producer - 3 Year Engineer



 * Home
 * Beats
 * Albums
 * Videos
 * Sample Packs
 * Merchandise

 * Memberships
 * Services
 * Blog
 * About
 * Contact

 * Licensing Info
 * Terms of use
 * Privacy policy


$0.00 IN CART

NaN

   
 * 1
   
   GOTTA STICKY 01:58 drake hard $19.99 IN CART
   
 * 2
   
   HATE FALLING IN LOVE 02:50 love mellow $19.99 IN CART
   
 * 3
   
   5LBS OF PRESSURE 02:59 $19.99 IN CART
   
 * 4
   
   GET IT 03:12 club lil wayne $19.99 IN CART
   
 * 5
   
   DONT F*** UP MY VIBE 03:25 chill chris brown $19.99 IN CART
   
 * 6
   
   TASTE 02:41 808 club $19.99 IN CART
   
 * 7
   
   JUICE 03:05 bouncy flute $19.99 IN CART
   
 * 8
   
   POISON 02:15 dark drake $19.99 IN CART
   
 * 9
   
   DUNES 02:57 808 cultural $19.99 IN CART
   
 * 10
   
   FALLING IN LOVE 02:23 hip hop love $19.99 IN CART
   
 * 11
   
   ITALIAN ALP SHOTS 03:10 drake hard $19.99 IN CART
   
 * 12
   
   OCEANSIDE 02:26 lil baby pop $19.99 IN CART
   
 * 13
   
   GOD HAVE MERCY 03:34 ace hood drums $19.99 IN CART
   
 * 14
   
   THINKIN BOUT YOU 03:38 drake hip hop $19.99 IN CART
   
 * 15
   
   ARE YOU DOWN 03:22 lil durk lil tecca $19.99 IN CART
   
 * 16
   
   ALL NIGHT 02:57 drake love $19.99 IN CART
   
 * 17
   
   ADHD 03:14 hype joyner lucas $19.99 IN CART
   
 * 18
   
   ICE 02:07 808 hard $19.99 IN CART
   
 * 19
   
   SHE WILL 03:29 drake lil wayne $19.99 IN CART
   
 * 20
   
   NO ANSWER 03:29 drake dreamy $19.99 IN CART
   

saving Lyrics, please wait...