Narwhalable

Untitled

Aug 5th, 2017
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. --Credit to Loaf and N3xul.
  2. game:GetObjects('rbxassetid://685451973')[1].Parent = game.CoreGui
  3. gui = game.CoreGui:WaitForChild('Tr')
  4. commands = gui.commands
  5. open = gui.open
  6. openb = open.open1
  7. close = commands.close
  8. openb.MouseButton1Click:connect(function()
  9. commands.Visible = true
  10. commands:TweenPosition(UDim2.new(0.04, 0,0.7, 0),'Out', 'Quad', 1)
  11. open:TweenPosition(UDim2.new(-0.02, 0,0.637, 0),'Out', 'Quad', 1)
  12. wait(.5)
  13. open.Visible = false
  14. end)
  15. close.MouseButton1Click:connect(function()
  16. commands:TweenPosition(UDim2.new(-0.064, 0,0.684, 0),'Out', 'Quad', 1)
  17. wait(.5)
  18. commands.Visible = false
  19. open.Visible = true
  20. open:TweenPosition(UDim2.new(0.867, 0,0, 0),'Out', 'Quad', 1)
  21. end)
  22. commands.Plane.MouseButton1Click:connect(function()
  23. loadstring(game:GetObjects('rbxassetid://685425695')[1].Source)()
  24. end)
  25. commands.Bomber.MouseButton1Click:connect(function()
  26. loadstring(game:GetObjects('rbxassetid://685460334')[1].Source)()
  27. end)
  28. -- AHHHHH KILL THOSE INFIDELS
Add Comment
Please, Sign In to add comment