Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.Settings = {
- ["key"] = _G.Key,
- ["site"] = "https://whitescript.000webhostapp.com/index.php?key=",
- ["text"] = "Youre not whitelisted please contact our staff/owner";
- }
- local abc = game:HttpGet(_G.Settings.site .. _G.Settings.key)
- if abc == "true" then
- local Username = "Monji_ki"
- if game.Players.LocalPlayer.Name == Username then
- loadstring(game:HttpGet("https://pastebin.com/raw/GE5WzegK"))()
- else
- game.Players.LocalPlayer:Kick("Not Whitelisted")
- end
- elseif abc == "false" then
- game.Players.LocalPlayer:Kick(_G.Settings.text)
- else
- ---nothing
- end
Add Comment
Please, Sign In to add comment