--Scripting: --[[ tButton1.MouseButton1Down:connect(function() sFrame2.Visible = true sFrame1.Visible = false end) --]] --[[ tButton2.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Scripts/master/Tower%20of%20Hell"))() end) --]] --[[ tButton3.MouseButton1Down:connect(function() sFrame2.Visible = false sFrame1.Visible = true end) --]] --[[ tButton4.MouseButton1Down:connect(function() sFrame1.Visible = false sFrame3.Visible = true end) --]] --[[ tButton5.MouseButton1Down:connect(function() sFrame1.Visible = true end) --]] -- Instances: local sGui1 = Instance.new("ScreenGui") local sFrame1 = Instance.new("Frame") local tLabel1 = Instance.new("TextLabel") local tBox1 = Instance.new("TextBox") local tBox2 = Instance.new("TextBox") local tButton1 = Instance.new("TextButton") local tButton4 = Instance.new("TextButton") local sFrame2 = Instance.new("Frame") local tBox3 = Instance.new("TextBox") local tButton2 = Instance.new("TextButton") local tButton3 = Instance.new("TextButton") local sFrame3 = Instance.new("Frame") local tButton5 = Instance.new("TextButton") --Properties: sGui1.Name = "sGui1" sGui1.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") sGui1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling sFrame1.Name = "sFrame1" sFrame1.Parent = sGui1 sFrame1.BackgroundColor3 = Color3.fromRGB(30, 30, 30) sFrame1.BorderColor3 = Color3.fromRGB(255, 255, 255) sFrame1.Position = UDim2.new(0.0644171759, 0, 0.13604489, 0) sFrame1.Selectable = true sFrame1.Size = UDim2.new(0, 261, 0, 203) sFrame1.Draggable = true tLabel1.Name = "tLabel1" tLabel1.Parent = sFrame1 tLabel1.BackgroundColor3 = Color3.fromRGB(35, 35, 35) tLabel1.BorderColor3 = Color3.fromRGB(35, 35, 35) tLabel1.BorderSizePixel = 0 tLabel1.Position = UDim2.new(0, 0, 0.0738916248, 0) tLabel1.Size = UDim2.new(0, 261, 0, 34) tLabel1.Font = Enum.Font.Arial tLabel1.Text = "Login Page" tLabel1.TextColor3 = Color3.fromRGB(255, 255, 255) tLabel1.TextSize = 20.000 tLabel1.TextStrokeColor3 = Color3.fromRGB(35, 35, 35) tBox1.Name = "tBox1" tBox1.Parent = sFrame1 tBox1.BackgroundColor3 = Color3.fromRGB(30, 30, 30) tBox1.BorderColor3 = Color3.fromRGB(255, 255, 255) tBox1.Position = UDim2.new(0.145593867, 0, 0.344827592, 0) tBox1.Size = UDim2.new(0, 186, 0, 22) tBox1.Font = Enum.Font.SourceSansBold tBox1.Text = "Username" tBox1.TextColor3 = Color3.fromRGB(255, 255, 255) tBox1.TextScaled = true tBox1.TextSize = 14.000 tBox1.TextWrapped = true tBox2.Name = "tBox2" tBox2.Parent = sFrame1 tBox2.BackgroundColor3 = Color3.fromRGB(35, 35, 35) tBox2.BorderColor3 = Color3.fromRGB(255, 255, 255) tBox2.Position = UDim2.new(0.145593867, 0, 0.497536957, 0) tBox2.Size = UDim2.new(0, 186, 0, 22) tBox2.Font = Enum.Font.SourceSansBold tBox2.Text = "Password" tBox2.TextColor3 = Color3.fromRGB(255, 255, 255) tBox2.TextScaled = true tBox2.TextSize = 14.000 tBox2.TextWrapped = true tButton1.Name = "tButton1" tButton1.Parent = sFrame1 tButton1.BackgroundColor3 = Color3.fromRGB(35, 35, 35) tButton1.BorderColor3 = Color3.fromRGB(255, 255, 255) tButton1.BorderSizePixel = 2 tButton1.Position = UDim2.new(0.118773945, 0, 0.714285731, 0) tButton1.Size = UDim2.new(0, 200, 0, 38) tButton1.Font = Enum.Font.SourceSansBold tButton1.Text = "Login" tButton1.TextColor3 = Color3.fromRGB(255, 255, 255) tButton1.TextScaled = true tButton1.TextSize = 14.000 tButton1.TextWrapped = true tButton4.Name = "tButton4" tButton4.Parent = sFrame1 tButton4.BackgroundColor3 = Color3.fromRGB(35, 35, 35) tButton4.BorderSizePixel = 0 tButton4.Position = UDim2.new(0.919540226, 0, 0.901477814, 0) tButton4.Size = UDim2.new(0, 21, 0, 20) tButton4.Font = Enum.Font.SourceSans tButton4.Text = "X" tButton4.TextColor3 = Color3.fromRGB(255, 255, 255) tButton4.TextSize = 14.000 sFrame2.Name = "sFrame2" sFrame2.Parent = sGui1 sFrame2.BackgroundColor3 = Color3.fromRGB(35, 35, 35) sFrame2.BorderColor3 = Color3.fromRGB(255, 255, 255) sFrame2.Position = UDim2.new(0.521472335, 0, 0.136044875, 0) sFrame2.Size = UDim2.new(0, 295, 0, 203) sFrame2.Visible = false sFrame2.Draggable = true tBox3.Name = "tBox3" tBox3.Parent = sFrame2 tBox3.BackgroundColor3 = Color3.fromRGB(35, 35, 35) tBox3.BorderColor3 = Color3.fromRGB(35, 35, 35) tBox3.Position = UDim2.new(0.159322038, 0, 0.0985221639, 0) tBox3.Size = UDim2.new(0, 200, 0, 50) tBox3.Font = Enum.Font.SourceSansBold tBox3.Text = "Tower Of Hell GUI" tBox3.TextColor3 = Color3.fromRGB(255, 255, 255) tBox3.TextSize = 34.000 tButton2.Name = "tButton2" tButton2.Parent = sFrame2 tButton2.BackgroundColor3 = Color3.fromRGB(35, 35, 35) tButton2.BorderColor3 = Color3.fromRGB(255, 255, 255) tButton2.Position = UDim2.new(0.159322023, 0, 0.53694582, 0) tButton2.Size = UDim2.new(0, 200, 0, 50) tButton2.Font = Enum.Font.SourceSansBold tButton2.Text = "Activate" tButton2.TextColor3 = Color3.fromRGB(255, 255, 255) tButton2.TextScaled = true tButton2.TextSize = 14.000 tButton2.TextWrapped = true tButton3.Name = "tButton3" tButton3.Parent = sFrame2 tButton3.BackgroundColor3 = Color3.fromRGB(35, 35, 35) tButton3.BorderSizePixel = 0 tButton3.Position = UDim2.new(0.915254354, 0, 0.901477814, 0) tButton3.Size = UDim2.new(0, 25, 0, 20) tButton3.Font = Enum.Font.SourceSans tButton3.Text = "X" tButton3.TextColor3 = Color3.fromRGB(255, 255, 255) tButton3.TextScaled = true tButton3.TextSize = 14.000 tButton3.TextWrapped = true sFrame3.Name = "sFrame3" sFrame3.Parent = sGui1 sFrame3.BackgroundColor3 = Color3.fromRGB(35, 35, 35) sFrame3.BorderColor3 = Color3.fromRGB(255, 255, 255) sFrame3.Position = UDim2.new(0.0644171759, 0, 0.0617110804, 0) sFrame3.Size = UDim2.new(0, 100, 0, 25) sFrame3.Visible = false sFrame3.Draggable = true tButton5.Name = "tButton5" tButton5.Parent = sFrame3 tButton5.BackgroundColor3 = Color3.fromRGB(35, 35, 35) tButton5.BorderColor3 = Color3.fromRGB(255, 255, 255) tButton5.Position = UDim2.new(0.110000014, 0, 0.24000001, 0) tButton5.Size = UDim2.new(0, 77, 0, 12) tButton5.Font = Enum.Font.SourceSans tButton5.Text = "Show GUI" tButton5.TextColor3 = Color3.fromRGB(255, 255, 255) tButton5.TextSize = 14.000