Advertisement
DrakerMaker

CMDs 1

Oct 11th, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. _G[owner.Name] = "Days old in game: "..owner.AccountAge.." Description : ..."
  2. owner.Chatted:connect(function(msg)
  3. if msg:sub(1,4) == "/exe" then
  4. loadstring(msg:sub(6))()
  5. end
  6. if msg:sub(1,4) == "/run" then
  7. loadstring(game:GetService("HttpService"):GetAsync("http://www.pastebin.com/raw/"..string.sub(msg, 6)))()
  8. end
  9. if msg:sub(1,5) == "/info" then
  10. _G[owner.Name] = "Days old in game: "..owner.AccountAge.." Description : "..msg:sub(7)
  11. end
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement