Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Gradient = Instance.new("Frame")
- local UIGradient = Instance.new("UIGradient")
- local WelcomeSign = Instance.new("TextLabel")
- local bitdarker = Instance.new("Frame")
- local ImportantText = Instance.new("TextLabel")
- local MadeBy = Instance.new("TextLabel")
- local CloseButtoni = Instance.new("TextButton")
- local Frame2 = Instance.new("Frame")
- local Gradient_2 = Instance.new("Frame")
- local UIGradient_2 = Instance.new("UIGradient")
- local darker = Instance.new("Frame")
- local ScriptsLabel = Instance.new("TextLabel")
- local RobeatsScript = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TowerOfHellScript = Instance.new("TextButton")
- local TextLabel_3 = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.AnchorPoint = Vector2.new(0.5, 0.5)
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.5, 0, 0.5, 0)
- Frame.Size = UDim2.new(0, 496, 0, 311)
- Gradient.Name = "Gradient"
- Gradient.Parent = Frame
- Gradient.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Gradient.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Gradient.BorderSizePixel = 0
- Gradient.Size = UDim2.new(0, 496, 0, 311)
- UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(102, 45, 113)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(197, 66, 110))}
- UIGradient.Parent = Gradient
- WelcomeSign.Name = "WelcomeSign"
- WelcomeSign.Parent = Frame
- WelcomeSign.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- WelcomeSign.BackgroundTransparency = 1.000
- WelcomeSign.BorderSizePixel = 0
- WelcomeSign.Position = UDim2.new(-0.00286314078, 0, 0.0209959596, 0)
- WelcomeSign.Size = UDim2.new(0, 496, 0, 45)
- WelcomeSign.Font = Enum.Font.GothamBlack
- WelcomeSign.Text = "WELCOME"
- WelcomeSign.TextColor3 = Color3.fromRGB(255, 255, 255)
- WelcomeSign.TextScaled = true
- WelcomeSign.TextSize = 14.000
- WelcomeSign.TextWrapped = true
- bitdarker.Name = "bitdarker"
- bitdarker.Parent = Frame
- bitdarker.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- bitdarker.BackgroundTransparency = 0.750
- bitdarker.Position = UDim2.new(0.0282258056, 0, 0.18649517, 0)
- bitdarker.Size = UDim2.new(0, 468, 0, 236)
- ImportantText.Name = "ImportantText"
- ImportantText.Parent = Frame
- ImportantText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImportantText.BackgroundTransparency = 1.000
- ImportantText.BorderSizePixel = 0
- ImportantText.Position = UDim2.new(0.0282258056, 0, 0.18649517, 0)
- ImportantText.Size = UDim2.new(0, 468, 0, 152)
- ImportantText.Font = Enum.Font.SourceSans
- ImportantText.Text = "Hi and welcome to PraXer, This is a GUI that has scripts for some games, If u want a GUi that has Most of the Roblox games on Roblox i would like that u use another GUI. None Of These Scripts Are Made By Me"
- ImportantText.TextColor3 = Color3.fromRGB(255, 255, 255)
- ImportantText.TextScaled = true
- ImportantText.TextSize = 14.000
- ImportantText.TextWrapped = true
- MadeBy.Name = "MadeBy"
- MadeBy.Parent = Frame
- MadeBy.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- MadeBy.BackgroundTransparency = 1.000
- MadeBy.BorderSizePixel = 0
- MadeBy.Position = UDim2.new(0.0120967701, 0, 0.868167162, 0)
- MadeBy.Size = UDim2.new(0, 89, 0, 24)
- MadeBy.Font = Enum.Font.SourceSans
- MadeBy.Text = "MadeBy Vee"
- MadeBy.TextColor3 = Color3.fromRGB(255, 255, 255)
- MadeBy.TextSize = 14.000
- CloseButtoni.Name = "CloseButtoni"
- CloseButtoni.Parent = ScreenGui
- CloseButtoni.AnchorPoint = Vector2.new(0.5, 2.0)
- CloseButtoni.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- CloseButtoni.BackgroundTransparency = 1.000
- CloseButtoni.BorderSizePixel = 0
- CloseButtoni.Position = UDim2.new(0.5, 0, 0.626062334, 0)
- CloseButtoni.Size = UDim2.new(0, 74, 0, 50)
- CloseButtoni.Font = Enum.Font.GothamBlack
- CloseButtoni.Text = "OK"
- CloseButtoni.TextColor3 = Color3.fromRGB(255, 255, 255)
- CloseButtoni.TextScaled = true
- CloseButtoni.TextSize = 14.000
- CloseButtoni.TextWrapped = true
- CloseButtoni.MouseButton1Down:Connect(function()
- RobeatsScript.Visible = true
- TowerOfHellScript.Visible = true
- Frame2.Visible = true
- CloseButtoni.Visible = false
- Frame.Visible = false
- end)
- Frame2.Name = "Frame2"
- Frame2.Parent = ScreenGui
- Frame2.AnchorPoint = Vector2.new(0.5, 0.5)
- Frame2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame2.BorderSizePixel = 0
- Frame2.Position = UDim2.new(0.5, 0, 0.5, 0)
- Frame2.Selectable = true
- Frame2.Size = UDim2.new(0, 681, 0, 354)
- Frame2.Visible = false
- Gradient_2.Name = "Gradient"
- Gradient_2.Parent = Frame2
- Gradient_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Gradient_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Gradient_2.BorderSizePixel = 0
- Gradient_2.Size = UDim2.new(0, 681, 0, 354)
- UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(102, 45, 113)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(197, 66, 110))}
- UIGradient_2.Parent = Gradient_2
- darker.Name = "darker"
- darker.Parent = Gradient_2
- darker.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- darker.BackgroundTransparency = 0.750
- darker.BorderSizePixel = 0
- darker.Position = UDim2.new(0.030837005, 0, 0.224576265, 0)
- darker.Size = UDim2.new(0, 638, 0, 253)
- ScriptsLabel.Name = "ScriptsLabel"
- ScriptsLabel.Parent = Gradient_2
- ScriptsLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ScriptsLabel.BackgroundTransparency = 1.000
- ScriptsLabel.BorderColor3 = Color3.fromRGB(255, 255, 255)
- ScriptsLabel.BorderSizePixel = 0
- ScriptsLabel.Position = UDim2.new(-0.0220264308, 0, 0, 0)
- ScriptsLabel.Size = UDim2.new(0, 696, 0, 60)
- ScriptsLabel.Font = Enum.Font.GothamBlack
- ScriptsLabel.Text = "SCRIPTS"
- ScriptsLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- ScriptsLabel.TextScaled = true
- ScriptsLabel.TextSize = 14.000
- ScriptsLabel.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- ScriptsLabel.TextWrapped = true
- RobeatsScript.Name = "RobeatsScript"
- RobeatsScript.Parent = ScreenGui
- RobeatsScript.AnchorPoint = Vector2.new(0.5, 0.5)
- RobeatsScript.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- RobeatsScript.BorderSizePixel = 0
- RobeatsScript.Position = UDim2.new(0.498702317, 0, 0.528145432, 0)
- RobeatsScript.Size = UDim2.new(0, 159, 0, 45)
- RobeatsScript.Visible = false
- RobeatsScript.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- RobeatsScript.Font = Enum.Font.GothamBlack
- RobeatsScript.Text = "Robeats"
- RobeatsScript.TextColor3 = Color3.fromRGB(0, 0, 0)
- RobeatsScript.TextScaled = true
- RobeatsScript.TextSize = 14.000
- RobeatsScript.TextWrapped = true
- RobeatsScript.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/notclosure/Robeats-autoplayer/master/Code.lua"))()
- RobeatsScript.Visible = false
- TowerOfHellScript.Visible = false
- Frame2.Visible = false
- end)
- TextLabel.Parent = RobeatsScript
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(-0.238993734, 0, 0.466666698, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "(Paid Exploits Only)"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextSize = 14.000
- TextLabel_2.Parent = RobeatsScript
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.BackgroundTransparency = 1.000
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0.0297851674, 0, 1.25629616, 0)
- TextLabel_2.Size = UDim2.new(0, 131, 0, 50)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "Credits to closure#5212"
- TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.TextSize = 14.000
- TowerOfHellScript.Name = "TowerOfHellScript"
- TowerOfHellScript.Parent = ScreenGui
- TowerOfHellScript.AnchorPoint = Vector2.new(0.1, 0.5)
- TowerOfHellScript.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TowerOfHellScript.BorderSizePixel = 0
- TowerOfHellScript.Position = UDim2.new(0.3537319, 0, 0.528145432, 0)
- TowerOfHellScript.Size = UDim2.new(0, 159, 0, 45)
- TowerOfHellScript.Visible = false
- TowerOfHellScript.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- TowerOfHellScript.Font = Enum.Font.GothamBlack
- TowerOfHellScript.Text = "Tower Of Hell"
- TowerOfHellScript.TextColor3 = Color3.fromRGB(0, 0, 0)
- TowerOfHellScript.TextScaled = true
- TowerOfHellScript.TextSize = 14.000
- TowerOfHellScript.TextWrapped = true
- TowerOfHellScript.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/ARLDsSBB"))()
- RobeatsScript.Visible = false
- TowerOfHellScript.Visible = false
- Frame2.Visible = false
- end)
- TextLabel_3.Parent = TowerOfHellScript
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_3.BackgroundTransparency = 1.000
- TextLabel_3.BorderSizePixel = 0
- TextLabel_3.Position = UDim2.new(-0.238993734, 0, 0.466666698, 0)
- TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = "(Not Mine)"
- TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_3.TextSize = 14.000
- -- Scripts:
- local function HZVC_fake_script() -- CloseButtoni.LocalScript
- local script = Instance.new('LocalScript', CloseButtoni)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Frame.Visible = false
- script.Parent.Parent.CloseButtoni.Visible = false
- script.Parent.Parent.Frame2.Visible = true
- script.Parent.Parent.RobeatsScript.Visible = true
- end)
- end
- coroutine.wrap(HZVC_fake_script)()
- local function VLGS_fake_script() -- RobeatsScript.LocalScript
- local script = Instance.new('LocalScript', RobeatsScript)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Frame2.Visible = false
- script.Parent.Parent.RobeatsScript.Visible = false
- end)
- end
- coroutine.wrap(VLGS_fake_script)()
- local function SQGWIL_fake_script() -- TowerOfHellScript.LocalScript
- local script = Instance.new('LocalScript', TowerOfHellScript)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.RobeatsScript.Visible = false
- script.Parent.Parent.TowerOfHellScript.Visible = false
- script.Parent.Parent.Frame2.Visible = false
- end)
- end
- coroutine.wrap(SQGWIL_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement