wghcbgfftgh

Untitled

May 10th, 2025
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. repeat task.wait() until game:IsLoaded()
  2.  
  3. local executorname = "Unknown"
  4. if getexecutorname then
  5. executorname = getexecutorname()
  6. elseif identifyexecutor then
  7. executorname = identifyexecutor()
  8. end
  9.  
  10. local FAKE_EXECUTOR = { "xeno", "jjsploit" }
  11.  
  12. for i,v in pairs(FAKE_EXECUTOR) do
  13. if executorname:lower():find(v) then
  14. game.Players.LocalPlayer:kick("[TV HUB MESSAGE] you executor is " .. executorname .. " is not support [ONLY SOLARA!]")
  15. return
  16. end
  17. end
  18.  
  19. loadstring(game:HttpGet("https://pastebin.com/raw/WCfiW21U"))()
Advertisement
Add Comment
Please, Sign In to add comment