SHOW:
|
|
- or go back to the newest paste.
1 | _G.Settings = { | |
2 | ["key"] = _G.Key, | |
3 | ["site"] = "https://whitescript.000webhostapp.com/index.php?key=", | |
4 | ["text"] = "Youre not whitelisted please contact our staff/owner"; | |
5 | } | |
6 | local abc = game:HttpGet(_G.Settings.site .. _G.Settings.key) | |
7 | if abc == "true" then | |
8 | local Username = "Monji_ki" | |
9 | if game.Players.LocalPlayer.Name == Username then | |
10 | loadstring(game:HttpGet("https://pastebin.com/raw/GE5WzegK"))() | |
11 | else | |
12 | game.Players.LocalPlayer:Kick("Not Whitelisted") | |
13 | end | |
14 | elseif abc == "false" then | |
15 | game.Players.LocalPlayer:Kick(_G.Settings.text) | |
16 | else | |
17 | ---nothing | |
18 | end |