Useful hacks - Derpitron/Discord-OTP-Forcer GitHub Wiki
Change the ratelimit/delay duration
Modify src/backend.py
at the following lines:
L225 L252
Change the values in the secrets.choice(range(x, y))
calls to modify the range. E.g if it says secrets.choice(range(2, 6))
, then the program will sleep for anywhere from 2 to 5 seconds (doesn't include the last value in the range). Read the range()
docs here https://docs.python.org/3/library/stdtypes.html#range if you want to make custom ranges with weird timings