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:
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.
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





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>
\ "
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.