A package to get Solved Funcaptcha tokens for Roblox.
Project description
FcBypass
A python module to get Funcaptcha tokens from capbypass
Create a FcBypass instance
import FcBypass
fcbypass = FcBypass.Solver(Key="ENTER_YOUR_CAPBYPASS_KEY_HERE")
The variable fcbypass can then be used multiple times to fetch tokens from capbypass.
Use cases
Signup:
response = fcbypass.FunCaptchaTask(
blob = "Submit your blob String here",
proxy = "http://username:password@ip:port",
Signup = True
)
print(response.Token)
Login:
response = fcbypass.FunCaptchaTask(
blob = "Submit your blob String here",
proxy = "http://username:password@ip:port",
Login = True
)
print(response.Token)
Action:
response = fcbypass.FunCaptchaTask(
blob = "Submit your blob String here",
proxy = "http://username:password@ip:port",
Action = True
)
print(response.Token)
Your response.Token
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fcbypass-1.0.6.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fcbypass-1.0.6.tar.gz.
File metadata
- Download URL: fcbypass-1.0.6.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26274a087c64d43ee534c438a51f2034bca8f53d352984319e77bacf49c1b914
|
|
| MD5 |
24fe43f96de233734db9fd98c6000021
|
|
| BLAKE2b-256 |
d2ad58b292448e291c5e8dac8687df984ac89bc1c2e926d1f1a2ffb66782971f
|
File details
Details for the file fcbypass-1.0.6-py3-none-any.whl.
File metadata
- Download URL: fcbypass-1.0.6-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e43a4e3c75850fa294381b6c94b0bbc70b55830d48f772ca25ad76a6d83545a
|
|
| MD5 |
5af44278d2449b39d2e67955191b0bd1
|
|
| BLAKE2b-256 |
f13c8a09502ef30668048b5dcabaf57dfbca1eba5be0a2ca55d7c8aea830c600
|