Simple to use implementation of Nulled Auth API as per: API Documentation
Only functions you should need are:
Auth.Register(string key)
Auth.Authenticate(string key)
Remember to set Program ID and Program Secret in the Auth class (line 45 and 50 respectively)
Edited by rond, 06 September 2023 - 09:55 PM.