Claiming FL Studio for the New Razer Blade

Okay so when I got my 2016 Razer Blade I was unable to claim my license to FL Studio. So I decided to mess around with the html and see if I could enable myself to be able to claim my license. I was and here are my steps.

  1. Navigate to http://music.razerzone.com/get-fl-studio-12/
  2. Open your Console, F12 then Console
  3. Load JQuery by copy pasting the following code into your console and pressing enter:
  4. javascript:var s=document.createElement('script');s.setAttribute('src', '//cdn.blakethepatton.com/js/jquery-1.12.3.min.js');document.getElementsByTagName('body')[0].appendChild(s);void(s);

  5. Now run this code snippit to be able to load the proper form
  6. $('#blade_form').hide();$('#razer-serial').show();$(".js__razer-serial-form__serial-input").attr("readonly", false);

  7. Fill in all the fields and follow all the rest of the steps.
  8. Congrats you should have FL Studio now!

Leave a Reply

Your email address will not be published. Required fields are marked *