skbandz.beatstars.com Open in urlscan Pro
2600:1f18:264f:c61e:6995:6698:e45e:4b45  Public Scan

Submitted URL: http://skbandz.beatstars.com/
Effective URL: https://skbandz.beatstars.com/
Submission: On May 03 via api from US — Scanned from DE

Form analysis 4 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 track 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_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




SKBANDZ


SEARCH
About

Beats

Albums

Videos

Sound Kits

Contact

Services

Blog

Memberships

Merchandise



0
$0.00
Log In


NEVER SETTLE FOR NOTHING

SEARCH



 * TITLE TIME BPM TAGS

   
 * 
   Doe Boy x Southside x Rio Da Young OG - "Clone" 03:26 170 future doe boy
   $45.00 IN CART
   
 * 
   Lil Durk x King Von Type Beat "Ashtray" 02:36 150 king von lil durk $45.00 IN
   CART
   
 * 
   Sheff G x Sleepy Hollow Type Drill Beat "War" 02:41 147 sheff g sleepy $45.00
   IN CART
   
 * 
   Metro Boomin x 21 Savage Type Beat "ATL" 02:20 150 21 savage metro $45.00 IN
   CART
   
 * 
   Lucki x Future Type Beat "Stars" 02:34 125 lucki future $45.00 IN CART
   
 * 
   Metro Boomin Hard Angelic Sample Type Beat "Ties" 03:23 132 metro boomin
   angelic $45.00 IN CART
   
 * 
   Dark Southside x ATL Jacob Type Beat "Puff" 02:38 145 atl jacob atlanta
   $45.00 IN CART
   
 * 
   YNJ Type Detroit Beat "Fiend" 03:50 192 ynj fiend $45.00 IN CART
   
 * 
   Chief Keef x Trippe Redd Glo Type Beat "Gorillaz" 02:22 148 trippie redd glo
   beat $45.00 IN CART
   
 * 
   CRAZY Southside Type Beat "DownTOwn" 02:10 165 souhtside beat $45.00 IN CART
   
 * 
   Souhtside Type Beat "Shots" 02:33 163 souhtside trap $45.00 IN CART
   
 * 
   Young Slo-Be Type Beat "Sleek Top" 03:01 95 hard westcoast $45.00 IN CART
   
 * 
   Shoreline Mafia Type Beat "Oxy's" 02:11 102 mafia shoreline $45.00 IN CART
   
 * 
   Dark Pop Smoke Type NY Drill Beat "Grave" 03:01 148 popsmoke 808melo $45.00
   IN CART
   
 * 
   Future Type Beat "Future Flex" 02:23 154 flex future $45.00 IN CART
   
 * 
   Dark Chicago Type Beat, With Sample Intro ""So Good To Me" 02:52 164
   energetic dark $45.00 IN CART
   
 * 
   Lil Durk x Nardo Wick Type Beat "Demons" 02:26 150 lil durk nardo wick $45.00
   IN CART
   
 * 
   Dark Nardo Wick Sample Type Beat "Wicked" 03:12 170 nardo wick type beat dark
   sample $45.00 IN CART
   
 * 
   Dark NY x UK Sample Drill Beat "Unstoppable" 03:12 144 drill beat uk x ny
   drill beat $45.00 IN CART
   
 * 
   Future x Nardo Wick Type Beat "Danger" 02:43 166 nardo wick type beat atlanta
   type beat $45.00 IN CART
   

BROWSE ALL TRACKS


TRACK LIST EDIT





LICENSING INFO EDIT

POPULAR
Standard $45.00 MAKE AN OFFER

READ LICENSE
Bulk deals: BUY 3, GET 1 FREE
POPULAR
Exclusive License $650.00 MAKE AN OFFER Buy this beat exclusively for yourself.
On top of that, buying a beat exclusive will earn you direct contact with me for
more personal edits to the beat free of charge to fit your needs.

READ LICENSE




SERVICES EDIT

Beat Mixing For a fixed price, I can mix your beats. ...

BROWSE ALL SERVICES



MEMBERSHIPS VIEW

RECOMMENDED
Secret Recipe Sauce $19.99 Monthly
• 10 Free Download(s) per Month of Track(s) with Standard License
JOIN NOW
Plan details: With this membership, you can get access to the hard beats and any
other beats on my page for free.




S K

20 subscribers


TOTAL VIEWS

34


VIDEOS

4

SUBSCRIBE



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




N.S.N





 * 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
   
   Doe Boy x Southside x Rio Da Young OG - "Clone" 03:26 future doe boy $45.00
   IN CART
   
 * 2
   
   Lil Durk x King Von Type Beat "Ashtray" 02:36 king von lil durk $45.00 IN
   CART
   
 * 3
   
   Sheff G x Sleepy Hollow Type Drill Beat "War" 02:41 sheff g sleepy $45.00 IN
   CART
   
 * 4
   
   Metro Boomin x 21 Savage Type Beat "ATL" 02:20 21 savage metro $45.00 IN CART
   
 * 5
   
   Lucki x Future Type Beat "Stars" 02:34 lucki future $45.00 IN CART
   
 * 6
   
   Metro Boomin Hard Angelic Sample Type Beat "Ties" 03:23 metro boomin angelic
   $45.00 IN CART
   
 * 7
   
   Dark Southside x ATL Jacob Type Beat "Puff" 02:38 atl jacob atlanta $45.00 IN
   CART
   
 * 8
   
   YNJ Type Detroit Beat "Fiend" 03:50 ynj fiend $45.00 IN CART
   
 * 9
   
   Chief Keef x Trippe Redd Glo Type Beat "Gorillaz" 02:22 trippie redd glo beat
   $45.00 IN CART
   
 * 10
   
   CRAZY Southside Type Beat "DownTOwn" 02:10 souhtside beat $45.00 IN CART
   
 * 11
   
   Souhtside Type Beat "Shots" 02:33 souhtside trap $45.00 IN CART
   
 * 12
   
   Young Slo-Be Type Beat "Sleek Top" 03:01 hard westcoast $45.00 IN CART
   
 * 13
   
   Shoreline Mafia Type Beat "Oxy's" 02:11 mafia shoreline $45.00 IN CART
   
 * 14
   
   Dark Pop Smoke Type NY Drill Beat "Grave" 03:01 popsmoke 808melo $45.00 IN
   CART
   
 * 15
   
   Future Type Beat "Future Flex" 02:23 flex future $45.00 IN CART
   
 * 16
   
   Dark Chicago Type Beat, With Sample Intro ""So Good To Me" 02:52 energetic
   dark $45.00 IN CART
   
 * 17
   
   Lil Durk x Nardo Wick Type Beat "Demons" 02:26 lil durk nardo wick $45.00 IN
   CART
   
 * 18
   
   Dark Nardo Wick Sample Type Beat "Wicked" 03:12 nardo wick type beat dark
   sample $45.00 IN CART
   
 * 19
   
   Dark NY x UK Sample Drill Beat "Unstoppable" 03:12 drill beat uk x ny drill
   beat $45.00 IN CART
   
 * 20
   
   Future x Nardo Wick Type Beat "Danger" 02:43 nardo wick type beat atlanta
   type beat $45.00 IN CART
   

saving Lyrics, please wait...