isitmalloy.beatstars.com Open in urlscan Pro
2600:1f18:264f:c604:b741:36ae:dd52:57  Public Scan

Submitted URL: http://isitmalloy.beatstars.com/
Effective URL: https://isitmalloy.beatstars.com/
Submission: On November 09 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="Enter any of my beat's title!" 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




MALLOY


SEARCH
Tracks

Sound Kits

Videos

Contact

About

Memberships

Services

Blog

Albums

Merchandise



0
$0.00
Log In


WELCOME TO MY BEATSTORE!

SEARCH



 * TITLE TIME BPM TAGS

   
 * 
   Good Days 02:06 154 nick mira synth $8.99 IN CART
   
 * 
   Foreigner 02:54 143 iann dior the kid laori $8.99 IN CART
   
 * 
   Cashapp 02:46 150 nick mira iann dior $8.99 IN CART
   
 * 
   Surrender 03:15 128 nick mira synth $8.99 IN CART
   
 * 
   Nightmare 02:36 164 liquid drum and bass $8.99 IN CART
   
 * 
   Friday Night 02:01 154 liquid drum and bass $8.99 IN CART
   
 * 
   Welcome Home 03:13 129 synth emotional $8.99 IN CART
   
 * 
   Not A Waste 02:53 144 polo g iann dior $8.99 IN CART
   
 * 
   Inhale 02:41 155 polo g iann dior $8.99 IN CART
   
 * 
   Lost Society 02:41 155 dnb graham $8.99 IN CART
   
 * 
   Symphony 02:23 174 nick mira iann dior $8.99 IN CART
   
 * 
   Outcast 02:53 144 nick mira acoustic guitar $8.99 IN CART
   
 * 
   Saturday 02:31 165 iann dior juice wrld $8.99 IN CART
   
 * 
   Windbreaker 02:44 152 iann dior juice wrld $8.99 IN CART
   
 * 
   Too Damn Much 02:53 144 iann dior juice wrld $8.99 IN CART
   
 * 
   Reschedule 02:35 161 iann dior juice wrld $8.99 IN CART
   
 * 
   Oneblade 02:43 153 iann dior juice wrld $8.99 IN CART
   
 * 
   Stuck Inside 02:53 155 iann dior juice wrld $8.99 IN CART
   
 * 
   Miss The Days 02:48 148 thekidlaroi iann dior $8.99 IN CART
   
 * 
   Somewhere Far Away 02:49 147 nick mira iann dior $8.99 IN CART
   

BROWSE ALL TRACKS


SOUND KITS EDIT

Reflection Loopit   FREE   malloy - phoenix loopkit   $30.00   malloy - roses
loopkit   $25.00   Star Loopkit   $33.00  

BROWSE ALL SOUND KITS


LICENSING INFO EDIT

POPULAR
STARTER LEASE $8.99 MAKE AN OFFER A lease that is optimal for starter artists.
• Untagged MP3 Master File• Distribute up to 150 copies• Earn up to 50000
streams• Credit me (prod. malloy)• 0 music video• 0 Radio Station• Not for
profit performances• STEMS NOT INCLUDED
READ LICENSE
Bulk deals: BUY 2, GET 1 FREE
POPULAR
BASIC LEASE $19.99 MAKE AN OFFER A lease that’s ideal for musicians with some
exposure.
• Untagged MP3 Master File• Distribute up to 100 copies• Earn up to 250000
streams• Credit me (prod. malloy)• 1 music video• 1 Radio Station• Not for
profit performances• STEMS NOT INCLUDED
READ LICENSE
Bulk deals: BUY 2, GET 1 FREE
POPULAR
PREMIUM LEASE $29.99 MAKE AN OFFER A lease that’s ideal for artists that are
serious about quality, and already got some traction.
• Untagged high quality WAV Master File• Distribute up to 50000 copies• Earn up
to 500000 streams/plays• Credit me (prod. malloy)• 1 music video• 3 Radio
Stations• For profit performances• STEMS NOT INCLUDED
READ LICENSE
Bulk deals: BUY 2, GET 1 FREE
POPULAR
TRACKOUT LEASE $59.99 MAKE AN OFFER Ideal for artists that need the trackout
with a Premium lease.
• Untagged high quality WAV Master File• Track stems included• Distribute up to
50000 copies• Earn up to 500000 streams/plays• Credit me (prod. malloy)• 1 music
video• 3 Radio Stations• For profit performances
READ LICENSE
Bulk deals: BUY 2, GET 1 FREE
POPULAR
UNLIMITED LEASE $89.99 MAKE AN OFFER Ideal for artists that are looking to get a
high number of streams, and are very experienced.
• Untagged high quality WAV Master File• Distribute unlimited copies• Unlimited
streams/plays• Credit me (prod. malloy)• Unlimited music videos• Unlimited Radio
Stations• For profit performances• STEMS NOT INCLUDED!
READ LICENSE
Bulk deals: BUY 2, GET 1 FREE
POPULAR
UNLIMITED + TRACKOUT $139.99 MAKE AN OFFER A license that’s ideal for
professional artists that are looking for the highest quality possible.
• Untagged MP3+WAV Master File+Track Stems• Distribute Unlimited copies• Earn
Unlimited streams and plays on each platforms• Credit me (prod.
malloy)• Unlimited music video• Unlimited Radio Station• For profit performances
READ LICENSE
Bulk deals: BUY 2, GET 1 FREE
POPULAR
EXCLUSIVE RIGHTS $400.00 MAKE AN OFFER Ideal for artists that are looking to buy
full, exclusive rights.
• Untagged WAV Master File+Track Stems• Distribute Unlimited copies• Earn
Unlimited streams and plays on each platforms• Credit me (prod.
malloy)• Unlimited music video• Unlimited Radio Station• For profit
performances• EXCLUSIVE RIGHTS
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 Tracks Sound Kits Videos Contact About Memberships Services Blog Albums
Merchandise




MALLOY





 * 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
   
   Good Days 02:06 nick mira synth $8.99 IN CART
   
 * 2
   
   Foreigner 02:54 iann dior the kid laori $8.99 IN CART
   
 * 3
   
   Cashapp 02:46 nick mira iann dior $8.99 IN CART
   
 * 4
   
   Surrender 03:15 nick mira synth $8.99 IN CART
   
 * 5
   
   Nightmare 02:36 liquid drum and bass $8.99 IN CART
   
 * 6
   
   Friday Night 02:01 liquid drum and bass $8.99 IN CART
   
 * 7
   
   Welcome Home 03:13 synth emotional $8.99 IN CART
   
 * 8
   
   Not A Waste 02:53 polo g iann dior $8.99 IN CART
   
 * 9
   
   Inhale 02:41 polo g iann dior $8.99 IN CART
   
 * 10
   
   Lost Society 02:41 dnb graham $8.99 IN CART
   
 * 11
   
   Symphony 02:23 nick mira iann dior $8.99 IN CART
   
 * 12
   
   Outcast 02:53 nick mira acoustic guitar $8.99 IN CART
   
 * 13
   
   Saturday 02:31 iann dior juice wrld $8.99 IN CART
   
 * 14
   
   Windbreaker 02:44 iann dior juice wrld $8.99 IN CART
   
 * 15
   
   Too Damn Much 02:53 iann dior juice wrld $8.99 IN CART
   
 * 16
   
   Reschedule 02:35 iann dior juice wrld $8.99 IN CART
   
 * 17
   
   Oneblade 02:43 iann dior juice wrld $8.99 IN CART
   
 * 18
   
   Stuck Inside 02:53 iann dior juice wrld $8.99 IN CART
   
 * 19
   
   Miss The Days 02:48 thekidlaroi iann dior $8.99 IN CART
   
 * 20
   
   Somewhere Far Away 02:49 nick mira iann dior $8.99 IN CART
   

saving Lyrics, please wait...