• Ищем качественного (не новичок) разработчиков Xenforo для этого форума! В идеале, чтобы ты был фулл стек программистом. Если у тебя есть что показать, то свяжись с нами по контактным данным: https://t.me/DREDD

Чат спам песни Lil Pump.

Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Сурс спамера текста трека Flex Like Ouu вышеупомянутого исполнителя. Не знаю зачем, почему, как это может вам пригодиться, но всё же...
Код:
Expand Collapse Copy
struct KVP
{
    float time;
    const char* text;
};
 
std::map<int, KVP> FlexLikeOuu;
int Flexi;
 
FlexLikeOuu = decltype(FlexLikeOuu)
{
    { 0, { 0.f,                        "Move them bricks to the bando like, ouu" }},
    { 1,  {1.649000000000001f,        "Move them bricks to the bando like, ouu" } },
    { 2,  {3.347999999999999f,        "Diamond on my wrist and it look like glue" } },
    { 3,  {5.038f,                    "Diamond on my wrist and it look like glue" } },
    { 4,  {6.7059999999999995f,        "Walk in the club and I flex like ouu" } },
    { 5,  {8.41f ,                    "Walk in the club and I flex like ouu" } },
    { 6,  {10.073999999999998f,        "Maison Margiela all over my shoe" } },
    { 7,  {11.768f,                    "Maison Margiela all over my shoe" } },
    { 8,  { 13.431999999999999f,    "Pull up swerving in a coupe" } },
    { 9,  { 15.140999999999998f,    "Pull up swerving in a coupe" } },
    { 10, { 16.826f,                "Pull up swerving in a coupe" } },
    { 11, { 18.55f ,                "Pull up swerving in a coupe" } },
    { 12, { 20.243999999999996f,    "Move them bricks to the bando like, ouu" } },
    { 13, { 21.889f,                "Diamond on my wrist and it look like glue" } },
    { 14, { 23.612f,                "Walk in the club and I flex like, ouu" } },
    { 15, { 25.301f,                "Maison Margiela all over my shoe" } },
    { 16, { 26.974999999999998f,    "Made a couple bands in the kitchen (kitchen)" } },
    { 17, { 28.675f,                "Made a couple bands water whippin' (brrr)" } },
    { 18, { 30.348000000000003f,    "Take a nigga bitch, go missing, oou" } },
    { 19, { 32.05199999999999f,        "Bitch I ball like a piston, ouu" } },
    { 20, { 33.726f ,                "Bitch I flex Ric Flair, damn" } },
    { 21, { 35.44f,                    "All they do is stare, ouu" } },
    { 22, { 37.089f,                "Lil Pump really don't care, no" } },
    { 23, { 38.772999999999996f,    "Told a bih lil pump yeah, ouu" } },
    { 24, { 40.44199999999999f,        "Everybody know I'm up next, yeah" } },
    { 25, { 42.162000000000006f,    "Everybody know I flex, ouu" } },
    { 26, { 43.840999999999994f,    "I run through these checks, ouu" } },
    { 27, { 45.535f,                "I flex on my ex, ouu" } },
    { 28, { 47.229f,                "Left 4 bands in the trap (trap)" } },
    { 29, { 48.938f,                "Left 4 bands in the trap (four)" } },
    { 30, { 50.626999999999995f ,    "Smokin' on loud pack, ouu" } },
    { 31, { 52.316f,                "Smokin' on loud pack, ouu" } },
    { 32, { 54.004999999999995f ,    "Move them bricks to the bando like, ouu" } },
    { 33, { 55.684f ,                "Move them bricks to the bando like, ouu" } },
    { 34, { 57.378f,                "Diamond on my wrist and it look like glue" } },
    { 35, { 59.062f ,                "Diamond on my wrist and it look like glue" } },
    { 36, { 60.75099999999999f,        "Walk in the club and I flex like ouu" } },
    { 37, { 62.476f,                "Walk in the club and I flex like ouu" } },
    { 38, { 64.145f ,                "Maison Margiela all over my shoe" } },
    { 39, { 65.839f,                "Maison Margiela all over my shoe" } },
    { 40, { 67.518f,                "Pull up swerving in a coupe" } },
    { 41, { 69.16199999999999f ,    "Pull up swerving in a coupe" } },
    { 42, { 70.90599999999999f ,    "Pull up swerving in a coupe" } },
    { 43, { 72.60499999999999f ,    "Pull up swerving in a coupe" } },
    { 44, { 74.264f ,                "Move them bricks to the bando like, ouu" } },
    { 45, { 75.978f,                "Diamond on my wrist and it look like glue" } },
    { 46, { 77.657f ,                "Walk in the club and I flex like, ouu" } },
    { 47, { 79.306,                    "Maison Margiela all over my shoe" } }
};
 
void ChatSpamLilPump(bool endless)
{
    auto ticker = (double)(clock() - start_t) / CLOCKS_PER_SEC;
    if (ticker > FlexLikeOuu[Flexi].time)
    {
        SayInChat(FlexLikeOuu[Flexi].text);
 
        Flexi++;
 
        if (endless && Flexi >= FlexLikeOuu.size())
        {
            Flexi = 0;
            start_t = clock();
        }
    }
}
 
// Somewhere
ChatSpamLilPump(true);
Как это в индиго добавить?в замане коспили
 
Назад
Сверху Снизу