Injectbutton.MouseButton1Down:connect(function() Script Here end) local ScreenGui = Instance.new("ScreenGui") local Hackframe = Instance.new("Frame") local Hackname = Instance.new("TextLabel") local Scriptbox = Instance.new("TextBox") local Injectbutton = Instance.new("TextButton") local Clearbutton = Instance.new("TextButton") local Credits = Instance.new("TextLabel") local Gethackbutton = Instance.new("TextButton") -- Properties ScreenGui.Parent = game.Workspace ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Hackframe.Name = "Hackframe" Hackframe.Parent = ScreenGui Hackframe.BackgroundColor3 = Color3.new(0.180392, 0.545098, 0.545098) Hackframe.Position = UDim2.new(0.0679851621, 0, 0.230341017, 0) Hackframe.Size = UDim2.new(0, 643, 0, 299) Hackname.Name = "Hackname" Hackname.Parent = ScreenGui Hackname.BackgroundColor3 = Color3.new(0, 0, 0) Hackname.Position = UDim2.new(0.336217552, 0, 0.126506045, 0) Hackname.Size = UDim2.new(0, 200, 0, 50) Hackname.Font = Enum.Font.SourceSans Hackname.Text = "Mad City Hacker V1" Hackname.TextColor3 = Color3.new(1, 1, 1) Hackname.TextScaled = true Hackname.TextSize = 14 Hackname.TextWrapped = true Scriptbox.Name = "Scriptbox" Scriptbox.Parent = ScreenGui Scriptbox.BackgroundColor3 = Color3.new(0.176471, 0.533333, 0.533333) Scriptbox.Position = UDim2.new(0.0679851696, 0, 0.285140574, 0) Scriptbox.Size = UDim2.new(0, 643, 0, 199) Scriptbox.Font = Enum.Font.SourceSans Scriptbox.Text = "Script here" Scriptbox.TextColor3 = Color3.new(0, 0, 0) Scriptbox.TextSize = 14 Injectbutton.Name = "Injectbutton" Injectbutton.Parent = ScreenGui Injectbutton.BackgroundColor3 = Color3.new(0.333333, 1, 1) Injectbutton.Position = UDim2.new(0.067985177, 0, 0.728915691, 0) Injectbutton.Size = UDim2.new(0, 200, 0, 50) Injectbutton.Font = Enum.Font.SourceSans Injectbutton.Text = "Inject" Injectbutton.TextColor3 = Color3.new(1, 1, 1) Injectbutton.TextScaled = true Injectbutton.TextSize = 14 Injectbutton.TextWrapped = true Clearbutton.Name = "Clearbutton" Clearbutton.Parent = ScreenGui Clearbutton.BackgroundColor3 = Color3.new(0.333333, 1, 1) Clearbutton.Position = UDim2.new(0.336217552, 0, 0.728915691, 0) Clearbutton.Size = UDim2.new(0, 200, 0, 50) Clearbutton.Font = Enum.Font.SourceSans Clearbutton.Text = "Clear" Clearbutton.TextColor3 = Color3.new(1, 1, 1) Clearbutton.TextScaled = true Clearbutton.T