// Name: Banana Hub - Blox Fruits
// Description: GUI simples com key obrigatória e automações básicas (Anti-AFK, Auto Farm, Auto Quest e Auto Attack) para uso com o jogo em foco.
// Author: renansgmb-blip
// GitHub: renansgmb-blip
import "@johnlindquist/kit"
const HUB_NAME = "Banana Hub"
const TITLE = `Blox Fruits\n--troll--`
const CORRECT_KEY = "leandro"
let attempts = 0
while (attempts < 3) {
const input = await arg({
placeholder: "Bem-vindo ao Banana Hub, coloque a key para usar",
enter: "Validar Key",
strict: false,
})
if ((input || "").trim() === CORRECT_KEY) break
attempts++