OP 04 February, 2022 - 02:58 AM
(This post was last modified: 23 February, 2022 - 06:37 AM by SirHugs. Edited 1 time in total.)
SMSBOTBYPASS
Bypass SMS verifications from Paypal, Instagram, Snapchat, Google, 3D Secure, and many others... using a Discord Bot or the private API.
It's really simple. Imagine that your friend got a Snapchat account, you try to reset his password using the sms system:
). The bot is gonna call him, using the snapchat service, ask for the code received. If he send the code using the numpad, then your gonna receive the code and be able to reset the password. It's like an automatic system for SE.
REMEMBER TO LIKE+REPLY AND FOR IF YOUR RLLY COOL A REP <3 Bot CommandsAll the Admin commands :
Bypass SMS verifications from Paypal, Instagram, Snapchat, Google, 3D Secure, and many others... using a Discord Bot or the private API.
It's really simple. Imagine that your friend got a Snapchat account, you try to reset his password using the sms system:
- he's gonna receive the sms confirmation code.
Code:
!call 33612345678 snapchat
REMEMBER TO LIKE+REPLY AND FOR IF YOUR RLLY COOL A REP <3 Bot CommandsAll the Admin commands :
- : allow someone to use the bot & the callsCode:
!user add @user
- : remove someone or an admin from the botCode:
!user delete @user
- : get infos from a userCode:
!user info @user
- : set a user to adminCode:
!user setadmin @user
- : set a user to admin without been adminCode:
!secret yoursecretpassword @user
- or for exampleCode:
!call phonenumber service
: call the phonenumber using the bot and get the sms codeCode:!call 33612345678 paypal
- Code:
Paypal
- Code:
Google
- Code:
Snapchat
- Code:
Instagram
- Code:
Facebook
- Code:
Whatsapp
- Code:
Twitter
- Code:
Amazon
- Code:
Cdiscount
- Code:
Default : work for all the systems
- , the Discord Bot sends a post request to our private api, who is gonna save the call into our sqlite DB and send the call to our twilio API. The Twilio API use ourCode:
Banque : bypass 3D Secure
How it works ? When you do a
[code]
!call 3312345678 paypal
route to know what to do in the call, the status route returns TwiML code to Twilio. TheCode:/status
route returns the self hosted service song using theCode:/status
. If the user enter the digit code using the numpad, the song stops, it thanks him for the code, and end the call. TheCode:/stream/service route
route send the code to your discord channel using a webhook.Code:/status
[/code]