Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local Welcome = Instance.new("Frame")
- local UICorner = Instance.new("UICorner")
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local UICorner_2 = Instance.new("UICorner")
- local TextButton_2 = Instance.new("TextButton")
- local UICorner_3 = Instance.new("UICorner")
- local TextButton_3 = Instance.new("TextButton")
- local UICorner_4 = Instance.new("UICorner")
- local Credits = Instance.new("Frame")
- local UICorner_5 = Instance.new("UICorner")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local TextLabel_4 = Instance.new("TextLabel")
- local TextLabel_5 = Instance.new("TextLabel")
- local TextLabel_6 = Instance.new("TextLabel")
- local TextLabel_7 = Instance.new("TextLabel")
- local TextLabel_8 = Instance.new("TextLabel")
- local TextButton_4 = Instance.new("TextButton")
- local UICorner_6 = Instance.new("UICorner")
- local Main = Instance.new("Frame")
- local TextLabel_9 = Instance.new("TextLabel")
- local Frame = Instance.new("Frame")
- local UICorner_7 = Instance.new("UICorner")
- local Frame_2 = Instance.new("Frame")
- local UICorner_8 = Instance.new("UICorner")
- local TextButton_5 = Instance.new("TextButton")
- local UICorner_9 = Instance.new("UICorner")
- local UIListLayout = Instance.new("UIListLayout")
- local TextButton_6 = Instance.new("TextButton")
- local UICorner_10 = Instance.new("UICorner")
- local TextButton_7 = Instance.new("TextButton")
- local UICorner_11 = Instance.new("UICorner")
- local UICorner_12 = Instance.new("UICorner")
- local TeleportsFrame = Instance.new("Frame")
- local UICorner_13 = Instance.new("UICorner")
- local TextLabel_10 = Instance.new("TextLabel")
- local Row1 = Instance.new("Frame")
- local TextButton_8 = Instance.new("TextButton")
- local UICorner_14 = Instance.new("UICorner")
- local UIListLayout_2 = Instance.new("UIListLayout")
- local TextButton_9 = Instance.new("TextButton")
- local UICorner_15 = Instance.new("UICorner")
- local TextButton_10 = Instance.new("TextButton")
- local UICorner_16 = Instance.new("UICorner")
- local TextButton_11 = Instance.new("TextButton")
- local UICorner_17 = Instance.new("UICorner")
- local TextButton_12 = Instance.new("TextButton")
- local UICorner_18 = Instance.new("UICorner")
- local TextButton_13 = Instance.new("TextButton")
- local UICorner_19 = Instance.new("UICorner")
- local TextButton_14 = Instance.new("TextButton")
- local UICorner_20 = Instance.new("UICorner")
- local Row2 = Instance.new("Frame")
- local TextButton_15 = Instance.new("TextButton")
- local UICorner_21 = Instance.new("UICorner")
- local UIListLayout_3 = Instance.new("UIListLayout")
- local TextButton_16 = Instance.new("TextButton")
- local UICorner_22 = Instance.new("UICorner")
- local TextButton_17 = Instance.new("TextButton")
- local UICorner_23 = Instance.new("UICorner")
- local TextButton_18 = Instance.new("TextButton")
- local UICorner_24 = Instance.new("UICorner")
- local TextButton_19 = Instance.new("TextButton")
- local UICorner_25 = Instance.new("UICorner")
- local TextButton_20 = Instance.new("TextButton")
- local UICorner_26 = Instance.new("UICorner")
- local TextButton_21 = Instance.new("TextButton")
- local UICorner_27 = Instance.new("UICorner")
- local RemoveJailFrame = Instance.new("Frame")
- local UICorner_28 = Instance.new("UICorner")
- local TextLabel_11 = Instance.new("TextLabel")
- local TextButton_22 = Instance.new("TextButton")
- local UICorner_29 = Instance.new("UICorner")
- local PlayerFrame = Instance.new("Frame")
- local UICorner_30 = Instance.new("UICorner")
- local TextLabel_12 = Instance.new("TextLabel")
- local Frame_3 = Instance.new("Frame")
- local UIListLayout_4 = Instance.new("UIListLayout")
- local TextButton_23 = Instance.new("TextButton")
- local UICorner_31 = Instance.new("UICorner")
- local TextButton_24 = Instance.new("TextButton")
- local UICorner_32 = Instance.new("UICorner")
- local TextButton_25 = Instance.new("TextButton")
- local UICorner_33 = Instance.new("UICorner")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ScreenGui.ResetOnSpawn = false
- Welcome.Name = "Welcome"
- Welcome.Parent = ScreenGui
- Welcome.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
- Welcome.Position = UDim2.new(0.336801052, 0, 0.324195474, 0)
- Welcome.Size = UDim2.new(0.326397926, 0, 0.351609051, 0)
- UICorner.CornerRadius = UDim.new(0, 20)
- UICorner.Parent = Welcome
- TextLabel.Parent = Welcome
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.0179282874, 0, 0, 0)
- TextLabel.Size = UDim2.new(0.964143455, 0, 0.145762712, 0)
- TextLabel.Font = Enum.Font.SourceSansSemibold
- TextLabel.Text = "SANDHURST MILITARY ACADEMY"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- TextButton.Parent = Welcome
- TextButton.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton.Position = UDim2.new(0.209163338, 0, 0.277966142, 0)
- TextButton.Size = UDim2.new(0.581673324, 0, 0.145762712, 0)
- TextButton.Font = Enum.Font.SourceSansSemibold
- TextButton.Text = "ENTER HUB"
- TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- UICorner_2.CornerRadius = UDim.new(0, 20)
- UICorner_2.Parent = TextButton
- TextButton_2.Parent = Welcome
- TextButton_2.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_2.Position = UDim2.new(0.209163338, 0, 0.461016953, 0)
- TextButton_2.Size = UDim2.new(0.581673324, 0, 0.145762712, 0)
- TextButton_2.Font = Enum.Font.SourceSansSemibold
- TextButton_2.Text = "CREDITS"
- TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_2.TextScaled = true
- TextButton_2.TextSize = 14.000
- TextButton_2.TextWrapped = true
- UICorner_3.CornerRadius = UDim.new(0, 20)
- UICorner_3.Parent = TextButton_2
- TextButton_3.Parent = Welcome
- TextButton_3.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_3.Position = UDim2.new(0.209163338, 0, 0.644067764, 0)
- TextButton_3.Size = UDim2.new(0.581673324, 0, 0.145762712, 0)
- TextButton_3.Font = Enum.Font.SourceSansSemibold
- TextButton_3.Text = "UR MUM STINKS"
- TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_3.TextScaled = true
- TextButton_3.TextSize = 14.000
- TextButton_3.TextWrapped = true
- UICorner_4.CornerRadius = UDim.new(0, 20)
- UICorner_4.Parent = TextButton_3
- Credits.Name = "Credits"
- Credits.Parent = ScreenGui
- Credits.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
- Credits.Position = UDim2.new(0.336801052, 0, 0.324195474, 0)
- Credits.Size = UDim2.new(0.326397926, 0, 0.351609051, 0)
- Credits.Visible = false
- UICorner_5.CornerRadius = UDim.new(0, 20)
- UICorner_5.Parent = Credits
- TextLabel_2.Parent = Credits
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.BackgroundTransparency = 1.000
- TextLabel_2.Position = UDim2.new(0.0179282874, 0, 0, 0)
- TextLabel_2.Size = UDim2.new(0.964143455, 0, 0.176271185, 0)
- TextLabel_2.Font = Enum.Font.SourceSansSemibold
- TextLabel_2.Text = "CREDITS"
- TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14.000
- TextLabel_2.TextWrapped = true
- TextLabel_3.Parent = Credits
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_3.BackgroundTransparency = 1.000
- TextLabel_3.Position = UDim2.new(0.0398406386, 0, 0.176271185, 0)
- TextLabel_3.Size = UDim2.new(0.916334689, 0, 0.122033902, 0)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = "SCRIPTER: th5lia"
- TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14.000
- TextLabel_3.TextWrapped = true
- TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
- TextLabel_4.Parent = Credits
- TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_4.BackgroundTransparency = 1.000
- TextLabel_4.Position = UDim2.new(0.0398406386, 0, 0.298305094, 0)
- TextLabel_4.Size = UDim2.new(0.916334689, 0, 0.122033902, 0)
- TextLabel_4.Font = Enum.Font.SourceSans
- TextLabel_4.Text = "UI DESIGN: cNoahqx"
- TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_4.TextScaled = true
- TextLabel_4.TextSize = 14.000
- TextLabel_4.TextWrapped = true
- TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
- TextLabel_5.Parent = Credits
- TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_5.BackgroundTransparency = 1.000
- TextLabel_5.Position = UDim2.new(0.0398406386, 0, 0.420338988, 0)
- TextLabel_5.Size = UDim2.new(0.916334689, 0, 0.122033902, 0)
- TextLabel_5.Font = Enum.Font.SourceSans
- TextLabel_5.Text = "PLANNING: Ollixee"
- TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_5.TextScaled = true
- TextLabel_5.TextSize = 14.000
- TextLabel_5.TextWrapped = true
- TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
- TextLabel_6.Parent = Credits
- TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_6.BackgroundTransparency = 1.000
- TextLabel_6.Position = UDim2.new(0.0398406386, 0, 0.542372882, 0)
- TextLabel_6.Size = UDim2.new(0.916334689, 0, 0.122033902, 0)
- TextLabel_6.Font = Enum.Font.SourceSans
- TextLabel_6.Text = "IDEAS: sowvfy"
- TextLabel_6.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_6.TextScaled = true
- TextLabel_6.TextSize = 14.000
- TextLabel_6.TextWrapped = true
- TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
- TextLabel_7.Parent = Credits
- TextLabel_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_7.BackgroundTransparency = 1.000
- TextLabel_7.Position = UDim2.new(0.0398406386, 0, 0.664406776, 0)
- TextLabel_7.Size = UDim2.new(0.916334689, 0, 0.122033902, 0)
- TextLabel_7.Font = Enum.Font.SourceSans
- TextLabel_7.Text = "PROJECT MANAGER: 95ctrl"
- TextLabel_7.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_7.TextScaled = true
- TextLabel_7.TextSize = 14.000
- TextLabel_7.TextWrapped = true
- TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
- TextLabel_8.Parent = Credits
- TextLabel_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_8.BackgroundTransparency = 1.000
- TextLabel_8.Position = UDim2.new(0.0418326706, 0, 0.78644067, 0)
- TextLabel_8.Size = UDim2.new(0.916334689, 0, 0.122033902, 0)
- TextLabel_8.Font = Enum.Font.SourceSans
- TextLabel_8.Text = "ADVERTISER: Puremanent"
- TextLabel_8.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_8.TextScaled = true
- TextLabel_8.TextSize = 14.000
- TextLabel_8.TextWrapped = true
- TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
- TextButton_4.Parent = Credits
- TextButton_4.AnchorPoint = Vector2.new(1, 0)
- TextButton_4.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_4.Position = UDim2.new(0.982071757, 0, 0.0203389842, 0)
- TextButton_4.Size = UDim2.new(0.161354586, 0, 0.0881355926, 0)
- TextButton_4.Font = Enum.Font.SourceSansBold
- TextButton_4.Text = "BACK"
- TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_4.TextScaled = true
- TextButton_4.TextSize = 14.000
- TextButton_4.TextWrapped = true
- UICorner_6.CornerRadius = UDim.new(0, 20)
- UICorner_6.Parent = TextButton_4
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
- Main.Position = UDim2.new(0.286085844, 0, 0.299165666, 0)
- Main.Size = UDim2.new(0.427178144, 0, 0.401668668, 0)
- Main.Visible = false
- TextLabel_9.Parent = Main
- TextLabel_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_9.BackgroundTransparency = 1.000
- TextLabel_9.Position = UDim2.new(0.0179282874, 0, 0, 0)
- TextLabel_9.Size = UDim2.new(0.964143455, 0, 0.132203385, 0)
- TextLabel_9.Font = Enum.Font.SourceSansSemibold
- TextLabel_9.Text = "WELCOME TO THE SANDHURST HUB!"
- TextLabel_9.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_9.TextScaled = true
- TextLabel_9.TextSize = 14.000
- TextLabel_9.TextWrapped = true
- Frame.Parent = Main
- Frame.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
- Frame.Position = UDim2.new(0.0176103488, 0, 0.132130563, 0)
- Frame.Size = UDim2.new(0.30289194, 0, 0.839762628, 0)
- UICorner_7.CornerRadius = UDim.new(0, 20)
- UICorner_7.Parent = Frame
- Frame_2.Parent = Frame
- Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame_2.BackgroundTransparency = 1.000
- Frame_2.Position = UDim2.new(0, 0, 0.0247349832, 0)
- Frame_2.Size = UDim2.new(1, 0, 0.954063594, 0)
- UICorner_8.CornerRadius = UDim.new(0, 20)
- UICorner_8.Parent = Frame_2
- TextButton_5.Parent = Frame_2
- TextButton_5.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_5.Position = UDim2.new(0.0226130653, 0, 0.151851848, 0)
- TextButton_5.Size = UDim2.new(0.954773843, 0, 0.125925928, 0)
- TextButton_5.Font = Enum.Font.SourceSansSemibold
- TextButton_5.Text = "Teleports"
- TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_5.TextScaled = true
- TextButton_5.TextSize = 14.000
- TextButton_5.TextWrapped = true
- UICorner_9.CornerRadius = UDim.new(0, 20)
- UICorner_9.Parent = TextButton_5
- UIListLayout.Parent = Frame_2
- UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
- UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
- UIListLayout.Padding = UDim.new(0, 5)
- TextButton_6.Parent = Frame_2
- TextButton_6.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_6.Position = UDim2.new(0.0226130653, 0, 0.151851848, 0)
- TextButton_6.Size = UDim2.new(0.954773843, 0, 0.125925928, 0)
- TextButton_6.Font = Enum.Font.SourceSansSemibold
- TextButton_6.Text = "Un-Jail"
- TextButton_6.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_6.TextScaled = true
- TextButton_6.TextSize = 14.000
- TextButton_6.TextWrapped = true
- UICorner_10.CornerRadius = UDim.new(0, 20)
- UICorner_10.Parent = TextButton_6
- TextButton_7.Parent = Frame_2
- TextButton_7.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_7.Position = UDim2.new(0.0226130653, 0, 0.151851848, 0)
- TextButton_7.Size = UDim2.new(0.954773843, 0, 0.125925928, 0)
- TextButton_7.Font = Enum.Font.SourceSansSemibold
- TextButton_7.Text = "Player"
- TextButton_7.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_7.TextScaled = true
- TextButton_7.TextSize = 14.000
- TextButton_7.TextWrapped = true
- UICorner_11.CornerRadius = UDim.new(0, 20)
- UICorner_11.Parent = TextButton_7
- UICorner_12.CornerRadius = UDim.new(0, 20)
- UICorner_12.Parent = Main
- TeleportsFrame.Name = "TeleportsFrame"
- TeleportsFrame.Parent = Main
- TeleportsFrame.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
- TeleportsFrame.Position = UDim2.new(0.331811249, 0, 0.130563796, 0)
- TeleportsFrame.Size = UDim2.new(0.649923921, 0, 0.839762628, 0)
- TeleportsFrame.Visible = false
- UICorner_13.CornerRadius = UDim.new(0, 20)
- UICorner_13.Parent = TeleportsFrame
- TextLabel_10.Parent = TeleportsFrame
- TextLabel_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_10.BackgroundTransparency = 1.000
- TextLabel_10.Size = UDim2.new(0.99999994, 0, 0.144876331, 0)
- TextLabel_10.Font = Enum.Font.SourceSansBold
- TextLabel_10.Text = "TELEPORTS"
- TextLabel_10.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_10.TextScaled = true
- TextLabel_10.TextSize = 14.000
- TextLabel_10.TextWrapped = true
- Row1.Name = "Row1"
- Row1.Parent = TeleportsFrame
- Row1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Row1.BackgroundTransparency = 1.000
- Row1.Position = UDim2.new(0.0257611237, 0, 0.162544176, 0)
- Row1.Size = UDim2.new(0.44262293, 0, 0.816254437, 0)
- TextButton_8.Parent = Row1
- TextButton_8.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_8.Position = UDim2.new(0.0257611237, 0, 0.162544176, 0)
- TextButton_8.Size = UDim2.new(0.95767194, 0, 0.116883114, 0)
- TextButton_8.Font = Enum.Font.SourceSansSemibold
- TextButton_8.Text = "HQ BUILDING"
- TextButton_8.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_8.TextScaled = true
- TextButton_8.TextSize = 14.000
- TextButton_8.TextWrapped = true
- UICorner_14.CornerRadius = UDim.new(0, 20)
- UICorner_14.Parent = TextButton_8
- UIListLayout_2.Parent = Row1
- UIListLayout_2.HorizontalAlignment = Enum.HorizontalAlignment.Center
- UIListLayout_2.SortOrder = Enum.SortOrder.LayoutOrder
- UIListLayout_2.Padding = UDim.new(0, 5)
- TextButton_9.Parent = Row1
- TextButton_9.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_9.Position = UDim2.new(0.0257611237, 0, 0.162544176, 0)
- TextButton_9.Size = UDim2.new(0.95767194, 0, 0.116883114, 0)
- TextButton_9.Font = Enum.Font.SourceSansSemibold
- TextButton_9.Text = "EASY OBBYS"
- TextButton_9.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_9.TextScaled = true
- TextButton_9.TextSize = 14.000
- TextButton_9.TextWrapped = true
- UICorner_15.CornerRadius = UDim.new(0, 20)
- UICorner_15.Parent = TextButton_9
- TextButton_10.Parent = Row1
- TextButton_10.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_10.Position = UDim2.new(0.0257611237, 0, 0.162544176, 0)
- TextButton_10.Size = UDim2.new(0.95767194, 0, 0.116883114, 0)
- TextButton_10.Font = Enum.Font.SourceSansSemibold
- TextButton_10.Text = "MEDIUM OBBYS"
- TextButton_10.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_10.TextScaled = true
- TextButton_10.TextSize = 14.000
- TextButton_10.TextWrapped = true
- UICorner_16.CornerRadius = UDim.new(0, 20)
- UICorner_16.Parent = TextButton_10
- TextButton_11.Parent = Row1
- TextButton_11.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_11.Position = UDim2.new(0.0257611237, 0, 0.162544176, 0)
- TextButton_11.Size = UDim2.new(0.95767194, 0, 0.116883114, 0)
- TextButton_11.Font = Enum.Font.SourceSansSemibold
- TextButton_11.Text = "HARD OBBYS"
- TextButton_11.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_11.TextScaled = true
- TextButton_11.TextSize = 14.000
- TextButton_11.TextWrapped = true
- UICorner_17.CornerRadius = UDim.new(0, 20)
- UICorner_17.Parent = TextButton_11
- TextButton_12.Parent = Row1
- TextButton_12.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_12.Position = UDim2.new(0.0257611237, 0, 0.162544176, 0)
- TextButton_12.Size = UDim2.new(0.95767194, 0, 0.116883114, 0)
- TextButton_12.Font = Enum.Font.SourceSansSemibold
- TextButton_12.Text = "AARONS WELL"
- TextButton_12.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_12.TextScaled = true
- TextButton_12.TextSize = 14.000
- TextButton_12.TextWrapped = true
- UICorner_18.CornerRadius = UDim.new(0, 20)
- UICorner_18.Parent = TextButton_12
- TextButton_13.Parent = Row1
- TextButton_13.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_13.Position = UDim2.new(0.0257611237, 0, 0.162544176, 0)
- TextButton_13.Size = UDim2.new(0.95767194, 0, 0.116883114, 0)
- TextButton_13.Font = Enum.Font.SourceSansSemibold
- TextButton_13.Text = "AARONS OBBY 2.0"
- TextButton_13.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_13.TextScaled = true
- TextButton_13.TextSize = 14.000
- TextButton_13.TextWrapped = true
- UICorner_19.CornerRadius = UDim.new(0, 20)
- UICorner_19.Parent = TextButton_13
- TextButton_14.Parent = Row1
- TextButton_14.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_14.Position = UDim2.new(0.0257611237, 0, 0.162544176, 0)
- TextButton_14.Size = UDim2.new(0.95767194, 0, 0.116883114, 0)
- TextButton_14.Font = Enum.Font.SourceSansSemibold
- TextButton_14.Text = "PARADE DECK"
- TextButton_14.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_14.TextScaled = true
- TextButton_14.TextSize = 14.000
- TextButton_14.TextWrapped = true
- UICorner_20.CornerRadius = UDim.new(0, 20)
- UICorner_20.Parent = TextButton_14
- Row2.Name = "Row2"
- Row2.Parent = TeleportsFrame
- Row2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Row2.BackgroundTransparency = 1.000
- Row2.Position = UDim2.new(0.529273987, 0, 0.162544176, 0)
- Row2.Size = UDim2.new(0.44262293, 0, 0.816254437, 0)
- TextButton_15.Parent = Row2
- TextButton_15.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_15.Position = UDim2.new(0.0257611237, 0, 0.162544176, 0)
- TextButton_15.Size = UDim2.new(0.95767194, 0, 0.116883114, 0)
- TextButton_15.Font = Enum.Font.SourceSansSemibold
- TextButton_15.Text = "SHOOTING RANGE"
- TextButton_15.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_15.TextScaled = true
- TextButton_15.TextSize = 14.000
- TextButton_15.TextWrapped = true
- UICorner_21.CornerRadius = UDim.new(0, 20)
- UICorner_21.Parent = TextButton_15
- UIListLayout_3.Parent = Row2
- UIListLayout_3.HorizontalAlignment = Enum.HorizontalAlignment.Center
- UIListLayout_3.SortOrder = Enum.SortOrder.LayoutOrder
- UIListLayout_3.Padding = UDim.new(0, 5)
- TextButton_16.Parent = Row2
- TextButton_16.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_16.Position = UDim2.new(0.0257611237, 0, 0.162544176, 0)
- TextButton_16.Size = UDim2.new(0.95767194, 0, 0.116883114, 0)
- TextButton_16.Font = Enum.Font.SourceSansSemibold
- TextButton_16.Text = "UKSF BUILDING"
- TextButton_16.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_16.TextScaled = true
- TextButton_16.TextSize = 14.000
- TextButton_16.TextWrapped = true
- UICorner_22.CornerRadius = UDim.new(0, 20)
- UICorner_22.Parent = TextButton_16
- TextButton_17.Parent = Row2
- TextButton_17.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_17.Position = UDim2.new(0.0257611237, 0, 0.162544176, 0)
- TextButton_17.Size = UDim2.new(0.95767194, 0, 0.116883114, 0)
- TextButton_17.Font = Enum.Font.SourceSansSemibold
- TextButton_17.Text = "RMP BUILDING"
- TextButton_17.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_17.TextScaled = true
- TextButton_17.TextSize = 14.000
- TextButton_17.TextWrapped = true
- UICorner_23.CornerRadius = UDim.new(0, 20)
- UICorner_23.Parent = TextButton_17
- TextButton_18.Parent = Row2
- TextButton_18.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_18.Position = UDim2.new(0.0257611237, 0, 0.162544176, 0)
- TextButton_18.Size = UDim2.new(0.95767194, 0, 0.116883114, 0)
- TextButton_18.Font = Enum.Font.SourceSansSemibold
- TextButton_18.Text = "PRISON BUILDING"
- TextButton_18.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_18.TextScaled = true
- TextButton_18.TextSize = 14.000
- TextButton_18.TextWrapped = true
- UICorner_24.CornerRadius = UDim.new(0, 20)
- UICorner_24.Parent = TextButton_18
- TextButton_19.Parent = Row2
- TextButton_19.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_19.Position = UDim2.new(0.0257611237, 0, 0.162544176, 0)
- TextButton_19.Size = UDim2.new(0.95767194, 0, 0.116883114, 0)
- TextButton_19.Font = Enum.Font.SourceSansSemibold
- TextButton_19.Text = "AAC BASE"
- TextButton_19.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_19.TextScaled = true
- TextButton_19.TextSize = 14.000
- TextButton_19.TextWrapped = true
- UICorner_25.CornerRadius = UDim.new(0, 20)
- UICorner_25.Parent = TextButton_19
- TextButton_20.Parent = Row2
- TextButton_20.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_20.Position = UDim2.new(0.0257611237, 0, 0.162544176, 0)
- TextButton_20.Size = UDim2.new(0.95767194, 0, 0.116883114, 0)
- TextButton_20.Font = Enum.Font.SourceSansSemibold
- TextButton_20.Text = "CP BUILDING"
- TextButton_20.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_20.TextScaled = true
- TextButton_20.TextSize = 14.000
- TextButton_20.TextWrapped = true
- UICorner_26.CornerRadius = UDim.new(0, 20)
- UICorner_26.Parent = TextButton_20
- TextButton_21.Parent = Row2
- TextButton_21.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_21.Position = UDim2.new(0.0257611237, 0, 0.162544176, 0)
- TextButton_21.Size = UDim2.new(0.95767194, 0, 0.116883114, 0)
- TextButton_21.Font = Enum.Font.SourceSansSemibold
- TextButton_21.Text = "PARAS BASE"
- TextButton_21.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_21.TextScaled = true
- TextButton_21.TextSize = 14.000
- TextButton_21.TextWrapped = true
- UICorner_27.CornerRadius = UDim.new(0, 20)
- UICorner_27.Parent = TextButton_21
- RemoveJailFrame.Name = "RemoveJailFrame"
- RemoveJailFrame.Parent = Main
- RemoveJailFrame.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
- RemoveJailFrame.Position = UDim2.new(0.331811249, 0, 0.130563796, 0)
- RemoveJailFrame.Size = UDim2.new(0.649923921, 0, 0.839762628, 0)
- RemoveJailFrame.Visible = false
- UICorner_28.CornerRadius = UDim.new(0, 20)
- UICorner_28.Parent = RemoveJailFrame
- TextLabel_11.Parent = RemoveJailFrame
- TextLabel_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_11.BackgroundTransparency = 1.000
- TextLabel_11.Size = UDim2.new(0.99999994, 0, 0.144876331, 0)
- TextLabel_11.Font = Enum.Font.SourceSansBold
- TextLabel_11.Text = "UN-JAIL"
- TextLabel_11.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_11.TextScaled = true
- TextLabel_11.TextSize = 14.000
- TextLabel_11.TextWrapped = true
- TextButton_22.Parent = RemoveJailFrame
- TextButton_22.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_22.Position = UDim2.new(0.206088975, 0, 0.40989399, 0)
- TextButton_22.Size = UDim2.new(0, 251, 0, 52)
- TextButton_22.Font = Enum.Font.SourceSansBold
- TextButton_22.Text = "click me plzzz uwu"
- TextButton_22.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_22.TextScaled = true
- TextButton_22.TextSize = 14.000
- TextButton_22.TextWrapped = true
- UICorner_29.CornerRadius = UDim.new(0, 20)
- UICorner_29.Parent = TextButton_22
- PlayerFrame.Name = "PlayerFrame"
- PlayerFrame.Parent = Main
- PlayerFrame.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
- PlayerFrame.Position = UDim2.new(0.331811249, 0, 0.130563796, 0)
- PlayerFrame.Size = UDim2.new(0.649923921, 0, 0.839762628, 0)
- PlayerFrame.Visible = false
- UICorner_30.CornerRadius = UDim.new(0, 20)
- UICorner_30.Parent = PlayerFrame
- TextLabel_12.Parent = PlayerFrame
- TextLabel_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_12.BackgroundTransparency = 1.000
- TextLabel_12.Size = UDim2.new(0.99999994, 0, 0.144876331, 0)
- TextLabel_12.Font = Enum.Font.SourceSansBold
- TextLabel_12.Text = "PLAYER"
- TextLabel_12.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_12.TextScaled = true
- TextLabel_12.TextSize = 14.000
- TextLabel_12.TextWrapped = true
- Frame_3.Parent = PlayerFrame
- Frame_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame_3.BackgroundTransparency = 1.000
- Frame_3.Position = UDim2.new(0.0234192032, 0, 0.144876331, 0)
- Frame_3.Size = UDim2.new(0, 406, 0, 231)
- UIListLayout_4.Parent = Frame_3
- UIListLayout_4.HorizontalAlignment = Enum.HorizontalAlignment.Center
- UIListLayout_4.SortOrder = Enum.SortOrder.LayoutOrder
- UIListLayout_4.Padding = UDim.new(0, 5)
- TextButton_23.Parent = Frame_3
- TextButton_23.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_23.Position = UDim2.new(0.0257611237, 0, 0.162544176, 0)
- TextButton_23.Size = UDim2.new(0.95767194, 0, 0.116883114, 0)
- TextButton_23.Font = Enum.Font.SourceSansSemibold
- TextButton_23.Text = "SPEED"
- TextButton_23.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_23.TextScaled = true
- TextButton_23.TextSize = 14.000
- TextButton_23.TextWrapped = true
- UICorner_31.CornerRadius = UDim.new(0, 20)
- UICorner_31.Parent = TextButton_23
- TextButton_24.Parent = Frame_3
- TextButton_24.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_24.Position = UDim2.new(0.0257611237, 0, 0.162544176, 0)
- TextButton_24.Size = UDim2.new(0.95767194, 0, 0.116883114, 0)
- TextButton_24.Font = Enum.Font.SourceSansSemibold
- TextButton_24.Text = "JUMP POWER"
- TextButton_24.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_24.TextScaled = true
- TextButton_24.TextSize = 14.000
- TextButton_24.TextWrapped = true
- UICorner_32.CornerRadius = UDim.new(0, 20)
- UICorner_32.Parent = TextButton_24
- TextButton_25.Parent = Frame_3
- TextButton_25.BackgroundColor3 = Color3.fromRGB(94, 177, 75)
- TextButton_25.Position = UDim2.new(0.0257611237, 0, 0.162544176, 0)
- TextButton_25.Size = UDim2.new(0.95767194, 0, 0.116883114, 0)
- TextButton_25.Font = Enum.Font.SourceSansSemibold
- TextButton_25.Text = "HEAL"
- TextButton_25.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_25.TextScaled = true
- TextButton_25.TextSize = 14.000
- TextButton_25.TextWrapped = true
- UICorner_33.CornerRadius = UDim.new(0, 20)
- UICorner_33.Parent = TextButton_25
- -- Scripts:
- local function CDHLLBH_fake_script() -- TextButton.LocalScript
- local script = Instance.new('LocalScript', TextButton)
- script.Parent.MouseButton1Click:Connect(function()
- local pos = script.Parent.Parent.Position
- script.Parent.Parent.Visible = false
- script.Parent.Parent.Parent.Main.Visible = true
- script.Parent.Parent.Parent.Main.Position = pos
- end)
- end
- coroutine.wrap(CDHLLBH_fake_script)()
- local function WIISEVX_fake_script() -- TextButton_2.LocalScript
- local script = Instance.new('LocalScript', TextButton_2)
- script.Parent.MouseButton1Click:Connect(function()
- local pos = script.Parent.Parent.Position
- script.Parent.Parent.Visible = false
- script.Parent.Parent.Parent.Credits.Visible = true
- script.Parent.Parent.Parent.Credits.Position = pos
- end)
- end
- coroutine.wrap(WIISEVX_fake_script)()
- local function UQAHWB_fake_script() -- Welcome.Script
- local script = Instance.new('Script', Welcome)
- script.Parent.Selectable = true
- script.Parent.Active = true
- script.Parent.Draggable = true
- end
- coroutine.wrap(UQAHWB_fake_script)()
- local function BEAG_fake_script() -- Credits.Script
- local script = Instance.new('Script', Credits)
- script.Parent.Selectable = true
- script.Parent.Active = true
- script.Parent.Draggable = true
- end
- coroutine.wrap(BEAG_fake_script)()
- local function RMKOPH_fake_script() -- TextButton_4.LocalScript
- local script = Instance.new('LocalScript', TextButton_4)
- script.Parent.MouseButton1Click:Connect(function()
- local pos = script.Parent.Parent.Position
- script.Parent.Parent.Visible = false
- script.Parent.Parent.Parent.Welcome.Visible = true
- script.Parent.Parent.Parent.Welcome.Position = pos
- end)
- end
- coroutine.wrap(RMKOPH_fake_script)()
- local function WSNP_fake_script() -- Main.Script
- local script = Instance.new('Script', Main)
- script.Parent.Selectable = true
- script.Parent.Active = true
- script.Parent.Draggable = true
- end
- coroutine.wrap(WSNP_fake_script)()
- local function AMUTF_fake_script() -- TextButton_5.LocalScript
- local script = Instance.new('LocalScript', TextButton_5)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Parent.Parent.TeleportsFrame.Visible = true
- script.Parent.Parent.Parent.Parent.PlayerFrame.Visible = false
- script.Parent.Parent.Parent.Parent.RemoveJailFrame.Visible = false
- end)
- end
- coroutine.wrap(AMUTF_fake_script)()
- local function HAUSKJ_fake_script() -- TextButton_6.LocalScript
- local script = Instance.new('LocalScript', TextButton_6)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Parent.Parent.TeleportsFrame.Visible = false
- script.Parent.Parent.Parent.Parent.PlayerFrame.Visible = false
- script.Parent.Parent.Parent.Parent.RemoveJailFrame.Visible = true
- end)
- end
- coroutine.wrap(HAUSKJ_fake_script)()
- local function BFDUK_fake_script() -- TextButton_7.LocalScript
- local script = Instance.new('LocalScript', TextButton_7)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Parent.Parent.TeleportsFrame.Visible = false
- script.Parent.Parent.Parent.Parent.RemoveJailFrame.Visible = true
- end)
- end
- coroutine.wrap(BFDUK_fake_script)()
- local function EFKMG_fake_script() -- TextButton_7.LocalScript
- local script = Instance.new('LocalScript', TextButton_7)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Parent.Parent.RemoveJailFrame.Visible = false
- script.Parent.Parent.Parent.Parent.TeleportsFrame.Visible = false
- script.Parent.Parent.Parent.Parent.PlayerFrame.Visible = true
- end)
- end
- coroutine.wrap(EFKMG_fake_script)()
- local function XXSGRON_fake_script() -- TextButton_8.LocalScript
- local script = Instance.new('LocalScript', TextButton_8)
- script.Parent.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- plr.Character.HumanoidRootPart.CFrame = CFrame.new(376.87738, 39.2691116, -717.865234, 1, 0, 0, 0, 1, 0, 0, 0, 0.99999994)
- end)
- end
- coroutine.wrap(XXSGRON_fake_script)()
- local function UBFWDL_fake_script() -- TextButton_9.LocalScript
- local script = Instance.new('LocalScript', TextButton_9)
- script.Parent.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- plr.Character.HumanoidRootPart.CFrame = CFrame.new(-160.459961, 35.0499992, -313.120056, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- end)
- end
- coroutine.wrap(UBFWDL_fake_script)()
- local function PGRXML_fake_script() -- TextButton_10.LocalScript
- local script = Instance.new('LocalScript', TextButton_10)
- script.Parent.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- plr.Character.HumanoidRootPart.CFrame = CFrame.new(561.884521, 35.0499992, -298.420105, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- end)
- end
- coroutine.wrap(PGRXML_fake_script)()
- local function IVAJG_fake_script() -- TextButton_11.LocalScript
- local script = Instance.new('LocalScript', TextButton_11)
- script.Parent.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- plr.Character.HumanoidRootPart.CFrame = CFrame.new(934.040161, 35.0499992, -302.920105, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- end)
- end
- coroutine.wrap(IVAJG_fake_script)()
- local function RGBZC_fake_script() -- TextButton_12.LocalScript
- local script = Instance.new('LocalScript', TextButton_12)
- script.Parent.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- plr.Character.HumanoidRootPart.CFrame = CFrame.new(1148.09998, 34.5, -335.600006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- end)
- end
- coroutine.wrap(RGBZC_fake_script)()
- local function JPNFCEK_fake_script() -- TextButton_13.LocalScript
- local script = Instance.new('LocalScript', TextButton_13)
- script.Parent.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- plr.Character.HumanoidRootPart.CFrame = CFrame.new(993.179993, 35.3500214, -115.999985, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- end)
- end
- coroutine.wrap(JPNFCEK_fake_script)()
- local function TJJJ_fake_script() -- TextButton_14.LocalScript
- local script = Instance.new('LocalScript', TextButton_14)
- script.Parent.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- plr.Character.HumanoidRootPart.CFrame = CFrame.new(499.323212, 37.2934685, -14.3894577, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- end)
- end
- coroutine.wrap(TJJJ_fake_script)()
- local function WTWMBL_fake_script() -- TextButton_15.LocalScript
- local script = Instance.new('LocalScript', TextButton_15)
- script.Parent.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- plr.Character.HumanoidRootPart.CFrame = CFrame.new(200.924591, 34.4500122, -287.126526, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- end)
- end
- coroutine.wrap(WTWMBL_fake_script)()
- local function FFWKI_fake_script() -- TextButton_16.LocalScript
- local script = Instance.new('LocalScript', TextButton_16)
- script.Parent.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- plr.Character.HumanoidRootPart.CFrame = CFrame.new(838.31311, 35.2513351, -645.128357, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- end)
- end
- coroutine.wrap(FFWKI_fake_script)()
- local function FDPP_fake_script() -- TextButton_17.LocalScript
- local script = Instance.new('LocalScript', TextButton_17)
- script.Parent.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- plr.Character.HumanoidRootPart.CFrame = CFrame.new(148.852966, 35.3864937, -58.4665604, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- end)
- end
- coroutine.wrap(FDPP_fake_script)()
- local function KSQZRQJ_fake_script() -- TextButton_18.LocalScript
- local script = Instance.new('LocalScript', TextButton_18)
- script.Parent.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- plr.Character.HumanoidRootPart.CFrame = CFrame.new(243.893036, 35.2700157, -56.483326, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- end)
- end
- coroutine.wrap(KSQZRQJ_fake_script)()
- local function AXGAOEE_fake_script() -- TextButton_19.LocalScript
- local script = Instance.new('LocalScript', TextButton_19)
- script.Parent.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- plr.Character.HumanoidRootPart.CFrame = CFrame.new(1442.33362, 36.3228912, -214.601196, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- end)
- end
- coroutine.wrap(AXGAOEE_fake_script)()
- local function MIQSEAC_fake_script() -- TextButton_20.LocalScript
- local script = Instance.new('LocalScript', TextButton_20)
- script.Parent.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- plr.Character.HumanoidRootPart.CFrame = CFrame.new(-179.399384, 35.5181923, -757.411072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- end)
- end
- coroutine.wrap(MIQSEAC_fake_script)()
- local function CXDA_fake_script() -- TextButton_22.LocalScript
- local script = Instance.new('LocalScript', TextButton_22)
- script.Parent.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- plr.Team = game.Teams:FindFirstChild("British Army Personnel")
- plr.Game.Core.ArrestedReason.Value = "bruh u fr thought this would get u out of jail. u absolute filthy criminal, BEHAVE!!!"
- plr.Game.ArrestedRemainingTime.Value = 0
- plr.Character:LoadCharacter()
- end)
- end
- coroutine.wrap(CXDA_fake_script)()
- local function RFCW_fake_script() -- TextButton_23.LocalScript
- local script = Instance.new('LocalScript', TextButton_23)
- script.Parent.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- plr.Character.Humanoid.WalkSpeed = 200
- end)
- end
- coroutine.wrap(RFCW_fake_script)()
- local function JUILG_fake_script() -- TextButton_24.LocalScript
- local script = Instance.new('LocalScript', TextButton_24)
- script.Parent.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- plr.Character.Humanoid.JumpPower = 60
- end)
- end
- coroutine.wrap(JUILG_fake_script)()
- local function NRXXLRW_fake_script() -- TextButton_25.LocalScript
- local script = Instance.new('LocalScript', TextButton_25)
- script.Parent.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- plr.Character.Humanoid.Health = 500000000
- end)
- end
- coroutine.wrap(NRXXLRW_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement