Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local Core = Instance.new("Frame")
- local Label = Instance.new("TextLabel")
- local Walkspeed = Instance.new("TextButton")
- local ALLWEAPONS = Instance.new("TextButton")
- local INFINITEYEILD = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Core.Name = "Core"
- Core.Parent = ScreenGui
- Core.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
- Core.Position = UDim2.new(0.373806298, 0, 0.346232176, 0)
- Core.Size = UDim2.new(0, 512, 0, 345)
- Core.Active = true
- Core.Draggable = true
- Label.Name = "Label"
- Label.Parent = Core
- Label.BackgroundColor3 = Color3.fromRGB(83, 83, 83)
- Label.Size = UDim2.new(0, 512, 0, 33)
- Label.Font = Enum.Font.SourceSans
- Label.Text = "Lyfe V.1.0"
- Label.TextColor3 = Color3.fromRGB(0, 0, 0)
- Label.TextScaled = true
- Label.TextSize = 16.000
- Label.TextWrapped = true
- Label.TextYAlignment = Enum.TextYAlignment.Bottom
- Walkspeed.Name = "Walkspeed"
- Walkspeed.Parent = Core
- Walkspeed.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
- Walkspeed.Position = UDim2.new(0.0302114487, 0, 0.13333334, 0)
- Walkspeed.Size = UDim2.new(0, 212, 0, 38)
- Walkspeed.Font = Enum.Font.SourceSans
- Walkspeed.Text = "WALKSPEED"
- Walkspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
- Walkspeed.TextSize = 25.000
- Walkspeed.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 125
- end)
- ALLWEAPONS.Name = "ALL WEAPONS"
- ALLWEAPONS.Parent = Core
- ALLWEAPONS.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
- ALLWEAPONS.Position = UDim2.new(0.531374812, 0, 0.13333334, 0)
- ALLWEAPONS.Size = UDim2.new(0, 224, 0, 38)
- ALLWEAPONS.Font = Enum.Font.SourceSans
- ALLWEAPONS.Text = "ALL WEAPONS"
- ALLWEAPONS.TextColor3 = Color3.fromRGB(0, 0, 0)
- ALLWEAPONS.TextSize = 25.000
- ALLWEAPONS.MouseButton1Down:connect(function()
- for i,v in pairs(game:GetService("Workspace")["Prison_ITEMS"].giver:GetChildren()) do
- if v and v.ITEMPICKUP then
- local A_1 = v.ITEMPICKUP
- local Event = game:GetService("Workspace").Remote.ItemHandler
- Event:InvokeServer(A_1)
- end
- end
- end)
- INFINITEYEILD.Name = "INFINITE YEILD"
- INFINITEYEILD.Parent = Core
- INFINITEYEILD.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
- INFINITEYEILD.Position = UDim2.new(0.0302114487, 0, 0.301449269, 0)
- INFINITEYEILD.Size = UDim2.new(0, 480, 0, 67)
- INFINITEYEILD.Font = Enum.Font.SourceSans
- INFINITEYEILD.Text = "INFINTE YEILD"
- INFINITEYEILD.TextColor3 = Color3.fromRGB(0, 0, 0)
- INFINITEYEILD.TextSize = 53.000
- INFINITEYEILD.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
- end)
- TextButton.Parent = Core
- TextButton.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
- TextButton.Position = UDim2.new(0.0302114487, 0, 0.571014464, 0)
- TextButton.Size = UDim2.new(0, 481, 0, 124)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "OVERPOWERED ADMIN V3.4 | SAY ;CMDS"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 34.000
- TextButton.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/PrisonLife'),true))()
- end)
Add Comment
Please, Sign In to add comment