Advertisement
B3treis

55555555555555

Mar 20th, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. local KeyGuardLibrary = loadstring(game:HttpGet("https://cdn.keyguardian.org/library/v1.0.0.lua"))()
  2. local trueData = "a85f61c5edf44ade88e9aac3cf4d760b"
  3. local falseData = "7c28a02c3d7440ec8527922b33355692"
  4.  
  5. KeyGuardLibrary.Set({
  6. publicToken = "e92e2e0aa4f3484fac25ecad35fbbbb1",
  7. privateToken = "652dc0fbfc434d0f9809d01f7b9fed9a",
  8. trueData = trueData,
  9. falseData = falseData,
  10. })
  11.  
  12. local inputKey = script_key
  13. local response = KeyGuardLibrary.validateDefaultKey(inputKey)
  14.  
  15. if response == trueData then
  16. print("Key is valid")
  17. else
  18. print("Key is invalid")
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement