Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. local RemoteSpy = Instance.new("ScreenGui")
  2. local BG = Instance.new("Frame")
  3. local Ribbon = Instance.new("ImageLabel")
  4. local Hide = Instance.new("TextButton")
  5. local Title = Instance.new("TextLabel")
  6. local Remotes = Instance.new("ScrollingFrame")
  7. local Source = Instance.new("ScrollingFrame")
  8. local ButtonsFrame = Instance.new("ScrollingFrame")
  9. local ToClipboard = Instance.new("TextButton")
  10. local Decompile = Instance.new("TextButton")
  11. local GetReturn = Instance.new("TextButton")
  12. local ClearList = Instance.new("TextButton")
  13. local CryptStrings = Instance.new("TextButton")
  14. local EnableSpy = Instance.new("TextButton")
  15. local Total = Instance.new("TextLabel")
  16. local Settings = Instance.new("TextButton")
  17. local SetRemotes = Instance.new("ScrollingFrame")
  18. local Storage = Instance.new("Frame")
  19. local RBTN = Instance.new("TextButton")
  20. local Icon = Instance.new("ImageLabel")
  21. local RemoteName = Instance.new("TextLabel")
  22. local ID = Instance.new("TextLabel")
  23. local SBTN = Instance.new("TextButton")
  24. local Icon_2 = Instance.new("ImageLabel")
  25. local RemoteName_2 = Instance.new("TextLabel")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement