Captcha | Corebot Addon

Source Captcha | Corebot Addon h

This addon requires you to have the latest version of Corebot, if you don't have Corebot you can purchase it here https://www.mc-market.org/resources/8501/

This addon requires the latest version of corebot and https://www.mc-market.org/resources/16589/

DOCS: https://docs.corebotaddons.com/en/reCaptcha

Features:
  • Prevents Discord Raiding (This isn't impossible to bypass but it prevents discord raiding more than the react to verify!)
  • Fully customizable!
  • DynmaicConfig
  • setupEmbed (https://docs.corebotaddons.com/en/Edit-Embeds)
  • Selfhosted reCaptcha Site
  • Selfhosted hCaptcha Site
  • Discord Login
  • Logging System
  • onVerify Give/Remove Roles
brave_BoupMUKDCZ.png

brave_dDKaCXjRzz.png
brave_TKAVqIapoV.png

Discord_GwSbYZr80O.png
DiscordPTB_Zt9U7tBgs6.png
Code:
Settings:
  Guild:
    GuildID: ""
    RoleToGive: Staff
    RoleToRemove: false
  Captcha:
    Type: "hcaptcha"
    # hcaptcha or recaptcha
    SiteKey: ""
    SrecetKey: ""
  Features:
    Logging:
      ¬¬: "Types: console, channel, `false` for none or both"
      Type: both
      Channel: staff-chat
      onVerify: ({discordtag}/{discordid}) has verified their account
    DirectMessages:
      onJoin: false
      onJoinDirectMessage:
        Author: reCaptcha Verification
        Description: >-
          Hello **{discordtag}**, To verify that you are not a bot(most likely
          not *hope so*). In order to verify that you are not a robot please
          click [here]({redirectUrl}).


          Sorry for this DM message,

          **Regards Lloyd's Lounge**
        Footer: reCaptcha Verification Instructions
        Thumbnail: https://cdn.discordapp.com/attachments/805496224571719701/829338860755746886/shield.png
        Timestamp: true
      onVerify: true
      onVerifyDirectMessage:
        Author: reCaptcha Verification
        Description: >-
          > Hey **{discordtag}**! You have Successfully verified yourself in
          **Lloyd's Lounge**  server.


          Do not forget to check out our discord server's rules at <#775022245914476589> so you wont break them as you join! (*For your safety*)
        Footer: reCaptcha Verification Success
        Thumbnail: https://cdn.discordapp.com/attachments/805496224571719701/829338860755746886/shield.png
        Timestamp: true
  Other:
    ClientID: ""
    ClientSecret: ""
    RedirectURL: http://localhost:3000/verify
HTML:
  Verify: "<html>

    \      <head>

    \        <meta charset=\"utf-8\">

    \        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">

    \        <meta name=\"viewport\" content=\"width=device-width,
    initial-scale=1.0\">

    \        <script src=\"https://www.google.com/recaptcha/api.js\" async
    defer></script>

    \   \

    \    </head>

    \    <style>

    \      .flex-item {

    \        display: flex;

    \        align-items: center;

    \    }

    \    .flex-item img{

    \        flex-grow:0;

    \        flex-shrink:0;

    \    }

    \      h1.ariel {

    \        font-family: Arial, Helvetica, sans-serif;

    \    }

    \    div.ariel {

    \        font-family: Arial, Helvetica, sans-serif;

    \    }

    \    .btn {

    \      background: #7288da;

    \      background-image: -webkit-linear-gradient(top, #7288da, #7288da);

    \      background-image: -moz-linear-gradient(top, #7288da, #7288da);

    \      background-image: -ms-linear-gradient(top, #7288da, #7288da);

    \      background-image: -o-linear-gradient(top, #7288da, #7288da);

    \      background-image: linear-gradient(to bottom, #7288da, #7288da);

    \      -webkit-border-radius: 17;

    \      -moz-border-radius: 17;

    \      border-radius: 17px;

    \      font-family: Arial;

    \      color: #ffffff;

    \      font-size: 20px;

    \      padding: 10px 20px 10px 20px;

    \      text-decoration: none;

    \    }

    \   \

    \    .btn:hover {

    \      background: #7288da;

    \      background-image: -webkit-linear-gradient(top, #7288da, #7288da);

    \      background-image: -moz-linear-gradient(top, #7288da, #7288da);

    \      background-image: -ms-linear-gradient(top, #7288da, #7288da);

    \      background-image: -o-linear-gradient(top, #7288da, #7288da);

    \      background-image: linear-gradient(to bottom, #7288da, #7288da);

    \      text-decoration: none;

    \    }

    \    a {

    \      color: white;

    \      text-decoration: none;

    \    }

    \    </style>

    \    <body bgcolor=\"#7289DA\">

    \        <ul>

    \            <a href=\"#\"><img width=\"60\" height=\"60\"
    src=\"https://cdn.discordapp.com/attachments/670387414581116938/82911005061\
    8474536/brother-covid.png\" /></a>

    \        </ul>

    \   \

    \        <div class=\"flex-item\">

    \            <img
    src=\"https://cdn.discordapp.com/attachments/733783329396228156/82911016533\
    5834694/785375.gif\" alt=\"\" width=\"800\" height=\"600\" style=\"float:
    left;\" />

    \            <div>

    \                <h1 class=\"ariel\" style=\"font-size:60px;\"><span
    style=\"color: #ffffff;\">CorebotAddons Verification</span></h1>

    \                <div class=\"ariel\" style=\"font-size:40px;\"><span
    style=\"color: #ffffff;\">Please fillout the reCaptcha</span></div>

    \                <br>

    \                {captcha}

    \                </p>

    \                <br>

    \                <br>

    \                <br>

    \                <br>

    \            </div>

    \        </div>

    \    </body>

    \   \

    \    </html>

    \    "
  VerifyComplete: "<html>

    \      <head>

    \        <meta charset=\"utf-8\">

    \        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">

    \        <meta name=\"viewport\" content=\"width=device-width,
    initial-scale=1.0\">

    \        <script src=\"https://www.google.com/recaptcha/api.js\" async
    defer></script>

    \   \

    \    </head>

    \    <style>

    \      .flex-item {

    \        display: flex;

    \        align-items: center;

    \    }

    \    .flex-item img{

    \        flex-grow:0;

    \        flex-shrink:0;

    \    }

    \      h1.ariel {

    \        font-family: Arial, Helvetica, sans-serif;

    \    }

    \    div.ariel {

    \        font-family: Arial, Helvetica, sans-serif;

    \    }

    \    .btn {

    \      background: #7288da;

    \      background-image: -webkit-linear-gradient(top, #7288da, #7288da);

    \      background-image: -moz-linear-gradient(top, #7288da, #7288da);

    \      background-image: -ms-linear-gradient(top, #7288da, #7288da);

    \      background-image: -o-linear-gradient(top, #7288da, #7288da);

    \      background-image: linear-gradient(to bottom, #7288da, #7288da);

    \      -webkit-border-radius: 17;

    \      -moz-border-radius: 17;

    \      border-radius: 17px;

    \      font-family: Arial;

    \      color: #ffffff;

    \      font-size: 20px;

    \      padding: 10px 20px 10px 20px;

    \      text-decoration: none;

    \    }

    \   \

    \    .btn:hover {

    \      background: #7288da;

    \      background-image: -webkit-linear-gradient(top, #7288da, #7288da);

    \      background-image: -moz-linear-gradient(top, #7288da, #7288da);

    \      background-image: -ms-linear-gradient(top, #7288da, #7288da);

    \      background-image: -o-linear-gradient(top, #7288da, #7288da);

    \      background-image: linear-gradient(to bottom, #7288da, #7288da);

    \      text-decoration: none;

    \    }

    \    a {

    \      color: white;

    \      text-decoration: none;

    \    }

    \    </style>

    \    <body bgcolor=\"#7289DA\">

    \        <ul>

    \            <a href=\"#\"><img width=\"60\" height=\"60\"
    src=\"https://cdn.discordapp.com/attachments/670387414581116938/82911005061\
    8474536/brother-covid.png\" /></a>

    \        </ul>

    \   \

    \        <div class=\"flex-item\">

    \            <img
    src=\"https://cdn.discordapp.com/attachments/733783329396228156/82911016533\
    5834694/785375.gif\" alt=\"\" width=\"800\" height=\"600\" style=\"float:
    left;\" />

    \            <div>

    \                <h1 class=\"ariel\" style=\"font-size:60px;\"><span
    style=\"color: #ffffff;\">CorebotAddons Verification</span></h1>

    \                <div class=\"ariel\" style=\"font-size:40px;\"><span
    style=\"color: #ffffff;\">Verification complete! Please return to
    discord.</span></div>

    \                <br>

    \                </p>

    \                <br>

    \                <br>

    \                <br>

    \                <br>

    \            </div>

    \        </div>

    \    </body>

    \   \

    \    </html>

    \    "
Links
Discord: discord.gg/zeltux
Corebot: https://www.mc-market.org/resources/8501/

The people that keep us up!

  • Author
    Lloyd
    Type
    Digital product
    License duration
    Unlimited
    Price
    9.99 GBP
    Views
    767
    First release
    Last update
    Rating
    5.00 star(s) 1 ratings

    More resources from Lloyd

    Latest updates

    1. a

      d
    2. Fixed Client Var

      Thanks @Milkz

    Latest reviews

    pog, god addon

    © 2021 COREBOTADDONS.COM INC. ALL RIGHTS RESERVED.
    Major thank you to "Dragon" from Insurgence Network for helping setting up Paid Resources!

    Top