prodbychleo.beatstars.com Open in urlscan Pro
2600:1f18:264f:c61e:9c1c:9e78:c847:4f43  Public Scan

Submitted URL: http://prodbychleo.beatstars.com/
Effective URL: https://prodbychleo.beatstars.com/
Submission: On March 20 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




SEARCH
About

Tracks

Albums

Videos

Memberships

Sound Kits

Services

Blog

Contact

Merchandise



0
$0.00
Log In


HARDEST BEATS IN THE GAME

SEARCH

Featured Track  •  155BPM


SICKO [BEAT SWITCH] - $30 UNLIMITED TODAY

$29.99 IN CART
hard traputopia


 * TITLE TIME BPM TAGS

   
 * 
   Sicko [Beat Switch] - $30 UNLIMITED TODAY 03:18 155 hard trap utopia $29.99
   IN CART
   
 * 
   AP - $30 UNLIMITED TODAY 02:58 140 drill type beat central cee $29.99 IN CART
   
 * 
   Moon Kissed - $30 UNLIMITED TODAY 03:41 130 gunna drake $29.99 IN CART
   
 * 
   Dopamine - $30 UNLIMITED TODAY 03:39 140 future travis scott $29.99 IN CART
   
 * 
   Last Word - $30 UNLIMITED TODAY 03:08 194 est gee detroit $29.99 IN CART
   
 * 
   Waiting Up - $30 UNLIMITED TODAY 03:31 145 drill type beat central cee $29.99
   IN CART
   
 * 
   Matrix - $30 UNLIMITED TODAY 03:09 162 est gee detroit $29.99 IN CART
   
 * 
   Saint Tropez - $30 UNLIMITED TODAY 04:36 111 gunna don toliver $29.99 IN CART
   
 * 
   Sneak Dissin - $30 UNLIMITED TODAY 03:06 165 hard trap future $29.99 IN CART
   
 * 
   Bloodbath - $30 UNLIMITED TODAY 03:07 105 detroit trap $29.99 IN CART
   
 * 
   Deep - $30 UNLIMITED TODAY 03:12 160 hard trap utopia $29.99 IN CART
   
 * 
   Leaker - $30 UNLIMITED TODAY 03:39 140 hard trap travis scott $29.99 IN CART
   
 * 
   Midnight - $30 UNLIMITED TODAY 03:39 140 hard trap utopia $29.99 IN CART
   
 * 
   Flame - $30 UNLIMITED TODAY 03:47 135 hard trap travis scott $29.99 IN CART
   
 * 
   Scars - $30 UNLIMITED TODAY 03:30 146 travis scott utopia $29.99 IN CART
   
 * 
   Rules - $30 UNLIMITED TODAY 03:36 142 hard trap travis scott $29.99 IN CART
   
 * 
   Forget - $30 UNLIMITED TODAY 04:09 125 hard trap type beat $29.99 IN CART
   
 * 
   Forever - $30 UNLIMITED TODAY 03:20 144 central cee type beat drill $29.99 IN
   CART
   
 * 
   Turbo - $30 UNLIMITED TODAY 03:30 140 hard trap dark $29.99 IN CART
   
 * 
   Walk em Down - $30 UNLIMITED TODAY 02:55 164 hard trap future $29.99 IN CART
   

BROWSE ALL TRACKS


LICENSING INFO EDIT

POPULAR
UNLIMITED FULL (+3 Free) $199.95 MAKE AN OFFER • You will Receive the Untagged
MP3, WAV File and Trackouts • Instant Delivery (Automatically Sent to Your Email
Immediately After Purchase) • Upload to All Streaming Services • Unlimited
Commercial Use
• • Must Credit "Prod. by CH Leo" in Title/ Description• • CH Leo Maintains Full
Ownership of the Instrumental• • Contract Agreement
READ LICENSE
Bulk deals: BUY 1, GET 3 FREE
POPULAR
UNLIMITED MP3 $29.99 MAKE AN OFFER • You will Receive the Untagged MP3 File •
Instant Delivery (Automatically Sent to Your Email Immediately After Purchase) •
Upload to All Streaming Services • Must Credit "Prod. by CH Leo" in Title/
Description
• • CH Leo Maintains Full Ownership of the Instrumental• • Contract Agreement
READ LICENSE
POPULAR
UNLIMITED WAV (+1 Free) $49.95 MAKE AN OFFER • You will Receive the Untagged MP3
and WAV Files • Instatnt Delivery (Automatically Sent to Your Email Immediately
After Purchase) • Upload to All Streaming Services • Must Credit "Prod. by CH
Leo" in Title/ Description
• • CH Leo Maintains Full Ownership of the Instrumental• • Contract Agreement
READ LICENSE
Bulk deals: BUY 1, GET 1 FREE
POPULAR
UNLIMITED PRO (+2 Free) $99.95 MAKE AN OFFER • You will Receive the Untagged
MP3, WAV File and Trackouts • Instatnt Delivery (Automatically Sent to Your
Email Immediately After Purchase) • Upload to All Streaming Services • Unlimited
Commercial Use
• • Must Credit "Prod. by CH Leo" in Title/ Description• • CH Leo Maintains Full
Ownership of the Instrumental• • Contract Agreement
READ LICENSE
Bulk deals: BUY 1, GET 2 FREE
POPULAR
Exclusive License $0.00 MAKE AN OFFER • You will Receive the Untagged MP3, WAV
File and Trackouts • Instatnt Delivery (Automatically Sent to Your Email
Immediately After Purchase) • Unlimited Commercial Use
• • You are the Sole Owner of the Beat (No One After the Purchase Date will be
Able to Purchase a Lease/ Exclusive etc)• • Must Credit "Prod. by CH Leo" in
Title/ Description• • Contract Agreement
READ LICENSE



SOUND KITS EDIT

Amaterasu - Dark Loop Kit (Future,Southside, Cubeatz)   FREE   Leo Stash - Vol.1
(Drum Kit)   FREE   Nemesis - Dark Loop Kit   FREE  

BROWSE ALL SOUND KITS


SERVICES EDIT

Collaboration Send me your any beats, samples, loops o ... Song Mixing and
Mastering Beat Mixing You will receive the money back for paid ... CUSTOM BEAT

BROWSE ALL SERVICES






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




BLVCK





 * 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
   
   Sicko [Beat Switch] - $30 UNLIMITED TODAY 03:18 hard trap utopia $29.99 IN
   CART
   
 * 2
   
   AP - $30 UNLIMITED TODAY 02:58 drill type beat central cee $29.99 IN CART
   
 * 3
   
   Moon Kissed - $30 UNLIMITED TODAY 03:41 gunna drake $29.99 IN CART
   
 * 4
   
   Dopamine - $30 UNLIMITED TODAY 03:39 future travis scott $29.99 IN CART
   
 * 5
   
   Last Word - $30 UNLIMITED TODAY 03:08 est gee detroit $29.99 IN CART
   
 * 6
   
   Waiting Up - $30 UNLIMITED TODAY 03:31 drill type beat central cee $29.99 IN
   CART
   
 * 7
   
   Matrix - $30 UNLIMITED TODAY 03:09 est gee detroit $29.99 IN CART
   
 * 8
   
   Saint Tropez - $30 UNLIMITED TODAY 04:36 gunna don toliver $29.99 IN CART
   
 * 9
   
   Sneak Dissin - $30 UNLIMITED TODAY 03:06 hard trap future $29.99 IN CART
   
 * 10
   
   Bloodbath - $30 UNLIMITED TODAY 03:07 detroit trap $29.99 IN CART
   
 * 11
   
   Deep - $30 UNLIMITED TODAY 03:12 hard trap utopia $29.99 IN CART
   
 * 12
   
   Leaker - $30 UNLIMITED TODAY 03:39 hard trap travis scott $29.99 IN CART
   
 * 13
   
   Midnight - $30 UNLIMITED TODAY 03:39 hard trap utopia $29.99 IN CART
   
 * 14
   
   Flame - $30 UNLIMITED TODAY 03:47 hard trap travis scott $29.99 IN CART
   
 * 15
   
   Scars - $30 UNLIMITED TODAY 03:30 travis scott utopia $29.99 IN CART
   
 * 16
   
   Rules - $30 UNLIMITED TODAY 03:36 hard trap travis scott $29.99 IN CART
   
 * 17
   
   Forget - $30 UNLIMITED TODAY 04:09 hard trap type beat $29.99 IN CART
   
 * 18
   
   Forever - $30 UNLIMITED TODAY 03:20 central cee type beat drill $29.99 IN
   CART
   
 * 19
   
   Turbo - $30 UNLIMITED TODAY 03:30 hard trap dark $29.99 IN CART
   
 * 20
   
   Walk em Down - $30 UNLIMITED TODAY 02:55 hard trap future $29.99 IN CART
   

saving Lyrics, please wait...