-- Made by c00lkids103 | Join my Discord
local discord = "https://discord.gg/AeuSH2EQK"
if setclipboard then
setclipboard(discord)
print("Discord link copied to clipboard: " .. discord)
else
print("Clipboard not supported by this executor. Join manually: " .. discord)
end
-- In-game notification (shows on mobile/PC)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "c00lkids103 Script",
Text = "Discord copied! Join: " .. discord .. "\nMade by c00lkids103",
Duration = 10,
Icon = "" -- optional: add a brainrot icon ID if you want
})
loadstring(game:HttpGet("https://raw.githubusercontent.com/gumanba/Scripts/main/GrowBeanstalkForBrainrots"))()
Comments
No comments yet
Be the first to share your thoughts!