Advertisement
Guest User

SS-X V2.1 Re-born

a guest
Nov 16th, 2018
777
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. if game.Workspace:FindFirstChild"sc" then
  2. game.Workspace.sc:Destroy()
  3. local sc = Instance.new ("IntValue")
  4. sc.Name = "sc"
  5. sc.Parent = game.workspace
  6. sc.Value = 1
  7. else
  8. local sc = Instance.new ("IntValue")
  9. sc.Name = "sc"
  10. sc.Parent = game.workspace
  11. sc.Value = 1
  12. end
  13. loadstring (game:HttpGet("https://pastebin.com/raw/y3XQbJ62")) ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement