Skip to content

robloxscriptlua/CopyDiscordBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

What is this for?

This Discord bot copies a certain user's text in a channel. This is mainly for Roblox Limited Code Sniping, but you can do anything with this if you want.

Note

If Status Code: 401 occurs, you entered your token incorrectly

If you see Respond: 200, it's working

As you see on line 37: content = re.sub(r'^\s*#\s+|\s*\|\s*|"', '', content) that is the filter that removes hashtags, double quotes, and pipes. If you wish, just remove that code and there'll be no filter.

Installation


Must have Python 3.6 or later installed

Open CMD

Run pip install pyperclip aiohttp asyncio


Usage


Find your token from Discord

Now open Inspect Element

Control + Shift + C or F12

In Inspect Element find Application and open Local Storage

Now enter token in the Filter

Example:

howto

Copy token, not tokens.

Open CopyDiscordBot.py with any editing software other than python. (notepad easiest) (rightclick CopyDiscordBot.py and open with)

Paste it into USER_TOKEN and it should look similar to this

image

Find the user you want to stalk for codes or anything they text. (turn on Developer Mode in settings | Open Settings -> Advanced)

image

Now go to the user you want to stalk and click the three dots and Copy User ID.

image

Open codesniper.py with the editing software again and paste it in SPECIFIC_USER_ID.

image

Now find Channel IDs by going into a server and copying a Channel Id with right click.

image

Open CopyDiscordBot.py with the editing software again and paste it in CHANNEL_IDS.

You can remove or add more channel ids by adding a few more , and "".

Example:

image

image


Disclaimer

This script is provided as-is, and the use of this script to interact with Discord should comply with the Discord Terms of Service and Guidelines. Use it responsibly and avoid violating Discord's rules or any applicable laws. I want to emphasize that I am not connected or involved in any way with whatever unfolds when you are in a predicament.

Discord TOS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages