Skip to content

Greenpilot4/ghost-ping.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ghost-Ping

Selfbot for ghost pinging.

Usage

  • 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

Python Usage

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

Running Exe

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 token in token.json to your user token.
  • Run the ghost(version).exe file.

Android

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

Getting User Token

Follow Video

Or

  1. Press Ctrl+Shift+I on Discord to show developer tools.
  2. Navigate to the Application tab.
  3. Select Local Storage > https://discordapp.com on the left.
  4. Filter by Token.
  5. Press Ctrl+R to reload.
  6. Find token at the bottom and copy the value image

Bot Usage

First enable developer mode.

  1. Click Appearance under App Settings on the left hand side.
  2. 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". image

Disclaimer

Selfbots officially violate Discord ToS. I take no responsibility for consequent actions taken against user accounts.