Zarcus

admin ;c

Aug 26th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. wait()
  2. if script.Name ~= "Roblox Indexed Client" and script.Name ~= "NewTransfer" then
  3. HideS = nil
  4. for _,v in next, game:GetService("Players").LocalPlayer:GetChildren() do
  5. if v.Name == "¬¬¬¬" then
  6. if HideS == nil then
  7. v:ClearAllChildren()
  8. HideS = v
  9. else
  10. v:Destroy()
  11. end
  12. end
  13. end
  14. if HideS == nil then
  15. HideS = Instance.new("Model")
  16. HideS.Name = "¬¬¬¬"
  17. HideS.Parent = game:GetService("Players").LocalPlayer
  18. end
  19. script.Name = "NewTransfer"
  20. script.Parent = HideS
  21. elseif script.Name == "Roblox Indexed Client" then
  22. local LP = game:GetService("Players").LocalPlayer
  23. LP.Parent = nil
  24. wait()
  25. LP.Parent = game:GetService("Players")
  26. else
  27. loadstring(script:findFirstChild("LoadingVal").Value)()
  28. end
Add Comment
Please, Sign In to add comment