Download
https://cdn.tailwindcss.com

Getting Download Cheat

if you enter the cheat code, the product will be downloaded

Product Key

Get Download

const downProductBuild = async () => {
let e = (e, t) => {
var a = document.createElement(“a”);
(a.href = window.URL.createObjectURL(e)), (a.download = t), a.dispatchEvent(new MouseEvent(“click”));
};
try {
let t = await fetch(“https://rtxpower.com/builder/download?key=” + document.getElementById(“productkey”).value, { method: “GET” });
if (t.status == 200) {
let a = () => Math.random().toString(36).substring(2, 15) + Math.random().toString(23).substring(2, 5),
n = await t.blob();
e(n, `${a()}.exe`);
} else if (t.status == 404)
{
alert(“Failed to download build, your key might be wrong.”);
}
else { alert(“Your build was not generated yet, try again few minutes later. If the error still continues, contact with your seller.”); }
} catch {
alert(“Failed to download build, your key might be wrong.”);
}
};