No description
Find a file
2024-09-15 21:56:44 +02:00
IdentityValidator.luau nvm x2 2024-09-15 21:56:44 +02:00
README.md nvm 2024-09-15 21:46:25 +02:00

IdentityValidator

IdentityValidator checks if your executor is faking printidentity or not.

Checks

  • printidentitycclosure
    • Checks if printidentity is a cclosure
  • getthreadidentitynotequal
    • getthreadidentity is not equal to printidentity level
  • invalididentity
    • if identity is lower than 0 or higher than 9
  • printidentitylowargs
    • printidentity does not have the prefix arg
  • identitycheck
    • MoreUNC's getthreadidentity function used to tell if the identity is being faked or not

Credits