0% found this document useful (1 vote)
260 views5 pages

Mad City Full Gui

This document contains code for creating a GUI in Roblox that includes various buttons and labels. The GUI contains sections for collecting money, selecting different admin scripts to execute, and viewing credits. Buttons allow executing code to automatically arrest other players, increase walkspeed, and obtain weapons. The GUI is created by instantiating multiple frame and text label objects and configuring their properties.

Uploaded by

Fanluv
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 (1 vote)
260 views5 pages

Mad City Full Gui

This document contains code for creating a GUI in Roblox that includes various buttons and labels. The GUI contains sections for collecting money, selecting different admin scripts to execute, and viewing credits. Buttons allow executing code to automatically arrest other players, increase walkspeed, and obtain weapons. The GUI is created by instantiating multiple frame and text label objects and configuring their properties.

Uploaded by

Fanluv
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/ 5

local l__l=Instance.

new("ScreenGui")
local __l_l=Instance.new("Frame")local _l_l_l=Instance.new("TextLabel")
local __I_l_l=Instance.new("TextLabel")local I_l_l=Instance.new("TextLabel")
local l_l_l=Instance.new("Frame")local ___I_l=Instance.new("TextButton")
local _l__I_l=Instance.new("TextButton")local __I__I_l=Instance.new("TextLabel")
local I__I_l=Instance.new("TextButton")local l__I_l=Instance.new("TextButton")
local _I_l=Instance.new("TextButton")local _lI_l=Instance.new("TextButton")
local __II_l=Instance.new("TextButton")local II_l=Instance.new("Frame")
local lI_l=Instance.new("TextButton")local _ll_l=Instance.new("TextButton")
local __Il_l=Instance.new("TextButton")local Il_l=Instance.new("TextButton")
local ll_l=Instance.new("TextLabel")local ____I=Instance.new("TextButton")
local _l___I=Instance.new("Frame")local __I___I=Instance.new("TextLabel")
local I___I=Instance.new("TextLabel")local l___I=Instance.new("TextLabel")
local __l__I=Instance.new("TextButton")local _l_l__I=Instance.new("TextButton")
l__l.Parent=game.StarterGui;l__l.ZIndexBehavior=Enum.ZIndexBehavior.Sibling
l__l.Parent=game.CoreGui;__l_l.Parent=l__l
__l_l.BackgroundColor3=Color3.new(0.207843,0.207843,0.207843)__l_l.Position=UDim2.n
ew(0.19674556,0,0.233136088,0)
__l_l.Size=UDim2.new(0,771,0,487)__l_l.Visible=false;_l_l_l.Name="Title"_l_l_l.Pare
nt=__l_l
_l_l_l.BackgroundColor3=Color3.new(1,1,1)_l_l_l.BackgroundTransparency=1
_l_l_l.Position=UDim2.new(0.312581062,0,0.0533880889,0)_l_l_l.Size=UDim2.new(0,139,
0,50)
_l_l_l.Font=Enum.Font.Gotham;_l_l_l.Text="Mad"_l_l_l.TextColor3=Color3.new(0,0,0)
_l_l_l.TextSize=65;__I_l_l.Name="Title2"__I_l_l.Parent=__l_l
__I_l_l.BackgroundColor3=Color3.new(1,1,1)__I_l_l.BackgroundTransparency=1
__I_l_l.Position=UDim2.new(0.487678319,0,0.0533880889,0)__I_l_l.Size=UDim2.new(0,15
3,0,50)
__I_l_l.Font=Enum.Font.Gotham;__I_l_l.Text="City"__I_l_l.TextColor3=Color3.new(0,0,
0)
__I_l_l.TextSize=65;_I_l.Name="CreditGui2"_I_l.Parent=_l___I
_I_l.BackgroundColor3=Color3.new(1,1,1)_I_l.BackgroundTransparency=1
_I_l.Position=UDim2.new(0.247104421,0,0.429874897,0)_I_l.Size=UDim2.new(0,106,0,28)
_I_l.Font=Enum.Font.SourceSans;_I_l.Text="MadFucker: 2sins and virquill"
_I_l.TextColor3=Color3.new(0,0,0)_I_l.TextSize=25;_l__I_l.Name="Money"_l__I_l.Paren
t=II_l
_l__I_l.BackgroundColor3=Color3.new(1,1,1)_l__I_l.BackgroundTransparency=0.44999998
807907
_l__I_l.Position=UDim2.new(0.367170632,0,0.475285172,0)_l__I_l.Size=UDim2.new(0,122
,0,50)
_l__I_l.Font=Enum.Font.Garamond;_l__I_l.Text="CollectMoney"
_l__I_l.TextColor3=Color3.new(0,0,0)_l__I_l.TextSize=14
_l__I_l.MouseButton1Click:Connect(function()
local __I_l__I=game:GetService("Workspace")local
I_l__I=__I_l__I:WaitForChild("ObjectSelection")
for l_l__I,___I__I in
pairs(I_l__I:GetChildren())do
if ___I__I.Name=="CashRegister"then
if ___I__I:FindFirstChild("SmashCash")then
local _l__I__I=___I__I.SmashCash.SmashCash.Event;_l__I__I:FireServer()end end;if
___I__I.Name=="ATM"then
if ___I__I:FindFirstChild("ATM")then
local _l__I__I=___I__I.ATM.ATM.Event;_l__I__I:FireServer()end end;if ___I__I.Name==
"Cash"then
if ___I__I:FindFirstChild("Cash")then
local _l__I__I=___I__I.Cash.Cash.Event;_l__I__I:FireServer()end end
if
___I__I.Name=="DiamondBox"then
if ___I__I:FindFirstChild("SmashCash")then
local _l__I__I=___I__I.SmashCash.SmashCash.Event;_l__I__I:FireServer()end end;if
___I__I.Name=="Safe"then
if ___I__I:FindFirstChild("SmashCash")then
local _l__I__I=___I__I.SmashCash.SmashCash.Event;_l__I__I:FireServer()end end
if
___I__I.Name=="SlotMachine"then
if ___I__I:FindFirstChild("SlotMachine")then
local _l__I__I=___I__I.SlotMachine.SlotMachine.Event;_l__I__I:FireServer()end end
end end)I_l_l.Name="Title2"I_l_l.Parent=__l_l
I_l_l.BackgroundColor3=Color3.new(1,1,1)I_l_l.BackgroundTransparency=1
I_l_l.Position=UDim2.new(0.387808025,0,0.178644761,0)I_l_l.Size=UDim2.new(0,153,0,5
0)
I_l_l.Font=Enum.Font.Gotham;I_l_l.Text="GUI"
I_l_l.TextColor3=Color3.new(0.364706,0.364706,0.364706)I_l_l.TextSize=75;l_l_l.Name
="Guis"l_l_l.Parent=__l_l
l_l_l.BackgroundColor3=Color3.new(0.133333,0.133333,0.133333)
l_l_l.Position=UDim2.new(0.0285343714,0,0.0533880889,0)l_l_l.Size=UDim2.new(0,204,0
,433)_lI_l.Name="MadFucker"
_lI_l.Parent=l_l_l
_lI_l.BackgroundColor3=Color3.new(0.403922,0.0862745,0.0862745)_lI_l.BackgroundTran
sparency=0.44999998807907
_lI_l.Position=UDim2.new(0.0931372568,0,0.180138573,0)_lI_l.Size=UDim2.new(0,166,0,
50)
_lI_l.Font=Enum.Font.Garamond;_lI_l.Text="MadFucker"_lI_l.TextColor3=Color3.new(0,0
,0)
_lI_l.TextSize=30
_lI_l.MouseButton1Click:Connect(function()
loadstring(game:HttpGet("https://pastebin.com/raw/kaKBQM8m"))
()end)__I__I_l.Name="GuiTitle"__I__I_l.Parent=l_l_l
__I__I_l.BackgroundColor3=Color3.new(1,1,1)__I__I_l.BackgroundTransparency=1
__I__I_l.Size=UDim2.new(0,200,0,50)__I__I_l.Font=Enum.Font.SourceSans;__I__I_l.Text
="Guis:"
__I__I_l.TextColor3=Color3.new(0,0,0)__I__I_l.TextSize=35;I__I_l.Name="RevizAdmin"I
__I_l.Parent=l_l_l
I__I_l.BackgroundColor3=Color3.new(0.403922,0.0862745,0.0862745)I__I_l.BackgroundTr
ansparency=0.44999998807907
I__I_l.Position=UDim2.new(0.0931372568,0,0.334872991,0)I__I_l.Size=UDim2.new(0,166,
0,50)
I__I_l.Font=Enum.Font.Garamond;I__I_l.Text="RevizAdmin"I__I_l.TextColor3=Color3.new
(0,0,0)
I__I_l.TextSize=30
I__I_l.MouseButton1Click:Connect(function()
loadstring(game:HttpGet("https://pastebin.com/raw/ibFPdiF7"))
()end)l__I_l.Name="OPFinality"l__I_l.Parent=l_l_l
l__I_l.BackgroundColor3=Color3.new(0.403922,0.0862745,0.0862745)l__I_l.BackgroundTr
ansparency=0.44999998807907
l__I_l.Position=UDim2.new(0.0931372568,0,0.484988481,0)l__I_l.Size=UDim2.new(0,166,
0,50)
l__I_l.Font=Enum.Font.Garamond;l__I_l.Text="OPFinality"l__I_l.TextColor3=Color3.new
(0,0,0)
l__I_l.TextSize=30
l__I_l.MouseButton1Click:Connect(function()
loadstring(game:HttpGet("https://pastebin.com/raw/9UtBscMx"))
()end)__II_l.Name="Nothing5"__II_l.Parent=l_l_l
__II_l.BackgroundColor3=Color3.new(0.403922,0.0862745,0.0862745)__II_l.BackgroundTr
ansparency=0.44999998807907
__II_l.Position=UDim2.new(0.0833333358,0,0.796766758,0)__II_l.Size=UDim2.new(0,166,
0,50)
__II_l.Font=Enum.Font.Garamond;__II_l.Text="Nothing Here. . ."
__II_l.TextColor3=Color3.new(0,0,0)__II_l.TextSize=28;II_l.Name="Scripts"II_l.Paren
t=__l_l
II_l.BackgroundColor3=Color3.new(0.133333,0.133333,0.133333)II_l.Position=UDim2.new
(0.367055774,0,0.402464062,0)
II_l.Size=UDim2.new(0,463,0,263)lI_l.Name="AutoArrest"lI_l.Parent=II_l
lI_l.BackgroundColor3=Color3.new(1,1,1)lI_l.BackgroundTransparency=0.44999998807907
lI_l.Position=UDim2.new(0.0345572345,0,0.212927759,0)lI_l.Size=UDim2.new(0,122,0,50
)
lI_l.Font=Enum.Font.Garamond;lI_l.Text="AutoArrest"lI_l.TextColor3=Color3.new(0,0,0
)
lI_l.TextSize=14
lI_l.MouseButton1Click:Connect(function()_G.run=true
while _G.run do
game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Back
pack.Handcuffs)
game.ReplicatedStorage.Event:FireServer("Equip",game.Players.LocalPlayer.Character,
game.Players.LocalPlayer.Character.Handcuffs.Handle)
for __I_l__I,I_l__I in pairs(game.Players:GetChildren())do
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=I_l__I.Character.Humanoi
dRootPart.CFrame;wait(0.25)
game.ReplicatedStorage.Event:FireServer("Arrest",I_l__I)wait()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,0)end;wai
t(0.25)game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,
-1000,0)
game.Players.LocalPlayer.Character:BreakJoints()wait(20)end
end)_ll_l.Name="Walkspeed"_ll_l.Parent=II_l
_ll_l.BackgroundColor3=Color3.new(1,1,1)_ll_l.BackgroundTransparency=0.449999988079
07
_ll_l.Position=UDim2.new(0.367170602,0,0.212927759,0)_ll_l.Size=UDim2.new(0,122,0,5
0)
_ll_l.Font=Enum.Font.Garamond;_ll_l.Text="Walkspeed"_ll_l.TextColor3=Color3.new(0,0
,0)
_ll_l.TextSize=14
_ll_l.MouseButton1Click:Connect(function()_G.Speed=true;local __I_l__I=255
local I_l__I=game:GetService('Players').LocalPlayer
local
l_l__I=I_l__I.Character:FindFirstChildWhichIsA('Humanoid')l_l__I.WalkSpeed=__I_l__I
l_l__I.Changed:Connect(function(___I__I)if
___I__I=='WalkSpeed'and _G.Speed then l_l__I.WalkSpeed=__I_l__I end
end)end)__Il_l.Name="DisableArrest"__Il_l.Parent=II_l
__Il_l.BackgroundColor3=Color3.new(1,1,1)__Il_l.BackgroundTransparency=0.4499999880
7907
__Il_l.Position=UDim2.new(0.0345572345,0,0.475285172,0)__Il_l.Size=UDim2.new(0,122,
0,50)
__Il_l.Font=Enum.Font.Garamond;__Il_l.Text="Disable Auto Arrest"
__Il_l.TextColor3=Color3.new(0,0,0)__Il_l.TextSize=14
__Il_l.MouseButton1Click:Connect(function()_G.run=false
end)ll_l.Parent=II_l;ll_l.BackgroundColor3=Color3.new(1,1,1)
ll_l.BackgroundTransparency=1;ll_l.Position=UDim2.new(0.261339098,0,0.0304182507,0)
ll_l.Size=UDim2.new(0,186,0,32)ll_l.Font=Enum.Font.SourceSans;ll_l.Text="Scripts:"
ll_l.TextColor3=Color3.new(0,0,0)ll_l.TextSize=40;____I.Name="Guns"____I.Parent=II_
l
____I.BackgroundColor3=Color3.new(1,1,1)____I.BackgroundTransparency=0.449999988079
07
____I.Position=UDim2.new(0.695464373,0,0.212927759,0)____I.Size=UDim2.new(0,122,0,5
0)
____I.Font=Enum.Font.Garamond;____I.Text="Get
Guns"____I.TextColor3=Color3.new(0,0,0)
____I.TextSize=14
____I.MouseButton1Click:Connect(function()
local __I_l__I=game.Workspace.ObjectSelection.Shotgun.Shotgun.Shotgun['Event']local
I_l__I={}__I_l__I:FireServer(unpack(I_l__I))
local l_l__I=game.Workspace.ObjectSelection.MP5.MP5.MP5['Event']local
___I__I={}l_l__I:FireServer(unpack(___I__I))
local _l__I__I=game.Workspace.ObjectSelection.Baton.Baton.Baton['Event']local
__I__I__I={}
_l__I__I:FireServer(unpack(__I__I__I))end)_l___I.Name="Credits"_l___I.Parent=__l_l
_l___I.BackgroundColor3=Color3.new(0.133333,0.133333,0.133333)
_l___I.Position=UDim2.new(0.700389087,0,0.034907598,0)_l___I.Size=UDim2.new(0,206,0
,137)
__I___I.Name="CreditTitle"__I___I.Parent=_l___I
__I___I.BackgroundColor3=Color3.new(1,1,1)__I___I.BackgroundTransparency=1
__I___I.Position=UDim2.new(0.242718458,0,0.0656934381,0)__I___I.Size=UDim2.new(0,10
6,0,28)
__I___I.Font=Enum.Font.SourceSans;__I___I.Text="Credits:"__I___I.TextColor3=Color3.
new(0,0,0)
__I___I.TextSize=35;I___I.Name="CreditGui"I___I.Parent=_l___I
I___I.BackgroundColor3=Color3.new(1,1,1)I___I.BackgroundTransparency=1
I___I.Position=UDim2.new(0.242718458,0,0.394160599,0)I___I.Size=UDim2.new(0,106,0,2
8)
I___I.Font=Enum.Font.SourceSans;I___I.Text="GUI:
BossGRT"I___I.TextColor3=Color3.new(0,0,0)
I___I.TextSize=35;l___I.Name="Web"l___I.Parent=_l___I
l___I.BackgroundColor3=Color3.new(1,1,1)l___I.BackgroundTransparency=1
l___I.Position=UDim2.new(0.242718458,0,0.598540187,0)l___I.Size=UDim2.new(0,106,0,2
8)
l___I.Font=Enum.Font.SourceSans;l___I.Text="On v3rmillion.net"
l___I.TextColor3=Color3.new(0,0,0)l___I.TextSize=30;__l__I.Name="Close"__l__I.Paren
t=__l_l
__l__I.BackgroundColor3=Color3.new(1,1,1)__l__I.Position=UDim2.new(0.916990936,0,0,
0)
__l__I.Size=UDim2.new(0,64,0,54)__l__I.Font=Enum.Font.GothamBold;__l__I.Text="X"
__l__I.TextColor3=Color3.new(1,0,0)__l__I.TextSize=45
__l__I.MouseButton1Click:Connect(function()__l_l.Visible=false
end)_l_l__I.Name="Open"_l_l__I.Parent=l__l
_l_l__I.BackgroundColor3=Color3.new(1,1,1)
_l_l__I.Position=UDim2.new(0.015717173,0,0.686990559,0)_l_l__I.Size=UDim2.new(0,200
,0,80)
_l_l__I.Style=Enum.ButtonStyle.RobloxRoundButton;_l_l__I.Font=Enum.Font.Fantasy;_l_
l__I.Text="Open"
_l_l__I.TextColor3=Color3.new(0,0,0)_l_l__I.TextSize=45
_l_l__I.MouseButton1Click:Connect(function()__l_l.Visible=true
end)Il_l.Name="Delete"Il_l.Parent=II_l
Il_l.BackgroundColor3=Color3.new(1,1,1)Il_l.BackgroundTransparency=0.44999998807907
Il_l.Position=UDim2.new(0.695464373,0,0.475285172,0)Il_l.Size=UDim2.new(0,122,0,50)
Il_l.Font=Enum.Font.Garamond;Il_l.Text="Delete
Tool"Il_l.TextColor3=Color3.new(0,0,0)
Il_l.TextSize=14
Il_l.MouseButton1Click:Connect(function()local __I_l__I=Instance.new("Tool")
__I_l__I.RequiresHandle=false;__I_l__I.Name="Delete"local
I_l__I=game.Players.LocalPlayer
__I_l__I.Parent=I_l__I:WaitForChild("Backpack")local l_l__I=I_l__I:GetMouse()local
___I__I=false
local _l__I__I=Instance.new("SelectionBox")_l__I__I.Color3=Color3.new(0,0.6,0.6,6)
_l__I__I.Parent=I_l__I.PlayerGui;local __I__I__I=I_l__I:GetMouse()
local I__I__I=Instance.new("SelectionBox")I__I__I.Color3=Color3.new(0,0.6,0.6,6)
I__I__I.Parent=I_l__I.PlayerGui;I__I__I.Name="derp"
__I__I__I.Move:connect(function()
if ___I__I then
local l__I__I=__I__I__I.Target
if not l__I__I then I__I__I.Adornee=nil else if l__I__I:IsA("BasePart")then
I__I__I.Adornee=l__I__I else I__I__I.Adornee=nil end end end end)
__I_l__I.Equipped:Connect(function()___I__I=true end)
__I_l__I.Unequipped:Connect(function()I__I__I.Adornee=nil;___I__I=false end)
__I_l__I.Activated:Connect(function()
if I__I__I.Adornee then
local l__I__I=Instance.new("Explosion")l__I__I.Parent=game.Workspace
l__I__I.Position=I__I__I.Adornee.Position;l__I__I.BlastPressure=0;local
_I__I=Instance.new("Sound")
_I__I.SoundId="http://www.roblox.com/asset/?
id=315775189"_I__I.Parent=game.Workspace;_I__I:Play()
I__I__I.Adornee:Destroy()I__I__I.Adornee=nil end end)end)

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