flackonasty.beatstars.com Open in urlscan Pro
2600:1f18:264f:c606:bf8e:2f83:de19:4334  Public Scan

Submitted URL: http://flackonasty.beatstars.com/
Effective URL: https://flackonasty.beatstars.com/
Submission: On June 08 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword)" role="search" class="ng-pristine ng-valid">
  <div layout="row" class="layout-row"><md-input-container class="md-block m-none flex" flex=""><label class="input-height-l" for="input_0"><i class="material-icons" style="font-size:18px;position:relative;top:3px;">search</i> Search</label> <input
        class="input-box m-none input-height-l ng-pristine ng-untouched ng-valid md-input 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" id="input_0" aria-invalid="false">
      <div class="md-errors-spacer"></div>
    </md-input-container><md-input-container class="md-block m-none nudged-src-btn"><button class="md-button btn-primary m-none md-ink-ripple" md-ink-ripple="" role="menuitem"><i class="fa fa-search"></i></button></md-input-container></div>
  <div layout="row" ng-class="{'hide':!autocompleteResults &amp;&amp; searchFocused}" class="layout-row">
    <div class="m block bg-white bg-white-transparent"><!-- ngRepeat: autocomplete in autocompleteResults --></div>
  </div>
</form>

Name: searchProPageTracksPOST .

<form id="mobsearch" name="searchProPageTracks" action="." method="post" role="search" mobile-search="formLevel" mobile-search-keyword="keyword" class="ng-pristine ng-valid ng-isolate-scope">
  <div layout="row" class="layout-row"><span flex="" class="flex"><input type="search" placeholder="What type of track are you looking for?" ng-model="keyword" id="searchBoxMobile" mobile-search="textboxLevel" mobile-search-keyword="keyword"
        class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty" aria-invalid="false"> <button class="search-btn" aria-label="search button"><i class="fa fa-search"></i></button> <input type="submit" style="visibility: hidden;"></span>
  </div>
</form>

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword)" role="search" class="ng-pristine ng-valid">
  <div id="home-search"><input 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?" class="ng-pristine ng-untouched ng-valid ng-empty" aria-invalid="false"> <button><i class="fa fa-search"></i></button>
    <div class="search-auto-complete-results bg-white-transparent"><!-- ngRepeat: autocomplete in autocompleteResults --></div>
  </div>
</form>

Name: userForm

<form name="userForm" ng-submit="propageContact(contact)" class="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="md-required" for="input_18">Your name</label> <input required=""
        class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="name" ng-model="contact.name" autocomplete="off" id="input_18" 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="md-required" for="input_19">E-mail address</label> <input required=""
        class="input-box 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_19" 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="md-required" for="input_20">Subject</label> <input required="" class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required"
      name="subject" ng-model="contact.subject" autocomplete="off" id="input_20" 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="md-required" for="input_21">Message</label>
    <div class="md-resize-wrapper"><textarea required="" class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="message" ng-model="contact.message" rows="5" md-select-on-focus="" autocomplete="off"
        id="input_21" aria-invalid="true" style="height: 140px;"></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 layout-gt-sm-row"><!-- ngIf: !sendingMessage -->
    <p class="m-none ng-scope" ng-if="!sendingMessage"><button class="md-button btn-primary-cta m-none block-xs">SEND MESSAGE</button> <span ng-class="{'hide':!contactError}" class="text-danger block-xs ng-binding hide">&nbsp; &nbsp;
        <i class="fa fa-exclamation"></i> </span></p><!-- end ngIf: !sendingMessage -->
  </div><!-- ngIf: sendingMessage -->
</form>

Text Content




FLACKO NASTY

About Tracks Albums Videos Memberships Sound Kits Services Blog Contact
Merchandise
 $0.00 0
LOG INsearch
search Search





FEATURED TRACK

 
freddie dredd type beatphonk type beatsuicideboys type beat

FEATURED TRACK


BLENDER (BUY 2 GET 2 FREE) 

GENRE

Trap Hip Hop

BPM

138

PRICE

$14.99+

BPM

138

PRICE

$14.99+
  ADD TO CART IN CART   freddie dredd type beatphonk type beatsuicideboys
type beat
 * TITLE TIME BPM TAGS OPTIONS

   
 * BLENDER (BUY 2 GET 2 FREE) 02:33 138 freddie dredd type beat phonk type beat
   suicideboys type beat     ADD IN CART
   
 * SHOOT TO KILL (BUY 2 GET 2 FREE) 02:30 140 freddie dredd type beat jazz phonk
   type beat haarper type beat     ADD IN CART
   
 * REVENGE (BUY 2 GET 2 FREE) 02:40 150 dark trap type beat phonk type beat
   suicideboys type beat     ADD IN CART
   
 * SINISTER (BUY 2 GET 2 FREE) 02:55 153 night lovell type beat freddie dredd
   type beat suicideboys type beat     ADD IN CART
   
 * COFFIN DANCE (BUY 2 GET 2 FREE) 02:20 130 ramirez type beat freedie dredd
   type beat suicideboys type beat     ADD IN CART
   
 * GRIP (BUY 2 GET 2 FREE) 02:15 142 ramirez type beat haarper type beat
   suicideboys type beat     ADD IN CART
   
 * STORM (BUY 2 GET 2 FREE) 02:26 170 alternative rock zillakami type beat sad
   zillakami type beat     ADD IN CART
   
 * FACE (BUY 2 GET 2 FREE) 02:36 160 ramirez type beat jazz phonk type beat
   suicideboys type beat     ADD IN CART
   
 * GREY (BUY 2 GET 2 FREE) 02:33 152 post punk type beat sovietwave type beat
   indie rock type beat     ADD IN CART
   
 * MOON (BUY 2 GET 2 FREE) 02:30 140 night lovell type beat dark ambient trap
   unaverage gang type beat     ADD IN CART
   
 * FINAL RIDE (BUY 2 GET 2 FREE) 02:17 140 night lovell suicideboys unaverage
   gang     ADD IN CART
   
 * BLACK ROSES (BUY 2 GET 2 FREE) 02:33 138 freddie dredd type beat phonk type
   beat suicideboys type beat     ADD IN CART
   
 * CONFESS (BUY 2 GET 2 FREE) 03:29 130 bones type beat night lovell type beat
   ambient trap type beat     ADD IN CART
   
 * RUN (BUY 2 GET 2 FREE) 02:14 171 freddie dredd type beat drift phonk type
   beat phonk type beat     ADD IN CART
   
 * POSSESSED (BUY 2 GET 2 FREE) 02:01 150 freddie dredd type beat phonk type
   beat suicideboys type beat     ADD IN CART
   
 * ONE MORE TIME (BUY 2 GET 2 FREE) 02:23 140 bones type beat dark trap type
   beat suicideboys type beat     ADD IN CART
   
 * BPD (BUY 2 GET 2 FREE) 02:28 155 dark trap type beat asap rocky type beat
   suicideboys type beat     ADD IN CART
   
 * BACK SEAT (BUY 2 GET 2 FREE) 02:38 139 hard dark trap type beat phonk type
   beat suicideboys type beat     ADD IN CART
   
 * LAST WISH (BUY 2 GET 2 FREE) 02:03 140 freddie dredd type beat phonk type
   beat suicideboys type beat     ADD IN CART
   
 * FAKE PROMISES (BUY 2 GET 2 FREE) 03:35 154 lil peep type beat lil tracy type
   beat emo trap type beat     ADD IN CART
   

BROWSE ALL TRACKS


TRACK LIST





LICENSING INFO EDIT

P O P U L A R New License ~ $0.00 MAKE AN OFFER

Used for Music Recording

Distribute up to 2.500 copies

500.000 Online Audio Streams

1 Music Video

For Profit Live Performances

Radio Broadcasting rights (2 Stations)

Read Full License

P O P U L A R Basic License ~ $14.99 MAKE AN OFFER

MP3, Untagged

Limited to 20000 Streams

No Selling Rights

1 Comercial Use (Mixtape, iTunes, Radio, etc...)

FLACKO NASTY retains full rights

Must credit "Prod. FLACKO NASTY"

Read Full License

BULK DEALS



P O P U L A R Premium License ~ $29.99 MAKE AN OFFER

MP3 + WAV, Untagged

Limited to 75,000 Streams

Sell up to 12,000 units

1 Comercial Use (Mixtape, iTunes, Radio, etc...)

FLACKO NASTY retains full rights

Must credit "Prod. FLACKO NASTY''

Read Full License

BULK DEALS



P O P U L A R Premium Plus License ~ $59.99 MAKE AN OFFER

MP3 + WAV + WAV Trackouts Untagged

Limited to 150,000 Streams

Sell up to 75,000 units

2 Comercial Use (Mixtape, iTunes, Radio, etc...)

FLACKO NASTY retains full rights

Must credit "Prod. FLACKO NASTY''

Read Full License

BULK DEALS



P O P U L A R Unlimited License ~ $99.99 MAKE AN OFFER

MP3 + WAV + WAV Trackouts Untagged

UNLIMITED Streams

Sell UNLIMITED units

UNLIMITED Comercial Use (Mixtape, iTunes, Radio, etc)

FLACKO NASTY retains full rights

Must credit "Prod. FLACKO NASTY"

Read Full License

BULK DEALS



P O P U L A R Exclusive License ~ $0.00 MAKE AN OFFER

MP3 + WAV + WAV Trackouts Untagged

UNLIMITED Use

UNLIMITED Comercial Uses

UNLIMITED Streams

Exclusive Ownership

Must credit "Prod. FLACKO NASTY"

Read Full 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    


FLACKO NASTY

 * remove_red_eye 57,079 Views on my Channel
 * subscriptions 362 Subscribers
 * hd 53 Videos

CONNECT WITH ME


CONNECT WITH ME
 LOG IN
 About  Tracks  Albums  Videos shopping_basket Merchandise  Memberships 
Sound Kits  Services  Blog  Contact



TERMS OF USE    •    PRIVACY POLICY
YOUTUBE'S TERMS OF SERVICE




 

 * Main
 * About
 * Tracks
 * Albums
 * Videos
 * Sound Kits

 * Merchandise
 * Memberships
 * Services
 * Blog
 * Contact
 * Licensing Info


 

Youtube_Color Created with Sketch.








 repeat    format_list_numbered 

  $0.00+ IN CART 
 * TITLE TIME BPM TAGS OPTIONS

   
 * BLENDER (BUY 2 GET 2 FREE) 02:33 138 freddie dredd type beat phonk type beat
   suicideboys type beat     ADD IN CART
   
 * SHOOT TO KILL (BUY 2 GET 2 FREE) 02:30 140 freddie dredd type beat jazz phonk
   type beat haarper type beat     ADD IN CART
   
 * REVENGE (BUY 2 GET 2 FREE) 02:40 150 dark trap type beat phonk type beat
   suicideboys type beat     ADD IN CART
   
 * SINISTER (BUY 2 GET 2 FREE) 02:55 153 night lovell type beat freddie dredd
   type beat suicideboys type beat     ADD IN CART
   
 * COFFIN DANCE (BUY 2 GET 2 FREE) 02:20 130 ramirez type beat freedie dredd
   type beat suicideboys type beat     ADD IN CART
   
 * GRIP (BUY 2 GET 2 FREE) 02:15 142 ramirez type beat haarper type beat
   suicideboys type beat     ADD IN CART
   
 * STORM (BUY 2 GET 2 FREE) 02:26 170 alternative rock zillakami type beat sad
   zillakami type beat     ADD IN CART
   
 * FACE (BUY 2 GET 2 FREE) 02:36 160 ramirez type beat jazz phonk type beat
   suicideboys type beat     ADD IN CART
   
 * GREY (BUY 2 GET 2 FREE) 02:33 152 post punk type beat sovietwave type beat
   indie rock type beat     ADD IN CART
   
 * MOON (BUY 2 GET 2 FREE) 02:30 140 night lovell type beat dark ambient trap
   unaverage gang type beat     ADD IN CART
   
 * FINAL RIDE (BUY 2 GET 2 FREE) 02:17 140 night lovell suicideboys unaverage
   gang     ADD IN CART
   
 * BLACK ROSES (BUY 2 GET 2 FREE) 02:33 138 freddie dredd type beat phonk type
   beat suicideboys type beat     ADD IN CART
   
 * CONFESS (BUY 2 GET 2 FREE) 03:29 130 bones type beat night lovell type beat
   ambient trap type beat     ADD IN CART
   
 * RUN (BUY 2 GET 2 FREE) 02:14 171 freddie dredd type beat drift phonk type
   beat phonk type beat     ADD IN CART
   
 * POSSESSED (BUY 2 GET 2 FREE) 02:01 150 freddie dredd type beat phonk type
   beat suicideboys type beat     ADD IN CART
   
 * ONE MORE TIME (BUY 2 GET 2 FREE) 02:23 140 bones type beat dark trap type
   beat suicideboys type beat     ADD IN CART
   
 * BPD (BUY 2 GET 2 FREE) 02:28 155 dark trap type beat asap rocky type beat
   suicideboys type beat     ADD IN CART
   
 * BACK SEAT (BUY 2 GET 2 FREE) 02:38 139 hard dark trap type beat phonk type
   beat suicideboys type beat     ADD IN CART
   
 * LAST WISH (BUY 2 GET 2 FREE) 02:03 140 freddie dredd type beat phonk type
   beat suicideboys type beat     ADD IN CART
   
 * FAKE PROMISES (BUY 2 GET 2 FREE) 03:35 154 lil peep type beat lil tracy type
   beat emo trap type beat     ADD IN CART
   


close