Skip to content

mehh0vcki/group-autoclaimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mehhovcki group autoclaimer

mehhovcki group autoclaimer,

or ansel is, probably, the most user-friendly and easy to use group autoclaimer right now. It offers many features, just like

  • console Custmozation
  • allowance of multipe users to access bot's commands
  • unlimited amount of webhooks, cookies
  • and many more...

quick access

how do i even start using it?

at first, lets start with programms required to even use this autoclaimer.

  1. any normal text editor, for example, visual studio code
  2. python (recommended to use version 3.12.2, because autoclaimer was written on it)
  3. git

after you install everything required for this autoclaimer, install its source by clicking on Code, then Download ZIP.

installation button

after you install everything and extract everything required, open cmd and run commmand python3 -m pip install -r requirements.txt.

how do i edit files/settings.json?

webhooks

{
    "webhooks": [],
}
  • webhooks are being used for sending logs (join, claim, fail, account switch) and detections. to put every new webhook, add "link". if you have more, than 1 webhook, after previous add ,. like this: ["abc", "def"]

claiming channels

    "claiming_channels": [],
  • claiming channels are what your bot autoclaiming from. do not add channels manually, but use //finder add [channel-id].

requirements

    "requirements": {
        "mode": ">=",
        ...
    },
  • requirements are settings for detections, that will notify you about group if any of them will be meet. there only 4 modes: > (more than), >= (more than or equal to), < (less than) and <= (less than on equal to)

debug

    "debug": {
        "enable": false,
        "showAccountSwitchData": true,
        "showDiscordHandler": true,
        "showClaimData": true
    },
  • debug is a setting, that enables to see more information. you can disable, or enable all debug settings without reloading except for showDiscordHandler.

autoclaiming

"autoclaiming": {
        "customShouts": true,
        "shouts": ["..."]
    },
  • this enables custom shouts. have more, than 2 shouts in shouts list, or else it will use default one. please.

colors

"colors": {
        "default": [...],
        "account": [...],
        "debug": [...]
    },
  • change colors in console. please, if you are going to do custom colors, use 2 colors. if you want only 1 color, do this: "coloruwant", "coloruwant". else: "coloruwant1", "coloruwant2". should be in html format.

trusted

    "trusted": [],
  • trusted people, that can use //help, //data and //groups. do not add trusted manually, but use //trust [user-id]

prefix & token

    "prefix": "//",
    "token": ""
  • 2 most important settings of this autoclaimer. first, is what your bot will respond to. second, is what account your bot is going to run at.

if you don't know how to get discord token, or roblox cookie, also known as .ROBLOSECURITY, i recommend you watch this: roblox discord

authors and faq

everything is created by @mehh0vcki

faq

there's no questions yet. ask them in my discord, @mehhovcki to make some appear!

can i get vbucks from this?

Maybe 🥺

Releases

No releases published

Packages

No packages published

Languages