Bashsploit Level 8
Bashsploit Level 8
executeButton.Text = "Execute"
executeButton.Font = Enum.Font.SourceSans
executeButton.FontSize = Enum.FontSize.Size18
executeButton.TextColor3 = Color3.new(1, 1, 1)
executeButton.BackgroundColor3 = Color3.new(0, 1, 0)
executeButton.Size = UDim2.new(0, 100, 0, 30)
executeButton.Position = UDim2.new(0, 300, 0, 0)
codeBox.Font = Enum.Font.SourceSans
codeBox.FontSize = Enum.FontSize.Size18
codeBox.TextColor3 = Color3.new(1, 1, 1)
codeBox.BackgroundColor3 = Color3.new(0, 0, 0)
codeBox.Size = UDim2.new(0, 370, 0, 200)
codeBox.Position = UDim2.new(0, 15, 0, 35)
codeBox.PlaceholderText = "Enter your code here..."
codeBox.MultiLine = true
codeBox.TextWrapped = true
outputBox.Font = Enum.Font.SourceSans
outputBox.FontSize = Enum.FontSize.Size18
outputBox.TextColor3 = Color3.new(1, 1, 1)
outputBox.BackgroundColor3 = Color3.new(0, 0, 0)
outputBox.Size = UDim2.new(0, 370, 0, 100)
outputBox.Position = UDim2.new(0, 15, 0, 240)
outputBox.PlaceholderText = "Output will appear here..."
outputBox.ReadOnly = true
outputBox.MultiLine = true
outputBox.TextWrapped = true
clearButton.Text = "Clear"
clearButton.Font = Enum.Font.SourceSans
clearButton.FontSize = Enum.FontSize.Size18
clearButton.TextColor3 = Color3.new(1, 1, 1)
clearButton.BackgroundColor3 = Color3.new(1, 0, 0)
clearButton.Size = UDim2.new(0, 100, 0, 30)
clearButton.Position = UDim2.new(0, 200, 0, 0)