Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
796
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. wait(1)
  2.  
  3. -- Local Player
  4. local p = game.Players.LocalPlayer
  5.  
  6. -- Instance Objects
  7. local gui = Instance.new('ScreenGui',p.PlayerGui)
  8. local frame = Instance.new('ScrollingFrame',gui)
  9. local open = Instance.new('TextButton',gui)
  10. local name = Instance.new('TextLabel',frame)
  11. local arrest = Instance.new('TextButton',frame)
  12. local btools = Instance.new('TextButton',frame)
  13. local escape = Instance.new('TextButton',frame)
  14. local exit = Instance.new('TextButton',frame)
  15. local killaura = Instance.new('TextButton',frame)
  16. local melee = Instance.new('TextButton',frame)
  17. local removedoors = Instance.new('TextButton',frame)
  18. local tools = Instance.new('TextButton',frame)
  19. local speedplus = Instance.new('TextButton',frame)
  20. local speedminus = Instance.new('TextButton',frame)
  21. local jumpplus = Instance.new('TextButton',frame)
  22. local jumpminus = Instance.new('TextButton',frame)
  23. local sedan = Instance.new('TextButton',frame)
  24. local squad = Instance.new('TextButton',frame)
  25. local bypass = Instance.new('TextButton',frame)
  26. local db = Instance.new('TextButton',frame)
  27. local floor = Instance.new('TextButton',frame)
  28.  
  29. -- Name object
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement