Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --idc if you like gui to lua converter or not, it makes my life easier.
- --[[
- toggle = true;
- if toggle then
- workspace.Jewelrys.Jewelry.Lasers:Destroy();
- workspace.Jewelrys.Jewelry.FloorLasers:Destroy();
- workspace.Jewelrys.Jewelry.FakeDoor:Destroy();
- workspace.Jewelrys.Jewelry.Cameras:Destroy();
- workspace.Banks.Bank.Lasers:Destroy();
- workspace.Banks.Bank.Door:Destroy();
- workspace.Banks.Bank.SideDoor:Destroy();
- workspace.Banks.Bank.InsideDoor:Destroy();
- workspace.Banks.Bank.FrontDoor:Destroy();
- workspace.Doors:Destroy();
- end--]]
- repeat wait() until game.Players.LocalPlayer and game.Players.LocalPlayer.Character
- changelog = [[
- QUOTE: "Mr X is still a faggot."
- [*] Only supporting jailbreak...
- (for now at-least)
- [+] Added teleportation functions.
- [+] Cars you can tp to:
- Lambo;
- Buggati;
- Camaro;
- Motorcycle;
- ]]
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local GuiLabel = Instance.new("TextLabel")
- local GlobalFrame = Instance.new("Frame")
- local HomeContainer = Instance.new("Frame")
- local HomeFrame = Instance.new("Frame")
- local TextLogLabel = Instance.new("TextLabel")
- local ChangelogLabel = Instance.new("TextLabel")
- local TeleContainer = Instance.new("Frame")
- local BankTeleOut = Instance.new("TextButton")
- local BankTeleIn = Instance.new("TextButton")
- local JewelryTeleOut = Instance.new("TextButton")
- local JewelryTeleTop = Instance.new("TextButton")
- local JewelryTeleIn = Instance.new("TextButton")
- local CrimTele1 = Instance.new("TextButton")
- local PoliceTele2 = Instance.new("TextButton")
- local CrimTele2 = Instance.new("TextButton")
- local PoliceTelePrison = Instance.new("TextButton")
- local PersonTele = Instance.new("TextButton")
- local PersonTeleInput = Instance.new("TextBox")
- local MoneyLabel = Instance.new("TextLabel")
- local HealthLabel = Instance.new("TextLabel")
- local TabFrame = Instance.new("Frame")
- local TabTeleButton = Instance.new("TextButton")
- local TabExploitsButton = Instance.new("TextButton")
- local ClassyImage = Instance.new("ImageLabel")
- local CredtLabel = Instance.new("TextLabel")
- local MinimizeButton = Instance.new("TextButton")
- local ExploitsContainer = Instance.new("Frame")
- local TabDebugButton = Instance.new("TextButton")
- local DebugContainer = Instance.new("Frame")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local VehicleTeleInput = Instance.new("TextBox")
- local VehicleTele = Instance.new("TextButton")
- _cur = GlobalFrame
- containers = {TeleContainer, ExploitsContainer, DebugContainer}
- vers = "Classy's Hub | Luck is not real | "
- p = game.Players.LocalPlayer
- c = p.Character
- root = c.HumanoidRootPart
- -- Properties
- ScreenGui.Parent = game.CoreGui
- GuiLabel.Name = "GuiLabel"
- GuiLabel.Parent = ScreenGui
- GuiLabel.Active = true
- GuiLabel.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- GuiLabel.BorderSizePixel = 0
- GuiLabel.Draggable = true
- GuiLabel.Position = UDim2.new(0, 300, 0, 200)
- GuiLabel.Size = UDim2.new(0, 450, 0, 25)
- GuiLabel.ZIndex = 2
- GuiLabel.Font = Enum.Font.Bodoni
- GuiLabel.FontSize = Enum.FontSize.Size24
- GuiLabel.Text = vers
- GuiLabel.TextColor3 = Color3.new(1, 1, 1)
- GuiLabel.TextSize = 22
- GuiLabel.TextXAlignment = Enum.TextXAlignment.Left
- --[[
- =-=-=-=-=-=-=-=SEPERATOR=-=-=-=-=-=-=-=
- --]]
- GlobalFrame.Name = "GlobalFrame"
- GlobalFrame.Parent = GuiLabel
- GlobalFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- GlobalFrame.BorderSizePixel = 0
- GlobalFrame.Position = UDim2.new(0, 120, 0, 25)
- GlobalFrame.Size = UDim2.new(0, 330, 0, 250)
- GlobalFrame.ZIndex = 2
- --[[
- =-=-=-=-=-=-=-=SEPERATOR=-=-=-=-=-=-=-=
- --]]
- HomeContainer.Name = "HomeContainer"
- HomeContainer.Parent = GuiLabel
- HomeContainer.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- HomeContainer.BackgroundTransparency = 1
- HomeContainer.BorderSizePixel = 0
- HomeContainer.Position = UDim2.new(0, 120, 0, 25)
- HomeContainer.Size = UDim2.new(0, 330, 0, 250)
- HomeContainer.Visible = true
- HomeContainer.ZIndex = 2
- HomeFrame.Name = "HomeFrame"
- HomeFrame.Parent = HomeContainer
- HomeFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- HomeFrame.BackgroundTransparency = 0.5
- HomeFrame.BorderSizePixel = 0
- HomeFrame.Position = UDim2.new(0, 20, 0, 50)
- HomeFrame.Size = UDim2.new(0, 290, 0, 180)
- HomeFrame.ZIndex = 4
- TextLogLabel.Name = "TextLogLabel"
- TextLogLabel.Parent = HomeFrame
- TextLogLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLogLabel.BackgroundTransparency = 1
- TextLogLabel.BorderSizePixel = 0
- TextLogLabel.Size = UDim2.new(0, 290, 0, 180)
- TextLogLabel.ZIndex = 5
- TextLogLabel.Font = Enum.Font.Code
- TextLogLabel.FontSize = Enum.FontSize.Size14
- TextLogLabel.Text = changelog
- TextLogLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLogLabel.TextSize = 14
- TextLogLabel.TextXAlignment = Enum.TextXAlignment.Left
- TextLogLabel.TextYAlignment = Enum.TextYAlignment.Top
- ChangelogLabel.Name = "ChangelogLabel"
- ChangelogLabel.Parent = HomeContainer
- ChangelogLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- ChangelogLabel.BackgroundTransparency = 0.5
- ChangelogLabel.BorderSizePixel = 0
- ChangelogLabel.Position = UDim2.new(0, 20, 0, 10)
- ChangelogLabel.Size = UDim2.new(0, 290, 0, 30)
- ChangelogLabel.ZIndex = 4
- ChangelogLabel.Font = Enum.Font.SourceSans
- ChangelogLabel.FontSize = Enum.FontSize.Size14
- ChangelogLabel.Text = "Changelog:"
- ChangelogLabel.TextColor3 = Color3.new(1, 1, 1)
- ChangelogLabel.TextScaled = true
- ChangelogLabel.TextSize = 14
- ChangelogLabel.TextWrapped = true
- --[[
- =-=-=-=-=-=-=-=SEPERATOR=-=-=-=-=-=-=-=
- --]]
- TeleContainer.Name = "TeleContainer"
- TeleContainer.Parent = GuiLabel
- TeleContainer.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- TeleContainer.BackgroundTransparency = 1
- TeleContainer.BorderSizePixel = 0
- TeleContainer.Position = UDim2.new(0, 120, 0, 25)
- TeleContainer.Size = UDim2.new(0, 330, 0, 250)
- TeleContainer.Visible = false
- TeleContainer.ZIndex = 2
- BankTeleOut.Name = "BankTeleOut"
- BankTeleOut.Parent = TeleContainer
- BankTeleOut.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- BankTeleOut.BorderSizePixel = 0
- BankTeleOut.Position = UDim2.new(0, 10, 0, 10)
- BankTeleOut.Size = UDim2.new(0, 150, 0, 20)
- BankTeleOut.ZIndex = 3
- BankTeleOut.Font = Enum.Font.SourceSans
- BankTeleOut.FontSize = Enum.FontSize.Size14
- BankTeleOut.Text = "BANK OUTSIDE"
- BankTeleOut.TextColor3 = Color3.new(1, 1, 1)
- BankTeleOut.TextSize = 14
- BankTeleOut.MouseButton1Click:connect(function()
- TeleBankOuter()
- end)
- BankTeleIn.Name = "BankTeleIn"
- BankTeleIn.Parent = TeleContainer
- BankTeleIn.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- BankTeleIn.BorderSizePixel = 0
- BankTeleIn.Position = UDim2.new(0, 170, 0, 10)
- BankTeleIn.Size = UDim2.new(0, 150, 0, 20)
- BankTeleIn.ZIndex = 3
- BankTeleIn.Font = Enum.Font.SourceSans
- BankTeleIn.FontSize = Enum.FontSize.Size14
- BankTeleIn.Text = "BANK INSIDE"
- BankTeleIn.TextColor3 = Color3.new(1, 1, 1)
- BankTeleIn.TextSize = 14
- BankTeleIn.MouseButton1Click:connect(function()
- TeleBankInner()
- end)
- JewelryTeleOut.Name = "JewelryTeleOut"
- JewelryTeleOut.Parent = TeleContainer
- JewelryTeleOut.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- JewelryTeleOut.BorderSizePixel = 0
- JewelryTeleOut.Position = UDim2.new(0, 10, 0, 40)
- JewelryTeleOut.Size = UDim2.new(0, 100, 0, 20)
- JewelryTeleOut.ZIndex = 3
- JewelryTeleOut.Font = Enum.Font.SourceSans
- JewelryTeleOut.FontSize = Enum.FontSize.Size14
- JewelryTeleOut.Text = "JEWELRY OUTSIDE"
- JewelryTeleOut.TextColor3 = Color3.new(1, 1, 1)
- JewelryTeleOut.TextSize = 14
- JewelryTeleOut.MouseButton1Click:connect(function()
- TeleJewlOuter()
- end)
- JewelryTeleTop.Name = "JewelryTeleTop"
- JewelryTeleTop.Parent = TeleContainer
- JewelryTeleTop.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- JewelryTeleTop.BorderSizePixel = 0
- JewelryTeleTop.Position = UDim2.new(0, 115, 0, 40)
- JewelryTeleTop.Size = UDim2.new(0, 100, 0, 20)
- JewelryTeleTop.ZIndex = 3
- JewelryTeleTop.Font = Enum.Font.SourceSans
- JewelryTeleTop.FontSize = Enum.FontSize.Size14
- JewelryTeleTop.Text = "JEWELRY TOP"
- JewelryTeleTop.TextColor3 = Color3.new(1, 1, 1)
- JewelryTeleTop.TextSize = 14
- JewelryTeleTop.MouseButton1Click:connect(function()
- TeleJewlTop()
- end)
- JewelryTeleIn.Name = "JewelryTeleIn"
- JewelryTeleIn.Parent = TeleContainer
- JewelryTeleIn.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- JewelryTeleIn.BorderSizePixel = 0
- JewelryTeleIn.Position = UDim2.new(0, 220, 0, 40)
- JewelryTeleIn.Size = UDim2.new(0, 100, 0, 20)
- JewelryTeleIn.ZIndex = 3
- JewelryTeleIn.Font = Enum.Font.SourceSans
- JewelryTeleIn.FontSize = Enum.FontSize.Size14
- JewelryTeleIn.Text = "JEWELRY INSIDE"
- JewelryTeleIn.TextColor3 = Color3.new(1, 1, 1)
- JewelryTeleIn.TextSize = 14
- JewelryTeleIn.MouseButton1Click:connect(function()
- TeleJewlInner()
- end)
- CrimTele1.Name = "CrimTele1"
- CrimTele1.Parent = TeleContainer
- CrimTele1.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- CrimTele1.BorderSizePixel = 0
- CrimTele1.Position = UDim2.new(0, 10, 0, 70)
- CrimTele1.Size = UDim2.new(0, 150, 0, 20)
- CrimTele1.ZIndex = 3
- CrimTele1.Font = Enum.Font.SourceSans
- CrimTele1.FontSize = Enum.FontSize.Size14
- CrimTele1.Text = "CRIM BASE 1"
- CrimTele1.TextColor3 = Color3.new(1, 1, 1)
- CrimTele1.TextSize = 14
- CrimTele1.MouseButton1Click:connect(function()
- TeleCrimBase1()
- end)
- PoliceTele2.Name = "PoliceTele2"
- PoliceTele2.Parent = TeleContainer
- PoliceTele2.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- PoliceTele2.BorderSizePixel = 0
- PoliceTele2.Position = UDim2.new(0, 170, 0, 100)
- PoliceTele2.Size = UDim2.new(0, 150, 0, 20)
- PoliceTele2.ZIndex = 3
- PoliceTele2.Font = Enum.Font.SourceSans
- PoliceTele2.FontSize = Enum.FontSize.Size14
- PoliceTele2.Text = "POLICE STATION 2"
- PoliceTele2.TextColor3 = Color3.new(1, 1, 1)
- PoliceTele2.TextSize = 14
- PoliceTele2.MouseButton1Click:connect(function()
- TelePolice2()
- end)
- CrimTele2.Name = "CrimTele2"
- CrimTele2.Parent = TeleContainer
- CrimTele2.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- CrimTele2.BorderSizePixel = 0
- CrimTele2.Position = UDim2.new(0, 170, 0, 70)
- CrimTele2.Size = UDim2.new(0, 150, 0, 20)
- CrimTele2.ZIndex = 3
- CrimTele2.Font = Enum.Font.SourceSans
- CrimTele2.FontSize = Enum.FontSize.Size14
- CrimTele2.Text = "CRIM BASE 2"
- CrimTele2.TextColor3 = Color3.new(1, 1, 1)
- CrimTele2.TextSize = 14
- CrimTele2.MouseButton1Click:connect(function()
- TeleCrimBase2()
- end)
- PoliceTelePrison.Name = "PoliceTelePrison"
- PoliceTelePrison.Parent = TeleContainer
- PoliceTelePrison.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- PoliceTelePrison.BorderSizePixel = 0
- PoliceTelePrison.Position = UDim2.new(0, 10, 0, 100)
- PoliceTelePrison.Size = UDim2.new(0, 150, 0, 20)
- PoliceTelePrison.ZIndex = 3
- PoliceTelePrison.Font = Enum.Font.SourceSans
- PoliceTelePrison.FontSize = Enum.FontSize.Size14
- PoliceTelePrison.Text = "POLICE STATION PRISON"
- PoliceTelePrison.TextColor3 = Color3.new(1, 1, 1)
- PoliceTelePrison.TextSize = 14
- PoliceTelePrison.MouseButton1Click:connect(function()
- TelePolicePrison()
- end)
- PersonTele.Name = "PersonTele"
- PersonTele.Parent = TeleContainer
- PersonTele.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- PersonTele.BorderSizePixel = 0
- PersonTele.Position = UDim2.new(0, 10, 0, 130)
- PersonTele.Size = UDim2.new(0, 150, 0, 30)
- PersonTele.ZIndex = 3
- PersonTele.Font = Enum.Font.SourceSans
- PersonTele.FontSize = Enum.FontSize.Size14
- PersonTele.Text = "TELE TO PERSON"
- PersonTele.TextColor3 = Color3.new(1, 1, 1)
- PersonTele.TextSize = 14
- PersonTele.MouseButton1Click:connect(function()
- TeleToPerson(PersonTeleInput.Text)
- end)
- PersonTeleInput.Name = "PersonTeleInput"
- PersonTeleInput.Parent = TeleContainer
- PersonTeleInput.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- PersonTeleInput.BackgroundTransparency = 0.44999998807907
- PersonTeleInput.BorderSizePixel = 0
- PersonTeleInput.Position = UDim2.new(0, 170, 0, 130)
- PersonTeleInput.Size = UDim2.new(0, 150, 0, 30)
- PersonTeleInput.ZIndex = 3
- PersonTeleInput.Font = Enum.Font.SourceSans
- PersonTeleInput.FontSize = Enum.FontSize.Size14
- PersonTeleInput.Text = "Name [shortened-supported]"
- PersonTeleInput.TextColor3 = Color3.new(1, 1, 1)
- PersonTeleInput.TextSize = 14
- PersonTeleInput.TextWrapped = true
- VehicleTeleInput.Name = "VehicleTeleInput"
- VehicleTeleInput.Parent = TeleContainer
- VehicleTeleInput.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- VehicleTeleInput.BackgroundTransparency = 0.44999998807907
- VehicleTeleInput.BorderSizePixel = 0
- VehicleTeleInput.Position = UDim2.new(0, 170, 0, 170)
- VehicleTeleInput.Size = UDim2.new(0, 150, 0, 30)
- VehicleTeleInput.ZIndex = 3
- VehicleTeleInput.Font = Enum.Font.SourceSans
- VehicleTeleInput.FontSize = Enum.FontSize.Size14
- VehicleTeleInput.Text = "Vehicle [shortened-supported]"
- VehicleTeleInput.TextColor3 = Color3.new(1, 1, 1)
- VehicleTeleInput.TextSize = 14
- VehicleTeleInput.TextWrapped = true
- VehicleTele.Name = "VehicleTele"
- VehicleTele.Parent = TeleContainer
- VehicleTele.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- VehicleTele.BorderSizePixel = 0
- VehicleTele.Position = UDim2.new(0, 10, 0, 170)
- VehicleTele.Size = UDim2.new(0, 150, 0, 30)
- VehicleTele.ZIndex = 3
- VehicleTele.Font = Enum.Font.SourceSans
- VehicleTele.FontSize = Enum.FontSize.Size14
- VehicleTele.Text = "TELE TO VEHICLE"
- VehicleTele.TextColor3 = Color3.new(1, 1, 1)
- VehicleTele.TextSize = 14
- VehicleTele.MouseButton1Click:connect(function()
- TeleToVehicle(VehicleTeleInput.Text)
- end)
- MoneyLabel.Name = "MoneyLabel"
- MoneyLabel.Parent = TeleContainer
- MoneyLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- MoneyLabel.BackgroundTransparency = 1
- MoneyLabel.BorderSizePixel = 0
- MoneyLabel.Position = UDim2.new(0, 10, 0, 200)
- MoneyLabel.Size = UDim2.new(0, 310, 0, 20)
- MoneyLabel.ZIndex = 3
- MoneyLabel.Font = Enum.Font.Code
- MoneyLabel.FontSize = Enum.FontSize.Size14
- MoneyLabel.Text = "Money: "..p.leaderstats.Money.Value
- MoneyLabel.TextColor3 = Color3.new(1, 1, 1)
- MoneyLabel.TextSize = 14
- MoneyLabel.TextXAlignment = Enum.TextXAlignment.Left
- HealthLabel.Name = "HealthLabel"
- HealthLabel.Parent = TeleContainer
- HealthLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- HealthLabel.BackgroundTransparency = 1
- HealthLabel.BorderSizePixel = 0
- HealthLabel.Position = UDim2.new(0, 10, 0, 220)
- HealthLabel.Size = UDim2.new(0, 310, 0, 20)
- HealthLabel.ZIndex = 3
- HealthLabel.Font = Enum.Font.Code
- HealthLabel.FontSize = Enum.FontSize.Size14
- HealthLabel.Text = "Health: "..c.Humanoid.Health
- HealthLabel.TextColor3 = Color3.new(1, 1, 1)
- HealthLabel.TextSize = 14
- HealthLabel.TextXAlignment = Enum.TextXAlignment.Left
- --[[
- =-=-=-=-=-=-=-=SEPERATOR=-=-=-=-=-=-=-=
- --]]
- TabFrame.Name = "TabFrame"
- TabFrame.Parent = GuiLabel
- TabFrame.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
- TabFrame.BorderSizePixel = 0
- TabFrame.Position = UDim2.new(0, 0, 0, 25)
- TabFrame.Size = UDim2.new(0, 120, 0, 250)
- TabFrame.ZIndex = 2
- TabTeleButton.Name = "TabTeleButton"
- TabTeleButton.Parent = TabFrame
- TabTeleButton.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- TabTeleButton.BorderSizePixel = 0
- TabTeleButton.Size = UDim2.new(0, 120, 0, 20)
- TabTeleButton.ZIndex = 3
- TabTeleButton.Font = Enum.Font.SciFi
- TabTeleButton.FontSize = Enum.FontSize.Size18
- TabTeleButton.Text = "INFO / TELEPORT"
- TabTeleButton.TextColor3 = Color3.new(1, 1, 1)
- TabTeleButton.TextSize = 16
- TabTeleButton.MouseButton1Click:connect(function()
- ChangeTab(TeleContainer)
- end)
- TabExploitsButton.Name = "TabExploitsButton"
- TabExploitsButton.Parent = TabFrame
- TabExploitsButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- TabExploitsButton.BorderSizePixel = 0
- TabExploitsButton.Position = UDim2.new(0, 0, 0, 20)
- TabExploitsButton.Size = UDim2.new(0, 120, 0, 20)
- TabExploitsButton.ZIndex = 3
- TabExploitsButton.Font = Enum.Font.SciFi
- TabExploitsButton.FontSize = Enum.FontSize.Size18
- TabExploitsButton.Text = "EXPLOITS"
- TabExploitsButton.TextColor3 = Color3.new(1, 1, 1)
- TabExploitsButton.TextSize = 16
- TabExploitsButton.MouseButton1Click:connect(function()
- ChangeTab(ExploitsContainer)
- end)
- TabDebugButton.Name = "TabDebugButton"
- TabDebugButton.Parent = TabFrame
- TabDebugButton.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- TabDebugButton.BorderSizePixel = 0
- TabDebugButton.Position = UDim2.new(0, 0, 0, 40)
- TabDebugButton.Size = UDim2.new(0, 120, 0, 20)
- TabDebugButton.ZIndex = 3
- TabDebugButton.Font = Enum.Font.SciFi
- TabDebugButton.FontSize = Enum.FontSize.Size18
- TabDebugButton.Text = "DEBUG / CONSOLE"
- TabDebugButton.TextColor3 = Color3.new(1, 1, 1)
- TabDebugButton.TextSize = 16
- TabDebugButton.MouseButton1Click:connect(function()
- ChangeTab(DebugContainer)
- end)
- --[[
- =-=-=-=-=-=-=-=SEPERATOR=-=-=-=-=-=-=-=
- --]]
- ClassyImage.Name = "ClassyImage"
- ClassyImage.Parent = TabFrame
- ClassyImage.BackgroundColor3 = Color3.new(1, 1, 1)
- ClassyImage.BorderColor3 = Color3.new(1, 1, 1)
- ClassyImage.Position = UDim2.new(0, 10, 0, 140)
- ClassyImage.Size = UDim2.new(0, 100, 0, 100)
- ClassyImage.ZIndex = 3
- ClassyImage.Image = "rbxassetid://682770404"
- CredtLabel.Name = "CredtLabel"
- CredtLabel.Parent = ClassyImage
- CredtLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- CredtLabel.BackgroundTransparency = 1
- CredtLabel.BorderSizePixel = 0
- CredtLabel.Position = UDim2.new(0, 0, 0, -20)
- CredtLabel.Size = UDim2.new(0, 100, 0, 20)
- CredtLabel.ZIndex = 4
- CredtLabel.Font = Enum.Font.SourceSans
- CredtLabel.FontSize = Enum.FontSize.Size14
- CredtLabel.Text = "By Classy :3"
- CredtLabel.TextColor3 = Color3.new(1, 1, 1)
- CredtLabel.TextSize = 14
- MinimizeButton.Name = "MinimizeButton"
- MinimizeButton.Parent = GuiLabel
- MinimizeButton.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- MinimizeButton.BorderSizePixel = 0
- MinimizeButton.Position = UDim2.new(0, 425, 0, 0)
- MinimizeButton.Size = UDim2.new(0, 25, 0, 25)
- MinimizeButton.ZIndex = 2
- MinimizeButton.Font = Enum.Font.SourceSans
- MinimizeButton.FontSize = Enum.FontSize.Size14
- MinimizeButton.Text = "--"
- MinimizeButton.TextColor3 = Color3.new(1, 1, 1)
- MinimizeButton.TextSize = 14
- MinimizeButton.MouseButton1Click:connect(function()
- Minimize()
- end)
- --[[
- =-=-=-=-=-=-=-=SEPERATOR=-=-=-=-=-=-=-=
- --]]
- ExploitsContainer.Name = "ExploitsContainer"
- ExploitsContainer.Parent = GuiLabel
- ExploitsContainer.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- ExploitsContainer.BackgroundTransparency = 1
- ExploitsContainer.BorderSizePixel = 0
- ExploitsContainer.Position = UDim2.new(0, 120, 0, 25)
- ExploitsContainer.Size = UDim2.new(0, 330, 0, 250)
- ExploitsContainer.Visible = false
- ExploitsContainer.ZIndex = 2
- --[[
- =-=-=-=-=-=-=-=SEPERATOR=-=-=-=-=-=-=-=
- --]]
- DebugContainer.Name = "DebugContainer"
- DebugContainer.Parent = GuiLabel
- DebugContainer.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- DebugContainer.BackgroundTransparency = 1
- DebugContainer.BorderSizePixel = 0
- DebugContainer.Position = UDim2.new(0, 120, 0, 25)
- DebugContainer.Size = UDim2.new(0, 330, 0, 250)
- DebugContainer.Visible = false
- DebugContainer.ZIndex = 2
- ScrollingFrame.Parent = DebugContainer
- ScrollingFrame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- ScrollingFrame.BorderSizePixel = 0
- ScrollingFrame.Position = UDim2.new(0, 10, 0, 10)
- ScrollingFrame.Size = UDim2.new(0, 310, 0, 230)
- ScrollingFrame.ZIndex = 3
- ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
- ScrollingFrame.ScrollBarThickness = 6
- --[[
- =-=-=-=-=-=-=-=SEPERATOR=-=-=-=-=-=-=-=
- --]]
- function FindFirstPlayer(player) --not sure when i wrote this func or if i did
- for i, v in pairs(game.Players:GetPlayers()) do
- if v.Name:lower() == player:lower() or v.Name:lower():find(player:lower()) then
- return v
- end
- end
- end
- vehicles = {"Camaro","Buggati","Lamborghini","Motorcycle","Motorbike"}
- function FindVehicle(str) --based off above func but rewritten kinda sorta not rly
- for i, v in pairs(vehicles) do
- if string.lower(str) == string.lower(v) or string.find(string.lower(v), string.lower(str)) then
- return v
- end
- end
- end
- function Minimize()
- HomeContainer.Visible = false
- if GlobalFrame.Size == UDim2.new(0, 330, 0, 250) then
- MinimizeButton.Text = "+"
- for i, v in pairs(containers) do
- v.Visible = false
- end
- for i, v in pairs(TabFrame:GetChildren()) do
- v.Visible = false
- end
- GlobalFrame:TweenSize(UDim2.new(0, 330, 0, 0), "Out", "Quad", 1)
- TabFrame:TweenSize(UDim2.new(0, 120, 0, 0), "Out", "Quad", 1)
- elseif GlobalFrame.Size == UDim2.new(0, 330, 0, 0) then
- MinimizeButton.Text = "--"
- GlobalFrame:TweenSize(UDim2.new(0, 330, 0, 250), "In", "Quad", 1)
- TabFrame:TweenSize(UDim2.new(0, 120, 0, 250), "In", "Quad", 1)
- wait(1)
- _cur.Visible = true
- for i, v in pairs(TabFrame:GetChildren()) do
- v.Visible = true
- end
- end
- end
- function ChangeTab(tabObj)
- HomeContainer.Visible = false
- for i, v in pairs(containers) do
- v.Visible = false
- end
- tabObj.Visible = true
- _cur = tabObj
- GuiLabel.Text = vers..tabObj.Name
- end
- counter = 0
- function Debug(str)
- local label = Instance.new("TextLabel",ScrollingFrame)
- label.BackgroundColor3 = Color3.new(1,1,1)
- label.BackgroundTransparency = 0.5
- label.BorderSizePixel = 0
- label.Size = UDim2.new(0,310,0,20)
- label.Position = UDim2.new(0,0,0,counter)
- label.Text = str
- label.TextColor3 = Color3.new(1,1,1)
- label.Font = "Code"
- label.ZIndex = 4
- label.TextScaled = true
- counter = counter + 20
- ScrollingFrame.CanvasSize = UDim2.new(0,0,0,counter)
- end
- function Tele(x,y,z)
- root.CFrame = CFrame.new(Vector3.new(x,y,z))
- end
- function TeleJewlTop()
- Tele(132.58,90.94,1294.52)
- Debug("TP'd to JewlTop")
- end
- function TeleBankOuter()
- Tele(19.78,17.9,781.66)
- Debug("TP'd to BankOuter")
- end
- function TeleBankInner()
- Tele(49.76,18.06,857.27)
- Debug("TP'd to BankInner")
- end
- function TelePolicePrison()
- Tele(-1144.74,17.95,-1585.15)
- Debug("TP'd to PolicePrison")
- end
- function TelePolice2()
- Tele(734.54,38.15,1111.78)
- Debug("TP'd to Police2")
- end
- function TeleCrimBase1()
- Tele(1580.5,49.78,-1756.3)
- Debug("TP'd to CrimBase1")
- end
- function TeleCrimBase2()
- Tele(-228.69,17.6,1594.24)
- Debug("TP'd to CrimBase2")
- end
- function TeleJewlOuter()
- Tele(100.845,17.306,1272.466)
- Debug("TP'd to JewlOuter")
- end
- function TeleJewlInner()
- Tele(123.5,17.95,1318.1)
- Debug("TP'd to JewlInner")
- end
- function TeleToPerson(str)
- local plr = FindFirstPlayer(str)
- if plr and plr.Character and plr.Character.HumanoidRootPart then
- Debug(plr.Name.." exists")
- root.CFrame = plr.Character.HumanoidRootPart.CFrame
- Debug("TP'd to "..plr.Name)
- else
- Debug(str.." does not exist")
- end
- end
- function TeleToVehicle(str)
- local vehicle = FindVehicle(str)
- if vehicle then
- Debug(str.." found")
- if vehicle == "Camaro" then
- Tele(-954.25,18.57,-1452.34)
- elseif vehicle == "Buggati" then
- Tele(247.5,17.6,1364.7)
- elseif vehicle == "Lamborghini" then
- Tele(1588.47,49.78,-1761.7)
- else
- Tele(1325.57,17.39,-565.38)
- end
- else
- Debug(str.." not found")
- end
- end
- function UpdateLabels()
- MoneyLabel.Text = "Money: "..p.leaderstats.Money.Value
- HealthLabel.Text = "Health: "..c.Humanoid.Health
- end
- while wait(.5) do
- UpdateLabels()
- if game.Players.LocalPlayer.Character then --re-init player after dead
- --10/10 scripting dont judge me it works.
- --:3
- p = game.Players.LocalPlayer
- c = p.Character
- root = c.HumanoidRootPart
- end
- end
Add Comment
Please, Sign In to add comment