twothirtxxn.com Open in urlscan Pro
52.206.159.80  Public Scan

Submitted URL: http://twothirtxxn.com/
Effective URL: https://twothirtxxn.com/
Submission: On May 27 via api from US — Scanned from DE

Form analysis 5 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: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword)" ng-if="pst.mainBg.main_buttons_type === 1" class="ng-pristine ng-valid ng-scope">
  <div id="home-search"><input class="desktop-search ng-pristine ng-untouched ng-valid ng-empty" ng-focus="searchAutoComplete(keyword)" ng-keyup="searchAutoComplete(keyword)" ng-keydown="clearAutoCompleteTimeout()" ng-blur="searchFocusedOff()"
      name="search_keyword" ng-model="keyword" autocomplete="off" type="search" placeholder="What type of beats are you looking for?" aria-invalid="false"> <button class="md-button primary-btn">SEARCH</button>
    <div class="search-auto-complete-results"><!-- ngRepeat: autocomplete in autocompleteResults --></div>
  </div>
</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_1">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_1" 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_2">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_2" 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_3">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_3" 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_4">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_4" 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>

Name: subscriptionFormSettings

<form ng-if="!emailSubscriptionDone" name="subscriptionFormSettings" ng-submit="subscriptionFormSettings.$valid &amp;&amp; subscribeEmail(subscriptionForm)"
  class="ng-pristine ng-scope ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength ng-valid-email" style="">
  <div class="default-input primary-text-color"><label>Full Name</label>
    <div><input class="primary-text-color ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="" ng-model="subscriptionForm.full_name" autocomplete="off" type="text" aria-invalid="true"></div>
  </div>
  <div class="default-input primary-text-color"><label>E-mail address</label>
    <div><input class="primary-text-color ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength ng-valid-email" required="" ng-model="subscriptionForm.email" name="email" type="email"
        minlength="3" maxlength="100" ng-pattern="/^.+@.+\..+$/" autocomplete="off" aria-invalid="true"></div>
  </div><!-- ngIf: subscriptionSettings.provider_type === 'fan_connect' || subscriptionSettings.fan_connect_tag_id != 0 --><md-checkbox md-no-ink="" name="accept_mailing_list" ng-model="accept_mailing_list" ng-class="{'hide': submittingEmail}"
    tabindex="0" type="checkbox" role="checkbox" class="ng-pristine ng-untouched ng-valid ng-empty" aria-checked="false" aria-invalid="false" aria-label="Check this box to confirm that you would like to receive emails from twothirtxxn">
    <div class="md-container" md-ink-ripple="" md-ink-ripple-checkbox="">
      <div class="md-icon"></div>
    </div>
    <div ng-transclude="" class="md-label"><span class="primary-text-color ng-binding ng-scope">Check this box to confirm that you would like to receive emails from twothirtxxn</span></div>
  </md-checkbox>
  <loader data-show="submittingEmail" data-size="'40px'" class="show ng-isolate-scope"><!-- ngIf: show --></loader><!-- ngIf: !submittingEmail --><button class="md-button primary-btn email-subscription-form-btn ng-binding ng-scope"
    ng-if="!submittingEmail" ng-disabled="!accept_mailing_list" disabled="disabled">Subscribe Now</button><!-- end ngIf: !submittingEmail -->
  <div class="email-subscription-form-error text-danger hide" ng-class="{'hide': submitError == ''}"><span class="ng-binding"></span></div>
</form>

Text Content




TWOTHIRTXXN


SEARCH
Beats

Albums

About

Videos

Memberships

Sound Kits

Services

Blog

Contact

Merchandise



0
$0.00
Log In


TWOTHIRTXXN

SEARCH

Featured Track  •  161BPM


GENESIS | JID X KENDRICK LAMAR X PUSHA T TYPE BEAT SAMPLE

$29.99 IN CART
jidjid type beat


 * TITLE TIME BPM TAGS

   
 * 
   SMDH | hard 808 type beat x aggressive type beat x token 02:32 170 hard 808
   type beat freestyle type beat hard $29.99 IN CART
   
 * 
   Genesis | jid x kendrick lamar x pusha t type beat sample 03:24 161 jid jid
   type beat $29.99 IN CART
   
 * 
   Painful 03:06 144 21 savage jid $29.99 IN CART
   
 * 
   Picture This | dave x central cee type beat x latin drill 03:00 138 central
   cee dave $29.99 IN CART
   
 * 
   Teardrop | 21 savage metro boomin x sample x jid type beat 03:26 140 21
   savage metro boomin 21 savage type beat $29.99 IN CART
   
 * 
   Goodbye | juice wrld sad type beat x sad beat trap 02:58 140 sad type beat
   melodic trap $29.99 IN CART
   
 * 
   Stormy Days | hard travis scott don toliver type beat 03:52 124 gunna don
   toliver $29.99 IN CART
   
 * 
   JIDTRO | 21 savage sample x jid type beat x sampled beats 02:33 150 21 savage
   metro boomin 21 savage type beat $29.99 IN CART
   
 * 
   Smoke One | asap rocky x baby keem type beat 02:53 144 jid asap rocky $29.99
   IN CART
   
 * 
   Dirty K | 21 savage metro boomin type beat x sample 02:38 170 21 savage metro
   boomin 21 savage type beat $29.99 IN CART
   
 * 
   Headrush | hard 808 type beat x hard bass trap x token 02:26 170 hard beat
   hard trap $29.99 IN CART
   
 * 
   Don't You See | 21 savage sample x jid type beat x sampled 02:41 155 21
   savage jid $29.99 IN CART
   
 * 
   Mine | a boogie wit da hoodie type beat x love song 03:00 160 love trap type
   beat a boogie wit da hoodie $29.99 IN CART
   
 * 
   Specter | 21 savage metro boomin x sample x jid type beat 02:58 140 21 savage
   metro boomin 21 savage type beat $29.99 IN CART
   
 * 
   Chosen | hard melodic trap beat x travis scott don toliver 02:52 156 travis
   scott type beat don toliver type beat $29.99 IN CART
   
 * 
   Sneakdiss | hard diss beat x hard drake type beat 02:38 170 bbl drizzy diss
   track $29.99 IN CART
   
 * 
   Guardian Angel | sad melodic trap x sad piano type beat 02:49 160 rod wav
   polo g $29.99 IN CART
   
 * 
   Dead Opps | 21 savage metro boomin x sample x jid type beat 03:10 136 21
   savage metro boomin 21 savage type beat $29.99 IN CART
   
 * 
   Tokyo Drift | dave x central cee type beat x latin drill 02:37 140 central
   cee dave $29.99 IN CART
   
 * 
   Never | 21 savage sample x jid type beat x sampled beats 02:46 150 21 savage
   jid $29.99 IN CART
   

BROWSE ALL TRACKS


LICENSING INFO EDIT

POPULAR
MP3 $29.99MAKE AN OFFER
• HQ Untagged MP3 file
• Profit use
• Spotify, Apple, iTunes, etc
• Up to 100,000 streams

READ LICENSE
POPULAR
WAV $49.99MAKE AN OFFER
• Untagged MP3 + WAV file
• Commercial Use
• Distribute to ALL Platforms
• Worldwide inc. YouTube, Spotify
• Up to 200,000 streams

READ LICENSE
POPULAR
WAV + STEMS $99.99MAKE AN OFFER
• Untagged MP3 + WAV + STEMS
• Full WAV Trackout files
• Up to 500,000 Streams
• Ideal for rearrangements, mixing & mastering
• Spotify, Apple, iTunes, etc

READ LICENSE
POPULAR
UNLIMITED $199.99MAKE AN OFFER
• MP3 + WAV + STEMS
• Full Commercial Use
• Good if you think the song will blow up
• Spotify, Apple, iTunes, etc
• Unlimited Streams, Sales, Radio Stations, etc
• Lease lasts forever

READ LICENSE
POPULAR
Exclusive License $1,500.00MAKE AN OFFER
• Exclusive Rights
• *Only available for select tracks if "make an offer" button is showing*
• MP3 + WAV + STEMS
• Full Commercial Usage
• Spotify, Apple, YouTube, etc
• Unlimited Streams, Sales
• Publishing Split 50/50
• Track Removed from Catalog

READ LICENSE



SOUND KITS EDIT

Soul x Latin Sample Pack - The Twilight Zone   FREE   UTOPIA   FREE  

BROWSE ALL SOUND KITS



ALBUMS EDIT

25 Hard Token Type Beats 50% OFF [SAVE $400]   $349.99 +  

BROWSE ALL ALBUMS






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 Albums About Videos Memberships Sound Kits Services Blog Contact
Merchandise




TWOTHIRTXXN





 * Home
 * Beats
 * Albums
 * Videos
 * Sound Kits
 * Merchandise

 * Memberships
 * Services
 * Blog
 * About
 * Contact

 * Licensing Info
 * Terms of use
 * Privacy policy
 * YouTube Terms of Service


$0.00 IN CART

NaN

   
 * 1
   
   Purge | hard 808 type beat x token type beat x jid 02:04 hard 808 type beat
   freestyle type beat hard $29.99 IN CART
   

saving Lyrics, please wait...






GET 5 FREE BEATS!

Full Name

E-mail address


Check this box to confirm that you would like to receive emails from twothirtxxn
Subscribe Now