This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local a = debug | |
| local b = debug.sethook | |
| local c = debug.getinfo | |
| local d = debug.traceback | |
| local e = load | |
| local f = loadstring or load | |
| local g = pcall | |
| local h = xpcall | |
| local i = error | |
| local j = type |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local passed_key = ... -- MUST BE ON LINE 1 | |
| local player = game.Players.LocalPlayer | |
| -- 1. YOUR ALLOWED KEYS | |
| local whitelist = { | |
| ["AK-VFGE8WUS"] = true, | |
| ["OWNER-BYPASS"] = true | |
| } | |
| -- 2. THE CHECK |