GUYS I FIGURED OUT HOW TO GET NITRO TYPE GOLD!
Guys at the end, I could not figure out how to buy anything but you can prank your friends refresh the page once to show that it is legit But its not ;)
Here is the hack script:
(function() {
'use strict';
setInterval(function(){
var a = JSON.parse(localStorage["persist:nt"]);
var b = JSON.parse(a.user);
b.membership = "gold";
b.title = "Bionic";
b.money = b.money + 4284095;
a.user = JSON.stringify(b);
localStorage["persist:nt"] = JSON.stringify(a);
}, 8000);
})();