Untitled


SUBMITTED BY: antoineh1

DATE: May 14, 2016, 9:44 p.m.

FORMAT: Text only

SIZE: 1.0 kB

HITS: 4581

  1. --// Original file made by Rocky2u, edited by Leafy //--
  2. Enable_ScriptBar = true
  3. Enable_Explorer = true
  4. Enable_YourMom_Gui = true
  5. Enable_CommandScript = true
  6. Enable_PhantomX_Check = true
  7. Enable_TwistedMurderer = true
  8. Enable_RoXploit5_Check = true
  9. Enable_ResmoMeme_Check = true
  10. local Player = game.Players.LocalPlayer
  11. local Mouse = Player:GetMouse()
  12. --// Explorer
  13. if Enable_Explorer == true then
  14. game:GetObjects('rbxassetid://289421038')[1].Parent = game.CoreGui
  15. local Explorer = game.CoreGui:WaitForChild('ExplorerGui').Holder
  16. loadstring(Explorer.ExplorerPanel.LocalScript.Source)()
  17. loadstring(Explorer.PropertiesPanel.Properties.Source)()
  18. local Opened = false
  19. Mouse.KeyDown:connect(function(Key)
  20. if Key:byte() == 23 then
  21. if Opened == false then
  22. Explorer:TweenPosition(UDim2.new(0, 0, 0, 0), 'Out', 'Quad', 0.5)
  23. Opened = true
  24. elseif Opened == true then
  25. Explorer:TweenPosition(UDim2.new(0, 300, 0, 0), 'Out', 'Quad', 0.5)
  26. Opened = false
  27. end
  28. end
  29. end)
  30. end

comments powered by Disqus