Skip to content

BannableBalls/captchaCodeMakerV2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

captchaCodeMakerV2

Make Roblox's signup funcaptcha code so you can send to discord bots (REMADE)
If this version is giving you a hard time try mogolicoo's which is made in node.js

Example on how to get the code after

Better example link
Test the example here: link

import base64
code = "Code here"
decoded = base64.b64decode(code).decode('utf-8').split(',')
captchaId = decoded[0]
captchaToken = decoded[1]
print(f'Captcha ID: {captchaId}')
print(f'Captcha Token: {captchaToken}')

About

Make Roblox's signup funcaptcha code so you can send to discord bots (REMADE)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 66.6%
  • Python 33.4%