RUDEAlex

SilverHub_Detection

Apr 25th, 2021 (edited)
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.54 KB | None | 0 0
  1. local SilverHubDetection = Instance.new("ScreenGui")
  2.  
  3.  
  4. SilverHubDetection.Name = "SilverHubDetection"
  5. SilverHubDetection.Parent = game.CoreGui
  6. SilverHubDetection.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  7.  
  8. if game.CoreGui.SilverHubDetection then
  9.   print("Silver Hub Detection detected!") else
  10.   print("Silver Hub Detection Failed to load. Kicking in 10 seconds.")
  11.   game.Players.LocalPlayer:Kick("Silver Hub Detection failed to load. Please try again. (Or if you deleted Silver Hub's Detection then don't. All it'll do is get you kicked.")
  12. end
Add Comment
Please, Sign In to add comment