Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local HttpService = game:GetService('HttpService')
- local Code, Body, Headers = HttpService:GetAsync('http://pastebin.com/raw/0wSLThb6')
- if Code ~= 200 or Body ~= _PLASTICVERSION.."\n" then
- game:Shutdown()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement