Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 4.2
- -- Instances:
- local Reachgui = Instance.new("ScreenGui")
- local Drag = Instance.new("Frame")
- local Frame = Instance.new("Frame")
- local Update = Instance.new("TextLabel")
- local ver = Instance.new("TextLabel")
- local Link = Instance.new("TextBox")
- local US = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local Minimize = Instance.new("TextButton")
- --Properties:
- Reachgui.Name = "Reach gui"
- Reachgui.Parent = game.CoreGui
- Reachgui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Drag.Name = "Drag"
- Drag.Parent = Reachgui
- Drag.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Drag.Position = UDim2.new(0.0742459148, 0, 0.144212529, 0)
- Drag.Size = UDim2.new(0.384000003, 0, 0.0599999987, 0)
- Drag.Active = true
- Drag.Draggable = true
- Frame.Parent = Drag
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0, 0, 1, 0)
- Frame.Size = UDim2.new(1.005, 0, 6, 0)
- Update.Name = "Update"
- Update.Parent = Frame
- Update.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Update.Size = UDim2.new(1, 0, 0.275000006, 0)
- Update.Font = Enum.Font.SourceSans
- Update.Text = "New Version is Here"
- Update.TextColor3 = Color3.fromRGB(255, 255, 255)
- Update.TextScaled = true
- Update.TextSize = 14.000
- Update.TextWrapped = true
- ver.Name = "ver"
- ver.Parent = Frame
- ver.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ver.Position = UDim2.new(0, 0, 0.274088115, 0)
- ver.Size = UDim2.new(1, 0, 0.275000006, 0)
- ver.Font = Enum.Font.SourceSans
- ver.Text = "good Luck you!"
- ver.TextColor3 = Color3.fromRGB(255, 255, 255)
- ver.TextScaled = true
- ver.TextSize = 14.000
- ver.TextWrapped = true
- Link.Name = "Link"
- Link.Parent = Frame
- Link.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Link.Position = UDim2.new(0, 0, 0.548176229, 0)
- Link.Size = UDim2.new(1, 0, 0.275000006, 0)
- Link.Font = Enum.Font.SourceSans
- Link.Text = "Get Script here Link: https://youtu.be/1HBFmlgjSjk"
- Link.TextColor3 = Color3.fromRGB(255, 255, 255)
- Link.TextScaled = true
- Link.TextSize = 14.000
- Link.TextWrapped = true
- game:GetService('RunService').RenderStepped:connect(function()
- Link.Text = "Get Script here Copy Link: https://youtu.be/1HBFmlgjSjk"
- end)
- US.Name = "US"
- US.Parent = Frame
- US.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- US.Position = UDim2.new(0.998533726, 0, 0.722116709, 0)
- US.Size = UDim2.new(0.247211426, 0, 0.275000006, 0)
- US.Font = Enum.Font.SourceSans
- US.Text = "Use V4"
- US.TextColor3 = Color3.fromRGB(255, 255, 255)
- US.TextScaled = true
- US.TextSize = 14.000
- US.TextWrapped = true
- US.MouseButton1Click:Connect(function()
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local Reachgui = Instance.new("ScreenGui")
- local Drag = Instance.new("Frame")
- local Frame = Instance.new("Frame")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local Home = Instance.new("TextButton")
- local Reach = Instance.new("TextButton")
- local Open = Instance.new("TextButton")
- local ho = Instance.new("Frame")
- local Removegui = Instance.new("TextButton")
- local Good = Instance.new("TextLabel")
- local Name1 = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local Reacch = Instance.new("Frame")
- local Activ = Instance.new("TextButton")
- local X = Instance.new("TextBox")
- local Y = Instance.new("TextBox")
- local Z = Instance.new("TextBox")
- local Red = Instance.new("TextBox")
- local Blue = Instance.new("TextBox")
- local Green = Instance.new("TextBox")
- local Close = Instance.new("TextButton")
- local Minimize = Instance.new("TextButton")
- local N = Instance.new("TextLabel")
- local Link = Instance.new("TextLabel")
- local Cred = Instance.new("TextLabel")
- --Properties:
- Reachgui.Name = "Reach gui"
- Reachgui.Parent = game.CoreGui
- Reachgui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Drag.Name = "Drag"
- Drag.Parent = Reachgui
- Drag.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Drag.Position = UDim2.new(0.0742459297, 0, 0.144212529, 0)
- Drag.Size = UDim2.new(0, 321, 0, 30)
- Drag.Active = true
- Drag.Draggable = true
- Drag.Visible = false
- Open.Name = "Open"
- Open.Parent = Reachgui
- Open.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Open.Position = UDim2.new(-0.00208333344, 0, 0.393750012, 0)
- Open.Size = UDim2.new(0, 83, 0, 50)
- Open.Font = Enum.Font.SourceSans
- Open.Text = "Open"
- Open.TextColor3 = Color3.fromRGB(255, 255, 255)
- Open.TextScaled = true
- Open.TextSize = 14.000
- Open.TextWrapped = true
- Open.MouseButton1Click:Connect(function()
- Open.Visible = false
- Drag.Visible = true
- end)
- Frame.Parent = Drag
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0, 0, 1, 0)
- Frame.Size = UDim2.new(0, 321, 0, 183)
- ScrollingFrame.Parent = Frame
- ScrollingFrame.Active = true
- ScrollingFrame.BackgroundColor3 = Color3.fromRGB(136, 136, 136)
- ScrollingFrame.BorderSizePixel = 0
- ScrollingFrame.Size = UDim2.new(0, 79, 0, 183)
- Home.Name = "Home"
- Home.Parent = ScrollingFrame
- Home.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Home.BorderSizePixel = 0
- Home.Size = UDim2.new(0, 66, 0, 50)
- Home.Font = Enum.Font.SourceSans
- Home.Text = "Home"
- Home.TextColor3 = Color3.fromRGB(255, 255, 255)
- Home.TextScaled = true
- Home.TextSize = 14.000
- Home.TextWrapped = true
- Home.MouseButton1Click:Connect(function()
- ho.Visible = true
- Reacch.Visible = false
- end)
- Reach.Name = "Reach"
- Reach.Parent = ScrollingFrame
- Reach.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Reach.BorderSizePixel = 0
- Reach.Position = UDim2.new(0, 0, 0.136612028, 0)
- Reach.Size = UDim2.new(0, 66, 0, 50)
- Reach.Font = Enum.Font.SourceSans
- Reach.Text = "Reach"
- Reach.TextColor3 = Color3.fromRGB(255, 255, 255)
- Reach.TextScaled = true
- Reach.TextSize = 14.000
- Reach.TextWrapped = true
- Reach.MouseButton1Click:Connect(function()
- ho.Visible = false
- Reacch.Visible = true
- end)
- ho.Name = "ho"
- ho.Parent = Frame
- ho.BackgroundColor3 = Color3.fromRGB(136, 136, 136)
- ho.Position = UDim2.new(0.289719582, 0, 0.0382513665, 0)
- ho.Size = UDim2.new(0, 217, 0, 165)
- ho.Visible = true
- Removegui.Name = "Remove gui"
- Removegui.Parent = ScrollingFrame
- Removegui.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Removegui.BorderSizePixel = 0
- Removegui.Position = UDim2.new(0, 0, 0.273224026, 0)
- Removegui.Size = UDim2.new(0, 66, 0, 50)
- Removegui.Font = Enum.Font.SourceSans
- Removegui.Text = "Remove gui"
- Removegui.TextColor3 = Color3.fromRGB(0, 0, 0)
- Removegui.TextScaled = true
- Removegui.TextSize = 14.000
- Removegui.TextWrapped = true
- Removegui.MouseButton1Click:Connect(function()
- Reachgui:Destroy()
- end)
- Good.Name = "Good"
- Good.Parent = ho
- Good.BackgroundColor3 = Color3.fromRGB(136, 136, 136)
- Good.BorderSizePixel = 0
- Good.Size = UDim2.new(0, 217, 0, 50)
- Good.Font = Enum.Font.SourceSans
- Good.TextColor3 = Color3.fromRGB(255, 255, 255)
- Good.Text = "Thanks for using Reach Gui V4 Pls Subscribe :)"
- Good.TextScaled = true
- Good.TextSize = 14.000
- Good.TextWrapped = true
- Name1.Name = "Name"
- Name1.Parent = ho
- Name1.BackgroundColor3 = Color3.fromRGB(136, 136, 136)
- Name1.BorderSizePixel = 0
- Name1.Position = UDim2.new(0, 0, 0.357575744, 0)
- Name1.Size = UDim2.new(0, 216, 0, 50)
- Name1.Font = Enum.Font.SourceSans
- Name1.Text = ""
- Name1.TextColor3 = Color3.fromRGB(255, 255, 255)
- Name1.TextScaled = true
- Name1.TextSize = 14.000
- Name1.TextWrapped = true
- pcall(function()
- Name1.Text = game.Players:GetPlayerFromCharacter(game.Workspace.CurrentCamera.CameraSubject.Parent).Name
- end)
- TextButton.Parent = ho
- TextButton.BackgroundColor3 = Color3.fromRGB(136, 136, 136)
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0.10497161, 0, 0.696969688, 0)
- TextButton.Size = UDim2.new(0, 174, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Rejoin"
- TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- TextButton.MouseButton1Click:Connect(function()
- game:GetService("TeleportService"):Teleport(game.PlaceId)
- end)
- Reacch.Name = "Reacch"
- Reacch.Parent = Frame
- Reacch.BackgroundColor3 = Color3.fromRGB(136, 136, 136)
- Reacch.Position = UDim2.new(0.289719582, 0, 0.0382513665, 0)
- Reacch.Size = UDim2.new(0, 217, 0, 165)
- Reacch.Visible = false
- Activ.Name = "Activ"
- Activ.Parent = Reacch
- Activ.BackgroundColor3 = Color3.fromRGB(136, 136, 136)
- Activ.BorderSizePixel = 0
- Activ.Position = UDim2.new(0.663638771, 0, 0.761655033, 0)
- Activ.Size = UDim2.new(0, 63, 0, 29)
- Activ.Font = Enum.Font.SourceSans
- Activ.Text = "Reach"
- Activ.TextColor3 = Color3.fromRGB(255, 255, 255)
- Activ.TextScaled = true
- Activ.TextSize = 14.000
- Activ.TextWrapped = true
- Activ.MouseButton1Click:Connect(function()
- local box = Instance.new("SelectionBox")
- box.Parent = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle
- box.Adornee = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle
- box.Color3 = Color3.new(Red.Text,Green.Text,Blue.Text)
- game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle.Size = Vector3.new(X.Text,Y.Text,Z.Text)
- game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle.Massless = true
- end)
- X.Name = "X"
- X.Parent = Reacch
- X.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- X.BorderSizePixel = 0
- X.Position = UDim2.new(0.0368663594, 0, 0.0787878782, 0)
- X.Size = UDim2.new(0, 50, 0, 50)
- X.Font = Enum.Font.SourceSans
- X.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
- X.PlaceholderText = "put number"
- X.Text = "X"
- X.TextColor3 = Color3.fromRGB(255, 255, 255)
- X.TextScaled = true
- X.TextSize = 14.000
- X.TextWrapped = true
- Y.Name = "Y"
- Y.Parent = Reacch
- Y.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Y.BorderSizePixel = 0
- Y.Position = UDim2.new(0.304147482, 0, 0.0787878782, 0)
- Y.Size = UDim2.new(0, 50, 0, 50)
- Y.Font = Enum.Font.SourceSans
- Y.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
- Y.PlaceholderText = "put number"
- Y.Text = "Y"
- Y.TextColor3 = Color3.fromRGB(255, 255, 255)
- Y.TextScaled = true
- Y.TextSize = 14.000
- Y.TextWrapped = true
- Z.Name = "Z"
- Z.Parent = Reacch
- Z.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Z.BorderSizePixel = 0
- Z.Position = UDim2.new(0.57603687, 0, 0.0787878782, 0)
- Z.Size = UDim2.new(0, 50, 0, 50)
- Z.Font = Enum.Font.SourceSans
- Z.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
- Z.PlaceholderText = "put number"
- Z.Text = "Z"
- Z.TextColor3 = Color3.fromRGB(255, 255, 255)
- Z.TextScaled = true
- Z.TextSize = 14.000
- Z.TextWrapped = true
- Red.Name = "Red"
- Red.Parent = Reacch
- Red.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Red.BorderSizePixel = 0
- Red.Position = UDim2.new(0.0368663594, 0, 0.381818175, 0)
- Red.Size = UDim2.new(0, 50, 0, 50)
- Red.Font = Enum.Font.SourceSans
- Red.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
- Red.PlaceholderText = "put number"
- Red.Text = "Red"
- Red.TextColor3 = Color3.fromRGB(0, 0, 0)
- Red.TextScaled = true
- Red.TextSize = 14.000
- Red.TextWrapped = true
- Blue.Name = "Blue"
- Blue.Parent = Reacch
- Blue.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- Blue.BorderSizePixel = 0
- Blue.Position = UDim2.new(0.576036811, 0, 0.381818175, 0)
- Blue.Size = UDim2.new(0, 50, 0, 50)
- Blue.Font = Enum.Font.SourceSans
- Blue.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
- Blue.PlaceholderText = "put number"
- Blue.Text = "Blue"
- Blue.TextColor3 = Color3.fromRGB(0, 0, 0)
- Blue.TextScaled = true
- Blue.TextSize = 14.000
- Blue.TextWrapped = true
- Green.Name = "Green"
- Green.Parent = Reacch
- Green.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- Green.BorderSizePixel = 0
- Green.Position = UDim2.new(0.304147482, 0, 0.381818175, 0)
- Green.Size = UDim2.new(0, 50, 0, 50)
- Green.Font = Enum.Font.SourceSans
- Green.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
- Green.PlaceholderText = "put number"
- Green.Text = "Green"
- Green.TextColor3 = Color3.fromRGB(0, 0, 0)
- Green.TextScaled = true
- Green.TextSize = 14.000
- Green.TextWrapped = true
- Close.Name = "Close"
- Close.Parent = Drag
- Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0.906542063, 0, 0, 0)
- Close.Size = UDim2.new(0, 30, 0, 30)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(255, 255, 255)
- Close.TextScaled = true
- Close.TextSize = 14.000
- Close.TextWrapped = true
- Close.MouseButton1Click:Connect(function()
- Open.Visible = true
- Drag.Visible = false
- end)
- Minimize.Name = "Minimize"
- Minimize.Parent = Drag
- Minimize.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Minimize.BorderSizePixel = 0
- Minimize.Position = UDim2.new(0.813084126, 0, 0, 0)
- Minimize.Size = UDim2.new(0, 30, 0, 30)
- Minimize.Font = Enum.Font.SourceSans
- Minimize.Text = "-"
- Minimize.TextColor3 = Color3.fromRGB(255, 255, 255)
- Minimize.TextSize = 50.000
- Minimize.TextWrapped = true
- function Mini()
- if Minimize.Text == "-" then
- Minimize.Text = "+"
- Frame.Visible = false
- elseif Minimize.Text == "+" then
- Minimize.Text = "-"
- Frame.Visible = true
- end
- end
- Minimize.MouseButton1Click:Connect(Mini)
- N.Name = "N"
- N.Parent = Drag
- N.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- N.BorderSizePixel = 0
- N.Size = UDim2.new(0, 128, 0, 30)
- N.Font = Enum.Font.SourceSans
- N.Text = "Good Lucky!💝 you :)"
- N.TextColor3 = Color3.fromRGB(255, 255, 255)
- N.TextScaled = true
- N.TextSize = 14.000
- N.TextWrapped = true
- Link.Name = "Link"
- Link.Parent = ho
- Link.BackgroundColor3 = Color3.fromRGB(136, 136, 136)
- Link.BorderSizePixel = 0
- Link.Position = UDim2.new(1.05069125, 0, 0.200000003, 0)
- Link.Size = UDim2.new(0, 228, 0, 30)
- Link.Font = Enum.Font.SourceSans
- Link.Text = "YT link: https://www.youtube.com/@nonames1234"
- Link.TextColor3 = Color3.fromRGB(255, 255, 255)
- Link.TextScaled = true
- Link.TextSize = 1.000
- Link.TextWrapped = true
- Cred.Name = "Cred"
- Cred.Parent = ho
- Cred.BackgroundColor3 = Color3.fromRGB(136, 136, 136)
- Cred.BorderSizePixel = 0
- Cred.Position = UDim2.new(1.05069125, 0, 0, 0)
- Cred.Size = UDim2.new(0, 228, 0, 30)
- Cred.Font = Enum.Font.SourceSans
- Cred.Text = "Script made by WarriorRoberr"
- Cred.TextColor3 = Color3.fromRGB(255, 255, 255)
- Cred.TextScaled = true
- Cred.TextSize = 14.000
- Cred.TextWrapped = true
- end)
- Close.Name = "Close"
- Close.Parent = Drag
- Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0.906542063, 0, 0, 0)
- Close.Size = UDim2.new(0.100000001, 0, 1, 0)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(255, 255, 255)
- Close.TextScaled = true
- Close.TextSize = 14.000
- Close.TextWrapped = true
- Close.MouseButton1Click:Connect(function()
- Reachgui:Destroy()
- end)
- Minimize.Name = "Minimize"
- Minimize.Parent = Drag
- Minimize.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Minimize.BorderSizePixel = 0
- Minimize.Position = UDim2.new(0.813084126, 0, 0, 0)
- Minimize.Size = UDim2.new(0.100000001, 0, 1, 0)
- Minimize.Font = Enum.Font.SourceSans
- Minimize.Text = "-"
- Minimize.TextColor3 = Color3.fromRGB(255, 255, 255)
- Minimize.TextSize = 50.000
- Minimize.TextWrapped = true
- function Mini()
- if Minimize.Text == "-" then
- Minimize.Text = "+"
- Frame.Visible = false
- elseif Minimize.Text == "+" then
- Minimize.Text = "-"
- Frame.Visible = true
- end
- end
- Minimize.MouseButton1Click:Connect(Mini)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement