-- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Main = Instance.new("Frame") local Detail1 = Instance.new("Frame") local Detail2 = Instance.new("Frame") local GUIName = Instance.new("TextLabel") local Credits = Instance.new("TextLabel") local Credits_2 = Instance.new("TextLabel") local AutofarmButton = Instance.new("TextButton") local AutobuyWeightsButton = Instance.new("TextButton") local AutobuyGeneticsButton = Instance.new("TextButton") local AutobuyBodyAltersButton = Instance.new("TextButton") local TeleportToSafePlaceButton = Instance.new("TextButton") local DeleteGUIButton = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.CoreGui ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Main.Name = "Main" Main.Parent = ScreenGui Main.Active = true Main.BackgroundColor3 = Color3.fromRGB(255, 217, 0) Main.BorderColor3 = Color3.fromRGB(255, 255, 255) Main.BorderSizePixel = 3 Main.Position = UDim2.new(0.330386758, 0, 0.216693416, 0) Main.Size = UDim2.new(0, 306, 0, 352) Main.Visible = true Main.Active = true Main.Draggable = true function onKeyPress(inputObject, gameProcessedEvent) if inputObject.KeyCode == Enum.KeyCode.Q then if Main.Visible == false then Main.Visible = true else Main.Visible = false end end end game:GetService("UserInputService").InputBegan:connect(onKeyPress) Detail1.Name = "Detail1" Detail1.Parent = Main Detail1.BackgroundColor3 = Color3.fromRGB(255, 217, 0) Detail1.BorderColor3 = Color3.fromRGB(255, 255, 255) Detail1.BorderSizePixel = 3 Detail1.Position = UDim2.new(-0.081699349, 0, -0.0482954606, 0) Detail1.Size = UDim2.new(0, 357, 0, 29) Detail2.Name = "Detail2" Detail2.Parent = Detail1 Detail2.BackgroundColor3 = Color3.fromRGB(255, 217, 0) Detail2.BorderColor3 = Color3.fromRGB(255, 255, 255) Detail2.BorderSizePixel = 3 Detail2.Position = UDim2.new(-0.000466852915, 0, 12.3448286, 0) Detail2.Size = UDim2.new(0, 357, 0, 29) GUIName.Name = "GUIName" GUIName.Parent = Detail1 GUIName.BackgroundColor3 = Color3.fromRGB(255, 255, 255) GUIName.BackgroundTransparency = 1.000 GUIName.BorderSizePixel = 0 GUIName.Position = UDim2.new(-0.000466823578, 0, 0, 0) GUIName.Size = UDim2.new(0, 357, 0, 29) GUIName.Font = Enum.Font.GothamBold GUIName.Text = "Lifting Simulator Fucker" GUIName.TextColor3 = Color3.fromRGB(255, 255, 255) GUIName.TextSize = 25.000 Credits.Name = "Credits" Credits.Parent = Detail1 Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Credits.BackgroundTransparency = 1.000 Credits.BorderSizePixel = 0 Credits.Position = UDim2.new(-0.000466824742, 0, 12.3448286, 0) Credits.Size = UDim2.new(0, 357, 0, 29) Credits.Font = Enum.Font.GothamBold Credits.Text = "Made by Michael979#9941" Credits.TextColor3 = Color3.fromRGB(255, 255, 255) Credits.TextSize = 25.000 Credits_2.Name = "Credits" Credits_2.Parent = Detail1 Credits_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Credits_2.BackgroundTransparency = 1.000 Credits_2.BorderSizePixel = 0 Credits_2.Position = UDim2.new(-0.000466823578, 0, 9.3793087, 0) Credits_2.Size = UDim2.new(0, 357, 0, 29) Credits_2.Font = Enum.Font.GothamBold Credits_2.Text = "Press \"Q\" to toggle this GUI" Credits_2.TextColor3 = Color3.fromRGB(255, 255, 255) Credits_2.TextSize = 23.000 AutofarmButton.Name = "AutofarmButton" AutofarmButton.Parent = Main AutofarmButton.BackgroundColor3 = Color3.fromRGB(255, 217, 0) AutofarmButton.BorderColor3 = Color3.fromRGB(255, 255, 255) AutofarmButton.BorderSizePixel = 4 AutofarmButton.Position = UDim2.new(0.0228758175, 0, 0.0710227266, 0) AutofarmButton.Size = UDim2.new(0, 292, 0, 30) AutofarmButton.Font = Enum.Font.GothamBold AutofarmButton.Text = "Autofarm" AutofarmButton.TextColor3 = Color3.fromRGB(255, 255, 255) AutofarmButton.TextSize = 30.000 AutofarmButton.MouseButton1Click:Connect(function() local Thread1 = coroutine.create(function() loadstring(game:HttpGet(('https://pastebin.com/raw/CAyTaeX5'),true))() end) coroutine.resume(Thread1) wait(2) loadstring(game:HttpGet(('https://pastebin.com/raw/kyEAUzvH'),true))() end) AutobuyWeightsButton.Name = "AutobuyWeightsButton" AutobuyWeightsButton.Parent = Main AutobuyWeightsButton.BackgroundColor3 = Color3.fromRGB(255, 217, 0) AutobuyWeightsButton.BorderColor3 = Color3.fromRGB(255, 255, 255) AutobuyWeightsButton.BorderSizePixel = 4 AutobuyWeightsButton.Position = UDim2.new(0.0228758175, 0, 0.198863626, 0) AutobuyWeightsButton.Size = UDim2.new(0, 292, 0, 33) AutobuyWeightsButton.Font = Enum.Font.GothamBold AutobuyWeightsButton.Text = "Autobuy Weights" AutobuyWeightsButton.TextColor3 = Color3.fromRGB(255, 255, 255) AutobuyWeightsButton.TextSize = 30.000 AutobuyWeightsButton.MouseButton1Click:Connect(function() loadstring(game:HttpGet(('https://pastebin.com/raw/7cu6vrRH'),true))() end) AutobuyGeneticsButton.Name = "AutobuyGeneticsButton" AutobuyGeneticsButton.Parent = Main AutobuyGeneticsButton.BackgroundColor3 = Color3.fromRGB(255, 217, 0) AutobuyGeneticsButton.BorderColor3 = Color3.fromRGB(255, 255, 255) AutobuyGeneticsButton.BorderSizePixel = 4 AutobuyGeneticsButton.Position = UDim2.new(0.0228758175, 0, 0.340909094, 0) AutobuyGeneticsButton.Size = UDim2.new(0, 292, 0, 32) AutobuyGeneticsButton.Font = Enum.Font.GothamBold AutobuyGeneticsButton.Text = "Autobuy Genetics" AutobuyGeneticsButton.TextColor3 = Color3.fromRGB(255, 255, 255) AutobuyGeneticsButton.TextSize = 30.000 AutobuyGeneticsButton.MouseButton1Click:Connect(function() loadstring(game:HttpGet(('https://pastebin.com/raw/EeMP9zjC'),true))() end) AutobuyBodyAltersButton.Name = "AutobuyBodyAltersButton" AutobuyBodyAltersButton.Parent = Main AutobuyBodyAltersButton.BackgroundColor3 = Color3.fromRGB(255, 217, 0) AutobuyBodyAltersButton.BorderColor3 = Color3.fromRGB(255, 255, 255) AutobuyBodyAltersButton.BorderSizePixel = 4 AutobuyBodyAltersButton.Position = UDim2.new(0.0228758175, 0, 0.474431813, 0) AutobuyBodyAltersButton.Size = UDim2.new(0, 292, 0, 31) AutobuyBodyAltersButton.Font = Enum.Font.GothamBold AutobuyBodyAltersButton.Text = "Autobuy Body Alters" AutobuyBodyAltersButton.TextColor3 = Color3.fromRGB(255, 255, 255) AutobuyBodyAltersButton.TextSize = 30.000 AutobuyBodyAltersButton.MouseButton1Click:Connect(function() loadstring(game:HttpGet(('https://pastebin.com/raw/yjH02jbS'),true))() end) TeleportToSafePlaceButton.Name = "TeleportToSafePlaceButton" TeleportToSafePlaceButton.Parent = Main TeleportToSafePlaceButton.BackgroundColor3 = Color3.fromRGB(255, 217, 0) TeleportToSafePlaceButton.BorderColor3 = Color3.fromRGB(255, 255, 255) TeleportToSafePlaceButton.BorderSizePixel = 4 TeleportToSafePlaceButton.Position = UDim2.new(0.0228758175, 0, 0.605113626, 0) TeleportToSafePlaceButton.Size = UDim2.new(0, 292, 0, 33) TeleportToSafePlaceButton.Font = Enum.Font.GothamBold TeleportToSafePlaceButton.Text = "Teleport To Safe Place" TeleportToSafePlaceButton.TextColor3 = Color3.fromRGB(255, 255, 255) TeleportToSafePlaceButton.TextSize = 27.000 TeleportToSafePlaceButton.MouseButton1Click:Connect(function() loadstring(game:HttpGet(('https://pastebin.com/raw/ngreFGds'),true))() end) DeleteGUIButton.Name = "DeleteGUIButton" DeleteGUIButton.Parent = Main DeleteGUIButton.BackgroundColor3 = Color3.fromRGB(255, 217, 0) DeleteGUIButton.BorderColor3 = Color3.fromRGB(255, 255, 255) DeleteGUIButton.BorderSizePixel = 4 DeleteGUIButton.Position = UDim2.new(0.238562107, 0, 0.823863685, 0) DeleteGUIButton.Size = UDim2.new(0, 159, 0, 38) DeleteGUIButton.Font = Enum.Font.GothamBold DeleteGUIButton.Text = "Delete GUI" DeleteGUIButton.TextColor3 = Color3.fromRGB(255, 255, 255) DeleteGUIButton.TextSize = 30.000 DeleteGUIButton.MouseButton1Click:Connect(function() DeleteGUIButton.Destroy(Main) end)