Ir para o conteúdo principal
FiveMX
Loja
Scripts
MLOs
Servidores Completos
Mods Grátis
Ferramentas
Guias
Todos os Produtos
FiveMX

Comece a construir seu servidor hoje.

Recursos FiveM selecionados, entrega instantânea, mods grátis para começar e guias práticos em um marketplace tranquilo.

Navegar na lojasupport@fivemx.com

Loja

  • Loja
  • Todos os produtos
  • Mods grátis
  • Melhores scripts & mods
  • Scripts FiveM

Frameworks

  • Scripts QBCore
  • Scripts ESX
  • QBox
  • Standalone

Comunidade

  • Blog
  • Suporte
  • Criadores
  • Afiliados

Jurídico

  • Política de privacidade
  • Termos de serviço
  • Política de reembolso
  • Entrega digital
  • Política de cookies
  • Conformidade LGPD/GDPR
  • DMCA
  • Informações legais
  • Política editorial
© 2026 FiveMX. Todos os direitos reservados.·FiveMX não é afiliado à Rockstar Games, Take-Two Interactive ou CFX.re. Todas as marcas são propriedade de seus respectivos donos.
GitHubDiscordDocs
Compatibilidade:

Debux Love Menu

Debux Love Menu - interactive menu system for ESX servers. Compatible with ESX framework. Fully customizable and optimized.

Acesso Instantâneo
Política de reembolso de 14 dias
Checkout Seguro

Compatibilidade, configuração e comprovação do produto em um olhar

Use os dados publicados nesta página para confirmar se Debux Love Menu é compatível com seu servidor antes do checkout.

Compatibilidade

Frameworks
ESX, QBCore, QBOX, Standalone, vRP
Categoria
FiveM Mods

Configuração e requisitos

Fluxo de instalação
Download → pasta resources → ensure no server.cfg
Requisitos
Publicado nesta página
Tamanho do arquivo
517.61 KB

Comprovação e perguntas de compradores

Avaliações
Sem avaliações ainda
Perguntas Respondidas
Pergunte antes de comprar
$21.99
Acesso imediato aos arquivos após o pagamento
Suporte e política de reembolso visíveis antes do checkout
Funciona com esx, qbcore, qbox, standalone, vrp
  • Acesso Instantâneo
  • SSL Criptografado
  • Cartão, Klarna, carteiras
Frameworks

esx, qbcore, qbox, standalone, vrp

Requisitos

Publicado nesta página

Pré-visualização

Disponível

Cartão, Klarna e carteiras compatíveis via Stripe. Outros métodos locais podem aparecer quando disponíveis na sua região.

Falar com suporte antes de comprarLer política de reembolso

Expectativa de suporte

O suporte cobre acesso ao download, arquivos entregues que estejam faltando e dúvidas com base nas notas de instalação publicadas.

Instalação personalizada, conversão de framework, configuração em servidor ao vivo e trabalho em recursos personalizados não estão incluídos, salvo quando indicado na página do produto.

Pergunte antes de comprar se seu servidor usa recursos de framework, inventário ou banco de dados muito modificados.

Montando um servidor maior?Compare pacotes selecionados antes do checkout se você precisa de vários scripts compatíveis.Ver pacotes FiveM

Compre quando isso economizar tempo de configuração

Use esta checklist para decidir rapidamente se o recurso combina com seu servidor, framework e expectativas de suporte.

Ganho para o administrador

Debux Love Menu foi posicionado para reduzir FiveM Mods, em vez de você reconstruir o mesmo sistema do zero.

Compatibilidade

Funciona com esx, qbcore, qbox, standalone, vrp. Verifique o bloco de requisitos antes de usar em um servidor ativo.

Confiança na compra

Download instantâneo, checkout Stripe, acesso ao suporte e contexto de reembolso são exibidos antes do pagamento.

Elementos de decisão

Requisitos, detalhes de instalação, Vídeo de pré-visualização, Perguntas do Produto

Descrição

https://www.youtube.com/watch?v=7bUjx-AY7BY

Config file

Config = {}

Config.SQL = oxmysql -- mysql-async, ghmattimysql, oxmysql
Config.IdentifierType = license -- steam, discord, license

Config.Language = {
    ['titlepose'] = LOVER POSE,
    [titlemenu] = MENU,
    [descfirst] = To the most lasting memories,
    [descsecond] = For quality and passionate moments with your lover,
    [search-input] = Search,
    [allowedperson] = Accept Animations,
    [alloweddesc] = Do you accept requests from the players
}

Config.Notify = {
    [invitereceive] = %s wants to do %s with you. Press F9 to accept!,
    [rejected] = invitation declined,
    [cantinviteyourself] = you can't invite yourself,
    [invitesent] = Invite sent!,
    [playercantbeinvited] = This player cannot be invited,
    [invalidanimname] = Invalid animation name,
    [playerisnotonline] = Player is not in the game,
    [notfoundclosestplayer] = There's no player near you!,
}

RegisterNetEvent(dx:posemenu:notify, function(message, type)
    TriggerEvent('QBCore:Notify', message, type, 5000)
end)

Config.OpenMenuCommand = PoseMenu

Config.keyeroticActive = true
Config.openeroticmenu_key = 'F7'
Config.commandname = dx-pose -- prefix an example - --> /dx-pose 1 <--
Config.keySuggestion = 'Open the love panel by key'


Config.SendReqDistance = 5.0  -- Here you can set how many meters away players can send requests to players.
Config.nottifytime = 10000     -- From here, you can specify how many seconds the request will appear on the screen of the requested player. (ms --> 10000 = 10 second)
Config.timeisup = 30 -- invitation validity period


Config.animationslist = {
    {
        animationname = Kissing (MALE),
        commandname = kissing,
        inviter = {
            animdict = dp@lovepose1_erkek,
            animname = lovepose1_erkek_clip
        },
        invited = {
            animdict = dp@lovepose1_kadin,
            animname = lovepose1_kadin_clip
        }
    },
    {
        animationname = Kissing on the Lap (MALE),
        commandname = kissingthelap,
        inviter = {
            animdict = dp@lovepose2_erkek,
            animname = lovepose2_erkek_clip
        },
        invited = {
            animdict = dp@lovepose2_kadin,
            animname = lovepose2_kadin_clip
        }
    },
    {
        animationname = Happy Shoulder Pose (MALE),
        commandname = shoulder,
        inviter = {
            animdict = dp@lovepose3_erkek,
            animname = lovepose3_erkek_clip
        },
        invited = {
            animdict = dp@lovepose3_kadin,
            animname = lovepose3_kadin_clip
        }
    },
    {
        animationname = Kissing by the waist (MALE),
        commandname = kissbywaist,
        inviter = {
            animdict = dp@lovepose4_erkek,
            animname = lovepose4_erkek_clip
        },
        invited = {
            animdict = dp@lovepose4_kadin,
            animname = lovepose4_kadin_clip
        }
    },
    {
        animationname = Romantic Gazing (MALE),
        commandname = romanticgazing,
        inviter = {
            animdict = dp@lovepose5_erkek,
            animname = lovepose5_erkek_clip
        },
        invited = {
            animdict = dp@lovepose5_kadin,
            animname = lovepose5_kadin_clip
        }
    },
    {
        animationname = Gymnastics in a row (MALE),
        commandname = gymnastics,
        inviter = {
            animdict = dp@sporpose1_erkek,
            animname = sporpose1_erkek_clip
        },
        invited = {
            animdict = dp@sporpose1_kadin,
            animname = sporpose1_kadin_clip
        }
    },
    {
        animationname = Sex Push-Ups (MALE),
        commandname = pushups,
        inviter = {
            animdict = dp@sporpose2_erkek,
            animname = sporpose2_erkek_clip
        },
        invited = {
            animdict = dp@sporpose_kadin,
            animname = sporpose_kadin_clip
        }
    },
    {
        animationname = Yoga Pose (MALE),
        commandname = yogapose,
        inviter = {
            animdict = dp@sporpose3_erkek,
            animname = sporpose3_erkek_clip
        },
        invited = {
            animdict = dp@sporpose3_kadin,
            animname = sporpose3_kadin_clip
        }
    },
    {
        animationname = Face to face push-ups (MALE),
        commandname = ftf,
        inviter = {
            animdict = dp@sporpose4_erkek,
            animname = sporpose4_erkek_clip
        },
        invited = {
            animdict = dp@sporpose4_kadin,
            animname = sporpose4_kadin_clip
        }
    },
    {
        animationname = Show Your Muscles (MALE),
        commandname = muscle,
        inviter = {
            animdict = dp@sporpose5_erkek,
            animname = sporpose5_erkek_clip
        },
        invited = {
            animdict = dp@sporpose5_kadin,
            animname = sporpose5_kadin_clip
        }
    },
    {
        animationname = Marry Pose 1 (MALE),
        commandname = marry1,
        inviter = {
            animdict = dp@marrypose1_erkek,
            animname = marrypose1_erkek_clip
        },
        invited = {
            animdict = dp@marrypose1_kadin,
            animname = marrypose1_kadin_clip
        }
    },
    {
        animationname = Marry Pose 2 (MALE),
        commandname = marry2,
        inviter = {
            animdict = dp@marrypose2_erkek,
            animname = marrypose2_erkek_clip
        },
        invited = {
            animdict = dp@marrypose2_kadin,
            animname = marrypose2_kadin_clip
        }
    },
    {
        animationname = Marry Pose 3 (MALE),
        commandname = marry3,
        inviter = {
            animdict = dp@marrypose5_erkek,
            animname = marrypose5_erkek_clip
        },
        invited = {
            animdict = dp@marrypose5_kadin,
            animname = marrypose5_kadin_clip
        }
    },
    {
        animationname = Selfie Pose 1 (MALE),
        commandname = selfie1,
        inviter = {
            animdict = dp@erkek,
            animname = erkek.selfie1_clip
        },
        invited = {
            animdict = dp@selfie_kadin1,
            animname = sabit_clip
        }
    },
    {
        animationname = Selfie Pose 2 (MALE),
        commandname = selfie2,
        inviter = {
            animdict = dp@erkek_selfie2,
            animname = erkek.selfie2_anim
        },
        invited = {
            animdict = dp@kadin_selfie2,
            animname = kadin.selfie2_clip
        }
    },





    --FEMALE
    
    {
        animationname = Kissing (FEMALE),
        commandname = kissingfemale,
        invited = {
            animdict = dp@lovepose1_erkek,
            animname = lovepose1_erkek_clip
        },
        inviter = {
            animdict = dp@lovepose1_kadin,
            animname = lovepose1_kadin_clip
        }
    },
    {
        animationname = Kissing on the Lap (FEMALE),
        commandname = kissingonlapfemale,
        invited = {
            animdict = dp@lovepose2_erkek,
            animname = lovepose2_erkek_clip
        },
        inviter = {
            animdict = dp@lovepose2_kadin,
            animname = lovepose2_kadin_clip
        }
    },
    {
        animationname = Happy Shoulder Pose (FEMALE),
        commandname = shoulderposefemale,
        invited = {
            animdict = dp@lovepose3_erkek,
            animname = lovepose3_erkek_clip
        },
        inviter = {
            animdict = dp@lovepose3_kadin,
            animname = lovepose3_kadin_clip
        }
    },
    {
        animationname = Kissing by the waist (FEMALE),
        commandname = kisswaistfemale,
        invited = {
            animdict = dp@lovepose4_erkek,
            animname = lovepose4_erkek_clip
        },
        inviter = {
            animdict = dp@lovepose4_kadin,
            animname = lovepose4_kadin_clip
        }
    },
    {
        animationname = Romantic Gazing (FEMALE),
        commandname = romanticgazingfemale,
        invited = {
            animdict = dp@lovepose5_erkek,
            animname = lovepose5_erkek_clip
        },
        inviter = {
            animdict = dp@lovepose5_kadin,
            animname = lovepose5_kadin_clip
        }
    },
    {
        animationname = Gymnastics in a row (FEMALE),
        commandname = gymnasticsfemale,
        invited = {
            animdict = dp@sporpose1_erkek,
            animname = sporpose1_erkek_clip
        },
        inviter = {
            animdict = dp@sporpose1_kadin,
            animname = sporpose1_kadin_clip
        }
    },
    {
        animationname = Sex Push-Ups (FEMALE),
        commandname = pushupsfemale,
        invited = {
            animdict = dp@sporpose2_erkek,
            animname = sporpose2_erkek_clip
        },
        inviter = {
            animdict = dp@sporpose_kadin,
            animname = sporpose_kadin_clip
        }
    },
    {
        animationname = Yoga Pose (FEMALE),
        commandname = yogafemale,
        invited = {
            animdict = dp@sporpose3_erkek,
            animname = sporpose3_erkek_clip
        },
        inviter = {
            animdict = dp@sporpose3_kadin,
            animname = sporpose3_kadin_clip
        }
    },
    {
        animationname = Face to face push-ups (FEMALE),
        commandname = ftffemale,
        invited = {
            animdict = dp@sporpose4_erkek,
            animname = sporpose4_erkek_clip
        },
        inviter = {
            animdict = dp@sporpose4_kadin,
            animname = sporpose4_kadin_clip
        }
    },
    {
        animationname = Show Your Muscles (FEMALE),
        commandname = musclesfemale,
        invited = {
            animdict = dp@sporpose5_erkek,
            animname = sporpose5_erkek_clip
        },
        inviter = {
            animdict = dp@sporpose5_kadin,
            animname = sporpose5_kadin_clip
        }
    },
    {
        animationname = Marry Pose 1 (FEMALE),
        commandname = marry1femae,
        invited = {
            animdict = dp@marrypose1_erkek,
            animname = marrypose1_erkek_clip
        },
        inviter = {
            animdict = dp@marrypose1_kadin,
            animname = marrypose1_kadin_clip
        }
    },
    {
        animationname = Marry Pose 2 (FEMALE),
        commandname = marry2female,
        invited = {
            animdict = dp@marrypose2_erkek,
            animname = marrypose2_erkek_clip
        },
        inviter = {
            animdict = dp@marrypose2_kadin,
            animname = marrypose2_kadin_clip
        }
    },
    {
        animationname = Marry Pose 3 (FEMALE),
        commandname = marry3female,
        invited = {
            animdict = dp@marrypose5_erkek,
            animname = marrypose5_erkek_clip
        },
        inviter = {
            animdict = dp@marrypose5_kadin,
            animname = marrypose5_kadin_clip
        }
    },
    {
        animationname = Selfie Pose 1 (FEMALE),
        commandname = selfie1female,
        invited = {
            animdict = dp@erkek,
            animname = erkek.selfie1_clip
        },
        inviter = {
            animdict = dp@selfie_kadin1,
            animname = sabit_clip
        }
    },
    {
        animationname = Selfie Pose 2 (FEMALE),
        commandname = selfie2female,
        invited = {
            animdict = dp@erkek_selfie2,
            animname = erkek.selfie2_anim
        },
        inviter = {
            animdict = dp@kadin_selfie2,
            animname = kadin.selfie2_clip
        }
    },
}

Related Emotes & Animations

  • Animation Menu (Custom Emotes, Dances)
  • Deado Animations Pack V2
  • DP Emotes v4.0 (+ 1400 VIP Emotes)
  • Fun Hide

Notas de instalação

Requires a FiveM server, QBCore, access to server resources, and permission to restart the resource after configuration.

Apenas os dados publicados nesta página devem ser considerados confirmados. Se você precisar de mais detalhes, revise a descrição, requisitos, histórico de alterações, avaliações e perguntas do produto antes do checkout.

DescriçãoRequisitosVídeo de pré-visualização
Início
Loja
FiveM Mods
FiveM Mods
ESX
QBCore
QBOX
Standalone
vRP
Processo de revisão
Processo de revisão

Características Principais

  • Multiple Romantic Animations

    Includes 12+ animations such as Kissing, Kissing on the Lap, Happy Shoulder Pose, Kissing by the waist, and Romantic Gazing with gender-specific poses for inviter and invited players

  • Invitation-Based Interaction System

    Players can send animation requests to other players within 5.0 meters distance, which recipients can accept via F9 key press

  • F7 Key Menu Access

    Opens the love panel interface using the F7 key with configurable command name (dx-pose) for alternative access

  • Request Acceptance Settings

    Players can configure whether they accept animation requests from other players through an in-game acceptance toggle

  • Configurable Request Duration

    Invitation requests appear on screen for 10 seconds and remain valid for 30 seconds before expiring

Perguntas Frequentes

Perguntas e Respostas da Comunidade

0 perguntas

Sem Perguntas

Seja o primeiro a fazer uma pergunta!

0/500 caracteres (mínimo 10)

Sua pergunta será revisada antes de aparecer publicamente.

Produtos Relacionados

$30.99
$15.49
$18.99
$12.49

Related Tutorials & Guides

Learn more about setting up, configuring, and using this type of resource.

ESX vs QBCore vs QBOX: Technical Framework Comparison 2026

ESX vs QBCore vs QBOX: Technical Framework Comparison 2026

Choosing a framework is the single most consequential decision when building a FiveM server. It determines which scripts you can use, how your developers write code, the…

FiveM Frameworks Explained: Complete Guide to ESX, QBCore & QBOX

FiveM Frameworks Explained: Complete Guide to ESX, QBCore & QBOX

FiveM frameworks form the backbone of roleplay servers. They're not just code libraries—they're complete systems that manage player identity, jobs, inventory, permissions,…

QBox Framework Guide: Migrate from QBCore and Boost Performance (2026)

QBox Framework Guide: Migrate from QBCore and Boost Performance (2026)

QBox has firmly established itself as the natural successor to QBCore in the FiveM roleplay ecosystem.

Continue Construindo Seu Servidor FiveM

Use este produto como parte de uma configuração maior. Explore categorias relacionadas, frameworks alternativos, pacotes premium e downloads gratuitos complementares.

Explorar todos os scriptsScripts de FiveM ModsScripts esxExperimente QBCoreExperimente QBoxMods FiveM grátisComparar pacotes
ModFreakz Drones Pack

ModFreakz Drones Pack

um Multicharacter

um Multicharacter

FiveM Baby Script

FiveM Baby Script

FPS Boost / Crosshair

FPS Boost / Crosshair