Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- made by obito
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local shindolife = Instance.new("TextLabel")
- local Snowhub = Instance.new("TextButton")
- local spyhub = Instance.new("TextButton")
- local skyhub = Instance.new("TextButton")
- local close = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.Active = true
- main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- main.Position = UDim2.new(0.714828849, 0, 0.443339974, 0)
- main.Size = UDim2.new(0, 193, 0, 251)
- main.Active = true
- main.Visible = true
- shindolife.Name = "shindolife"
- shindolife.Parent = main
- shindolife.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- shindolife.Size = UDim2.new(0, 193, 0, 50)
- shindolife.Font = Enum.Font.SourceSans
- shindolife.Text = "shindo life"
- shindolife.TextColor3 = Color3.fromRGB(0, 0, 0)
- shindolife.TextSize = 14.000
- Snowhub.Name = "Snow hub"
- Snowhub.Parent = main
- Snowhub.BackgroundColor3 = Color3.fromRGB(106, 106, 106)
- Snowhub.Position = UDim2.new(0, 0, 0.199203193, 0)
- Snowhub.Size = UDim2.new(0, 193, 0, 50)
- Snowhub.Font = Enum.Font.SourceSans
- Snowhub.Text = "SNOW HUB"
- Snowhub.TextColor3 = Color3.fromRGB(0, 0, 0)
- Snowhub.TextSize = 14.000
- Snowhub.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://snowhub.dev/script.lua", true))()
- end)
- spyhub.Name = "spy hub"
- spyhub.Parent = main
- spyhub.BackgroundColor3 = Color3.fromRGB(107, 107, 107)
- spyhub.Position = UDim2.new(0, 0, 0.398406386, 0)
- spyhub.Size = UDim2.new(0, 193, 0, 50)
- spyhub.Font = Enum.Font.SourceSans
- spyhub.Text = "Spy hub"
- spyhub.TextColor3 = Color3.fromRGB(0, 0, 0)
- spyhub.TextSize = 14.000
- spyhub.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/6Wumpus6/SpyHub/main/ShindoLife", true))()
- end)
- skyhub.Name = "sky hub"
- skyhub.Parent = main
- skyhub.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
- skyhub.Position = UDim2.new(0, 0, 0.59760958, 0)
- skyhub.Size = UDim2.new(0, 193, 0, 101)
- skyhub.Font = Enum.Font.SourceSans
- skyhub.Text = "sky hub"
- skyhub.TextColor3 = Color3.fromRGB(0, 0, 0)
- skyhub.TextSize = 14.000
- skyhub.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/reavscripts/sl2_autofarm/main/main.lua", true))()
- end)
- close.Name = "close"
- close.Parent = main
- close.BackgroundColor3 = Color3.fromRGB(179, 8, 25)
- close.Position = UDim2.new(0.839378238, 0, 0, 0)
- close.Size = UDim2.new(0, 31, 0, 23)
- close.Font = Enum.Font.SourceSans
- close.Text = "X"
- close.TextColor3 = Color3.fromRGB(0, 0, 0)
- close.TextSize = 14.000
- close.MouseButtoniClick:Connect(function()
- main.Visible = true
- open.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement