KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
MCSpamBot
★ 11
Open GitHub ↗
A minecraft spammer bot in nodejs
Download README (.md)
Explore Similar Repositories
deepRetinotopy
:
Code for predicting retinotopy from anatomy using geometric deep learning. See paper for more --> https://www.sciencedirect.com/science/article/pii/S1053811921008971
HBAO
:
No description available.
warpseq
:
No description available.
Reflected-XSS-Mindmap
:
This repo contains mindmap and content regarding reflected xss.
video-notes
:
notes for video editing
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
MCSpamBot
?
Download (.md)
# MCSpamBot A Minecraft spam bot written in Node.js It supports Minecraft versions from 1.7 to 1.21. Check the [minecraft-protocol](https://github.com/PrismarineJS/node-minecraft-protocol) repository for the list of supported versions. ## Usage ``` node src/index.js host <ip> port <port> username <true/false> version 1.8.8 speed 120 threads 4 ``` ## Arguments ``` host | Target Minecraft server IP port | Target Minecraft server port username | If true, uses the usernames from the list version | Target Minecraft server version speed | Milliseconds between each connection threads | Number of threads used to send the attack ``` This project uses [minecraft-protocol](https://github.com/PrismarineJS/node-minecraft-protocol) ## Supported proxies You can use HTTP or SOCKS proxies. Create a file named `proxies.txt` and fill it with your proxies, one per line in the format `ip:port`. ## Warning Please use this project only for development/testing purposes and only on servers where you have permission. This project should not be used for actual botting.