Facebook
From Silly Parrot, 4 Years ago, written in Plain Text.
This paste is a reply to Re: Roblox mad city script from Unique Marmoset - go back
Embed
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.TextSize = 14
Clearbutton.TextWrapped = true

Credits.Name = "Credits"
Credits.Parent = ScreenGui
Credits.BackgroundColor3 = Color3.new(1, 1, 1)
Credits.Position = UDim2.new(0.0679851696, 0, 0.228915676, 0)
Credits.Size = UDim2.new(0, 643, 0, 28)
Credits.Font = Enum.Font.SourceSans
Credits.Text = "GUI maded By vearpuppy2 aka vearpuppy244"
Credits.TextColor3 = Color3.new(0, 0, 0)
Credits.TextScaled = true
Credits.TextSize = 14
Credits.TextWrapped = true

Gethackbutton.Name = "Gethackbutton"
Gethackbutton.Parent = ScreenGui
Gethackbutton.BackgroundColor3 = Color3.new(0, 1, 1)
Gethackbutton.Position = UDim2.new(0.615574777, 0, 0.728915691, 0)
Gethackbutton.Size = UDim2.new(0, 200, 0, 50)
Gethackbutton.Font = Enum.Font.SourceSans
Gethackbutton.Text = "Get the Hacks"
Gethackbutton.TextColor3 = Color3.new(1, 1, 1)
Gethackbutton.TextScaled = true
Gethackbutton.TextSize = 14
Gethackbutton.TextWrapped = true

Replies to Re: Re: Roblox mad city script rss

Title Name Language When
Re: Re: Re: Roblox mad city script mad city text 4 Years ago.