[ Hidden Content! ]
The Goal: Protecting your hard-earned config code from being leaked or shared for free.
The Workflow:
The Workflow:
- Remote Auth: Create a simple PHP script on your web server that stores a list of "Allowed HWIDs."
- The Check: At the very start of your config, add a
request to your server:Code:GET
.Code:mysite.com/auth.php?id=<HWID>
- Conditional Kill: Code:
IF (response != "AUTHORIZED") { // Kill the config if the ID isn't on the list BLOCK:Terminate ENDBLOCK } - Result: Your config becomes a "Paid Product" that only runs on your customers' machines.









![[Image: kwi6yAD.gif]](https://patched.to/pbb-proxy/UUNCQ0JeTUoNGVgIBhBLGwVYDxhTR1ADSnIlHgFZUA--/kwi6yAD.gif?t=1771681490)