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.
- Navigate to http://music.razerzone.com/get-fl-studio-12/
- Open your Console, F12 then Console
- Load JQuery by copy pasting the following code into your console and pressing enter:
- Now run this code snippit to be able to load the proper form
- Fill in all the fields and follow all the rest of the steps.
- Congrats you should have FL Studio now!
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);
$('#blade_form').hide();$('#razer-serial').show();$(".js__razer-serial-form__serial-input").attr("readonly", false);