https://github.com/tecnoprojects/kazakhstan-bomb
https://github.com/tecnoprojects/kazakhstan-bomb
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tecnoprojects/kazakhstan-bomb
- Owner: TecnoProjects
- Created: 2024-09-04T18:48:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2021-04-27T01:25:12.000Z (about 5 years ago)
- Last Synced: 2025-07-29T03:49:43.660Z (10 months ago)
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kazakhstan bomb script
# Windows
ES: Descargar el zip y extraerlo, abrir cmd como administrador y entrar al directorio donde lo descargamos y hacemos:
EN: Download the zip code and extract it, open cmd as administrator, change your directory to the script one and then:
```pip install -r requirements.txt```
After that, just run the script like normally
```python spamscriptarab.py```
# Linux
### Primero, en nuestra rerminal de linux escribiremos:
## First of all, we'll type in our linux terminal:
```python3 -m pip install -r requirements.txt```
ES: Luego, escribiremos el siguiente comando
EN: Then, we'll write the following command
```xhost +```
ES: Si no tienes xsel o xclip, instalalos con el siguiente comando:
EN: If you dont have xsel or xclip install, install them with the following commands:
#### Ubuntu - Kali
```sudo apt install xsel```
or
```sudo apt install xclip```
#### Debian - Older Ubuntu
```sudo apt-get install xsel```
or
```sudo apt-get install xclip```
#### Arch and based distros
```sudo pacman -S xsel```
or
```sudo pacman -S xclip```
# Uso
do:
```sudo python3 spamscriptarab.py```
ES: Escribe el numero de mensajes que quieras mandar
y tendras 5 segundos para ir a la aplicacion donde quieres
mandar los mensajes
EN: Type the number of messages you want to send
then, you'll have 5 seconds to go to the application where you want to send the messages
After the 5 seconds passed, it will start spamming
# Para pararlo
## To stop it...
ES: Si quieres cancelarlo mientras está spammeando, solo tienes que presionar la tecla "1" y
parará automaticamente, o también puedes ir a tu terminal y cancelarlo usando Ctrl + C.
EN: If you want to stop it while it is spamming, you only have to press the key "1" and it will
stop, or you can go to your terminal and press Ctrl + C.