Skip to content

Python 3 tool for finding unclaimed groups on Roblox. Supports multi-threading, multi-processing and HTTP proxies.

Notifications You must be signed in to change notification settings

renzpogiwww/roblox-group-scanner-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roblox-group-scanner-v2

Python 3 tool for finding unclaimed groups on Roblox. Supports multi-threading, multi-processing and HTTP proxies.

Unlike roblox-group-scanner, this tool uses the bulk api endpoint for group details, thus resulting in performance increases of up to 100x.

Usage

python scanner.py -w 32 -r 1-11500000 -c 11000000 -p proxies.txt -u WEBHOOKURLHERE
usage: scanner.py [-h] [-t THREADS] [-w WORKERS] [-r RANGE] [-c CUT_OFF] [-p PROXY_FILE] [-u WEBHOOK_URL]
                  [--chunk-size CHUNK_SIZE] [--timeout TIMEOUT]

optional arguments:
  -h, --help            show this help message and exit
  -t THREADS, --threads THREADS
                        Amount of threads to be created per worker
  -w WORKERS, --workers WORKERS
                        Amount of processes to be created
  -r RANGE, --range RANGE
                        Range of group ids to be scanned
  -c CUT_OFF, --cut-off CUT_OFF
                        Group ids past this point won't be blacklisted based on their current validity status
  -p PROXY_FILE, --proxy-file PROXY_FILE
                        List of HTTP proxies
  -u WEBHOOK_URL, --webhook-url WEBHOOK_URL
                        Webhook for results
  --chunk-size CHUNK_SIZE
                        Amount of groups to be checked per API request
  --timeout TIMEOUT     Timeout for server responses

About

Python 3 tool for finding unclaimed groups on Roblox. Supports multi-threading, multi-processing and HTTP proxies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages