0% found this document useful (0 votes)
2K views2 pages

Script Mad City

The document defines a Roblox script that creates a GUI for hacking in the game Mad City. It instantiates several UI elements like a frame, labels, text boxes and buttons and configures their properties. This includes a label and text box to display and edit scripts, and buttons to inject scripts, clear the text box and get hacks. It positions and styles the elements and connects a click handler to the inject button.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views2 pages

Script Mad City

The document defines a Roblox script that creates a GUI for hacking in the game Mad City. It instantiates several UI elements like a frame, labels, text boxes and buttons and configures their properties. This includes a label and text box to display and edit scripts, and buttons to inject scripts, clear the text box and get hacks. It positions and styles the elements and connects a click handler to the inject button.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

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

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy