22
33<div align =" center " >
44
5- ![ NameMC Sniper Logo ] ( https://img.shields.io/badge/NameMC-Sniper-blue?style=for-the-badge&logo=minecraft )
5+ < img width = " 1536 " height = " 324 " alt = " assets_task_01k6cfgfnce75rr55xznbme123_1759208092_img_1 " src = " https://github.com/user-attachments/assets/cf0a9ba6-a318-424b-a163-82f34b9915b0 " />
66
77** A professional-grade Minecraft username sniper with advanced features**
88
99[ ![ Python Version] ( https://img.shields.io/badge/python-3.8%2B-blue.svg )] ( https://python.org )
1010[ ![ License] ( https://img.shields.io/badge/license-MIT-green.svg )] ( LICENSE )
1111[ ![ Code Style] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
1212
13- [ 📚 Documentation] ( https://your-docs-website.com ) • [ 🚀 Quick Start] ( #quick-start ) • [ ⚙️ Configuration] ( # configuration) • [ 🤝 Support] ( # support)
13+ [ 📚 Documentation] ( https://zwroee.github.io/NameMCSniper-Docs/ ) • [ 🚀 Quick Start] ( https://zwroee.github.io/NameMCSniper-Docs/ #quick-start) • [ ⚙️ Configuration] ( https://zwroee.github.io/NameMCSniper-Docs/getting-started/ configuration/ ) • [ 🤝 Support] ( https://zwroee.github.io/NameMCSniper-Docs/legal/ support/ )
1414
1515</div >
1616
2121<td width =" 50% " >
2222
2323### 🎯 ** Core Features**
24- - ** High-Speed Sniping** - 10 concurrent workers with 25ms precision
25- - ** Bearer Token Auth ** - Secure Minecraft authentication
26- - ** Exact Timing ** - Starts 0.1s before drop, runs 10.1s after
27- - ** Smart Proxy Rotation** - Health-checked proxy management
24+ - ** Ultra-Fast Sniping** - 40 concurrent workers with 8ms precision
25+ - ** Multi- Token Support ** - Mass sniping with multiple accounts
26+ - ** Intelligent Rate Limiting ** - Per-token backoff strategies
27+ - ** Smart Proxy Rotation** - Residential proxy support (user-provided)
2828- ** Rich CLI Interface** - Beautiful terminal with colors & tables
2929
3030</td >
3131<td width =" 50% " >
3232
3333### 🔧 ** Advanced Features**
34- - ** Discord Integration ** - Real-time notifications & embeds
35- - ** Countdown Notifications ** - Multi-interval drop alerts
36- - ** Configuration Validation ** - Built-in config error checking
37- - ** Comprehensive Logging ** - Detailed file & console logs
34+ - ** Time Synchronization ** - NTP-based accurate timing
35+ - ** Adaptive Delays ** - Dynamic request timing optimization
36+ - ** Network Optimization ** - Oracle VPS performance tuning
37+ - ** Error Recovery ** - Graceful failure handling & retries
3838- ** Token Validation** - Test bearer tokens before sniping
3939
4040</td >
@@ -86,10 +86,10 @@ python Main.py snipe-at -u "Username" -w "12/25/2024 • 3∶30∶00 PM" # Snip
8686snipe :
8787 target_username : " YourDesiredUsername"
8888 bearer_token : " your_minecraft_bearer_token_here"
89- start_sniping_at_seconds : 30
90- max_snipe_attempts : 100
91- request_delay_ms : 25
92- concurrent_requests : 10
89+ start_sniping_at_seconds : 0
90+ max_snipe_attempts : 3000
91+ request_delay_ms : 8
92+ concurrent_requests : 40
9393
9494# Discord Notifications
9595discord :
@@ -175,6 +175,7 @@ The interactive menu features a professional Matrix-style interface with:
175175- **Real-time Information** - Current time display and status updates
176176- **User-friendly Navigation** - Simple number-based option selection
177177- **Professional Styling** - Consistent green theme throughout
178+ <img width="1918" height="983" alt="Screenshot 2025-09-30 063615" src="https://github.com/user-attachments/assets/387111dd-6039-46c1-b04c-73687cbb761a" />
178179
179180# ## Command Line Interface
180181
@@ -356,45 +357,45 @@ grep -i error logs/namemc_sniper_*.log
356357grep -i "claim attempt" logs/namemc_sniper_*.log
357358` ` `
358359
359- # # 📚 Documentation
360-
361- For comprehensive documentation, examples, and advanced configuration :
360+ # # 🚀 Performance
362361
363- **[📖 Visit our Documentation Website](https://your-docs-website.com)**
362+ # ## Optimized for Competitive Sniping
364363
365- - 🎯 **Sniping Strategies** - Optimal settings for different scenarios
366- - 🔧 **API Reference** - Complete function and class documentation
367- - 📊 **Performance Tuning** - Advanced optimization techniques
368- - 🤖 **Bot Integration** - Discord bot setup and commands
369- - 📈 **Analytics** - Success rate tracking and statistics
364+ | Metric | Value | Description |
365+ |--------|-------|-------------|
366+ | **Concurrent Workers** | 40 | Simultaneous sniping threads |
367+ | **Request Delay** | 8ms | Ultra-fast request timing |
368+ | **Max Attempts** | 3000 | High-volume attempt capability |
369+ | **Proxy Support** | Unlimited | Residential proxy rotation (user-provided) |
370+ | **Rate Limiting** | Per-token | Intelligent backoff strategies |
371+ | **Time Sync** | NTP-based | Sub-second timing accuracy |
370372
371- # # 👥 Contributors
373+ # ## Infrastructure Compatibility
372374
373- Special thanks to everyone who contributed to this project :
375+ - ✅ **Oracle VPS** - Optimized for 2+ OCPUs
376+ - ✅ **Residential Proxies** - Compatible with premium proxy providers
377+ - ✅ **Multi-Token** - Scale with multiple Microsoft accounts
378+ - ✅ **Global Timezones** - Automatic timezone detection
379+ - ✅ **Rate Limit Handling** - Smart 429 response management
374380
375- # ## Core Contributors
376- - **[Your Name]** - *Project Lead & Main Developer* - [@your-github](https://github.com/your-username)
377- - **[Collaborator Name]** - *Architecture & Performance Optimization* - Contributed via pair programming sessions
381+ # # 📚 Documentation
378382
379- # ## How to Contribute
383+ For comprehensive documentation, examples, and advanced configuration :
380384
381- We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.
385+ **[📖 Visit our Documentation Website](https://zwroee.github.io/NameMCSniper-Docs/)**
382386
383- # ### Development Setup
384- ` ` ` bash
385- # Clone and setup development environment
386- git clone https://github.com/your-username/NameMcSniper.git
387- cd NameMcSniper
387+ - 🎯 **Sniping Strategies** - Multi-token and proxy optimization
388+ - 🔧 **API Reference** - Complete function and class documentation
389+ - 📊 **Performance Tuning** - Oracle VPS and rate limiting optimization
390+ - 🤖 **Discord Integration** - Webhook notifications and status updates
391+ - 📈 **Competitive Analysis** - Success rates against different sniper types
388392
389- # Install development dependencies
390- pip install -r requirements-dev.txt
393+ # # 🫂 Authors
391394
392- # Run tests
393- python -m pytest tests/
395+ # ## Authors
396+ - **[zwroe]** - [@zwroee](https://github.com/zwroee)
397+ - **[light]** - [@zerolight18](https://github.com/zerolight18)
394398
395- # Format code
396- black .
397- ` ` `
398399
399400# # 📄 License
400401
@@ -414,7 +415,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
414415
415416# ## Getting Help
416417
417- 1. **📚 Check Documentation** - [docs website](https://your-docs-website.com )
418+ 1. **📚 Check Documentation** - [docs website](https://zwroee.github.io/NameMCSniper-Docs/ )
4184192. **🔍 Search Issues** - Look for similar problems
4194203. **📝 Create Issue** - Provide detailed information
4204214. **💬 Discord Community** - Join our support server
@@ -432,6 +433,6 @@ When reporting bugs, please include:
432433
433434**Made with ❤️ for the Minecraft community**
434435
435- [⭐ Star this repo](https://github.com/your-username /NameMcSniper) • [🐛 Report Bug](https://github.com/your-username /NameMcSniper/issues) • [💡 Request Feature](https://github.com/your-username /NameMcSniper/issues)
436+ [⭐ Star this repo](https://github.com/zwroee /NameMcSniper) • [🐛 Report Bug](https://github.com/zwroee /NameMcSniper/issues) • [💡 Request Feature](https://github.com/zwroee /NameMcSniper/issues)
436437
437438</div>
0 commit comments