Git Product home page Git Product logo

discord-phone-verifier's Introduction

HOW TO GET STARTED

Use the Devbranch Version: https://github.com/FuckingToasters/discord-phone-verifier/tree/dev
The Dev Branch will be updated regulary and in case you find any Errors you can open an Issue to report them.
If i'm certain that the current version inside the devbranch is errorfree, i'll push it to the mainbranch.

Before opening an Issue, make sure to carefully read and understand the readme file as most things are explained in detail there.
Finally, Good luck with mass verifing Accounts :)

PLEASE NOTE

You can use the Tool, modify and it and use it for private purposes. You are not Allowed to sell the orginal src or a modified version.
(If u are poor, you should buy EV from someone and make thwm Fully Verified using the tool, then sell the FV ones but don't sell this tool pls)

discord-phone-verifier's People

Contributors

fuckingtoasters avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

discord-phone-verifier's Issues

Error while requesting code via vaksms

[*] Solving captcha... please be patient!
[+] Successfully requested verification code!
Exception in thread Thread-4 (verify):
Traceback (most recent call last):
File "C:\Users\USER\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "C:\Users\USER\AppData\Local\Programs\Python\Python310\lib\threading.py", line 953, in run
self._target(*self._args, **self.kwargs)
File "C:\Users\USER\Desktop\Pictures\Phone-Verify\discord-phone-verifier\new version\main.py", line 221, in verify
VERIFYCODE = waitsms()
File "C:\Users\USER\Desktop\Pictures\Phone-Verify\discord-phone-verifier\new version\main.py", line 193, in waitsms
if str(PHONESERVICE).lower() == "vaksms": waitcount, verifycode = vaksms.getcode()
File "C:\Users\USER\Desktop\Pictures\Phone-Verify\discord-phone-verifier\new version\plugins\phoneservices\vaksms.py", line 73, in getcode
with requests.Client() as client: response = client.get(url).json()
File "C:\Users\USER\AppData\Local\Programs\Python\Python310\lib\site-packages\httpx_models.py", line 743, in json
return jsonlib.loads(self.text, **kwargs)
File "C:\Users\USER\AppData\Local\Programs\Python\Python310\lib\json_init
.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\USER\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\USER\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Contact

Do u have any social media i could contact you on?

SMS not sent

Ayo,
So basicly, i tryed to phone verify, with 5sim & capmonster, and it just not sent
image

Idk if you can fix, or idk, i tried with proxy, without, changing country/operator

if u have any question, i will ansanwer faster in discord : Not Sysy's#6700

Thx :)

Pep8

Lord have mercy this is some dog shit code, read pep8 my guy, nearly impossible to read. Atleast run black 🤣

[Suggestion] Reduce number usage

If a new number was requested because the other one didn't have a code within 2 minutes and then a code came after 2 minutes, 1 number was wasted. Maybe you could add a cancel request for the number before ordering a new? It's on VAK-SMS big issue with delivery time for the code

SMS sent, program not pulling 6 # code

The program says the token is valid (I have checked for myself)
It buys a number from 5sim, solvs the captcha using capmonster (both work as expected)
"Successfully requested verification code" , I can see the verification code on 5sim but the program says "Discord haven't send the SMS so far 1/120 - 120/120


Exception in thread Thread-1 (verify):
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2288.0_x64__qbz5n2kfra8p0\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2288.0_x64__qbz5n2kfra8p0\lib\threading.py", line 953, in run
self._target(*self._args, **self.kwargs)
File "C:\Users\killt\Desktop\GANG-Nuker PRODUCT\discord-phone-verifier-main\new version\main.py", line 221, in verify
VERIFYCODE = waitsms()
File "C:\Users\killt\Desktop\GANG-Nuker PRODUCT\discord-phone-verifier-main\new version\main.py", line 218, in waitsms
verify(totalthreads, threadindex, proxytype)
File "C:\Users\killt\Desktop\GANG-Nuker PRODUCT\discord-phone-verifier-main\new version\main.py", line 221, in verify
VERIFYCODE = waitsms()
File "C:\Users\killt\Desktop\GANG-Nuker PRODUCT\discord-phone-verifier-main\new version\main.py", line 217, in waitsms
elif str(PHONESERVICE).lower() == "fivesim": fivesim.deletenumber()
File "C:\Users\killt\Desktop\GANG-Nuker PRODUCT\discord-phone-verifier-main\new version\plugins\phoneservices\fivesim.py", line 29, in deletenumber
with requests.Client(headers=self.HEADERS) as client: response = client.get(url).json()
File "C:\Users\killt\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\httpx_models.py", line 743, in json
return jsonlib.loads(self.text, **kwargs)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2288.0_x64__qbz5n2kfra8p0\lib\json_init.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2288.0_x64__qbz5n2kfra8p0\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2288.0_x64__qbz5n2kfra8p0\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

image


Everything works as intended except the last part of fetching the SMS code and sending it back to discord.
Thank you for your time.

Edit: Now it will say it sent a code but nothing gets received on 5sim.

'{"message": "Invalid phone number", "code": 50022}'

Hi,

Thanks for your greate job and efforts first and I faced some difficulties as phone invalid, no matter 3 provider:
'{"message": "Invalid phone number", "code": 50022}'
I am not sure why such situation happen. Thanks.
image

Error when trying to run

Thanks so much for making this by the way man, sincerely.

Could you help me with this error?

Exception in thread Thread-1 (verify):
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\Administrator\Desktop\new version\main.py", line 52, in verify
TOKENCOMBO, TOKEN, PASSWORD = gettoken()
File "C:\Users\Administrator\Desktop\new version\main.py", line 50, in gettoken
TOKEN, PASSWORD = TOKENCOMBO.split(":")
ValueError: too many values to unpack (expected 2)

error

yo bro why get these errors so much
image

Solving Captcha

It stops by Solving the Captcha, I use capmonster with vaksms.

image

proxy

i get many errors due to proxies what proxies provider you use for your tool

failed

image
do you know the error

Not working

Hey, I am trying out the new version and also read ur tip about using anticaptcha to fix it and I started using it, somehow still doesn‘t work with vaksms, do i need to paste my own useragents in the file and what proxy provider would you recommend?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.