Selfbot for ghost pinging.
- If you are not on windows use the "Python Usage" Section
- If you are on windows use the "Running Exe" Section
- If you are on android use the "Android" Section
If you wish to run python source,
- Download python 3.6 +
- Run
pip install -r requirements.txt - Put token into to token.json
- Run
main.py
If you wish to avoid installing python and its dependencies, you can run the EXE.
- On the right there is a "releases" tab.
- Download latest version.
- Extract to a folder.
- Change
tokenin token.json to your user token. - Run the
ghost(version).exefile.
It is possible to use this on android.
- On the app store search and download "Termux"
- Open the app and paste this command
git clone https://github.com/Greenpilot4/ghost-ping.git - Note: If this command does not work install git with
sudo apt-get install git - Then type
cd ghost-ping - After that type
pip install -r requirements.txt - Then have your token ready
- Run
nano token.json - Put in token
"token": "TOKEN GOES HERE" - Note: If you dont have the token follow steps on the section below.
- Once done you can then run the program with
python main.py - Note: If python or pip does not work run
sudo apt-get install python pip
- Press Ctrl+Shift+I on Discord to show developer tools.
- Navigate to the Application tab.
- Select Local Storage > https://discordapp.com on the left.
- Filter by Token.
- Press Ctrl+R to reload.
- Find token at the bottom and copy the value
First enable developer mode.
- Click Appearance under App Settings on the left hand side.
- In the Appearance settings on the right, scroll all the way to the bottom to the Advanced section and click the switch to the right of Developer Mode .
- When asked for "who you would like to ping" right click on the desired user and hit "Copy ID" then put a @ in front of ID.
- When asked for "where you would like to ping" right click the channel, for example general and "Copy ID".
Selfbots officially violate Discord ToS. I take no responsibility for consequent actions taken against user accounts.
