Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --// Generated By Just A Script Join In My Discord To Support TY
- local player = game.Players.LocalPlayer
- local BvQ = Instance.new("ScreenGui")
- BvQ.Name = "JustAScript"
- BvQ.Parent = player.PlayerGui
- local BvQFrame = Instance.new("Frame")
- BvQFrame.Size = UDim2.new(0, 250, 0, 300)
- BvQFrame.Position = UDim2.new(0, 280, 0, 11)
- BvQFrame.BackgroundTransparency = 0.5
- BvQFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- BvQFrame.BorderSizePixel = 2
- BvQFrame.BorderColor3 = Color3.new(1, 1, 1)
- BvQFrame.Parent = BvQ
- --// Generated By Just A Script Join In My Discord To Support TY
- local player = game.Players.LocalPlayer
- local kew = Instance.new("ScreenGui")
- kew.Name = "JustAScript"
- kew.Parent = player.PlayerGui
- local kewFrame = Instance.new("Frame")
- kewFrame.Size = UDim2.new(0, 220, 0, 50)
- kewFrame.Position = UDim2.new(0, 298, 0, 26)
- kewFrame.BackgroundTransparency = 0.5
- kewFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- kewFrame.BorderSizePixel = 2
- kewFrame.BorderColor3 = Color3.new(1, 1, 1)
- kewFrame.Parent = kew
- local gray = Instance.new("TextButton")
- gray.Text = "Script"
- gray.Size = UDim2.new(1, 0, 1, 0)
- gray.Position = UDim2.new(0, 0, 0, 0)
- gray.Parent = kewFrame
- gray.MouseButton1Click:Connect(function()
- print("hello")
- end)
- --// Generated By Just A Script Join In My Discord To Support TY
- local player = game.Players.LocalPlayer
- local Roc = Instance.new("ScreenGui")
- Roc.Name = "JustAScript"
- Roc.Parent = player.PlayerGui
- local RocFrame = Instance.new("Frame")
- RocFrame.Size = UDim2.new(0, 220, 0, 50)
- RocFrame.Position = UDim2.new(0, 298, 0, 93)
- RocFrame.BackgroundTransparency = 0.5
- RocFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- RocFrame.BorderSizePixel = 2
- RocFrame.BorderColor3 = Color3.new(1, 1, 1)
- RocFrame.Parent = Roc
- local gray = Instance.new("TextButton")
- gray.Text = "Script"
- gray.Size = UDim2.new(1, 0, 1, 0)
- gray.Position = UDim2.new(0, 0, 0, 0)
- gray.Parent = RocFrame
- gray.MouseButton1Click:Connect(function()
- print("hello")
- end)
- --// Generated By Just A Script Join In My Discord To Support TY
- local player = game.Players.LocalPlayer
- local HbD = Instance.new("ScreenGui")
- HbD.Name = "JustAScript"
- HbD.Parent = player.PlayerGui
- local HbDFrame = Instance.new("Frame")
- HbDFrame.Size = UDim2.new(0, 220, 0, 50)
- HbDFrame.Position = UDim2.new(0, 299, 0, 160)
- HbDFrame.BackgroundTransparency = 0.5
- HbDFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- HbDFrame.BorderSizePixel = 2
- HbDFrame.BorderColor3 = Color3.new(1, 1, 1)
- HbDFrame.Parent = HbD
- local gray = Instance.new("TextButton")
- gray.Text = "Script"
- gray.Size = UDim2.new(1, 0, 1, 0)
- gray.Position = UDim2.new(0, 0, 0, 0)
- gray.Parent = HbDFrame
- gray.MouseButton1Click:Connect(function()
- print("hello")
- end)
- --// Generated By Just A Script Join In My Discord To Support TY
- local player = game.Players.LocalPlayer
- local VsH = Instance.new("ScreenGui")
- VsH.Name = "JustAScript"
- VsH.Parent = player.PlayerGui
- local VsHFrame = Instance.new("Frame")
- VsHFrame.Size = UDim2.new(0, 220, 0, 50)
- VsHFrame.Position = UDim2.new(0, 299, 0, 232)
- VsHFrame.BackgroundTransparency = 0.5
- VsHFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- VsHFrame.BorderSizePixel = 2
- VsHFrame.BorderColor3 = Color3.new(1, 1, 1)
- VsHFrame.Parent = VsH
- local gray = Instance.new("TextButton")
- gray.Text = "Script"
- gray.Size = UDim2.new(1, 0, 1, 0)
- gray.Position = UDim2.new(0, 0, 0, 0)
- gray.Parent = VsHFrame
- gray.MouseButton1Click:Connect(function()
- print("hello")
- end)
- local t=Instance.new("ScreenGui")
- t.Name="ToggleGui"
- t.Parent=game.Players.LocalPlayer.PlayerGui
- local b=Instance.new("TextButton")
- b.Text="Toggle"
- b.Size=UDim2.new(0,50,0,50)
- b.Position=UDim2.new(0,15,0,18)
- b.BackgroundColor3=Color3.new(0,0,0)
- b.BackgroundTransparency=0.5
- b.TextColor3=Color3.new(1,1,1)
- b.BorderColor3=Color3.new(1,1,1)
- b.Parent=t
- local function c()
- local g={"JustAScript"}
- for _,n in ipairs(g) do
- local r=game.Players.LocalPlayer.PlayerGui:GetDescendants()
- for _,i in ipairs(r) do
- if i.Name==n then
- i.Enabled=not i.Enabled
- end
- end
- end
- end
- b.MouseButton1Click:Connect(c)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement