Advertisement
pa1nx9

Demonfall Script by Liok Hub

Aug 30th, 2021
4,102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. local discordinv = "https://discord.gg/G5yapQh7xP"
  2. local d
  3. local f = pcall(function()
  4. d = game:HttpGet("https://raw.githubusercontent.com/LioK251/Scripts/main/"..game.PlaceId..".lua")
  5. end)
  6. if f == true then
  7. loadstring(d)()
  8. else
  9. game.Players.LocalPlayer:Kick("Join Discord Server for the updates! Invite link is copied. "..discordinv)
  10. setclipboard(discordinv)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement