ExtraConcentratedJuice / pokecord-catcher

Working automatic hax to catch pokemans on the shitty discord pokemon clone
2 stars 0 forks source link

Get account disabled by repeated spam content #149

Open hyquoccuong opened 5 years ago

hyquoccuong commented 5 years ago

Pokemon catcher feature is okay but spam feature make discord account disabled. I think the reason is content is repeated and discord realize that (Not pokecord). I tried to use your bot for catcher account and this one for spam account (I delete some code to catch pokemon, just keep spam code, their catcher code has problem and make bot crashed) Spammer And everything seem okay, because they use random chat content code

async def auto_typing():
    channels = discordUtils.getChannel(client, constants.BOT_CHANNEL)
    while True:
        try:
            for channel in channels:
                length = randint(1, 15)
                alphabet = 'abcdefghijklmnopqrstuvwxyz  '
                msg = "m:"
                msg += "".join([alphabet[randint(0, len(alphabet)-1)] for x in range(length)])
                await client.send_message(channel, msg)
            await asyncio.sleep(2)
        except Exception:
            print("Error writing message")

If you update your code to send random content for spam I think bot will be better

hyquoccuong commented 5 years ago

Lol their bot also make account disabled but one week later, I suggest create catcher account use our bot (togger spam off, to avoid be disabled) and spammer accounts, if spammer account get disabled you can reg new one