Facebook
From Pro, 2 Years ago, written in Plain Text.
This paste is a reply to Roblox mad city script from Roblox Hackers - go back
Embed
Viewing differences between Roblox mad city script and Re: Roblox mad city script


        
Injectbutton.MouseButton1Down:connect(function()
        Script Here
end)
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")

new("TextButton")
         
        
-- Properties

Properties
         
        
ScreenGui.Parent = game.Workspace
        ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

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)

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

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

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

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

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

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 = truetrue