BridgeSenseDev / Dank-Memer-Grinder

Dank Memer Grinder is an advanced selfbot with a clean GUI and captcha solver
MIT License
66 stars 27 forks source link

Search, crime, stream order documentation #143

Closed ineeddankselfbots closed 4 months ago

ineeddankselfbots commented 1 year ago

Describe the bug A clear and concise description of what the bug is and steps to reproduce.

Error Click on the home tab and send the full error if there is one.

Screenshots If applicable, add screenshots to help explain your problem.

OS: Windows, Linux arm64, Linux amd64 or MacOS

AnomalyJx commented 1 year ago

image like this?

BridgeSenseDev commented 1 year ago

It is configurable from the config.json file the application creates, for each account in config.json theres lists of items that you can edit, the one for search is shown below. ill make detailed documentation in readme soon.

"search": {
                "state": true,
                "delay": 20,
                "priority": [
                    "phoenix pits",
                    "aeradella's home",
                    "shadow's realm",
                    "dog",
                    "grass",
                    "air",
                    "kitchen",
                    "dresser",
                    "mail box",
                    "bed",
                    "couch",
                    "pocket",
                    "toilet",
                    "washer",
                    "who asked"
                ],
                "second_priority": [
                    "fridge",
                    "twitter",
                    "vacuum"
                ],
                "avoid": [
                    "bank",
                    "discord",
                    "immortals dimension",
                    "laundromat",
                    "soul's chamber",
                    "police officer",
                    "tesla",
                    "supreme court"
                ]
            },