- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local UICorner = Instance.new("UICorner")
- local Frame_2 = Instance.new("Frame")
- local UICorner_2 = Instance.new("UICorner")
- local ButtonPSX = Instance.new("TextButton")
- local UICorner_3 = Instance.new("UICorner")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local TextLabel_4 = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.Position = UDim2.new(0.36145246, 0, 0.348148197, 0)
- Frame.Size = UDim2.new(0, 610, 0, 351)
- Frame.Active = true
- Frame.Draggable = true
- UICorner.CornerRadius = UDim.new(0, 5)
- UICorner.Parent = Frame
- Frame_2.Parent = Frame
- Frame_2.BackgroundColor3 = Color3.fromRGB(95, 95, 95)
- Frame_2.Position = UDim2.new(0.0266760234, 0, 0.05982906, 0)
- Frame_2.Size = UDim2.new(0, 577, 0, 309)
- UICorner_2.Parent = Frame_2
- ButtonPSX.Name = "ButtonPSX"
- ButtonPSX.Parent = Frame_2
- ButtonPSX.BackgroundColor3 = Color3.fromRGB(158, 158, 158)
- ButtonPSX.BorderColor3 = Color3.fromRGB(0, 0, 0)
- ButtonPSX.BorderSizePixel = 3
- ButtonPSX.Position = UDim2.new(0.325823218, 0, 0.41747573, 0)
- ButtonPSX.Size = UDim2.new(0, 200, 0, 50)
- ButtonPSX.Font = Enum.Font.FredokaOne
- ButtonPSX.Text = "ACTIVATE"
- ButtonPSX.TextColor3 = Color3.fromRGB(0, 0, 0)
- ButtonPSX.TextScaled = true
- ButtonPSX.TextSize = 14.000
- ButtonPSX.TextWrapped = true
- ButtonPSX.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/82RVBrYJ",true))()
- end)
- UICorner_3.Parent = ButtonPSX
- TextLabel.Parent = Frame_2
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.386481792, 0, 0.0485436879, 0)
- TextLabel.Size = UDim2.new(0, 129, 0, 50)
- TextLabel.Font = Enum.Font.Bangers
- TextLabel.Text = "how to use?"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- TextLabel_2.Parent = Frame_2
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.BackgroundTransparency = 1.000
- TextLabel_2.Position = UDim2.new(0.29116118, 0, 0.210355982, 0)
- TextLabel_2.Size = UDim2.new(0, 255, 0, 36)
- TextLabel_2.Font = Enum.Font.Bangers
- TextLabel_2.Text = "Click ACTIVATE to dupe everything"
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14.000
- TextLabel_2.TextWrapped = true
- TextLabel_3.Parent = Frame
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_3.BackgroundTransparency = 1.000
- TextLabel_3.Position = UDim2.new(0.275409847, 0, 0.874643803, 0)
- TextLabel_3.Size = UDim2.new(0, 272, 0, 30)
- TextLabel_3.Font = Enum.Font.LuckiestGuy
- TextLabel_3.Text = "Wole#5767"
- TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14.000
- TextLabel_3.TextWrapped = true
- TextLabel_4.Parent = Frame
- TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_4.BackgroundTransparency = 1.000
- TextLabel_4.Position = UDim2.new(0.244262293, 0, -0.0341881216, 0)
- TextLabel_4.Size = UDim2.new(0, 312, 0, 49)
- TextLabel_4.Font = Enum.Font.LuckiestGuy
- TextLabel_4.Text = "PSX DUPE SCRIPT"
- TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_4.TextScaled = true
- TextLabel_4.TextSize = 14.000
- TextLabel_4.TextWrapped = true
Raw Paste