Pastebin
-- Gui to Lua
-- Version: 3.2
-- Instances:
local ThieflifeGui = Instance.new("ScreenGui")
local mainframe = Instance.new("Frame")
local TextLabel = Instance.new("TextLabel")
local TextLabel_2 = Instance.new("TextLabel")
local amusmentbutton = Instance.new("TextButton")
local jewbuttton = Instance.new("TextButton")
local grocerybutton = Instance.new("TextButton")
local Suburbsbutton = Instance.new("TextButton")
local cargobutton = Instance.new("TextButton")
local gasbutton = Instance.new("TextButton")
local boatbutton = Instance.new("TextButton")
local desertbutton = Instance.new("TextButton")
local hubbutton = Instance.new("TextButton")
local sellbutton = Instance.new("TextButton")
local jailbutton = Instance.new("TextButton")
local closebutton = Instance.new("TextButton")
local openbutton = Instance.new("TextButton")
--Properties:
ThieflifeGui.Name = "ThieflifeGui"
ThieflifeGui.Parent = game.CoreGui
ThieflifeGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
mainframe.Name = "mainframe"
mainframe.Parent = ThieflifeGui
mainframe.BackgroundColor3 = Color3.fromRGB(19, 76, 150)
mainframe.BorderColor3 = Color3.fromRGB(0, 0, 0)
mainframe.BorderSizePixel = 0
mainframe.Position = UDim2.new(0.312318742, 0, 0.0786240771, 0)
mainframe.Size = UDim2.new(0, 744, 0, 248)
TextLabel.Parent = mainframe
TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.BorderSizePixel = 0
TextLabel.Position = UDim2.new(0, 0, -0.0176322162, 0)
TextLabel.Size = UDim2.new(0, 744, 0, 57)
TextLabel.Font = Enum.Font.GothamBlack
TextLabel.Text = "THIEF LIFE Xz"
TextLabel.TextColor3 = Color3.fromRGB(236, 198, 159)
TextLabel.TextSize = 23.000
TextLabel_2.Parent = mainframe
TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_2.BackgroundTransparency = 1.000
TextLabel_2.Position = UDim2.new(0.766904116, 0, 0.945262611, 0)
TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
TextLabel_2.Font = Enum.Font.GothamBlack
TextLabel_2.Text = "Youtube: 44reelXz"
TextLabel_2.TextColor3 = Color3.fromRGB(179, 255, 0)
TextLabel_2.TextSize = 14.000
amusmentbutton.Name = "amusmentbutton"
amusmentbutton.Parent = mainframe
amusmentbutton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
amusmentbutton.BorderSizePixel = 0
amusmentbutton.Position = UDim2.new(0.682072818, 0, 0.253072441, 0)
amusmentbutton.Size = UDim2.new(0, 215, 0, 36)
amusmentbutton.Font = Enum.Font.GothamBlack
amusmentbutton.Text = "Amusment Park"
amusmentbutton.TextColor3 = Color3.fromRGB(236, 236, 22)
amusmentbutton.TextSize = 20.000
amusmentbutton.MouseButton1Down:connect(function()
local me = game.Players.LocalPlayer.Character
me.HumanoidRootPart.CFrame = CFrame.new(-2120,13,-475)----put cordinates in here
end)
jewbuttton.Name = "jewbuttton"
jewbuttton.Parent = mainframe
jewbuttton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
jewbuttton.BorderSizePixel = 0
jewbuttton.Position = UDim2.new(0.364868492, 0, 0.252583176, 0)
jewbuttton.Size = UDim2.new(0, 208, 0, 36)
jewbuttton.Font = Enum.Font.GothamBlack
jewbuttton.Text = "jewelry Store"
jewbuttton.TextColor3 = Color3.fromRGB(236, 236, 22)
jewbuttton.TextSize = 20.000
jewbuttton.MouseButton1Down:connect(function()
local me = game.Players.LocalPlayer.Character
me.HumanoidRootPart.CFrame = CFrame.new(-2226,13,1399)----put cordinates in here
end)
grocerybutton.Name = "grocerybutton"
grocerybutton.Parent = mainframe
grocerybutton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
grocerybutton.BorderSizePixel = 0
grocerybutton.Position = UDim2.new(0.054384619, 0, 0.252583176, 0)
grocerybutton.Size = UDim2.new(0, 200, 0, 36)
grocerybutton.Font = Enum.Font.GothamBlack
grocerybutton.Text = "Grocery Store"
grocerybutton.TextColor3 = Color3.fromRGB(236, 236, 22)
grocerybutton.TextSize = 20.000
grocerybutton.MouseButton1Down:connect(function()
local me = game.Players.LocalPlayer.Character
me.HumanoidRootPart.CFrame = CFrame.new(-2409,13,-1016)----put cordinates in here
end)
Suburbsbutton.Name = "Suburbsbutton"
Suburbsbutton.Parent = mainframe
Suburbsbutton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Suburbsbutton.BorderSizePixel = 0
Suburbsbutton.Position = UDim2.new(0.054384619, 0, 0.425970256, 0)
Suburbsbutton.Size = UDim2.new(0, 200, 0, 36)
Suburbsbutton.Font = Enum.Font.GothamBlack
Suburbsbutton.Text = "Suburbs"
Suburbsbutton.TextColor3 = Color3.fromRGB(236, 236, 22)
Suburbsbutton.TextSize = 20.000
Suburbsbutton.TextWrapped = true
Suburbsbutton.MouseButton1Down:connect(function()
local me = game.Players.LocalPlayer.Character
me.HumanoidRootPart.CFrame = CFrame.new(-1305,12,797)----put cordinates in here
end)
cargobutton.Name = "cargobutton"
cargobutton.Parent = mainframe
cargobutton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
cargobutton.BorderSizePixel = 0
cargobutton.Position = UDim2.new(0.054384619, 0, 0.599357367, 0)
cargobutton.Size = UDim2.new(0, 200, 0, 36)
cargobutton.Font = Enum.Font.GothamBlack
cargobutton.Text = "Cargo Dock"
cargobutton.TextColor3 = Color3.fromRGB(236, 236, 22)
cargobutton.TextSize = 20.000
cargobutton.MouseButton1Down:connect(function()
local me = game.Players.LocalPlayer.Character
me.HumanoidRootPart.CFrame = CFrame.new(-552,11,78)----put cordinates in here
end)
gasbutton.Name = "gasbutton"
gasbutton.Parent = mainframe
gasbutton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
gasbutton.BorderSizePixel = 0
gasbutton.Position = UDim2.new(0.364868492, 0, 0.425970256, 0)
gasbutton.Size = UDim2.new(0, 208, 0, 36)
gasbutton.Font = Enum.Font.GothamBlack
gasbutton.Text = "Gas Station"
gasbutton.TextColor3 = Color3.fromRGB(236, 236, 22)
gasbutton.TextSize = 20.000
gasbutton.MouseButton1Down:connect(function()
local me = game.Players.LocalPlayer.Character
me.HumanoidRootPart.CFrame = CFrame.new(-1808,13,352)----put cordinates in here
end)
boatbutton.Name = "boatbutton"
boatbutton.Parent = mainframe
boatbutton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
boatbutton.BorderSizePixel = 0
boatbutton.Position = UDim2.new(0.364868492, 0, 0.599357367, 0)
boatbutton.Size = UDim2.new(0, 208, 0, 36)
boatbutton.Font = Enum.Font.GothamBlack
boatbutton.Text = "Boat Club"
boatbutton.TextColor3 = Color3.fromRGB(236, 236, 22)
boatbutton.TextSize = 21.000
boatbutton.MouseButton1Down:connect(function()
local me = game.Players.LocalPlayer.Character
me.HumanoidRootPart.CFrame = CFrame.new(-865,13,687)----put cordinates in here
end)
desertbutton.Name = "desertbutton"
desertbutton.Parent = mainframe
desertbutton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
desertbutton.BorderSizePixel = 0
desertbutton.Position = UDim2.new(0.682072818, 0, 0.425970256, 0)
desertbutton.Size = UDim2.new(0, 215, 0, 36)
desertbutton.Font = Enum.Font.GothamBlack
desertbutton.Text = "Desert Base"
desertbutton.TextColor3 = Color3.fromRGB(236, 236, 22)
desertbutton.TextSize = 20.000
desertbutton.MouseButton1Down:connect(function()
local me = game.Players.LocalPlayer.Character
me.HumanoidRootPart.CFrame = CFrame.new(-561,4,-4130)----put cordinates in here
end)
hubbutton.Name = "hubbutton"
hubbutton.Parent = mainframe
hubbutton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
hubbutton.BorderSizePixel = 0
hubbutton.Position = UDim2.new(0.682072818, 0, 0.599357367, 0)
hubbutton.Size = UDim2.new(0, 215, 0, 36)
hubbutton.Font = Enum.Font.GothamBlack
hubbutton.Text = "Teleport hub"
hubbutton.TextColor3 = Color3.fromRGB(236, 236, 22)
hubbutton.TextSize = 20.000
hubbutton.MouseButton1Down:connect(function()
local me = game.Players.LocalPlayer.Character
me.HumanoidRootPart.CFrame = CFrame.new(-1333,12,-56)----put cordinates in here
end)
sellbutton.Name = "sellbutton"
sellbutton.Parent = mainframe
sellbutton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
sellbutton.BorderSizePixel = 0
sellbutton.Position = UDim2.new(0.0422878414, 0, 0.800970256, 0)
sellbutton.Size = UDim2.new(0, 339, 0, 43)
sellbutton.Font = Enum.Font.GothamBlack
sellbutton.Text = "Sell all"
sellbutton.TextColor3 = Color3.fromRGB(236, 236, 22)
sellbutton.TextScaled = true
sellbutton.TextSize = 31.000
sellbutton.TextWrapped = true
sellbutton.MouseButton1Down:connect(function()
local args = {
[1] = -1,
}
game:GetService("ReplicatedStorage").Events.Shop.RequestSellAll:FireServer(unpack(args))
end)
jailbutton.Name = "jailbutton"
jailbutton.Parent = mainframe
jailbutton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
jailbutton.BorderSizePixel = 0
jailbutton.Position = UDim2.new(0.519438386, 0, 0.800970256, 0)
jailbutton.Size = UDim2.new(0, 336, 0, 43)
jailbutton.Font = Enum.Font.GothamBlack
jailbutton.Text = "Leave Jail"
jailbutton.TextColor3 = Color3.fromRGB(236, 236, 22)
jailbutton.TextSize = 35.000
jailbutton.MouseButton1Down:connect(function()
game:GetService("ReplicatedStorage").Events.Busted.RequestGetOutOfJail:FireServer()
end)
closebutton.Name = "closebutton"
closebutton.Parent = mainframe
closebutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
closebutton.BackgroundTransparency = 1.000
closebutton.Position = UDim2.new(0.829301059, 0, -0.0201612897, 0)
closebutton.Size = UDim2.new(0, 200, 0, 50)
closebutton.Font = Enum.Font.GothamBlack
closebutton.Text = "X"
closebutton.TextColor3 = Color3.fromRGB(255, 0, 0)
closebutton.TextSize = 31.000
closebutton.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
closebutton.TextWrapped = true
closebutton.MouseButton1Down:connect(function()
openbutton.Visible = true
mainframe.Visible = false
end)
openbutton.Name = "openbutton"
openbutton.Parent = ThieflifeGui
openbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
openbutton.Position = UDim2.new(-2.88555011e-08, 0, 0.761670709, 0)
openbutton.Size = UDim2.new(0, 77, 0, 25)
openbutton.Font = Enum.Font.GothamBlack
openbutton.Text = "Open"
openbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
openbutton.TextSize = 17.000
openbutton.MouseButton1Down:connect(function()
mainframe.Visible = true
openbutton.Visible = false
end)
-- Scripts:
local function VPVN_fake_script() -- TextLabel.LocalScript
local script = Instance.new('LocalScript', TextLabel)
function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
counter = 0
while wait(0.1)do
script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
counter = counter + 0.01
end
end
coroutine.wrap(VPVN_fake_script)()
local function JMKA_fake_script() -- mainframe.LocalScript
local script = Instance.new('LocalScript', mainframe)
function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
counter = 0
while wait(0.1)do
script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
counter = counter + 0.01
end
end
coroutine.wrap(JMKA_fake_script)()
local function MOEQB_fake_script() -- mainframe.LocalScript
local script = Instance.new('LocalScript', mainframe)
script.parent.Selectable = true
script.Parent.Active = true
script.parent.Draggable = true
end
coroutine.wrap(MOEQB_fake_script)()
local function UQBNL_fake_script() -- openbutton.LocalScript
local script = Instance.new('LocalScript', openbutton)
function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
counter = 0
while wait(0.1)do
script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
counter = counter + 0.01
end
end
coroutine.wrap(UQBNL_fake_script)()
Select all text above, copy it, then paste into your executor.