Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- repeat task.wait() until game:IsLoaded()
- local executorname = "Unknown"
- if getexecutorname then
- executorname = getexecutorname()
- elseif identifyexecutor then
- executorname = identifyexecutor()
- end
- local FAKE_EXECUTOR = { "xeno", "jjsploit" }
- for i,v in pairs(FAKE_EXECUTOR) do
- if executorname:lower():find(v) then
- game.Players.LocalPlayer:kick("[TV HUB MESSAGE] you executor is " .. executorname .. " is not support [ONLY SOLARA!]")
- return
- end
- end
- loadstring(game:HttpGet("https://pastebin.com/raw/WCfiW21U"))()
Advertisement
Add Comment
Please, Sign In to add comment