Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. if message:sub(1, 7) == ".cframe " then
  2. setclipboard(tostring(game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame))
  3. end
  4.  
  5. if message:sub(1, 9) == ".position " then
  6. setclipboard(tostring(game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.Position))
  7. end
  8.  
  9. if message:sub(1, 4) == ".dex " then
  10. loadstring(game:HttpGet("https://pastebin.com/raw/qnSwENh3",true))()
  11. end
  12.  
  13. if message:sub(1, 10) == ".remotespy " then
  14. loadstring(game:HttpGet("https://pastebin.com/raw/SNn0reEz",true))()
  15. end
  16.  
  17. if message:sub(1, 3) == ".iy " then
  18. loadstring(game:HttpGet("https://pastebin.com/raw/tzTXmYf2",true))()
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement