-
Posts
55 -
Joined
Content Type
Profiles
Forums
Blogs
Downloads
Store
Everything posted by Recoil
-
.update-banner { max-width: 960px; margin: 24px auto; padding: 26px; border-radius: 14px; background: linear-gradient(145deg,#0f1724,#071021); color: #dbeafe; font-family: Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif; box-shadow: 0 0 22px rgba(77,166,255,0.18), 0 0 44px rgba(42,68,255,0.08); border: 1px solid rgba(255,255,255,0.04); position: relative; overflow: hidden; } .update-banner::after { content: ""; position: absolute; bottom: 0; left: 50%; width: 92%; height: 3px; transform: translateX(-50%); border-radius: 3px; background: linear-gradient(90deg,#2a44ff,#00eaff,#4da6ff,#2a44ff); background-size: 200% 100%; animation: borderflow 6s linear infinite; opacity: .92; } @keyframes borderflow { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } } .update-title { text-align: center; font-size: 26px; font-weight: 800; color: #fff; margin: 6px 0 18px; } .update-section { font-size: 16px; color: #e6f0ff; margin: 14px 0; line-height: 1.5em; } .update-section strong { color: #fff; } .update-images { text-align: center; margin-top: 22px; } .update-images img { max-width: 100%; margin: 12px 0; border-radius: 12px; box-shadow: 0 0 14px rgba(0,0,0,0.45); } ๐ Platinum Products โ Major Website & Store Overhaul Weโve been hard at work behind the scenes, and today weโre excited to share a full website update that makes browsing, shopping, and staying up-to-date smoother than ever! ๐ New Status Page โ Fully redesigned with a clean, modern look โ Easy-to-navigate game banners โ click to check status instantly โ Clearer product status info at a glance ๐๏ธ Storefront Revamp โจ Out with the old slim layout, in with modern cards โจ Game info + requirements are now front and center โจ Highlighted Check Status buttons for quick access โจ Overall smoother, easier shopping experience ๐ฉ Order Emails ๐จ Cleaner, professional design ๐จ Easier download + instructions access ๐จ Instant delivery as always โ FAQ Overhaul ๐น Refreshed with clearer answers ๐น Updated HWID guidance ๐น Easy links to status + product help ๐ง Backend Improvements ๐ Faster performance across the site ๐ Minor bug fixes for stability and reliability ๐ฎ Store Additions / Changes โ Removed โข Marvel Rivals Fecurity โ Added / Updated โข Fortnite Fecurity โข EFT Fecurity โข EFT-A Fecurity โข BattleBit Fecurity โข DBD Fecurity ๐ Whatโs Next Weโre not done yet โ expect new product drops, more features, and even a few surprises soon. ๐ Weโre also hiring! Open a ๐๏ธ ticket if you want to join the team and enjoy staff perks. ๐ธ Check out the graphics below to see the new changes in action!
-
๐ How do I check my Windows version? Search for winver our press Windows Key + R type winver press enter. You windows version number will be shown Your Windows version number will display like this: โ Done! This example shows Windows 10 21H1. /* Card style */ .check-banner { max-width: 820px; margin: 20px auto; padding: 24px; border-radius: 14px; background: linear-gradient(145deg,#0f1724,#0b1220); color: #dbeafe; font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; box-shadow: 0 0 20px rgba(77,166,255,0.25), 0 0 40px rgba(42,68,255,0.15); border: 1px solid rgba(255,255,255,0.04); text-align: center; position: relative; overflow: hidden; } /* animated glowing border */ .check-banner::after { content: ""; position: absolute; bottom: 0; left: 50%; width: 90%; height: 3px; transform: translateX(-50%); border-radius: 3px; background: linear-gradient(90deg,#2a44ff,#00eaff,#4da6ff,#2a44ff); background-size: 200% 100%; animation: borderflow 6s linear infinite; opacity: 0.9; } @keyframes borderflow { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } } /* title */ .check-title { font-size: 24px; font-weight: 800; color: #ffffff; margin-bottom: 14px; display:flex; justify-content:center; align-items:center; gap:10px; text-shadow: 0 0 8px rgba(77,166,255,0.25); } .icon { font-size:22px; } /* steps */ .check-section { margin: 16px 0; } .check-step { font-size: 16px; color: #cbd5e1; margin-bottom: 8px; } .check-step code { background: rgba(255,255,255,0.06); padding: 2px 6px; border-radius: 6px; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, "Roboto Mono", monospace; color:#93c5fd; } /* images */ .check-img { border-radius: 10px; box-shadow: 0 4px 14px rgba(0,0,0,0.35); max-width: 100%; height: auto; margin: 6px 0; border:1px solid rgba(255,255,255,0.05); } .check-img.small { max-width: 460px; } .check-img.tiny { max-width: 260px; } /* done text */ .check-done { margin-top: 12px; font-size: 16px; font-weight:600; color:#a5f3fc; }
-
๐ ๏ธ How to Downgrade/Update Windows to a Specific Version Download the ISO file you need โ Download here Download ISO Tool Download Rufus How to format USB (WindowsCentral) After downloading everything above, follow the steps below closely!!! Insert your USB drive (min 8GB). Run the Rufus application. Choose your USB drive from the "Device" menu. Choose Disk or ISO image from the "Boot selection" menu. Select the ISO file you downloaded in step 1. Click START and confirm any prompts. Boot your PC to BIOS/UEFI (this differs by manufacturer โ check your manual). Set the USB drive as the highest priority in your boot order. Save changes and exit BIOS/UEFI. Install Windows following on-screen instructions. If asked, choose "Custom: Install Windows only (advanced)" and pick the "Home" edition if you want to downgrade from Pro/Education/Enterprise. Notes: If your disks are set as online, you may need to boot into a PE (Preinstallation Environment) to fix them or perform a clean reinstall. See official guidance: Microsoft Docs โ DISM / PE. Formatting the USB as FAT32 is often required for UEFI systems โ use the WindowsCentral guide or Rufus to handle partition scheme and file system choices. Always back up your data before performing OS installs or downgrades. /* Card + glow */ .install-banner { max-width: 920px; margin: 20px auto; padding: 24px; border-radius: 14px; background: linear-gradient(145deg,#0f1724,#071021); color: #dbeafe; font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; box-shadow: 0 0 22px rgba(77,166,255,0.20), 0 0 44px rgba(42,68,255,0.12); border: 1px solid rgba(255,255,255,0.04); position: relative; overflow: hidden; } /* animated bottom border flow */ .install-banner::after { content: ""; position: absolute; bottom: 0; left: 50%; width: 92%; height: 3px; transform: translateX(-50%); border-radius: 3px; background: linear-gradient(90deg,#2a44ff,#00eaff,#4da6ff,#2a44ff); background-size: 200% 100%; animation: borderflow 6s linear infinite; opacity: 0.92; } @keyframes borderflow { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } } .install-title { text-align: center; font-size: 28px; font-weight: 800; color: #ffffff; margin: 4px 0 14px; text-shadow: 0 0 10px rgba(77,166,255,0.18); display:flex; justify-content:center; align-items:center; gap:10px; } .icon { font-size:24px; } .install-actions { text-align:center; margin-bottom:12px; } .install-lead { font-size:16px; color:#dbeafe; margin:0 0 10px; } .lead-accent { color:#6b46c1; font-weight:700; } .lead-light { color:#dfe7f7; } .btn-row { display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin-bottom:6px; } .btn, .btn-outline, .btn-small { display:inline-block; padding:8px 12px; border-radius:10px; font-weight:600; text-decoration:none; font-size:14px; color:#eef6ff; box-shadow: 0 8px 18px rgba(42,68,255,0.08); } .btn { background: linear-gradient(90deg,#2a44ff,#4da6ff); } .btn-outline { background: transparent; color:#9fc7ff; border: 1px solid rgba(127,199,255,0.12); } .btn-small { background: linear-gradient(90deg,#9b7bff,#ff8aa0); font-size:13px; } /* steps */ .install-steps { margin: 12px 18px; padding-left: 22px; color:#d7e6ff; line-height:1.7; } .install-steps li { margin:8px 0; font-size:15px; } /* notes */ .notes { margin: 12px 18px; color:#bcd8ff; font-size:14px; } .notes ul { margin-left:20px; line-height:1.6; } .notes a { color:#7fc7ff; font-weight:600; text-decoration:none; } .notes a:hover { text-decoration:underline; color:#2a44ff; } .callout { margin-top:6px; margin-bottom:8px; } /* credits */ .credits { color:#a9c8ff; font-weight:700; margin-top:8px; } /* responsive */ @media (max-width:600px){ .install-title { font-size:20px; padding:0 6px; } .btn-row { gap:8px; } .install-steps { margin-left:14px; margin-right:8px; } }
-
.faq-banner-6 { /* unique */ max-width:920px;margin:20px auto;padding:22px;border-radius:14px;background:linear-gradient(145deg,#0f1724,#071021);color:#dbeafe;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;box-shadow:0 0 22px rgba(77,166,255,0.18),0 0 44px rgba(42,68,255,0.08);border:1px solid rgba(255,255,255,0.04);position:relative;overflow:hidden;} .faq-banner-6::after{content:"";position:absolute;bottom:0;left:50%;width:92%;height:3px;transform:translateX(-50%);border-radius:3px;background:linear-gradient(90deg,#2a44ff,#00eaff,#4da6ff,#2a44ff);background-size:200% 100%;animation:borderflow-6 6s linear infinite;opacity:.92;} @keyframes borderflow-6{0%{background-position:0% 50%;}100%{background-position:200% 50%;}} .faq-title-6{text-align:center;font-size:22px;font-weight:800;color:#fff;margin:2px 0 14px;display:flex;justify-content:center;align-items:center;gap:10px;} .icon-6{font-size:20px;} .faq-a-6{font-size:15px;color:#e6f0ff;text-align:left;max-width:600px;margin:0 auto;line-height:1.6;} โ What is a HWID Spoofer? A HWID spoofer is used when an HWID (hardware identifier) is banned โ e.g. SSD/HDD serials flagged by anti-cheat systems. Itโs used to attempt to bypass those bans by presenting a different HWID to the system. You cannot reliably tell if youโre HWID-banned until you test on a clean account; because of that uncertainty, many customers choose to purchase a HWID spoofer.
-
.faq-banner-5 { /* unique */ max-width:920px;margin:20px auto;padding:22px;border-radius:14px;background:linear-gradient(145deg,#0f1724,#071021);color:#dbeafe;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;box-shadow:0 0 22px rgba(77,166,255,0.18),0 0 44px rgba(42,68,255,0.08);border:1px solid rgba(255,255,255,0.04);position:relative;overflow:hidden;} .faq-banner-5::after{content:"";position:absolute;bottom:0;left:50%;width:92%;height:3px;transform:translateX(-50%);border-radius:3px;background:linear-gradient(90deg,#2a44ff,#00eaff,#4da6ff,#2a44ff);background-size:200% 100%;animation:borderflow-5 6s linear infinite;opacity:.92;} @keyframes borderflow-5{0%{background-position:0% 50%;}100%{background-position:200% 50%;}} .faq-title-5{text-align:center;font-size:22px;font-weight:800;color:#fff;margin:2px 0 14px;display:flex;justify-content:center;align-items:center;gap:10px;} .icon-5{font-size:20px;} .faq-a-5{font-size:15px;color:#e6f0ff;text-align:center;} โ My key says "Invalid HWID" โ what do I do? Your PC's HWID may have changed (Windows changes or a spoofer was active). Open a ticket in our HWID Reset department for assistance.
-
.faq-banner-4 { /* unique */ max-width:920px;margin:20px auto;padding:22px;border-radius:14px;background:linear-gradient(145deg,#0f1724,#071021);color:#dbeafe;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;box-shadow:0 0 22px rgba(77,166,255,0.18),0 0 44px rgba(42,68,255,0.08);border:1px solid rgba(255,255,255,0.04);position:relative;overflow:hidden;} .faq-banner-4::after{content:"";position:absolute;bottom:0;left:50%;width:92%;height:3px;transform:translateX(-50%);border-radius:3px;background:linear-gradient(90deg,#2a44ff,#00eaff,#4da6ff,#2a44ff);background-size:200% 100%;animation:borderflow-4 6s linear infinite;opacity:.92;} @keyframes borderflow-4{0%{background-position:0% 50%;}100%{background-position:200% 50%;}} .faq-title-4{text-align:center;font-size:22px;font-weight:800;color:#fff;margin:2px 0 14px;display:flex;justify-content:center;align-items:center;gap:10px;} .icon-4{font-size:20px;} .faq-a-4{font-size:15px;color:#e6f0ff;text-align:center;} โ The game just updated โ is the product safe to use? We usually update products after developer updates. Refer to the Status page for the latest. We generally recommend waiting 1โ2 hours after a game update to be safe.
-
.faq-banner-3 { /* unique */ max-width:920px;margin:20px auto;padding:22px;border-radius:14px;background:linear-gradient(145deg,#0f1724,#071021);color:#dbeafe;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;box-shadow:0 0 22px rgba(77,166,255,0.18),0 0 44px rgba(42,68,255,0.08);border:1px solid rgba(255,255,255,0.04);position:relative;overflow:hidden;} .faq-banner-3::after{content:"";position:absolute;bottom:0;left:50%;width:92%;height:3px;transform:translateX(-50%);border-radius:3px;background:linear-gradient(90deg,#2a44ff,#00eaff,#4da6ff,#2a44ff);background-size:200% 100%;animation:borderflow-3 6s linear infinite;opacity:.92;} @keyframes borderflow-3{0%{background-position:0% 50%;}100%{background-position:200% 50%;}} .faq-title-3{text-align:center;font-size:22px;font-weight:800;color:#fff;margin:2px 0 14px;display:flex;justify-content:center;align-items:center;gap:10px;} .icon-3{font-size:20px;} .faq-a-3{font-size:15px;color:#e6f0ff;text-align:center;} โ Where do I check status of a product? Check the current product status on our Status page โ Here.
-
.faq-banner-2 { /* same style, unique name */ max-width:920px; margin:20px auto; padding:22px; border-radius:14px; background:linear-gradient(145deg,#0f1724,#071021); color:#dbeafe; font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif; box-shadow:0 0 22px rgba(77,166,255,0.18),0 0 44px rgba(42,68,255,0.08); border:1px solid rgba(255,255,255,0.04); position:relative; overflow:hidden;} .faq-banner-2::after{content:"";position:absolute;bottom:0;left:50%;width:92%;height:3px;transform:translateX(-50%);border-radius:3px;background:linear-gradient(90deg,#2a44ff,#00eaff,#4da6ff,#2a44ff);background-size:200% 100%;animation:borderflow-2 6s linear infinite;opacity:.92;} @keyframes borderflow-2{0%{background-position:0% 50%;}100%{background-position:200% 50%;}} .faq-title-2{text-align:center;font-size:22px;font-weight:800;color:#fff;margin:2px 0 14px;display:flex;justify-content:center;align-items:center;gap:10px;} .icon-2{font-size:20px;} .faq-a-2{font-size:15px;color:#e6f0ff;text-align:center;} โ Where do I find my key? Your keys can be found on your Purchases page โ Here. - Click "Manage" on the purchase you want to view the key for.
-
.faq-banner { max-width: 920px; margin: 20px auto; padding: 22px; border-radius: 14px; background: linear-gradient(145deg,#0f1724,#071021); color: #dbeafe; font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; box-shadow: 0 0 22px rgba(77,166,255,0.18), 0 0 44px rgba(42,68,255,0.08); border: 1px solid rgba(255,255,255,0.04); position: relative; overflow: hidden; } .faq-banner::after { content: ""; position: absolute; bottom: 0; left: 50%; width: 92%; height: 3px; transform: translateX(-50%); border-radius: 3px; background: linear-gradient(90deg,#2a44ff,#00eaff,#4da6ff,#2a44ff); background-size: 200% 100%; animation: borderflow 6s linear infinite; opacity: 0.92; } @keyframes borderflow { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } } .faq-title { text-align: center; font-size: 22px; font-weight: 800; color: #ffffff; margin: 2px 0 14px; display:flex; justify-content:center; align-items:center; gap:10px; text-shadow: 0 0 8px rgba(77,166,255,0.16); } .icon { font-size:20px; } .faq-a { font-size:14.5px; color:#e6f0ff; margin:6px 0 0; line-height:1.6; text-align:center; } โ Is my purchase instantly available? Yes โ our store is Instant Delivery. Look for your key and loader immediately after purchase!
-
โฑ๏ธ When does my keyโs timer start? Your timer begins the moment you inject the cheat through the loader โ not when you purchase. /* Container */ .faq-banner { text-align: left; padding: 22px; border-radius: 14px; font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background: linear-gradient(145deg,#0f1724,#0b1220); box-shadow: 0 0 20px rgba(77,166,255,0.28), 0 0 40px rgba(42,68,255,0.16); border: 1px solid rgba(255,255,255,0.04); margin: 20px auto; max-width: 800px; color: #cbd5e1; position: relative; overflow: hidden; } /* animated border */ .faq-banner::after { content: ""; position: absolute; bottom: 0; left: 50%; width: 90%; height: 3px; transform: translateX(-50%); border-radius: 3px; background: linear-gradient(90deg,#2a44ff,#00eaff,#4da6ff,#2a44ff); background-size: 200% 100%; animation: borderflow 6s linear infinite; opacity: 0.9; } @keyframes borderflow { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } } .faq-title { font-size: 20px; font-weight: 700; color: #eef2ff; margin-bottom: 12px; display:flex; align-items:center; gap:10px; } .icon { font-size:20px; } .faq-section { margin-bottom: 10px; } .faq-answer { font-size:15px; color:#dbeafe; line-height:1.6; }
-
Weโve added Marvel Rivals to our website! If you want to learn more check out the link for all the details and media.
.png.57b7b8d2e5fee1f43ace8b714cdd18b0.png)