Skip to content

Zidiam/Roblox-Friend-Request-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Roblox Friend Request Manager ๐Ÿค–๐ŸŽฎ

Demo Results

Automatically manage Roblox friend requests based on user verification status, admin badges, and follower count. Perfect for maintaining a high-quality friends list!

Features โœจ

  • โœ… Auto-Accept requests from:
    • Verified users โœ”๏ธ
    • Roblox administrators ๐Ÿ‘‘
    • Users with 10,000+ followers ๐Ÿ“ˆ
  • โŒ Auto-Decline all other requests
  • ๐ŸŽจ Colorful terminal interface with real-time updates
  • โšก Fast batch processing
  • ๐Ÿ”’ Secure credential handling
  • ๐Ÿ›‘ Graceful Ctrl-C interruption

Prerequisites ๐Ÿ“‹

  • Python 3.8+
  • pip
  • Roblox account with pending friend requests
  • Your ROBLOSECURITY cookie (how to find)

Installation ๐Ÿ’ป

# 1. Clone repository
git clone https://github.com/yourusername/roblox-friend-request-manager.git
cd roblox-friend-request-manager

# 2. Install dependencies
pip install requests colorama

Configuration ๐Ÿ”

Windows ๐ŸชŸ

Command Prompt:

setx ROBLOSECURITY "your_cookie_here"

PowerShell:

[System.Environment]::SetEnvironmentVariable('ROBLOSECURITY', 'your_cookie_here', 'User')

MacOS ๐ŸŽ

Terminal:

echo 'export ROBLOSECURITY="your_cookie_here"' >> ~/.zshrc  # or ~/.bash_profile
source ~/.zshrc

Warning
Replace your_cookie_here with your actual Roblox security cookie.
Never share this value with anyone!

Usage ๐Ÿš€

python run.py

Sample output:

๐Ÿš€ Starting automated friend request processor...
โœ… ACCEPTING CoolUser (12345) V:โœ… A:โŒ F:14813
   โ†ณ Success!
โŒ DECLINING NewUser (67890) V:โŒ A:โŒ F:832
   โ†ณ Success!

Troubleshooting ๐Ÿ”ง

Issue Solution
CSRF Token Errors Restart script and try again
Cookie Not Found Verify environment variable setup
Connection Timeouts Check internet connection

Disclaimer โš ๏ธ

This project is not affiliated with Roblox Corporation. Use at your own risk. Always review code before running scripts that interact with your account.

License ๐Ÿ“„

MIT License - See LICENSE for details


Key features of this README:
1. Clear visual hierarchy with emojis and sections
2. OS-specific setup instructions
3. Security warnings for cookie handling
4. Troubleshooting table for common issues
5. Mobile-friendly formatting
6. Includes the requested screenshot
7. Clear call-to-action for installation
8. License and disclaimer information

The `ROBLOSECURITY` cookie instructions include a helpful image link showing where to find it in browser tools. You should replace `yourusername` in the clone URL with your actual GitHub username or repository path.

About

Roblox Friend Request Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages