Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Screen = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
- local TextLabel = Instance.new("TextLabel",Screen)
- TextLabel.Size=UDim2.new(0,300,0,110)
- TextLabel.BackgroundColor3=Color3.new(0,0,0)
- TextLabel.BackgroundTransparency=0.4
- TextLabel.TextColor3=Color3.new(1,1,1)
- TextLabel.TextXAlignment="Center"
- TextLabel.TextYAlignment='Top'
- TextLabel.FontSize = "Size10"
- TextLabel.Position=UDim2.new(0.5,0-(TextLabel.Size.X.Offset/2),0.5,0-(TextLabel.Size.Y.Offset/2))
- TextLabel.Text = ""
- local function GUISoundz(SoundId)
- if game.Players.LocalPlayer.PlayerGui:FindFirstChild("AddOnNS") then
- game.Players.LocalPlayer.PlayerGui.AddOnNS:Remove()
- b= Instance.new("StringValue", game.Players.LocalPlayer.PlayerGui)
- b.Name = "AddOnNS"
- c= Instance.new("StringValue", game.Players.LocalPlayer.PlayerGui.AddOnNS)
- c.Name = "AddOnNS"
- a = Instance.new("Sound", game.Players.LocalPlayer.PlayerGui.AddOnNS.AddOnNS)
- a.Name = "BlackHatHelper"
- a.SoundId = "rbxassetid://" .. SoundId
- a.Volume = math.huge
- a.Pitch = 1
- a.Looped = false
- a:Play()
- elseif not game.Players.LocalPlayer.PlayerGui:FindFirstChild("AddOnNS") then
- b= Instance.new("StringValue", game.Players.LocalPlayer.PlayerGui)
- b.Name = "AddOnNS"
- c= Instance.new("StringValue", game.Players.LocalPlayer.PlayerGui.AddOnNS)
- c.Name = "AddOnNS"
- a = Instance.new("Sound", game.Players.LocalPlayer.PlayerGui.AddOnNS)
- a.Name = "BlackHatHelper"
- a.SoundId = "rbxassetid://" .. SoundId
- a.Volume = math.huge
- a.Pitch = 1
- a.Looped = false
- a:Play()
- end
- end
- wait(1)
- local function Load()
- TextLabel.Text = 'Kappa GUI Loader.\n'
- wait(.1)
- TextLabel.Text = TextLabel.Text..'Explorer from Kappa GUI.\n'
- wait(.1)
- TextLabel.Text = TextLabel.Text..'Loader created by BlackHatHelper.\n'
- wait(.1)
- TextLabel.Text = TextLabel.Text..'Loading Stuff....'
- wait(.1)
- TextLabel.Text = TextLabel.Text..' DONE!\n'
- wait(.1)
- TextLabel.Text = TextLabel.Text..'Loading More Stuff....'
- wait(.1)
- TextLabel.Text = TextLabel.Text..' DONE!\n'
- wait(.1)
- TextLabel.Text = TextLabel.Text..'Launching GUI Loader...'
- wait(.1)
- if game.CoreGui:FindFirstChild("Explorer") then
- TextLabel.TextColor3=Color3.new(255,0,0)
- TextLabel.Text = TextLabel.Text..' ERROR\n'
- GUISoundz(138090596)
- wait(1)
- TextLabel.Text = TextLabel.Text..'Loader GUI already exists!\n'
- wait(1)
- Screen:Remove()
- else
- TextLabel.Text = TextLabel.Text..' SUCCESS!\n'
- TextLabel.TextColor3=Color3.new(0,255,0)
- p = Instance.new("ScreenGui",game.CoreGui)
- p.Name = "Explorer"
- f = Instance.new("Frame",p)
- f.BackgroundTransparency = 1
- f.Size = UDim2.new(1,0,1,0)
- tb = Instance.new("TextButton",f)
- tb.Position = UDim2.new(0,0,0.7,0)
- tb.BackgroundTransparency = 0.4
- tb.BackgroundColor3 = Color3.new(0,0,0)
- tb.Size = UDim2.new(0,50,0,50)
- tb.Font = "SourceSansBold"
- tb.FontSize = "Size18"
- tb.Text = "Load"
- tb.TextColor3 = Color3.new(255,255,255)
- function onClicked()
- if game.Players.LocalPlayer.PlayerGui:FindFirstChild("Explorer") then
- warn("Gui Already Exists")
- else
- game:GetObjects("rbxassetid://280660468")[1].Parent = game.Players.LocalPlayer.PlayerGui
- end
- end
- tb.MouseButton1Down:connect(onClicked)
- end
- wait(1)
- TextLabel.Text = TextLabel.Text..'Finished Loading.'
- wait(2)
- Screen:Remove()
- end
- Load()
Add Comment
Please, Sign In to add comment