-- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") local close = Instance.new("TextButton") local TextLabel_3 = Instance.new("TextLabel") local GUI = Instance.new("TextButton") local Scripts = Instance.new("TextButton") local Misc = Instance.new("TextButton") local scriptst = Instance.new("Frame") local TextButton = Instance.new("TextButton") local TextButton_2 = Instance.new("TextButton") local TextButton_3 = Instance.new("TextButton") local TextButton_4 = Instance.new("TextButton") local TextButton_5 = Instance.new("TextButton") local TextButton_6 = Instance.new("TextButton") local TextButton_7 = Instance.new("TextButton") local main = Instance.new("Frame") local TextButton_8 = Instance.new("TextButton") local TextButton_9 = Instance.new("TextButton") local TextButton_10 = Instance.new("TextButton") local TextButton_11 = Instance.new("TextButton") local TextButton_12 = Instance.new("TextButton") local TextButton_13 = Instance.new("TextButton") local guit = Instance.new("Frame") local TextButton_14 = Instance.new("TextButton") local TextButton_15 = Instance.new("TextButton") local TextButton_16 = Instance.new("TextButton") local TextButton_17 = Instance.new("TextButton") local TextButton_18 = Instance.new("TextButton") local TextButton_19 = Instance.new("TextButton") local TextButton_20 = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.CoreGui ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(8, 8, 8) Frame.Position = UDim2.new(0.135538951, 0, 0.160513639, 0) Frame.Size = UDim2.new(0, 507, 0, 280) Frame.Active = true Frame.Draggable = true TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel.Size = UDim2.new(0, 507, 0, 33) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "" TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextSize = 14.000 TextLabel_2.Parent = Frame TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.BackgroundTransparency = 3.000 TextLabel_2.Position = UDim2.new(0.025641026, 0, -0.00714285718, 0) TextLabel_2.Size = UDim2.new(0, 142, 0, 35) TextLabel_2.Font = Enum.Font.SourceSans TextLabel_2.Text = "Golden Cheats" TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.TextSize = 30.000 close.Name = "close" close.Parent = Frame close.BackgroundColor3 = Color3.fromRGB(255, 255, 255) close.BackgroundTransparency = 3.000 close.Position = UDim2.new(0.934911311, 0, 0.00714285625, 0) close.Size = UDim2.new(0, 33, 0, 31) close.Font = Enum.Font.SourceSans close.Text = "X" close.TextColor3 = Color3.fromRGB(255, 255, 255) close.TextSize = 30.000 TextLabel_3.Parent = Frame TextLabel_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel_3.Position = UDim2.new(0, 0, 0.117857143, 0) TextLabel_3.Size = UDim2.new(0, 192, 0, 247) TextLabel_3.Font = Enum.Font.SourceSans TextLabel_3.Text = "" TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_3.TextSize = 14.000 GUI.Name = "GUI" GUI.Parent = Frame GUI.BackgroundColor3 = Color3.fromRGB(38, 38, 38) GUI.BorderColor3 = Color3.fromRGB(24, 24, 24) GUI.Position = UDim2.new(0.0394477323, 0, 0.182142839, 0) GUI.Size = UDim2.new(0, 152, 0, 40) GUI.Font = Enum.Font.SourceSans GUI.Text = "GUI's" GUI.TextColor3 = Color3.fromRGB(255, 255, 255) GUI.TextSize = 30.000 Scripts.Name = "Scripts" Scripts.Parent = Frame Scripts.BackgroundColor3 = Color3.fromRGB(38, 38, 38) Scripts.BorderColor3 = Color3.fromRGB(24, 24, 24) Scripts.Position = UDim2.new(0.0394477323, 0, 0.567857087, 0) Scripts.Size = UDim2.new(0, 152, 0, 40) Scripts.Font = Enum.Font.SourceSans Scripts.Text = "Misc" Scripts.TextColor3 = Color3.fromRGB(255, 255, 255) Scripts.TextSize = 30.000 Misc.Name = "Misc" Misc.Parent = Frame Misc.BackgroundColor3 = Color3.fromRGB(38, 38, 38) Misc.BorderColor3 = Color3.fromRGB(24, 24, 24) Misc.Position = UDim2.new(0.0394477323, 0, 0.375, 0) Misc.Size = UDim2.new(0, 152, 0, 40) Misc.Font = Enum.Font.SourceSans Misc.Text = "Main" Misc.TextColor3 = Color3.fromRGB(255, 255, 255) Misc.TextSize = 30.000 scriptst.Name = "scriptst" scriptst.Parent = Frame scriptst.BackgroundColor3 = Color3.fromRGB(8, 8, 8) scriptst.BackgroundTransparency = 3.000 scriptst.BorderColor3 = Color3.fromRGB(0, 0, 0) scriptst.Position = UDim2.new(0.37869823, 0, 0.117857143, 0) scriptst.Size = UDim2.new(0, 315, 0, 247) TextButton.Parent = scriptst TextButton.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton.Position = UDim2.new(-1.86264515e-09, 0, 0.0485830009, 0) TextButton.Size = UDim2.new(0, 150, 0, 46) TextButton.Font = Enum.Font.SourceSans TextButton.Text = "IY Admin" TextButton.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton.TextSize = 40.000 TextButton.MouseButton1Down:connect(function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end) TextButton_2.Parent = scriptst TextButton_2.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_2.Position = UDim2.new(0.504761934, 0, 0.0485830009, 0) TextButton_2.Size = UDim2.new(0, 150, 0, 46) TextButton_2.Font = Enum.Font.SourceSans TextButton_2.Text = "Cmd X" TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_2.TextSize = 40.000 TextButton_2.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/F3JvpCDM",true))() end) TextButton_3.Parent = scriptst TextButton_3.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_3.Position = UDim2.new(-1.86264515e-09, 0, 0.291497976, 0) TextButton_3.Size = UDim2.new(0, 150, 0, 46) TextButton_3.Font = Enum.Font.SourceSans TextButton_3.Text = "Animation" TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_3.TextSize = 40.000 TextButton_3.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/V6ykTV4g", true))() end) TextButton_4.Parent = scriptst TextButton_4.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TextButton_4.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_4.Position = UDim2.new(0.504761934, 0, 0.291497976, 0) TextButton_4.Size = UDim2.new(0, 150, 0, 46) TextButton_4.Font = Enum.Font.SourceSans TextButton_4.Text = "Swear" TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_4.TextSize = 40.000 TextButton_4.MouseButton1Down:connect(function() local function callback(Text) if Text == "Swear Word GUI" then loadstring(game:HttpGet('https://raw.githubusercontent.com/bedra45/chetbypasser/main/chetbypass'))() elseif Text == ("Custom") then loadstring(game:HttpGet("https://the-shed.xyz/roblox/scripts/ChatBypass", true))() end end local NotificationBindable = Instance.new("BindableFunction") NotificationBindable.OnInvoke = callback -- game.StarterGui:SetCore("SendNotification", { Title = "Witch version would you like?"; Text = "Please Choose"; Icon = ""; Duration = 10; Button1 = "Swear Word GUI"; Button2 = "Custom"; Callback = NotificationBindable; }) end) TextButton_5.Parent = scriptst TextButton_5.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TextButton_5.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_5.Position = UDim2.new(-1.86264515e-09, 0, 0.53441298, 0) TextButton_5.Size = UDim2.new(0, 150, 0, 46) TextButton_5.Font = Enum.Font.SourceSans TextButton_5.Text = "Graphics" TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_5.TextSize = 40.000 TextButton_5.MouseButton1Down:connect(function() local function callback(Text) if Text == "Option 1" then loadstring(game:HttpGet("https://pastebin.com/raw/LJH7rUyv", true))() elseif Text == ("Option 2") then loadstring(game:HttpGet("https://pastebin.com/raw/ZWjLzTJL", true))() end end local NotificationBindable = Instance.new("BindableFunction") NotificationBindable.OnInvoke = callback -- game.StarterGui:SetCore("SendNotification", { Title = "Witch version would you like?"; Text = "Please Choose"; Icon = ""; Duration = 10; Button1 = "Option 1"; Button2 = "Option 2"; Callback = NotificationBindable; }) end) TextButton_6.Parent = scriptst TextButton_6.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TextButton_6.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_6.Position = UDim2.new(0.504761934, 0, 0.53441298, 0) TextButton_6.Size = UDim2.new(0, 150, 0, 46) TextButton_6.Font = Enum.Font.SourceSans TextButton_6.Text = "-" TextButton_6.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_6.TextSize = 40.000 TextButton_7.Parent = scriptst TextButton_7.BackgroundColor3 = Color3.fromRGB(11, 11, 11) TextButton_7.Position = UDim2.new(0.00317460322, 0, 0.785425127, 0) TextButton_7.Size = UDim2.new(0, 314, 0, 36) TextButton_7.Font = Enum.Font.SourceSans TextButton_7.Text = "Script that works with jjsploit" TextButton_7.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_7.TextSize = 28.000 TextButton_7.MouseButton1Down:connect(function() wait(0.3) game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Info"; Text = "Coming soon..."; }) end) main.Name = "main" main.Parent = Frame main.BackgroundColor3 = Color3.fromRGB(8, 8, 8) main.BackgroundTransparency = 3.000 main.BorderColor3 = Color3.fromRGB(0, 0, 0) main.Position = UDim2.new(0.37869823, 0, 0.117857143, 0) main.Size = UDim2.new(0, 315, 0, 247) TextButton_8.Parent = main TextButton_8.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TextButton_8.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_8.Position = UDim2.new(-1.86264515e-09, 0, 0.0485830009, 0) TextButton_8.Size = UDim2.new(0, 150, 0, 46) TextButton_8.Font = Enum.Font.SourceSans TextButton_8.Text = "Invisible" TextButton_8.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_8.TextSize = 40.000 TextButton_8.MouseButton1Down:connect(function() a=game.Players:FindFirstChild("OddPotion",true) local Players = game:GetService("Players") local localPlayer = Players.LocalPlayer local backpack = localPlayer:WaitForChild("Backpack") local tool = Instance.new("Tool") tool.RequiresHandle = false tool.Parent = backpack tool.Name = "Invisible Object" tool.Equipped:Connect(function(mouse) mouse.Button1Down:Connect(function() if mouse.Target and mouse.Target.Parent then a.TransEvent:FireServer(mouse.Target,1) end end) end) a=game.Players:FindFirstChild("OddPotion",true) local Players = game:GetService("Players") local localPlayer = Players.LocalPlayer local backpack = localPlayer:WaitForChild("Backpack") local tool = Instance.new("Tool") tool.RequiresHandle = false tool.Parent = backpack tool.Name = "Visible Object" tool.Equipped:Connect(function(mouse) mouse.Button1Down:Connect(function() if mouse.Target and mouse.Target.Parent then a.TransEvent:FireServer(mouse.Target,0) end end) end) end) TextButton_9.Parent = main TextButton_9.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TextButton_9.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_9.Position = UDim2.new(0.504761934, 0, 0.0485830009, 0) TextButton_9.Size = UDim2.new(0, 150, 0, 46) TextButton_9.Font = Enum.Font.SourceSans TextButton_9.Text = "No Ragdoll" TextButton_9.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_9.TextSize = 40.000 TextButton_9.MouseButton1Down:connect(function() local player = game:GetService("Players").LocalPlayer local rag = player.Character:FindFirstChild("Local Ragdoll") rag:Remove() end) TextButton_10.Parent = main TextButton_10.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TextButton_10.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_10.Position = UDim2.new(-1.86264515e-09, 0, 0.291497976, 0) TextButton_10.Size = UDim2.new(0, 150, 0, 46) TextButton_10.Font = Enum.Font.SourceSans TextButton_10.Text = "Push " TextButton_10.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_10.TextSize = 40.000 TextButton_10.MouseButton1Down:connect(function() game.Players.LocalPlayer.Backpack.Push.Configuration.Cooldown.Value = 0 end) TextButton_11.Parent = main TextButton_11.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TextButton_11.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_11.Position = UDim2.new(0.504761934, 0, 0.291497976, 0) TextButton_11.Size = UDim2.new(0, 150, 0, 46) TextButton_11.Font = Enum.Font.SourceSans TextButton_11.Text = "Bomb" TextButton_11.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_11.TextSize = 40.000 TextButton_11.MouseButton1Down:connect(function() game.Players.LocalPlayer.Backpack.ImpulseGrenade.Configuration.Cooldown.Value = 0 end) TextButton_12.Parent = main TextButton_12.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TextButton_12.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_12.Position = UDim2.new(-1.86264515e-09, 0, 0.53441298, 0) TextButton_12.Size = UDim2.new(0, 150, 0, 46) TextButton_12.Font = Enum.Font.SourceSans TextButton_12.Text = "Free Push 1 " TextButton_12.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_12.TextSize = 35.000 TextButton_12.MouseButton1Down:connect(function() wait(0.3) game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Note"; Text = "You're Game Might freeze when you push!"; }) loadstring(game:HttpGet("https://pastebin.com/raw/99zNVNHr", true))() end) TextButton_13.Parent = main TextButton_13.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TextButton_13.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_13.Position = UDim2.new(0.504761934, 0, 0.53441298, 0) TextButton_13.Size = UDim2.new(0, 150, 0, 46) TextButton_13.Font = Enum.Font.SourceSans TextButton_13.Text = "-" TextButton_13.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_13.TextSize = 40.000 guit.Name = "guit" guit.Parent = Frame guit.BackgroundColor3 = Color3.fromRGB(8, 8, 8) guit.BackgroundTransparency = 3.000 guit.BorderColor3 = Color3.fromRGB(0, 0, 0) guit.Position = UDim2.new(0.37869823, 0, 0.117857143, 0) guit.Size = UDim2.new(0, 315, 0, 247) TextButton_14.Parent = guit TextButton_14.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TextButton_14.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_14.Position = UDim2.new(-1.86264515e-09, 0, 0.0485830009, 0) TextButton_14.Size = UDim2.new(0, 150, 0, 46) TextButton_14.Font = Enum.Font.SourceSans TextButton_14.Text = "GUI" TextButton_14.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_14.TextSize = 40.000 TextButton_14.MouseButton1Down:connect(function() loadstring(game:HttpGet(('https://gitlab.com/Tsuniox/lua-stuff/-/raw/master/RagdollEngineGUI.lua'),true))() end) TextButton_15.Parent = guit TextButton_15.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TextButton_15.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_15.Position = UDim2.new(0.504761934, 0, 0.0485830009, 0) TextButton_15.Size = UDim2.new(0, 150, 0, 46) TextButton_15.Font = Enum.Font.SourceSans TextButton_15.Text = "Vynixu" TextButton_15.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_15.TextSize = 40.000 TextButton_15.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Scripts/master/Vynixius%20Ragdoll%20Engine%20Loader"))() end) TextButton_16.Parent = guit TextButton_16.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TextButton_16.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_16.Position = UDim2.new(-1.86264515e-09, 0, 0.291497976, 0) TextButton_16.Size = UDim2.new(0, 150, 0, 46) TextButton_16.Font = Enum.Font.SourceSans TextButton_16.Text = "Bruh Hub" TextButton_16.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_16.TextSize = 40.000 TextButton_16.MouseButton1Down:connect(function() ------Supports Ragdoll Engine , Shinobi Life , And Phantom Forces loadstring(game:HttpGet("https://bruh.keshhub.com/main.lua"))() end) TextButton_17.Parent = guit TextButton_17.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TextButton_17.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_17.Position = UDim2.new(0.504761934, 0, 0.291497976, 0) TextButton_17.Size = UDim2.new(0, 150, 0, 46) TextButton_17.Font = Enum.Font.SourceSans TextButton_17.Text = "Ori Hub" TextButton_17.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_17.TextSize = 40.000 TextButton_17.MouseButton1Down:connect(function() loadstring(game:HttpGet('https://virtuallization.com/OriHubMain.txt'))() end) TextButton_18.Parent = guit TextButton_18.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TextButton_18.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_18.Position = UDim2.new(-1.86264515e-09, 0, 0.53441298, 0) TextButton_18.Size = UDim2.new(0, 150, 0, 46) TextButton_18.Font = Enum.Font.SourceSans TextButton_18.Text = "Lunar " TextButton_18.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_18.TextSize = 40.000 TextButton_18.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://pastebin.pl/view/raw/3d7fd1fe", true))() end) TextButton_19.Parent = guit TextButton_19.BackgroundColor3 = Color3.fromRGB(11, 11, 11) TextButton_19.Position = UDim2.new(0.00317460322, 0, 0.785425127, 0) TextButton_19.Size = UDim2.new(0, 314, 0, 36) TextButton_19.Font = Enum.Font.SourceSans TextButton_19.Text = "Script that works with jjsploit" TextButton_19.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_19.TextSize = 28.000 TextButton_19.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/s2VeV6AY"))() end) TextButton_20.Parent = guit TextButton_20.BackgroundColor3 = Color3.fromRGB(29, 29, 29) TextButton_20.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_20.Position = UDim2.new(0.504761934, 0, 0.53441298, 0) TextButton_20.Size = UDim2.new(0, 150, 0, 46) TextButton_20.Font = Enum.Font.SourceSans TextButton_20.Text = "GUI 2" TextButton_20.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_20.TextSize = 35.000 TextButton_20.MouseButton1Down:connect(function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/TrillWasHere/Projects/main/Ragdoll-Explode'),true))() end) wait(0.3) game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Toggle Key"; Text = "Toggle Key To Close and Open The GUI is P!"; }) -- Scripts: ---------------this is toggle gui script local function MLNJ_fake_script() -- Frame.LocalScript local script = Instance.new('LocalScript', Frame) local frame = script.Parent -- path to the frame local mouse = game:GetService('Players').LocalPlayer:GetMouse(); -- we need the mouse object, which also has the keyboard mouse.KeyDown:connect(function(key) -- whenever a key is pushed down key = key:lower() -- i do this in all my key events, though i don't remember why if key == 'p' then -- if key pressed is h frame.Visible = not frame.Visible -- flip between visible/invisible end end) end coroutine.wrap(MLNJ_fake_script)() local function KJVHZ_fake_script() -- TextButton_18.LocalScript local script = Instance.new('LocalScript', close) script.Parent.MouseButton1Down:connect(function() script.Parent.Parent.Visible = false script.Parent.Parent.Parent.FRAME.Visible = true end) end coroutine.wrap(KJVHZ_fake_script)() local function ICFPXYP_fake_script() -- GUI.LocalScript local script = Instance.new('LocalScript', GUI) script.Parent.MouseButton1Down:connect(function() script.Parent.Parent.guit.Visible = true script.Parent.Parent.scriptst.Visible = false script.Parent.Parent.main.Visible = false end) end coroutine.wrap(ICFPXYP_fake_script)() local function SYZJTX_fake_script() -- Scripts.LocalScript local script = Instance.new('LocalScript', Scripts) script.Parent.MouseButton1Down:connect(function() script.Parent.Parent.guit.Visible = false script.Parent.Parent.scriptst.Visible = true script.Parent.Parent.main.Visible = false end) end coroutine.wrap(SYZJTX_fake_script)() local function PBGBUN_fake_script() -- Misc.LocalScript local script = Instance.new('LocalScript', Misc) script.Parent.MouseButton1Down:connect(function() script.Parent.Parent.guit.Visible = false script.Parent.Parent.scriptst.Visible = false script.Parent.Parent.main.Visible = true end) end coroutine.wrap(PBGBUN_fake_script)()