This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- ======================================================== | |
| -- NEX HUB - WORD BOMB HELPER MEGA EDITION [ULTRA LIGHT] | |
| -- ======================================================== | |
| -- [[ CONFIGURAÇÕES DE LINKS E ASSETS ]] | |
| local LOGO_IMAGE_ID = "rbxassetid://131669466373809" | |
| local Bolinha_Image_ID = "rbxassetid://131669466373809" | |
| local DISCORD_INVITE_URL = "discord.gg" | |
| -- [[ DESTRUIR INSTÂNCIAS ANTIGAS PARA EVITAR CONFLITOS ]] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- ======================================================== | |
| -- NEX SCRIPT - WORD BOMB HELPER MEGA EDITION (>1500 WORDS) | |
| -- ======================================================== | |
| local ScreenGui = Instance.new("ScreenGui") | |
| local MainPanel = Instance.new("Frame") | |
| local TitleBar = Instance.new("Frame") | |
| local TitleText = Instance.new("TextLabel") | |
| local CloseButton = Instance.new("TextButton") | |
| local ContentFrame = Instance.new("Frame") |