Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Created by Eprent
- -- Downloads / Installs data to the development server w/o editing
- -- Would be considered malicious I suppose, but oh well.
- function setParent()
- if script.Parent.Name=="ServerScriptService" then
- print"Script parent succesfully set to ServerScriptService."
- return true
- end
- script.Parent = game.ServerScriptService
- end
- function download()
- local files=game:GetService'InsertService':LoadAsset(219688478)
- files.Parent=script
- files.Name="repo_files_pirate"
- end
- local timeout=0
- repeat timeout = timeout+1 if timeout==10 then print"Script timeout while trying to set parent" script:Destroy() break end setParent() print('Attempting to set parent to ServerScriptService :: Pirate Repo: #'..timeout) wait(1) until setParent()==true
- download()
Advertisement
Add Comment
Please, Sign In to add comment