-- Gui to Lua -- Version: 3.1 -- Instances: local ScreenGui = Instance.new("ScreenGui") local TextLabel = Instance.new("TextLabel") local Frame = Instance.new("Frame") local GODSIM2 = Instance.new("TextButton") local AUTOLIFT = Instance.new("TextButton") local Steroids = Instance.new("TextButton") local TextLabel_2 = Instance.new("TextLabel") local Btools = Instance.new("TextButton") local F3X = Instance.new("TextButton") local TextLabel_3 = Instance.new("TextLabel") local ImageLabel = Instance.new("ImageLabel") local ImageLabel_2 = Instance.new("ImageLabel") local E = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ScreenGui.ResetOnSpawn = false TextLabel.Parent = ScreenGui TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextLabel.Size = UDim2.new(0, 261, 0, 143) TextLabel.Font = Enum.Font.SourceSans TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextSize = 14.000 Frame.Parent = TextLabel Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Frame.Size = UDim2.new(0, 75, 0, 139) GODSIM2.Name = "GODSIM2" GODSIM2.Parent = Frame GODSIM2.BackgroundColor3 = Color3.fromRGB(255, 0, 0) GODSIM2.Position = UDim2.new(-0.000568211079, 0, -0.000141680241, 0) GODSIM2.Size = UDim2.new(0, 74, 0, 50) GODSIM2.Font = Enum.Font.SourceSans GODSIM2.Text = "GOD SIM 2" GODSIM2.TextColor3 = Color3.fromRGB(0, 0, 0) GODSIM2.TextSize = 14.000 AUTOLIFT.Name = "AUTOLIFT" AUTOLIFT.Parent = Frame AUTOLIFT.BackgroundColor3 = Color3.fromRGB(255, 0, 0) AUTOLIFT.Position = UDim2.new(0, 0, 0.364589691, 0) AUTOLIFT.Size = UDim2.new(0, 74, 0, 31) AUTOLIFT.Font = Enum.Font.SourceSans AUTOLIFT.Text = "AUTO LiFT" AUTOLIFT.TextColor3 = Color3.fromRGB(0, 0, 0) AUTOLIFT.TextSize = 14.000 Steroids.Name = "Steroids" Steroids.Parent = Frame Steroids.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Steroids.Position = UDim2.new(0, 0, 0.583343506, 0) Steroids.Size = UDim2.new(0, 73, 0, 37) Steroids.Font = Enum.Font.SourceSans Steroids.Text = "Hidden Item" Steroids.TextColor3 = Color3.fromRGB(0, 0, 0) Steroids.TextSize = 14.000 TextLabel_2.Parent = Frame TextLabel_2.BackgroundColor3 = Color3.fromRGB(79, 79, 79) TextLabel_2.Position = UDim2.new(1, 0, 0, 0) TextLabel_2.Size = UDim2.new(0, 185, 0, 23) TextLabel_2.Font = Enum.Font.SourceSans TextLabel_2.Text = " Discord: KnightgamingXDYT#7631" TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.TextSize = 14.000 Btools.Name = "Btools" Btools.Parent = Frame Btools.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Btools.Position = UDim2.new(1.07614815, 0, 0.218753815, 0) Btools.Size = UDim2.new(0, 73, 0, 44) Btools.Font = Enum.Font.SourceSans Btools.Text = "Btools" Btools.TextColor3 = Color3.fromRGB(0, 0, 0) Btools.TextSize = 14.000 F3X.Name = "F3X" F3X.Parent = Frame F3X.BackgroundColor3 = Color3.fromRGB(255, 0, 0) F3X.Position = UDim2.new(1.07614815, 0, 0.648091733, 0) F3X.Size = UDim2.new(0, 73, 0, 45) F3X.Font = Enum.Font.SourceSans F3X.Text = "F3X" F3X.TextColor3 = Color3.fromRGB(0, 0, 0) F3X.TextSize = 14.000 TextLabel_3.Parent = Frame TextLabel_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextLabel_3.Position = UDim2.new(0, 0, 0.875015259, 0) TextLabel_3.Size = UDim2.new(0, 73, 0, 16) TextLabel_3.Font = Enum.Font.SourceSans TextLabel_3.Text = "GODSIM2 Gui" TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_3.TextScaled = true TextLabel_3.TextSize = 14.000 TextLabel_3.TextWrapped = true ImageLabel.Parent = TextLabel ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel.Position = UDim2.new(0.613026798, 0, 0.212634847, 0) ImageLabel.Size = UDim2.new(0, 93, 0, 104) ImageLabel.Image = "http://www.roblox.com/asset/?id=208768685" ImageLabel_2.Parent = TextLabel ImageLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel_2.Size = UDim2.new(0.0536398478, 0, 0.0769230798, 0) ImageLabel_2.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png" E.Name = "E" E.Parent = TextLabel E.BackgroundColor3 = Color3.fromRGB(255, 0, 0) E.Position = UDim2.new(0.958955407, 0, 0.921417534, 0) E.Size = UDim2.new(0, 10, 0, 11) E.Font = Enum.Font.SourceSans E.Text = "E" E.TextColor3 = Color3.fromRGB(0, 0, 0) E.TextScaled = true E.TextSize = 14.000 E.TextWrapped = true -- Scripts: local function UZOWJF_fake_script() -- GODSIM2.Script local script = Instance.new('Script', GODSIM2) GODSIM2.MouseButton1Click:Connect(function() -- Script here for i = 0, 205 do game.Lighting.Steroid:Clone().Parent = game.Players.LocalPlayer.Backpack end local Char = game.Players.LocalPlayer.Character local Back = game.Players.LocalPlayer.Backpack for i, v in pairs(Char:GetChildren()) do if v.Name == "Steroid" then print(i .. "/25") v.Parent = Char wait() v.Parent = Back end end for _, tool in ipairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do if tool:IsA("Tool") then tool.Parent = game:GetService("Players").LocalPlayer.Character -- I didn't use Equip because the Equip function unequips any other tools in your character. end end wait (5) game.Players.LocalPlayer.Character.Humanoid.Name = 1 local l = game.Players.LocalPlayer.Character["1"]:Clone() l.Parent = game.Players.LocalPlayer.Character l.Name = "Humanoid" wait() game.Players.LocalPlayer.Character["1"]:Destroy() game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character game.Players.LocalPlayer.Character.Animate.Disabled = true wait() game.Players.LocalPlayer.Character.Animate.Disabled = false game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" wait() local prt = Instance.new("Model", workspace); Instance.new("Part", prt).Name="Torso"; Instance.new("Part", prt).Name="Head"; Instance.new("Humanoid", prt).Name="Humanoid"; game.Players.LocalPlayer.Character=prt end) end coroutine.wrap(UZOWJF_fake_script)() local function QRUPV_fake_script() -- AUTOLIFT.Script local script = Instance.new('Script', AUTOLIFT) AUTOLIFT.MouseButton1Click:Connect(function() -- Script here while wait() do game.ReplicatedStorage.addStrength:InvokeServer(game.Players.LocalPlayer.Character["Boulder Weight"].Handle, 50 , "GODSIMULATOR5453") end end) end coroutine.wrap(QRUPV_fake_script)() local function HHKKRSC_fake_script() -- Steroids.Script local script = Instance.new('Script', Steroids) Steroids.MouseButton1Click:Connect(function() -- Script here for i = 0, 0 do game.Lighting.Steroid:Clone().Parent = game.Players.LocalPlayer.Backpack end local Char = game.Players.LocalPlayer.Character local Back = game.Players.LocalPlayer.Backpack for i, v in pairs(Char:GetChildren()) do if v.Name == "Steroid" then print(i .. "/9000") v.Parent = Char wait() v.Parent = Back end end end) end coroutine.wrap(HHKKRSC_fake_script)() local function VTXPANC_fake_script() -- Btools.Script local script = Instance.new('Script', Btools) Btools.MouseButton1Click:Connect(function() -- Script here local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack) local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack) local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack) local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack) local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack) tool1.BinType = "Clone" tool2.BinType = "GameTool" tool3.BinType = "Hammer" tool4.BinType = "Script" tool5.BinType = "Grab" end) end coroutine.wrap(VTXPANC_fake_script)() local function KOUTTX_fake_script() -- F3X.Script local script = Instance.new('Script', F3X) F3X.MouseButton1Click:Connect(function() -- Script here loadstring(game:GetObjects("rbxassetid://1059691823")[1].Source)() end) end coroutine.wrap(KOUTTX_fake_script)() local function PFQYCN_fake_script() -- E.Script local script = Instance.new('Script', E) E.MouseButton1Click:Connect(function() loadstring(game:HttpGet(("https://pastebin.com/raw/gR4Zki4n"),true))() end) end coroutine.wrap(PFQYCN_fake_script)()