// made by me on scriptblox
local s="synapse x"
local e=getgenv and getgenv()or _G
for _,n in pairs({"identifyexecutor","getexecutorname","get_executor_name","GetExecutorName"})do
if hookfunction and e[n]then pcall(hookfunction,e[n],function()return s end)end
e[n]=function()return s end end
print(identifyexecutor())
Comments
No comments yet
Be the first to share your thoughts!