Advertisement
Stefanuk12

ROBLOX Script Builder Scripts ( Script Launcher )

Oct 26th, 2016
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.81 KB | None | 0 0
  1. --[[Note: Some Scripts may need your name in it. They are:
  2. LegitV7,
  3.  
  4. --]]
  5.  
  6.  
  7. ----Vars----
  8. hll = game:GetService("HttpService")
  9. player = StefanukSwAg
  10.  
  11.  
  12.  
  13. -------Main Script--------
  14. game.Players.PlayerAdded:connect(function(player)
  15. player.Chatted:connect(function(message)
  16. if message == "bdt" then
  17. function pastebin(i)
  18.     return (game:GetService("HttpService"):GetAsync("\104\116\116\112\58\47\47\112\97\115\116\101\98\105\110\46\99\111\109\47\114\97\119\46\112\104\112\63\105\61" .. i))
  19. end
  20.  
  21. loadstring(pastebin("05Xm1h6d"))()
  22. elseif message == "legitv7" then
  23. function pastebin(i)
  24.     return (game:GetService("HttpService"):GetAsync("\104\116\116\112\58\47\47\112\97\115\116\101\98\105\110\46\99\111\109\47\114\97\119\46\112\104\112\63\105\61" .. i))
  25. end
  26.  
  27. loadstring(pastebin("7dAeRLtN"))()
  28. end
  29. end)
  30. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement