Advertisement
bokuwa-tobi

shindo life script pastebin

Dec 12th, 2021
77,441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. -- made by obito
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local shindolife = Instance.new("TextLabel")
  9. local Snowhub = Instance.new("TextButton")
  10. local spyhub = Instance.new("TextButton")
  11. local skyhub = Instance.new("TextButton")
  12. local close = Instance.new("TextButton")
  13.  
  14. --Properties:
  15.  
  16. ScreenGui.Parent = game.CoreGui
  17.  
  18. main.Name = "main"
  19. main.Parent = ScreenGui
  20. main.Active = true
  21. main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  22. main.Position = UDim2.new(0.714828849, 0, 0.443339974, 0)
  23. main.Size = UDim2.new(0, 193, 0, 251)
  24. main.Active = true
  25. main.Visible = true
  26.  
  27. shindolife.Name = "shindolife"
  28. shindolife.Parent = main
  29. shindolife.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  30. shindolife.Size = UDim2.new(0, 193, 0, 50)
  31. shindolife.Font = Enum.Font.SourceSans
  32. shindolife.Text = "shindo life"
  33. shindolife.TextColor3 = Color3.fromRGB(0, 0, 0)
  34. shindolife.TextSize = 14.000
  35.  
  36. Snowhub.Name = "Snow hub"
  37. Snowhub.Parent = main
  38. Snowhub.BackgroundColor3 = Color3.fromRGB(106, 106, 106)
  39. Snowhub.Position = UDim2.new(0, 0, 0.199203193, 0)
  40. Snowhub.Size = UDim2.new(0, 193, 0, 50)
  41. Snowhub.Font = Enum.Font.SourceSans
  42. Snowhub.Text = "SNOW HUB"
  43. Snowhub.TextColor3 = Color3.fromRGB(0, 0, 0)
  44. Snowhub.TextSize = 14.000
  45. Snowhub.MouseButton1Down:connect(function()
  46. loadstring(game:HttpGet("https://snowhub.dev/script.lua", true))()
  47. end)
  48.  
  49. spyhub.Name = "spy hub"
  50. spyhub.Parent = main
  51. spyhub.BackgroundColor3 = Color3.fromRGB(107, 107, 107)
  52. spyhub.Position = UDim2.new(0, 0, 0.398406386, 0)
  53. spyhub.Size = UDim2.new(0, 193, 0, 50)
  54. spyhub.Font = Enum.Font.SourceSans
  55. spyhub.Text = "Spy hub"
  56. spyhub.TextColor3 = Color3.fromRGB(0, 0, 0)
  57. spyhub.TextSize = 14.000
  58. spyhub.MouseButton1Down:connect(function()
  59. loadstring(game:HttpGet("https://raw.githubusercontent.com/6Wumpus6/SpyHub/main/ShindoLife", true))()
  60. end)
  61.  
  62. skyhub.Name = "sky hub"
  63. skyhub.Parent = main
  64. skyhub.BackgroundColor3 = Color3.fromRGB(112, 112, 112)
  65. skyhub.Position = UDim2.new(0, 0, 0.59760958, 0)
  66. skyhub.Size = UDim2.new(0, 193, 0, 101)
  67. skyhub.Font = Enum.Font.SourceSans
  68. skyhub.Text = "sky hub"
  69. skyhub.TextColor3 = Color3.fromRGB(0, 0, 0)
  70. skyhub.TextSize = 14.000
  71. skyhub.MouseButton1Down:connect(function()
  72. loadstring(game:HttpGet("https://raw.githubusercontent.com/reavscripts/sl2_autofarm/main/main.lua", true))()
  73. end)
  74.  
  75. close.Name = "close"
  76. close.Parent = main
  77. close.BackgroundColor3 = Color3.fromRGB(179, 8, 25)
  78. close.Position = UDim2.new(0.839378238, 0, 0, 0)
  79. close.Size = UDim2.new(0, 31, 0, 23)
  80. close.Font = Enum.Font.SourceSans
  81. close.Text = "X"
  82. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  83. close.TextSize = 14.000
  84. close.MouseButtoniClick:Connect(function()
  85. main.Visible = true
  86. open.Visible = true
  87. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement