Skip to content

Enables finding intermediaries between two Roblox accounts using brute-force techniques, with proxy support and database management.

License

Notifications You must be signed in to change notification settings

JuanForge/InterLinkerRoblox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InterLinkerRoblox

⚠️ Disclaimer: This tool is intended for research and analysis on publicly available data and must not be used to bypass platform protections, harvest private user data, sell data, or train machine learning models on platform data. Respect Roblox Terms of Use and Creator Third‑Party App Policy. Use proxy rotation only for legitimate reasons; do not use this code to evade rate limits or bans. The authors assume no responsibility for misuse.

Install Python 3.14.0

sudo apt update
sudo apt install -y software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install -y python3.14 python3.14-venv python3.14-dev

Execute

python3.14 -m venv .venv3.14
source .venv3.14/bin/activate
pip install -r requirements.txt
python main.py --help

About

Enables finding intermediaries between two Roblox accounts using brute-force techniques, with proxy support and database management.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages