2fargonebeats.beatstars.com Open in urlscan Pro
2600:1f18:264f:c605:b57f:94b6:144c:6127  Public Scan

Submitted URL: http://2fargonebeats.beatstars.com/
Effective URL: https://2fargonebeats.beatstars.com/
Submission: On October 20 via api from US — 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
About

Tracks

Albums

Videos

Memberships

Sound Kits

Services

Blog

Contact

Merchandise



0
$0.00
Log In

Tracks Contact

Featured Track  •  160BPM


(FREE) NARDO WICK X LIL BABY TYPE BEAT - "CHAOS"

$15.00 IN CART
hard 808nardo wick type beat


 * TITLE TIME BPM TAGS

   
 * 
   (FREE) Lil Baby x Lil Durk x Nav Type Beat- "What Now" 02:56 135 gunna lil
   durk $15.00 IN CART
   
 * 
   (FREE) Lil Baby x Gunna x Lil Dirk Type Beat "Style Stealer" 02:37 159 lil
   baby type beat gunna type beat $15.00 IN CART
   
 * 
   (FREE) Lil Baby x 808 Mafia Type Beat "Enraged" 02:18 167 808 mafia lil baby
   $15.00 IN CART
   
 * 
   (FREE) 21 Savage x Nardo Wick Type Beat "Carnage" 03:25 145 21 savage revenge
   $15.00 IN CART
   
 * 
   (FREE) Lil Baby x Lil Dirk - "Off White Vlone" 02:25 130 off white vlone lil
   baby type beat $15.00 IN CART
   
 * 
   (FREE) Lil Baby x Future Type Beat - "Problems" 03:16 160 hard 808 type beat
   $15.00 IN CART
   
 * 
   (FREE) Nardo Wick x Lil Baby Type Beat - "CHAOS" 02:51 160 hard 808 nardo
   wick type beat $15.00 IN CART
   
 * 
   (FREE) Lil Baby x Nardo Wick Type Beat - "Don't Play" 02:30 155 nardo wick
   dont play $15.00 IN CART
   
 * 
   (FREE) Future x Lil Durk Type Beat - "Short but Sweet" 02:08 149 lil durk
   future $15.00 IN CART
   
 * 
   (FREE) Lil Baby x Lil Dirk Type Beat - "My Turn" 01:55 135 lil dirk future
   $15.00 IN CART
   
 * 
   (FREE) Nardo Wick X 21 Savage Type Beat - "No Remorse" 02:51 158 lil durk 21
   savage $15.00 IN CART
   
 * 
   (FREE) Toosii x Rod Wave Type Beat "I was Loyal" 02:41 170 emotional rod wave
   $15.00 IN CART
   
 * 
   (FREE) Trippe Redd x PlayBoiCarti Type Beat - "Magnolia" 02:42 130
   playboicarti type beat $15.00 IN CART
   
 * 
   (FREE) Lil Uzi Vert x Trippie Redd Type Beat - "Holy Smokes" 02:14 175 future
   trippie redd $15.00 IN CART
   
 * 
   (FREE) Nardo Wick x NLE Choppa Type Beat - "The Comeup" 02:42 143 lil dirk
   nardo wick $15.00 IN CART
   
 * 
   (FREE) Polo G x Toosii x Rod Wave Type Beat - "Grateful" 03:00 150 polo g rod
   wave $15.00 IN CART
   
 * 
   (FREE) Nardo Wick x Lil Baby Type Beat - "Back Down" 02:31 165 lil dirk nardo
   wick $15.00 IN CART
   
 * 
   (FREE) Jack Harlow x Lil Baby Type Beat - "Never in doubt" 02:46 117 lil dirk
   jack harlow $15.00 IN CART
   
 * 
   (FREE) EST Gee x Lil Zay Osama Type Beat - "Dummy" 01:44 130 lil zay osama
   lil loaded $15.00 IN CART
   
 * 
   (FREE) Nardo Wick Type Beat - "Smoke" 02:35 162 future nardo wick $15.00 IN
   CART
   

BROWSE ALL TRACKS


LICENSING INFO EDIT

POPULAR
Basic $15.00 MAKE AN OFFER

READ LICENSE
Bulk deals: BUY 1, GET 1 FREE
POPULAR
Premium $25.00 MAKE AN OFFER

READ LICENSE
Bulk deals: BUY 1, GET 1 FREE
POPULAR
Unlimited $35.00 MAKE AN OFFER

READ LICENSE
POPULAR
Exclusive License $0.00 MAKE AN OFFER

READ LICENSE





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



2FarGONE© All Rights Reserved



 * Home
 * Tracks
 * Albums
 * Videos
 * Sound Kits
 * Merchandise

 * Memberships
 * Services
 * Blog
 * About
 * Contact

 * Licensing Info
 * Terms of use
 * Privacy policy


$0.00 IN CART

NaN

   
 * 1
   
   (FREE) Lil Baby x Lil Durk x Nav Type Beat- "What Now" 02:56 gunna lil durk
   $15.00 IN CART
   
 * 2
   
   (FREE) Lil Baby x Gunna x Lil Dirk Type Beat "Style Stealer" 02:37 lil baby
   type beat gunna type beat $15.00 IN CART
   
 * 3
   
   (FREE) Lil Baby x 808 Mafia Type Beat "Enraged" 02:18 808 mafia lil baby
   $15.00 IN CART
   
 * 4
   
   (FREE) 21 Savage x Nardo Wick Type Beat "Carnage" 03:25 21 savage revenge
   $15.00 IN CART
   
 * 5
   
   (FREE) Lil Baby x Lil Dirk - "Off White Vlone" 02:25 off white vlone lil baby
   type beat $15.00 IN CART
   
 * 6
   
   (FREE) Lil Baby x Future Type Beat - "Problems" 03:16 hard 808 type beat
   $15.00 IN CART
   
 * 7
   
   (FREE) Nardo Wick x Lil Baby Type Beat - "CHAOS" 02:51 hard 808 nardo wick
   type beat $15.00 IN CART
   
 * 8
   
   (FREE) Lil Baby x Nardo Wick Type Beat - "Don't Play" 02:30 nardo wick dont
   play $15.00 IN CART
   
 * 9
   
   (FREE) Future x Lil Durk Type Beat - "Short but Sweet" 02:08 lil durk future
   $15.00 IN CART
   
 * 10
   
   (FREE) Lil Baby x Lil Dirk Type Beat - "My Turn" 01:55 lil dirk future $15.00
   IN CART
   
 * 11
   
   (FREE) Nardo Wick X 21 Savage Type Beat - "No Remorse" 02:51 lil durk 21
   savage $15.00 IN CART
   
 * 12
   
   (FREE) Toosii x Rod Wave Type Beat "I was Loyal" 02:41 emotional rod wave
   $15.00 IN CART
   
 * 13
   
   (FREE) Trippe Redd x PlayBoiCarti Type Beat - "Magnolia" 02:42 playboicarti
   type beat $15.00 IN CART
   
 * 14
   
   (FREE) Lil Uzi Vert x Trippie Redd Type Beat - "Holy Smokes" 02:14 future
   trippie redd $15.00 IN CART
   
 * 15
   
   (FREE) Nardo Wick x NLE Choppa Type Beat - "The Comeup" 02:42 lil dirk nardo
   wick $15.00 IN CART
   
 * 16
   
   (FREE) Polo G x Toosii x Rod Wave Type Beat - "Grateful" 03:00 polo g rod
   wave $15.00 IN CART
   
 * 17
   
   (FREE) Nardo Wick x Lil Baby Type Beat - "Back Down" 02:31 lil dirk nardo
   wick $15.00 IN CART
   
 * 18
   
   (FREE) Jack Harlow x Lil Baby Type Beat - "Never in doubt" 02:46 lil dirk
   jack harlow $15.00 IN CART
   
 * 19
   
   (FREE) EST Gee x Lil Zay Osama Type Beat - "Dummy" 01:44 lil zay osama lil
   loaded $15.00 IN CART
   
 * 20
   
   (FREE) Nardo Wick Type Beat - "Smoke" 02:35 future nardo wick $15.00 IN CART
   

saving Lyrics, please wait...