Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G[owner.Name] = "Days old in game: "..owner.AccountAge.." Description : ..."
- owner.Chatted:connect(function(msg)
- if msg:sub(1,4) == "/exe" then
- loadstring(msg:sub(6))()
- end
- if msg:sub(1,4) == "/run" then
- loadstring(game:GetService("HttpService"):GetAsync("http://www.pastebin.com/raw/"..string.sub(msg, 6)))()
- end
- if msg:sub(1,5) == "/info" then
- _G[owner.Name] = "Days old in game: "..owner.AccountAge.." Description : "..msg:sub(7)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement