Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Isaiah20Yt
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local JailbreakGUI = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local Buttons = Instance.new("Frame")
- local MapEdit = Instance.new("TextButton")
- local TeleportMenu = Instance.new("TextButton")
- local MegaBullshitMenu = Instance.new("TextButton")
- local BullshitMenu = Instance.new("TextButton")
- local MapEditor = Instance.new("Frame")
- local Title_2 = Instance.new("TextLabel")
- local Buttons_2 = Instance.new("ScrollingFrame")
- local RemoveCells = Instance.new("TextButton")
- local RemoveBuildings = Instance.new("TextButton")
- local RemoveTrees = Instance.new("TextButton")
- local RemoveBushes = Instance.new("TextButton")
- local RemoveDoors = Instance.new("TextButton")
- local RemoveBankLasers = Instance.new("TextButton")
- local RemoveBankDoors = Instance.new("TextButton")
- local RemoveBankVault = Instance.new("TextButton")
- local RemoveJewelryLasers = Instance.new("TextButton")
- local RemoveJewelryDoors = Instance.new("TextButton")
- local TeleportMenu_2 = Instance.new("Frame")
- local Title_3 = Instance.new("TextLabel")
- local Buttons_3 = Instance.new("ScrollingFrame")
- local BankOut = Instance.new("TextButton")
- local BankIn = Instance.new("TextButton")
- local Prison = Instance.new("TextButton")
- local PoliceStation1 = Instance.new("TextButton")
- local PoliceStation2 = Instance.new("TextButton")
- local GasStation = Instance.new("TextButton")
- local DonutShop = Instance.new("TextButton")
- local CriminalStation1 = Instance.new("TextButton")
- local TrainSpawn = Instance.new("TextButton")
- local CriminalStation2 = Instance.new("TextButton")
- local JewelryOut = Instance.new("TextButton")
- local JewelryIn = Instance.new("TextButton")
- local MegaBullshitMenu_2 = Instance.new("Frame")
- local Title_4 = Instance.new("TextLabel")
- local Buttons_4 = Instance.new("ScrollingFrame")
- local AimbotToggle = Instance.new("TextButton")
- local BullshitMenu_2 = Instance.new("Frame")
- local Title_5 = Instance.new("TextLabel")
- local Buttons_5 = Instance.new("ScrollingFrame")
- local SpawnInGuns = Instance.new("TextButton")
- local JewelryNotif = Instance.new("TextButton")
- local BankNotif = Instance.new("TextButton")
- local ESP = Instance.new("TextButton")
- local Chams = Instance.new("TextButton")
- local TrainNotif = Instance.new("TextButton")
- --Properties:
- JailbreakGUI.Name = "Jailbreak GUI"
- JailbreakGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Main.Name = "Main"
- Main.Parent = JailbreakGUI
- Main.Active = true
- Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Main.Draggable = true
- Main.Position = UDim2.new(0.150000006, 0, 0.100000001, 0)
- Main.Size = UDim2.new(0, 250, 0, 250)
- Main.Style = Enum.FrameStyle.RobloxSquare
- Title.Name = "Title"
- Title.Parent = Main
- Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title.BackgroundTransparency = 1.000
- Title.Size = UDim2.new(1, 0, 0, 25)
- Title.Font = Enum.Font.SciFi
- Title.Text = "Jailbreak GUI"
- Title.TextColor3 = Color3.fromRGB(255, 255, 255)
- Title.TextSize = 25.000
- Buttons.Name = "Buttons"
- Buttons.Parent = Main
- Buttons.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Buttons.BackgroundTransparency = 1.000
- Buttons.Position = UDim2.new(0, 0, 0, 30)
- Buttons.Size = UDim2.new(1, 0, 1, -30)
- MapEdit.Name = "MapEdit"
- MapEdit.Parent = Buttons
- MapEdit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- MapEdit.Size = UDim2.new(1, 0, 0, 25)
- MapEdit.Style = Enum.ButtonStyle.RobloxButton
- MapEdit.Font = Enum.Font.Fantasy
- MapEdit.Text = "Map Editor"
- MapEdit.TextColor3 = Color3.fromRGB(255, 255, 255)
- MapEdit.TextSize = 20.000
- TeleportMenu.Name = "TeleportMenu"
- TeleportMenu.Parent = Buttons
- TeleportMenu.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TeleportMenu.Position = UDim2.new(0, 0, 0, 30)
- TeleportMenu.Size = UDim2.new(1, 0, 0, 25)
- TeleportMenu.Style = Enum.ButtonStyle.RobloxButton
- TeleportMenu.Font = Enum.Font.Fantasy
- TeleportMenu.Text = "Teleport Menu"
- TeleportMenu.TextColor3 = Color3.fromRGB(255, 255, 255)
- TeleportMenu.TextSize = 20.000
- MegaBullshitMenu.Name = "MegaBullshitMenu"
- MegaBullshitMenu.Parent = Buttons
- MegaBullshitMenu.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- MegaBullshitMenu.Position = UDim2.new(0, 0, 0, 90)
- MegaBullshitMenu.Size = UDim2.new(1, 0, 0, 25)
- MegaBullshitMenu.Style = Enum.ButtonStyle.RobloxButton
- MegaBullshitMenu.Font = Enum.Font.Fantasy
- MegaBullshitMenu.Text = "Mega Bullshit Menu"
- MegaBullshitMenu.TextColor3 = Color3.fromRGB(255, 255, 255)
- MegaBullshitMenu.TextSize = 20.000
- BullshitMenu.Name = "BullshitMenu"
- BullshitMenu.Parent = Buttons
- BullshitMenu.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- BullshitMenu.Position = UDim2.new(0, 0, 0, 60)
- BullshitMenu.Size = UDim2.new(1, 0, 0, 25)
- BullshitMenu.Style = Enum.ButtonStyle.RobloxButton
- BullshitMenu.Font = Enum.Font.Fantasy
- BullshitMenu.Text = "Bullshit Menu"
- BullshitMenu.TextColor3 = Color3.fromRGB(255, 255, 255)
- BullshitMenu.TextSize = 20.000
- MapEditor.Name = "MapEditor"
- MapEditor.Parent = JailbreakGUI
- MapEditor.Active = true
- MapEditor.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- MapEditor.Draggable = true
- MapEditor.Position = UDim2.new(0.349999994, 0, 0.100000001, 0)
- MapEditor.Size = UDim2.new(0, 250, 0, 250)
- MapEditor.Visible = false
- MapEditor.Style = Enum.FrameStyle.RobloxSquare
- Title_2.Name = "Title"
- Title_2.Parent = MapEditor
- Title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title_2.BackgroundTransparency = 1.000
- Title_2.Size = UDim2.new(1, 0, 0, 25)
- Title_2.Font = Enum.Font.SciFi
- Title_2.Text = "Map Editor"
- Title_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- Title_2.TextSize = 25.000
- Buttons_2.Name = "Buttons"
- Buttons_2.Parent = MapEditor
- Buttons_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Buttons_2.BackgroundTransparency = 1.000
- Buttons_2.BorderSizePixel = 0
- Buttons_2.Position = UDim2.new(0, 0, 0, 30)
- Buttons_2.Size = UDim2.new(1, 0, 1, -30)
- Buttons_2.CanvasSize = UDim2.new(0, 0, 3, 0)
- Buttons_2.ScrollBarThickness = 9
- RemoveCells.Name = "RemoveCells"
- RemoveCells.Parent = Buttons_2
- RemoveCells.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- RemoveCells.Size = UDim2.new(1, -15, 0, 25)
- RemoveCells.Style = Enum.ButtonStyle.RobloxButton
- RemoveCells.Font = Enum.Font.Fantasy
- RemoveCells.Text = "Remove Jail Cells"
- RemoveCells.TextColor3 = Color3.fromRGB(255, 255, 255)
- RemoveCells.TextSize = 20.000
- RemoveBuildings.Name = "RemoveBuildings"
- RemoveBuildings.Parent = Buttons_2
- RemoveBuildings.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- RemoveBuildings.Position = UDim2.new(0, 0, 0, 30)
- RemoveBuildings.Size = UDim2.new(1, -15, 0, 25)
- RemoveBuildings.Style = Enum.ButtonStyle.RobloxButton
- RemoveBuildings.Font = Enum.Font.Fantasy
- RemoveBuildings.Text = "Remove Buildings"
- RemoveBuildings.TextColor3 = Color3.fromRGB(255, 255, 255)
- RemoveBuildings.TextSize = 20.000
- RemoveTrees.Name = "RemoveTrees"
- RemoveTrees.Parent = Buttons_2
- RemoveTrees.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- RemoveTrees.Position = UDim2.new(0, 0, 0, 60)
- RemoveTrees.Size = UDim2.new(1, -15, 0, 25)
- RemoveTrees.Style = Enum.ButtonStyle.RobloxButton
- RemoveTrees.Font = Enum.Font.Fantasy
- RemoveTrees.Text = "Remove Trees"
- RemoveTrees.TextColor3 = Color3.fromRGB(255, 255, 255)
- RemoveTrees.TextSize = 20.000
- RemoveBushes.Name = "RemoveBushes"
- RemoveBushes.Parent = Buttons_2
- RemoveBushes.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- RemoveBushes.Position = UDim2.new(0, 0, 0, 90)
- RemoveBushes.Size = UDim2.new(1, -15, 0, 25)
- RemoveBushes.Style = Enum.ButtonStyle.RobloxButton
- RemoveBushes.Font = Enum.Font.Fantasy
- RemoveBushes.Text = "Remove Bushes"
- RemoveBushes.TextColor3 = Color3.fromRGB(255, 255, 255)
- RemoveBushes.TextSize = 20.000
- RemoveDoors.Name = "RemoveDoors"
- RemoveDoors.Parent = Buttons_2
- RemoveDoors.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- RemoveDoors.Position = UDim2.new(0, 0, 0, 120)
- RemoveDoors.Size = UDim2.new(1, -15, 0, 25)
- RemoveDoors.Style = Enum.ButtonStyle.RobloxButton
- RemoveDoors.Font = Enum.Font.Fantasy
- RemoveDoors.Text = "Remove All Doors"
- RemoveDoors.TextColor3 = Color3.fromRGB(255, 255, 255)
- RemoveDoors.TextSize = 20.000
- RemoveBankLasers.Name = "RemoveBankLasers"
- RemoveBankLasers.Parent = Buttons_2
- RemoveBankLasers.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- RemoveBankLasers.Position = UDim2.new(0, 0, 0, 150)
- RemoveBankLasers.Size = UDim2.new(1, -15, 0, 25)
- RemoveBankLasers.Style = Enum.ButtonStyle.RobloxButton
- RemoveBankLasers.Font = Enum.Font.Fantasy
- RemoveBankLasers.Text = "Remove Bank Lasers"
- RemoveBankLasers.TextColor3 = Color3.fromRGB(255, 255, 255)
- RemoveBankLasers.TextSize = 20.000
- RemoveBankDoors.Name = "RemoveBankDoors"
- RemoveBankDoors.Parent = Buttons_2
- RemoveBankDoors.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- RemoveBankDoors.Position = UDim2.new(0, 0, 0, 180)
- RemoveBankDoors.Size = UDim2.new(1, -15, 0, 25)
- RemoveBankDoors.Style = Enum.ButtonStyle.RobloxButton
- RemoveBankDoors.Font = Enum.Font.Fantasy
- RemoveBankDoors.Text = "Remove Bank Doors"
- RemoveBankDoors.TextColor3 = Color3.fromRGB(255, 255, 255)
- RemoveBankDoors.TextSize = 20.000
- RemoveBankVault.Name = "RemoveBankVault"
- RemoveBankVault.Parent = Buttons_2
- RemoveBankVault.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- RemoveBankVault.Position = UDim2.new(0, 0, 0, 210)
- RemoveBankVault.Size = UDim2.new(1, -15, 0, 25)
- RemoveBankVault.Style = Enum.ButtonStyle.RobloxButton
- RemoveBankVault.Font = Enum.Font.Fantasy
- RemoveBankVault.Text = "Remove Bank Vault"
- RemoveBankVault.TextColor3 = Color3.fromRGB(255, 255, 255)
- RemoveBankVault.TextSize = 20.000
- RemoveJewelryLasers.Name = "RemoveJewelryLasers"
- RemoveJewelryLasers.Parent = Buttons_2
- RemoveJewelryLasers.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- RemoveJewelryLasers.Position = UDim2.new(0, 0, 0, 240)
- RemoveJewelryLasers.Size = UDim2.new(1, -15, 0, 25)
- RemoveJewelryLasers.Style = Enum.ButtonStyle.RobloxButton
- RemoveJewelryLasers.Font = Enum.Font.Fantasy
- RemoveJewelryLasers.Text = "Remove Jewelry Store Lasers"
- RemoveJewelryLasers.TextColor3 = Color3.fromRGB(255, 255, 255)
- RemoveJewelryLasers.TextSize = 16.000
- RemoveJewelryDoors.Name = "RemoveJewelryDoors"
- RemoveJewelryDoors.Parent = Buttons_2
- RemoveJewelryDoors.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- RemoveJewelryDoors.Position = UDim2.new(0, 0, 0, 270)
- RemoveJewelryDoors.Size = UDim2.new(1, -15, 0, 25)
- RemoveJewelryDoors.Style = Enum.ButtonStyle.RobloxButton
- RemoveJewelryDoors.Font = Enum.Font.Fantasy
- RemoveJewelryDoors.Text = "Remove Jewelry Store Windows"
- RemoveJewelryDoors.TextColor3 = Color3.fromRGB(255, 255, 255)
- RemoveJewelryDoors.TextSize = 16.000
- TeleportMenu_2.Name = "TeleportMenu"
- TeleportMenu_2.Parent = JailbreakGUI
- TeleportMenu_2.Active = true
- TeleportMenu_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TeleportMenu_2.Draggable = true
- TeleportMenu_2.Position = UDim2.new(0.349999994, 0, 0.100000001, 0)
- TeleportMenu_2.Size = UDim2.new(0, 250, 0, 250)
- TeleportMenu_2.Visible = false
- TeleportMenu_2.Style = Enum.FrameStyle.RobloxSquare
- Title_3.Name = "Title"
- Title_3.Parent = TeleportMenu_2
- Title_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title_3.BackgroundTransparency = 1.000
- Title_3.Size = UDim2.new(1, 0, 0, 25)
- Title_3.Font = Enum.Font.SciFi
- Title_3.Text = "Teleport Menu"
- Title_3.TextColor3 = Color3.fromRGB(255, 255, 255)
- Title_3.TextSize = 25.000
- Buttons_3.Name = "Buttons"
- Buttons_3.Parent = TeleportMenu_2
- Buttons_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Buttons_3.BackgroundTransparency = 1.000
- Buttons_3.BorderSizePixel = 0
- Buttons_3.Position = UDim2.new(0, 0, 0, 30)
- Buttons_3.Size = UDim2.new(1, 0, 1, -30)
- Buttons_3.CanvasSize = UDim2.new(0, 0, 3, 0)
- Buttons_3.ScrollBarThickness = 9
- BankOut.Name = "BankOut"
- BankOut.Parent = Buttons_3
- BankOut.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- BankOut.Size = UDim2.new(1, -15, 0, 25)
- BankOut.Style = Enum.ButtonStyle.RobloxButton
- BankOut.Font = Enum.Font.Fantasy
- BankOut.Text = "Bank (Out)"
- BankOut.TextColor3 = Color3.fromRGB(255, 255, 255)
- BankOut.TextSize = 20.000
- BankIn.Name = "BankIn"
- BankIn.Parent = Buttons_3
- BankIn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- BankIn.Position = UDim2.new(0, 0, 0, 30)
- BankIn.Size = UDim2.new(1, -15, 0, 25)
- BankIn.Style = Enum.ButtonStyle.RobloxButton
- BankIn.Font = Enum.Font.Fantasy
- BankIn.Text = "Bank (In)"
- BankIn.TextColor3 = Color3.fromRGB(255, 255, 255)
- BankIn.TextSize = 20.000
- Prison.Name = "Prison"
- Prison.Parent = Buttons_3
- Prison.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Prison.Position = UDim2.new(0, 0, 0, 60)
- Prison.Size = UDim2.new(1, -15, 0, 25)
- Prison.Style = Enum.ButtonStyle.RobloxButton
- Prison.Font = Enum.Font.Fantasy
- Prison.Text = "Prison"
- Prison.TextColor3 = Color3.fromRGB(255, 255, 255)
- Prison.TextSize = 20.000
- PoliceStation1.Name = "PoliceStation1"
- PoliceStation1.Parent = Buttons_3
- PoliceStation1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- PoliceStation1.Position = UDim2.new(0, 0, 0, 90)
- PoliceStation1.Size = UDim2.new(1, -15, 0, 25)
- PoliceStation1.Style = Enum.ButtonStyle.RobloxButton
- PoliceStation1.Font = Enum.Font.Fantasy
- PoliceStation1.Text = "Police Staton 1"
- PoliceStation1.TextColor3 = Color3.fromRGB(255, 255, 255)
- PoliceStation1.TextSize = 20.000
- PoliceStation2.Name = "PoliceStation2"
- PoliceStation2.Parent = Buttons_3
- PoliceStation2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- PoliceStation2.Position = UDim2.new(0, 0, 0, 120)
- PoliceStation2.Size = UDim2.new(1, -15, 0, 25)
- PoliceStation2.Style = Enum.ButtonStyle.RobloxButton
- PoliceStation2.Font = Enum.Font.Fantasy
- PoliceStation2.Text = "Police Staton 2"
- PoliceStation2.TextColor3 = Color3.fromRGB(255, 255, 255)
- PoliceStation2.TextSize = 20.000
- GasStation.Name = "GasStation"
- GasStation.Parent = Buttons_3
- GasStation.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- GasStation.Position = UDim2.new(0, 0, 0, 150)
- GasStation.Size = UDim2.new(1, -15, 0, 25)
- GasStation.Style = Enum.ButtonStyle.RobloxButton
- GasStation.Font = Enum.Font.Fantasy
- GasStation.Text = "Gas Station"
- GasStation.TextColor3 = Color3.fromRGB(255, 255, 255)
- GasStation.TextSize = 20.000
- DonutShop.Name = "DonutShop"
- DonutShop.Parent = Buttons_3
- DonutShop.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- DonutShop.Position = UDim2.new(0, 0, 0, 180)
- DonutShop.Size = UDim2.new(1, -15, 0, 25)
- DonutShop.Style = Enum.ButtonStyle.RobloxButton
- DonutShop.Font = Enum.Font.Fantasy
- DonutShop.Text = "Donut Shop"
- DonutShop.TextColor3 = Color3.fromRGB(255, 255, 255)
- DonutShop.TextSize = 20.000
- CriminalStation1.Name = "CriminalStation1"
- CriminalStation1.Parent = Buttons_3
- CriminalStation1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- CriminalStation1.Position = UDim2.new(0, 0, 0, 210)
- CriminalStation1.Size = UDim2.new(1, -15, 0, 25)
- CriminalStation1.Style = Enum.ButtonStyle.RobloxButton
- CriminalStation1.Font = Enum.Font.Fantasy
- CriminalStation1.Text = "Criminal Station 1"
- CriminalStation1.TextColor3 = Color3.fromRGB(255, 255, 255)
- CriminalStation1.TextSize = 20.000
- TrainSpawn.Name = "TrainSpawn"
- TrainSpawn.Parent = Buttons_3
- TrainSpawn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TrainSpawn.Position = UDim2.new(0, 0, 0, 270)
- TrainSpawn.Size = UDim2.new(1, -15, 0, 25)
- TrainSpawn.Style = Enum.ButtonStyle.RobloxButton
- TrainSpawn.Font = Enum.Font.Fantasy
- TrainSpawn.Text = "Train Spawn"
- TrainSpawn.TextColor3 = Color3.fromRGB(255, 255, 255)
- TrainSpawn.TextSize = 20.000
- CriminalStation2.Name = "CriminalStation2"
- CriminalStation2.Parent = Buttons_3
- CriminalStation2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- CriminalStation2.Position = UDim2.new(0, 0, 0, 240)
- CriminalStation2.Size = UDim2.new(1, -15, 0, 25)
- CriminalStation2.Style = Enum.ButtonStyle.RobloxButton
- CriminalStation2.Font = Enum.Font.Fantasy
- CriminalStation2.Text = "Criminal Station 2"
- CriminalStation2.TextColor3 = Color3.fromRGB(255, 255, 255)
- CriminalStation2.TextSize = 20.000
- JewelryOut.Name = "JewelryOut"
- JewelryOut.Parent = Buttons_3
- JewelryOut.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- JewelryOut.Position = UDim2.new(0, 0, 0, 300)
- JewelryOut.Size = UDim2.new(1, -15, 0, 25)
- JewelryOut.Style = Enum.ButtonStyle.RobloxButton
- JewelryOut.Font = Enum.Font.Fantasy
- JewelryOut.Text = "Jewelry Store (Out)"
- JewelryOut.TextColor3 = Color3.fromRGB(255, 255, 255)
- JewelryOut.TextSize = 20.000
- JewelryIn.Name = "JewelryIn"
- JewelryIn.Parent = Buttons_3
- JewelryIn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- JewelryIn.Position = UDim2.new(0, 0, 0, 330)
- JewelryIn.Size = UDim2.new(1, -15, 0, 25)
- JewelryIn.Style = Enum.ButtonStyle.RobloxButton
- JewelryIn.Font = Enum.Font.Fantasy
- JewelryIn.Text = "Jewelry Store (In)"
- JewelryIn.TextColor3 = Color3.fromRGB(255, 255, 255)
- JewelryIn.TextSize = 20.000
- MegaBullshitMenu_2.Name = "MegaBullshitMenu"
- MegaBullshitMenu_2.Parent = JailbreakGUI
- MegaBullshitMenu_2.Active = true
- MegaBullshitMenu_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- MegaBullshitMenu_2.Draggable = true
- MegaBullshitMenu_2.Position = UDim2.new(0.349999994, 0, 0.100000001, 0)
- MegaBullshitMenu_2.Size = UDim2.new(0, 250, 0, 250)
- MegaBullshitMenu_2.Visible = false
- MegaBullshitMenu_2.Style = Enum.FrameStyle.RobloxSquare
- Title_4.Name = "Title"
- Title_4.Parent = MegaBullshitMenu_2
- Title_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title_4.BackgroundTransparency = 1.000
- Title_4.Size = UDim2.new(1, 0, 0, 25)
- Title_4.Font = Enum.Font.SciFi
- Title_4.Text = "Mega Bullshit Menu"
- Title_4.TextColor3 = Color3.fromRGB(255, 255, 255)
- Title_4.TextSize = 25.000
- Buttons_4.Name = "Buttons"
- Buttons_4.Parent = MegaBullshitMenu_2
- Buttons_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Buttons_4.BackgroundTransparency = 1.000
- Buttons_4.BorderSizePixel = 0
- Buttons_4.Position = UDim2.new(0, 0, 0, 30)
- Buttons_4.Size = UDim2.new(1, 0, 1, -30)
- Buttons_4.CanvasSize = UDim2.new(0, 0, 3, 0)
- Buttons_4.ScrollBarThickness = 9
- AimbotToggle.Name = "AimbotToggle"
- AimbotToggle.Parent = Buttons_4
- AimbotToggle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- AimbotToggle.Size = UDim2.new(1, -15, 0, 25)
- AimbotToggle.Style = Enum.ButtonStyle.RobloxButton
- AimbotToggle.Font = Enum.Font.Fantasy
- AimbotToggle.Text = "Enable Aimbot"
- AimbotToggle.TextColor3 = Color3.fromRGB(255, 0, 0)
- AimbotToggle.TextSize = 20.000
- BullshitMenu_2.Name = "BullshitMenu"
- BullshitMenu_2.Parent = JailbreakGUI
- BullshitMenu_2.Active = true
- BullshitMenu_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- BullshitMenu_2.Draggable = true
- BullshitMenu_2.Position = UDim2.new(0.349999994, 0, 0.100000001, 0)
- BullshitMenu_2.Size = UDim2.new(0, 250, 0, 250)
- BullshitMenu_2.Visible = false
- BullshitMenu_2.Style = Enum.FrameStyle.RobloxSquare
- Title_5.Name = "Title"
- Title_5.Parent = BullshitMenu_2
- Title_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title_5.BackgroundTransparency = 1.000
- Title_5.Size = UDim2.new(1, 0, 0, 25)
- Title_5.Font = Enum.Font.SciFi
- Title_5.Text = "Bullshit Menu"
- Title_5.TextColor3 = Color3.fromRGB(255, 255, 255)
- Title_5.TextSize = 25.000
- Buttons_5.Name = "Buttons"
- Buttons_5.Parent = BullshitMenu_2
- Buttons_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Buttons_5.BackgroundTransparency = 1.000
- Buttons_5.BorderSizePixel = 0
- Buttons_5.Position = UDim2.new(0, 0, 0, 30)
- Buttons_5.Size = UDim2.new(1, 0, 1, -30)
- Buttons_5.CanvasSize = UDim2.new(0, 0, 3, 0)
- Buttons_5.ScrollBarThickness = 9
- SpawnInGuns.Name = "SpawnInGuns"
- SpawnInGuns.Parent = Buttons_5
- SpawnInGuns.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- SpawnInGuns.Size = UDim2.new(1, -15, 0, 25)
- SpawnInGuns.Style = Enum.ButtonStyle.RobloxButton
- SpawnInGuns.Font = Enum.Font.Fantasy
- SpawnInGuns.Text = "Spawn In Guns"
- SpawnInGuns.TextColor3 = Color3.fromRGB(255, 255, 255)
- SpawnInGuns.TextSize = 20.000
- JewelryNotif.Name = "JewelryNotif"
- JewelryNotif.Parent = Buttons_5
- JewelryNotif.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- JewelryNotif.Position = UDim2.new(0, 0, 0, 30)
- JewelryNotif.Size = UDim2.new(1, -15, 0, 25)
- JewelryNotif.Style = Enum.ButtonStyle.RobloxButton
- JewelryNotif.Font = Enum.Font.Fantasy
- JewelryNotif.Text = "Jewelry Notification"
- JewelryNotif.TextColor3 = Color3.fromRGB(255, 255, 255)
- JewelryNotif.TextSize = 20.000
- BankNotif.Name = "BankNotif"
- BankNotif.Parent = Buttons_5
- BankNotif.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- BankNotif.Position = UDim2.new(0, 0, 0, 60)
- BankNotif.Size = UDim2.new(1, -15, 0, 25)
- BankNotif.Style = Enum.ButtonStyle.RobloxButton
- BankNotif.Font = Enum.Font.Fantasy
- BankNotif.Text = "Bank Notification"
- BankNotif.TextColor3 = Color3.fromRGB(255, 255, 255)
- BankNotif.TextSize = 20.000
- ESP.Name = "ESP"
- ESP.Parent = Buttons_5
- ESP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ESP.Position = UDim2.new(0, 0, 0, 120)
- ESP.Size = UDim2.new(1, -15, 0, 25)
- ESP.Style = Enum.ButtonStyle.RobloxButton
- ESP.Font = Enum.Font.Fantasy
- ESP.Text = "ESP"
- ESP.TextColor3 = Color3.fromRGB(255, 255, 255)
- ESP.TextSize = 20.000
- Chams.Name = "Chams"
- Chams.Parent = Buttons_5
- Chams.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Chams.Position = UDim2.new(0, 0, 0, 150)
- Chams.Size = UDim2.new(1, -15, 0, 25)
- Chams.Style = Enum.ButtonStyle.RobloxButton
- Chams.Font = Enum.Font.Fantasy
- Chams.Text = "Chams"
- Chams.TextColor3 = Color3.fromRGB(255, 255, 255)
- Chams.TextSize = 20.000
- TrainNotif.Name = "TrainNotif"
- TrainNotif.Parent = Buttons_5
- TrainNotif.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TrainNotif.Position = UDim2.new(0, 0, 0, 90)
- TrainNotif.Size = UDim2.new(1, -15, 0, 25)
- TrainNotif.Style = Enum.ButtonStyle.RobloxButton
- TrainNotif.Font = Enum.Font.Fantasy
- TrainNotif.Text = "Train Notification"
- TrainNotif.TextColor3 = Color3.fromRGB(255, 255, 255)
- TrainNotif.TextSize = 20.000
- -- Scripts:
- local function SVJORBU_fake_script() -- MapEdit.
- local script = Instance.new('Script', MapEdit)
- --[[ Last synced 4/11/2021 04:27 ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������]] require(5355299916) --[[ ]]--
- end
- coroutine.wrap(SVJORBU_fake_script)()
Add Comment
Please, Sign In to add comment