Captcha Verification | Corebot Addon v1.1

Protect your discord from bots and discord raiders with a Google reCaptcha or hCaptcha
CAPTCHA VERIFICATION.png
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://corebotaddons.com/docs

Features:
  • Prevents Discord Raiding (This isn't impossible to bypass but it prevents discord raiding more than the react to verify!)
  • Fully customizable!
  • DynmaicConfig
  • Selfhosted reCaptcha Site
  • Selfhost hCaptcah 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: "775022245449433098"
    RoleToGive: Staff
    RoleToRemove: false
  Captcha:
    Type: hcaptcha
    # Options: recaptcha, hcaptcha
    SiteKey: ""
    SrecetKey: ""
  Features:
    Logging:
      ¬¬: "Types: console, channel, `false` for none or both"
      Type: both
      Channel: logs
      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:3123/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\">

    \        {corebot_inserts_apis}

    \    </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/DK7DkBK2D4
Corebot: https://www.mc-market.org/resources/8501/

This version comes obfuscated. If you are interested in buying the source code please open a ticket in our discord.
Buy a license now
$3.78
EULA: Standard EULA
New: Now supporting cryptocurrency payments!
Share and earn
Refer this resource and earn a 10% commission.
2,550 Views
29 Purchases
26 Downloads
Apr 14, 2021 Published
Nov 29, 2021 Updated
Not yet rated
23.8 KB File size
Type
  1. Corebot addon
Creator
Owner
Recommended for you
Supports Categories, SubCategories, Multiple Support Roles & MORE!
5.00 star(s) 40 ratings
239 purchases
The first and only discord bot to handle PayPal payments using a Personal PayPal Account.
5.00 star(s) 1 ratings
55 purchases
Auto update message to check your servers status!
5.00 star(s) 3 ratings
24 purchases
Notify your members when a Youtuber posts a new video!!
Not yet rated
24 purchases
Add autoreactions to art/media channels
5.00 star(s) 2 ratings
21 purchases
Share and earn
Refer this resource and earn a 10% commission.
2,550 Views
29 Purchases
26 Downloads
Apr 14, 2021 Published
Nov 29, 2021 Updated
Not yet rated
23.8 KB File size
Type
  1. Corebot addon
Creator
Owner
Recommended for you
Supports Categories, SubCategories, Multiple Support Roles & MORE!
5.00 star(s) 40 ratings
239 purchases
The first and only discord bot to handle PayPal payments using a Personal PayPal Account.
5.00 star(s) 1 ratings
55 purchases
Auto update message to check your servers status!
5.00 star(s) 3 ratings
24 purchases
Notify your members when a Youtuber posts a new video!!
Not yet rated
24 purchases
Add autoreactions to art/media channels
5.00 star(s) 2 ratings
21 purchases
Top