The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Demonfall - Auto Farm - No CD script pastebin roblox
By Demonfall on 2024-09-21 08:00 am | Syntax: LUA | Views: 39



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  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