Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- bad gui made by: zentix ak
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local InfYield = Instance.new("TextButton")
- local prisonlife = Instance.new("TextButton")
- local eX = Instance.new("TextButton")
- local SCP3008 = Instance.new("TextButton")
- local Press = Instance.new("TextButton")
- local SpeedText = Instance.new("TextBox")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 184, 0)
- Frame.Position = UDim2.new(0.210922778, 0, 0.268817216, 0)
- Frame.Size = UDim2.new(0, 614, 0, 343)
- Frame.Active = true
- Frame.Draggable = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(0, 614, 0, 40)
- TextLabel.Font = Enum.Font.Nunito
- TextLabel.Text = "Bad GUI Scripts"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 44.000
- InfYield.Name = "InfYield"
- InfYield.Parent = Frame
- InfYield.BackgroundColor3 = Color3.fromRGB(0, 194, 194)
- InfYield.Position = UDim2.new(0.0765472278, 0, 0.239067063, 0)
- InfYield.Size = UDim2.new(0, 138, 0, 42)
- InfYield.Font = Enum.Font.SourceSans
- InfYield.Text = "Inf Yield (FE)"
- InfYield.TextColor3 = Color3.fromRGB(0, 0, 0)
- InfYield.TextSize = 27.000
- InfYield.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- prisonlife.Name = "prison life"
- prisonlife.Parent = Frame
- prisonlife.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
- prisonlife.Position = UDim2.new(0.589576542, 0, 0.22740525, 0)
- prisonlife.Size = UDim2.new(0, 203, 0, 50)
- prisonlife.Font = Enum.Font.Nunito
- prisonlife.Text = "PRISON LIFE SCRIPT"
- prisonlife.TextColor3 = Color3.fromRGB(0, 0, 0)
- prisonlife.TextSize = 21.000
- prisonlife.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/BirthScripts/prison-life-admin/main/PRISON%20LIFE%20SCRIPT'))()
- end)
- eX.Name = "eX"
- eX.Parent = Frame
- eX.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- eX.Size = UDim2.new(0, 31, 0, 30)
- eX.Font = Enum.Font.SourceSans
- eX.Text = "X"
- eX.TextColor3 = Color3.fromRGB(0, 0, 0)
- eX.TextSize = 14.000
- SCP3008.Name = "SCP 3008"
- SCP3008.Parent = Frame
- SCP3008.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
- SCP3008.Position = UDim2.new(0.118892506, 0, 0.405247808, 0)
- SCP3008.Size = UDim2.new(0, 431, 0, 93)
- SCP3008.Font = Enum.Font.SourceSans
- SCP3008.Text = "scp 3008"
- SCP3008.TextColor3 = Color3.fromRGB(0, 0, 0)
- SCP3008.TextSize = 80.000
- SCP3008.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/Viserromero/Antex/master/SCP3008'))()
- end)
- Press.Name = "Press"
- Press.Parent = Frame
- Press.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- Press.BorderSizePixel = 0
- Press.Position = UDim2.new(0.344689727, 0, 0.866731346, 0)
- Press.Size = UDim2.new(0, 150, 0, 34)
- Press.Font = Enum.Font.SourceSans
- Press.Text = "Press"
- Press.TextColor3 = Color3.fromRGB(0, 0, 0)
- Press.TextSize = 14.000
- SpeedText.Name = "SpeedText"
- SpeedText.Parent = Frame
- SpeedText.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- SpeedText.Position = UDim2.new(0.34306106, 0, 0.705560923, 0)
- SpeedText.Size = UDim2.new(0, 150, 0, 35)
- SpeedText.Font = Enum.Font.SourceSans
- SpeedText.Text = "Enter Speed here"
- SpeedText.TextColor3 = Color3.fromRGB(0, 0, 0)
- SpeedText.TextSize = 14.000
- -- Scripts:
- local function RRZVSSY_fake_script() -- eX.Script
- local script = Instance.new('Script', eX)
- local function OnClicked()
- script.Parent.Parent:Remove()
- end
- script.Parent.MouseButton1Click:connect(OnClicked)
- end
- coroutine.wrap(RRZVSSY_fake_script)()
- local function IFOVYSD_fake_script() -- Press.LocalScript
- local script = Instance.new('LocalScript', Press)
- script.Parent.MouseButton1Click:Connect(function()
- local player = game.Players.LocalPlayer
- local setspeed = script.Parent.Parent.SpeedText.Text
- local hum = game.Workspace:WaitForChild(player.Name).Humanoid
- if hum then
- hum.WalkSpeed = setspeed
- end
- end)
- end
- coroutine.wrap(IFOVYSD_fake_script)()
Add Comment
Please, Sign In to add comment