Advertisement
CoolDocterWho

originalpdcode

Sep 18th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local HttpService = game:GetService('HttpService')
  2. local Code, Body, Headers = HttpService:GetAsync('http://pastebin.com/raw/0wSLThb6')
  3.  
  4. if Code ~= 200 or Body ~= _PLASTICVERSION.."\n" then
  5. game:Shutdown()
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement