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 OpenFrame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local Main = Instance.new("Frame")
- local Drag1 = Instance.new("Frame")
- local Drag2 = Instance.new("Frame")
- local Close = Instance.new("TextButton")
- local Credits = Instance.new("TextLabel")
- local TextLabel = Instance.new("TextLabel")
- local Cheat15 = Instance.new("TextButton")
- local Cheat14 = Instance.new("TextButton")
- local Cheat13 = Instance.new("TextButton")
- local Cheat12 = Instance.new("TextButton")
- local Cheat11 = Instance.new("TextButton")
- local AutoElement = Instance.new("TextButton")
- local OWLhub = Instance.new("TextButton")
- local Cheat7 = Instance.new("TextButton")
- local Cheat10 = Instance.new("TextButton")
- local Cheat6 = Instance.new("TextButton")
- local Cheat5 = Instance.new("TextButton")
- local Cheat4 = Instance.new("TextButton")
- local Cheat3 = Instance.new("TextButton")
- local Cheat2 = Instance.new("TextButton")
- local Cheat1 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = ScreenGui
- OpenFrame.Active = true
- OpenFrame.BackgroundColor3 = Color3.fromRGB(217, 0, 0)
- OpenFrame.BorderSizePixel = 0
- OpenFrame.Position = UDim2.new(0.00493522501, 0, 0.505854785, 0)
- OpenFrame.Size = UDim2.new(0, 114, 0, 40)
- Open.Name = "Open"
- Open.Parent = OpenFrame
- Open.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Open.BorderSizePixel = 0
- Open.Position = UDim2.new(0.0629516691, 0, 0.0470588431, 0)
- Open.Size = UDim2.new(0, 98, 0, 35)
- Open.Font = Enum.Font.Cartoon
- Open.Text = "Open"
- Open.TextColor3 = Color3.fromRGB(255, 255, 255)
- Open.TextScaled = true
- Open.TextSize = 14.000
- Open.TextWrapped = true
- Open.MouseButton1Down:connect(function()
- Main.Visible = true
- OpenFrame.Visible = false
- end)
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.Active = true
- Main.BackgroundColor3 = Color3.fromRGB(118, 118, 118)
- Main.Position = UDim2.new(0.350400984, 0, 0.29391101, 0)
- Main.Size = UDim2.new(0, 684, 0, 417)
- Main.Visible = false
- Main.Draggable = true
- Drag1.Name = "Drag1"
- Drag1.Parent = Main
- Drag1.BackgroundColor3 = Color3.fromRGB(217, 0, 0)
- Drag1.BorderSizePixel = 0
- Drag1.Size = UDim2.new(0, 682, 0, 32)
- Drag2.Name = "Drag2"
- Drag2.Parent = Main
- Drag2.BackgroundColor3 = Color3.fromRGB(217, 0, 0)
- Drag2.BorderSizePixel = 0
- Drag2.Position = UDim2.new(0.000647008419, 0, 0.922201812, 0)
- Drag2.Size = UDim2.new(0, 683, 0, 32)
- Close.Name = "Close"
- Close.Parent = Main
- Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Close.BackgroundTransparency = 1.000
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0.922041357, 0, 0, 0)
- Close.Size = UDim2.new(0, 52, 0, 32)
- Close.Font = Enum.Font.Cartoon
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(0, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 14.000
- Close.TextWrapped = true
- Close.MouseButton1Down:connect(function()
- OpenFrame.Visible = true
- Main.Visible = false
- end)
- Credits.Name = "Credits"
- Credits.Parent = Main
- Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Credits.BackgroundTransparency = 1.000
- Credits.BorderSizePixel = 0
- Credits.Position = UDim2.new(0.00146412989, 0, 0.922179759, 0)
- Credits.Size = UDim2.new(0, 681, 0, 32)
- Credits.Font = Enum.Font.Cartoon
- Credits.Text = "GUI made by Scripteur78 and shadowforce"
- Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
- Credits.TextScaled = true
- Credits.TextSize = 14.000
- Credits.TextWrapped = true
- TextLabel.Parent = Main
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.00146412989, 0, 0, 0)
- TextLabel.Size = UDim2.new(0, 682, 0, 32)
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.Text = "Cobrax GUI"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- Cheat15.Name = "Cheat15"
- Cheat15.Parent = Main
- Cheat15.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Cheat15.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Cheat15.Position = UDim2.new(0.402494133, 0, 0.0896686167, 0)
- Cheat15.Size = UDim2.new(0, 146, 0, 38)
- Cheat15.Font = Enum.Font.Cartoon
- Cheat15.Text = "CHEAT"
- Cheat15.TextColor3 = Color3.fromRGB(0, 0, 0)
- Cheat15.TextScaled = true
- Cheat15.TextSize = 14.000
- Cheat15.TextWrapped = true
- Cheat14.Name = "Cheat14"
- Cheat14.Parent = Main
- Cheat14.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Cheat14.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Cheat14.Position = UDim2.new(0.402494133, 0, 0.271389902, 0)
- Cheat14.Size = UDim2.new(0, 146, 0, 38)
- Cheat14.Font = Enum.Font.Cartoon
- Cheat14.Text = "CHEAT"
- Cheat14.TextColor3 = Color3.fromRGB(0, 0, 0)
- Cheat14.TextScaled = true
- Cheat14.TextSize = 14.000
- Cheat14.TextWrapped = true
- Cheat13.Name = "Cheat13"
- Cheat13.Parent = Main
- Cheat13.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Cheat13.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Cheat13.Position = UDim2.new(0.402494133, 0, 0.452662438, 0)
- Cheat13.Size = UDim2.new(0, 146, 0, 38)
- Cheat13.Font = Enum.Font.Cartoon
- Cheat13.Text = "CHEAT"
- Cheat13.TextColor3 = Color3.fromRGB(0, 0, 0)
- Cheat13.TextScaled = true
- Cheat13.TextSize = 14.000
- Cheat13.TextWrapped = true
- Cheat12.Name = "Cheat12"
- Cheat12.Parent = Main
- Cheat12.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Cheat12.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Cheat12.Position = UDim2.new(0.402494133, 0, 0.625240147, 0)
- Cheat12.Size = UDim2.new(0, 146, 0, 38)
- Cheat12.Font = Enum.Font.Cartoon
- Cheat12.Text = "CHEAT"
- Cheat12.TextColor3 = Color3.fromRGB(0, 0, 0)
- Cheat12.TextScaled = true
- Cheat12.TextSize = 14.000
- Cheat12.TextWrapped = true
- Cheat11.Name = "Cheat11"
- Cheat11.Parent = Main
- Cheat11.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Cheat11.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Cheat11.Position = UDim2.new(0.402494133, 0, 0.816553831, 0)
- Cheat11.Size = UDim2.new(0, 146, 0, 38)
- Cheat11.Font = Enum.Font.Cartoon
- Cheat11.Text = "CHEAT"
- Cheat11.TextColor3 = Color3.fromRGB(0, 0, 0)
- Cheat11.TextScaled = true
- Cheat11.TextSize = 14.000
- Cheat11.TextWrapped = true
- AutoElement.Name = "Auto Element"
- AutoElement.Parent = Main
- AutoElement.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- AutoElement.BorderColor3 = Color3.fromRGB(27, 42, 53)
- AutoElement.Position = UDim2.new(0.0530789196, 0, 0.0896686167, 0)
- AutoElement.Size = UDim2.new(0, 146, 0, 38)
- AutoElement.Font = Enum.Font.Cartoon
- AutoElement.Text = "Auto Element"
- AutoElement.TextColor3 = Color3.fromRGB(0, 0, 0)
- AutoElement.TextScaled = true
- AutoElement.TextSize = 14.000
- AutoElement.TextWrapped = true
- AutoElement.MouseButton1Down:connect(function()
- while wait(0.5) do
- local args = {
- [1] = "PurchaseEgg",
- [2] = "Element Egg"
- }
- game:GetService("ReplicatedStorage").NetworkRemoteEvent:FireServer(unpack(args))
- end
- end)
- OWLhub.Name = "OWL hub"
- OWLhub.Parent = Main
- OWLhub.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- OWLhub.BorderColor3 = Color3.fromRGB(27, 42, 53)
- OWLhub.Position = UDim2.new(0.0530789196, 0, 0.271389902, 0)
- OWLhub.Size = UDim2.new(0, 146, 0, 38)
- OWLhub.Font = Enum.Font.Cartoon
- OWLhub.Text = "owl hub"
- OWLhub.TextColor3 = Color3.fromRGB(0, 0, 0)
- OWLhub.TextScaled = true
- OWLhub.TextSize = 14.000
- OWLhub.TextWrapped = true
- OWLhub.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
- end)
- Cheat7.Name = "Cheat7"
- Cheat7.Parent = Main
- Cheat7.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Cheat7.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Cheat7.Position = UDim2.new(0.0530789196, 0, 0.452662438, 0)
- Cheat7.Size = UDim2.new(0, 146, 0, 38)
- Cheat7.Font = Enum.Font.Cartoon
- Cheat7.Text = "CHEAT"
- Cheat7.TextColor3 = Color3.fromRGB(0, 0, 0)
- Cheat7.TextScaled = true
- Cheat7.TextSize = 14.000
- Cheat7.TextWrapped = true
- Cheat10.Name = "Cheat10"
- Cheat10.Parent = Main
- Cheat10.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Cheat10.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Cheat10.Position = UDim2.new(0.0530789196, 0, 0.625240147, 0)
- Cheat10.Size = UDim2.new(0, 146, 0, 38)
- Cheat10.Font = Enum.Font.Cartoon
- Cheat10.Text = "CHEAT"
- Cheat10.TextColor3 = Color3.fromRGB(0, 0, 0)
- Cheat10.TextScaled = true
- Cheat10.TextSize = 14.000
- Cheat10.TextWrapped = true
- Cheat6.Name = "Cheat6"
- Cheat6.Parent = Main
- Cheat6.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Cheat6.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Cheat6.Position = UDim2.new(0.0530789196, 0, 0.816553831, 0)
- Cheat6.Size = UDim2.new(0, 146, 0, 38)
- Cheat6.Font = Enum.Font.Cartoon
- Cheat6.Text = "CHEAT"
- Cheat6.TextColor3 = Color3.fromRGB(0, 0, 0)
- Cheat6.TextScaled = true
- Cheat6.TextSize = 14.000
- Cheat6.TextWrapped = true
- Cheat5.Name = "Cheat5"
- Cheat5.Parent = Main
- Cheat5.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Cheat5.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Cheat5.Position = UDim2.new(0.721207619, 0, 0.0872705355, 0)
- Cheat5.Size = UDim2.new(0, 146, 0, 38)
- Cheat5.Font = Enum.Font.Cartoon
- Cheat5.Text = "CHEAT"
- Cheat5.TextColor3 = Color3.fromRGB(0, 0, 0)
- Cheat5.TextScaled = true
- Cheat5.TextSize = 14.000
- Cheat5.TextWrapped = true
- Cheat4.Name = "Cheat4"
- Cheat4.Parent = Main
- Cheat4.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Cheat4.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Cheat4.Position = UDim2.new(0.721207619, 0, 0.268991828, 0)
- Cheat4.Size = UDim2.new(0, 146, 0, 38)
- Cheat4.Font = Enum.Font.Cartoon
- Cheat4.Text = "CHEAT"
- Cheat4.TextColor3 = Color3.fromRGB(0, 0, 0)
- Cheat4.TextScaled = true
- Cheat4.TextSize = 14.000
- Cheat4.TextWrapped = true
- Cheat3.Name = "Cheat3"
- Cheat3.Parent = Main
- Cheat3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Cheat3.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Cheat3.Position = UDim2.new(0.721207619, 0, 0.450264364, 0)
- Cheat3.Size = UDim2.new(0, 146, 0, 38)
- Cheat3.Font = Enum.Font.Cartoon
- Cheat3.Text = "CHEAT"
- Cheat3.TextColor3 = Color3.fromRGB(0, 0, 0)
- Cheat3.TextScaled = true
- Cheat3.TextSize = 14.000
- Cheat3.TextWrapped = true
- Cheat2.Name = "Cheat2"
- Cheat2.Parent = Main
- Cheat2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Cheat2.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Cheat2.Position = UDim2.new(0.721207619, 0, 0.622842073, 0)
- Cheat2.Size = UDim2.new(0, 146, 0, 38)
- Cheat2.Font = Enum.Font.Cartoon
- Cheat2.Text = "CHEAT"
- Cheat2.TextColor3 = Color3.fromRGB(0, 0, 0)
- Cheat2.TextScaled = true
- Cheat2.TextSize = 14.000
- Cheat2.TextWrapped = true
- Cheat1.Name = "Cheat1"
- Cheat1.Parent = Main
- Cheat1.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Cheat1.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Cheat1.Position = UDim2.new(0.721207619, 0, 0.814155757, 0)
- Cheat1.Size = UDim2.new(0, 146, 0, 38)
- Cheat1.Font = Enum.Font.Cartoon
- Cheat1.Text = "CHEAT"
- Cheat1.TextColor3 = Color3.fromRGB(0, 0, 0)
- Cheat1.TextScaled = true
- Cheat1.TextSize = 14.000
- Cheat1.TextWrapped = true
- --GUI made by ( Leakeur ) 𝖘𝖍𝖆𝖉𝖔𝖜𝖋𝖔𝖗𝖈𝖊#0368 sub to scripteur78 and long live to the corona
Advertisement
Add Comment
Please, Sign In to add comment