PiShock SB is a Discord selfbot that allows you (or others) to shock your account using PiShock.
allows for custom words triggers for shocking such as (word) (shock value) (duration)
Shock Commands
- setshocker <api-key> <device-code>
- setusername <username>
- add <word>
- test <duration> <intensity>
- remove_word <word>
Misc Commands
- avatar <user/id>
- banner <user/id>
- status
- ping
- shutdown
open your cmd/terminal of choice and run the following command
git clone https://github.com/blahajr/pishock-sb.git
This will clone the repository to your machine.
Once the repo is cloned, navigate into the project folder:
cd pishock-sb
This will change the current directory to the pishock-sb
folder, where the files are located.
⚠️ Warning: if discord requirement is already installed you need to uninstall discord and install discord.py-self if no virtual env.
-
Open CMD and navigate to the project directory.
-
Run the following command to create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
.\venv\Scripts\activate
-
Now you're in the virtual environment. Install the required dependencies by running:
pip install -r requirements.txt
-
Open your terminal and navigate to the project directory.
-
Run the following command to create a virtual environment:
python3 -m venv venv
-
Activate the virtual environment:
source venv/bin/activate
-
Now you're in the virtual environment. Install the required dependencies by running:
pip install -r requirements.txt
To proceed, you will need the following credentials from PiShock:
setting | Description |
---|---|
Username | The Username is the one you use to log into PiShock.com. You can find it in the Account section of your dashboard. |
ApiKey | The API Key is generated on the PiShock website and can be found in the Account section of your account dashboard. |
Sharecode | The Sharecode is a unique code generated on PiShock.com for your device. |
Token | Your Discord Token is required to log in to the SB. You can retrieve it by following the instructions from the web version of Discord. |
-
Open Discord in your web browser of choice
-
Press Ctrl + Shift + I.
-
Navigate to the Console tab.
-
Paste the following code into the console and hit Enter:
(webpackChunkdiscord_app.push([ [""], {}, (e) => { m = []; for (let c in e.c) m.push(e.c[c]); }, ]), m) .find((m) => m?.exports?.default?.getToken !== void 0) .exports.default.getToken();
- note: if this fails type "allow pasting" in the terminal
Once everything is installed, run cp example.env .env
or manually rename the example.env
and then you can run the selfbot using the following command:
python gui.py
- starts the gui for the selfbot
configure everything in the gui or manually in the .env