rahsko.beatstars.com Open in urlscan Pro
2600:1f18:264f:c604:1b8b:a295:625e:7a2  Public Scan

Submitted URL: http://rahsko.beatstars.com/
Effective URL: https://rahsko.beatstars.com/
Submission: On April 03 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_16">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_16" 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_17">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_17" 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_18">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_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">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_19">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_19" 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




RAHSKO

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





Memberships Tracks



FEATURED TRACK

 

FEATURED TRACK




GENRE

BPM

PRICE

$0.00+

BPM

PRICE

$0.00+
  ADD TO CART IN CART  
 * TITLE TIME BPM TAGS OPTIONS

   
 * MURAILLE 🐉 (BUY 2, GET 1 FREE ) 03:07 144 drill type beat hard type beat
   ziak type beat     ADD IN CART
   
 * FALLING ❤️ (BUY 2, GET 1 FREE ) 02:12 146 central cee type beat drill type
   beat love drill beat     ADD IN CART
   
 * COLISEUM 🪖 (BUY 2, GET 1 FREE ) 02:44 140 drill type beat experimental type
   beat ziak type beat     ADD IN CART
   
 * TAJ MAHAL 𓂀 (BUY 2, GET 1 FREE ) 02:45 143 alien drill type beat ziak type
   beat arabic drill type beat     ADD IN CART
   
 * MAZZA 🍃 (BUY 2, GET 1 FREE ) 02:43 141 drill type beat la hasba type bea
   ziak type beat     ADD IN CART
   
 * SUPRA 🥷🏼 (BUY 2, GET 1 FREE ) 02:56 143 drill type beat ziak type beat gazo
   type beat     ADD IN CART
   
 * CORVETTE ⚡ (BUY 2, GET 1 FREE ) 02:54 145 drill type beat ziak type beat gazo
   type beat     ADD IN CART
   
 * MCLAREN 🏎️ (BUY 2, GET 1 FREE ) 02:27 143 drill type beat ziak type beat
   gazo type beat     ADD IN CART
   
 * MORTEL 🔪 (BUY 2, GET 1 FREE ) 02:59 144 drill type beat ziak type beat gazo
   type beat     ADD IN CART
   
 * FAVELA 🥵 (BUY 2, GET 1 FREE ) 03:22 140 drill type beat gazo type beat leto
   type beat     ADD IN CART
   
 * ROYALTY ⚔️ (BUY 2, GET 1 FREE ) 02:49 147 drill type beat ziak type beat gazo
   type beat     ADD IN CART
   
 * CHARGEUR 🔫(BUY 2, GET 1 FREE ) 03:00 140 drill type beat kerchak type beat
   ziak type beat     ADD IN CART
   
 * Appel (BUY 2, GET 1 FREE) 03:08 138 luther type beat la feve type beat old
   sample type beat     ADD IN CART
   
 * Larme (BUY 2, GET 1 FREE) 02:57 120 sad type beat old sample bushi type beat
       ADD IN CART
   
 * Movin (BUY 2, GET 1 FREE) 02:17 140 drill type beat russ millions type beat
   gazo type beat     ADD IN CART
   
 * Digital (BUY 2, GET 1 FREE) 03:08 143 drill type beat hard type beat gazo
   type beat     ADD IN CART
   
 * Bandana (BUY 2, GET 1 FREE) 02:42 142 drill type beat hard type beat russ
   millions type beat     ADD IN CART
   
 * Mandragora (BUY 2, GET 1 FREE) 02:41 155 hard beat southside type beat pyrex
   whippa type beat     ADD IN CART
   
 * Blood (BUY 2, GET 1 FREE) 02:54 145 drill type beat hard type beat freeze
   corleone type beat     ADD IN CART
   
 * Blame You (BUY 2, GET 1 FREE) 02:17 136 central cee type beat trap type beat
   melodic type beat     ADD IN CART
   

BROWSE ALL TRACKS


LICENSING INFO EDIT

P O P U L A R Basic License $34.99 ~ PER UNIT MAKE AN OFFER MP3 : Beats are Full
Tagged

Read Full License

BULK DEALS

BUY 2, GET 1 FREE

P O P U L A R Premium License $49.99 ~ PER UNIT MAKE AN OFFER MP3 : Beats are
Full Tagged WAV : Tagged but just 1 time at the beginning

Read Full License

BULK DEALS

BUY 2, GET 1 FREE

P O P U L A R Premium Plus License $94.99 ~ PER UNIT MAKE AN OFFER

Read Full License

BULK DEALS

BUY 2, GET 1 FREE

P O P U L A R Unlimited License $141.95 ~ PER UNIT MAKE AN OFFER MP3 : Beats are
Full Tagged WAV : Tagged but just 1 time at the beginning

Read Full License

BULK DEALS

BUY 2, GET 1 FREE

P O P U L A R Exclusive License $200.00 ~ PER UNIT MAKE AN OFFER - If you want
the track exclusively for you, make an offer - MP3 : Beats are Full Tagged WAV :
Tagged but just 1 time at the beginning

Read Full License

BULK DEALS

BUY 2, GET 1 FREE




SOUND KITS


DETAILS


$25.00

Rahsko - ULTIMATVM [Drumkit]

DETAILS


$7.00

Rahsko x Bayss - Carnage [Drumkit]

DETAILS
Rahsko - Hopeless (DRUMKIT)

DETAILS
Rahsko - Requiem

BROWSE ALL KITS







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    

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




INFORMATIONS



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

   
 * MURAILLE 🐉 (BUY 2, GET 1 FREE ) 03:07 144 drill type beat hard type beat
   ziak type beat     ADD IN CART
   
 * FALLING ❤️ (BUY 2, GET 1 FREE ) 02:12 146 central cee type beat drill type
   beat love drill beat     ADD IN CART
   
 * COLISEUM 🪖 (BUY 2, GET 1 FREE ) 02:44 140 drill type beat experimental type
   beat ziak type beat     ADD IN CART
   
 * TAJ MAHAL 𓂀 (BUY 2, GET 1 FREE ) 02:45 143 alien drill type beat ziak type
   beat arabic drill type beat     ADD IN CART
   
 * MAZZA 🍃 (BUY 2, GET 1 FREE ) 02:43 141 drill type beat la hasba type bea
   ziak type beat     ADD IN CART
   
 * SUPRA 🥷🏼 (BUY 2, GET 1 FREE ) 02:56 143 drill type beat ziak type beat gazo
   type beat     ADD IN CART
   
 * CORVETTE ⚡ (BUY 2, GET 1 FREE ) 02:54 145 drill type beat ziak type beat gazo
   type beat     ADD IN CART
   
 * MCLAREN 🏎️ (BUY 2, GET 1 FREE ) 02:27 143 drill type beat ziak type beat
   gazo type beat     ADD IN CART
   
 * MORTEL 🔪 (BUY 2, GET 1 FREE ) 02:59 144 drill type beat ziak type beat gazo
   type beat     ADD IN CART
   
 * FAVELA 🥵 (BUY 2, GET 1 FREE ) 03:22 140 drill type beat gazo type beat leto
   type beat     ADD IN CART
   
 * ROYALTY ⚔️ (BUY 2, GET 1 FREE ) 02:49 147 drill type beat ziak type beat gazo
   type beat     ADD IN CART
   
 * CHARGEUR 🔫(BUY 2, GET 1 FREE ) 03:00 140 drill type beat kerchak type beat
   ziak type beat     ADD IN CART
   
 * Appel (BUY 2, GET 1 FREE) 03:08 138 luther type beat la feve type beat old
   sample type beat     ADD IN CART
   
 * Larme (BUY 2, GET 1 FREE) 02:57 120 sad type beat old sample bushi type beat
       ADD IN CART
   
 * Movin (BUY 2, GET 1 FREE) 02:17 140 drill type beat russ millions type beat
   gazo type beat     ADD IN CART
   
 * Digital (BUY 2, GET 1 FREE) 03:08 143 drill type beat hard type beat gazo
   type beat     ADD IN CART
   
 * Bandana (BUY 2, GET 1 FREE) 02:42 142 drill type beat hard type beat russ
   millions type beat     ADD IN CART
   
 * Mandragora (BUY 2, GET 1 FREE) 02:41 155 hard beat southside type beat pyrex
   whippa type beat     ADD IN CART
   
 * Blood (BUY 2, GET 1 FREE) 02:54 145 drill type beat hard type beat freeze
   corleone type beat     ADD IN CART
   
 * Blame You (BUY 2, GET 1 FREE) 02:17 136 central cee type beat trap type beat
   melodic type beat     ADD IN CART
   


close