Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i have no idea how to code, whats the issue here? #6

Open
kane55555 opened this issue Jul 26, 2023 · 0 comments
Open

i have no idea how to code, whats the issue here? #6

kane55555 opened this issue Jul 26, 2023 · 0 comments

Comments

@kane55555
Copy link

Python 3.11.4 (tags/v3.11.4:d2340ef, Jun 7 2023, 05:45:37) [MSC v.1934 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

gh repo clone H4cK3dR4Du/Spotify-Account-Generator
File "", line 1
gh repo clone H4cK3dR4Du/Spotify-Account-Generator
^^^^
SyntaxError: invalid syntax
python main.py
File "", line 1
python main.py
^^^^
SyntaxError: invalid syntax

EDUCATIONAL PURPOSES

Fat big cock generator for Spotify

By #1 & yx#7510

import os
import time
import json
import ctypes
try:
... import requests
... import colored
... import pystyle
... import random
... import string
... import httpx
... import uuid
... import threading
... import datetime
... except ModuleNotFoundError:
... os.system('pip install requests')
... os.system('pip install colored')
... os.system('pip install pystyle')
... os.system("pip install random")
... os.system("pip install string")
... os.system("pip install httpx")
... os.system("pip install uuid")
... os.system("pip install threading")
... os.system("pip install datetime")
...
Collecting requests
Downloading requests-2.31.0-py3-none-any.whl (62 kB)
---------------------------------------- 62.6/62.6 kB 1.7 MB/s eta 0:00:00
Collecting charset-normalizer<4,>=2 (from requests)
Downloading charset_normalizer-3.2.0-cp311-cp311-win_amd64.whl (96 kB)
---------------------------------------- 96.6/96.6 kB 2.8 MB/s eta 0:00:00
Collecting idna<4,>=2.5 (from requests)
Downloading idna-3.4-py3-none-any.whl (61 kB)
---------------------------------------- 61.5/61.5 kB 3.2 MB/s eta 0:00:00
Collecting urllib3<3,>=1.21.1 (from requests)
Downloading urllib3-2.0.4-py3-none-any.whl (123 kB)
---------------------------------------- 123.9/123.9 kB 7.6 MB/s eta 0:00:00
Collecting certifi>=2017.4.17 (from requests)
Downloading certifi-2023.7.22-py3-none-any.whl (158 kB)
---------------------------------------- 158.3/158.3 kB 3.2 MB/s eta 0:00:00
Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests
Successfully installed certifi-2023.7.22 charset-normalizer-3.2.0 idna-3.4 requests-2.31.0 urllib3-2.0.4

[notice] A new release of pip is available: 23.1.2 -> 23.2.1
[notice] To update, run: python.exe -m pip install --upgrade pip
0
Collecting colored
Downloading colored-2.2.3-py3-none-any.whl (16 kB)
Installing collected packages: colored
Successfully installed colored-2.2.3

[notice] A new release of pip is available: 23.1.2 -> 23.2.1
[notice] To update, run: python.exe -m pip install --upgrade pip
0
Collecting pystyle
Downloading pystyle-2.9-py3-none-any.whl (13 kB)
Installing collected packages: pystyle
Successfully installed pystyle-2.9

[notice] A new release of pip is available: 23.1.2 -> 23.2.1
[notice] To update, run: python.exe -m pip install --upgrade pip
0
ERROR: Could not find a version that satisfies the requirement random (from versions: none)
ERROR: No matching distribution found for random

[notice] A new release of pip is available: 23.1.2 -> 23.2.1
[notice] To update, run: python.exe -m pip install --upgrade pip
1
ERROR: Could not find a version that satisfies the requirement string (from versions: none)
ERROR: No matching distribution found for string

[notice] A new release of pip is available: 23.1.2 -> 23.2.1
[notice] To update, run: python.exe -m pip install --upgrade pip
1
Collecting httpx
Downloading httpx-0.24.1-py3-none-any.whl (75 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.4/75.4 kB 2.0 MB/s eta 0:00:00
Requirement already satisfied: certifi in c:\users\owner\appdata\local\programs\python\python311\lib\site-packages (from httpx) (2023.7.22)
Collecting httpcore<0.18.0,>=0.15.0 (from httpx)
Downloading httpcore-0.17.3-py3-none-any.whl (74 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.5/74.5 kB 4.0 MB/s eta 0:00:00
Requirement already satisfied: idna in c:\users\owner\appdata\local\programs\python\python311\lib\site-packages (from httpx) (3.4)
Collecting sniffio (from httpx)
Downloading sniffio-1.3.0-py3-none-any.whl (10 kB)
Collecting h11<0.15,>=0.13 (from httpcore<0.18.0,>=0.15.0->httpx)
Downloading h11-0.14.0-py3-none-any.whl (58 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 3.0 MB/s eta 0:00:00
Collecting anyio<5.0,>=3.0 (from httpcore<0.18.0,>=0.15.0->httpx)
Downloading anyio-3.7.1-py3-none-any.whl (80 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.9/80.9 kB 2.3 MB/s eta 0:00:00
Installing collected packages: sniffio, h11, anyio, httpcore, httpx
Successfully installed anyio-3.7.1 h11-0.14.0 httpcore-0.17.3 httpx-0.24.1 sniffio-1.3.0

[notice] A new release of pip is available: 23.1.2 -> 23.2.1
[notice] To update, run: python.exe -m pip install --upgrade pip
0
Collecting uuid
Downloading uuid-1.30.tar.gz (5.8 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: uuid
Building wheel for uuid (pyproject.toml) ... done
Created wheel for uuid: filename=uuid-1.30-py3-none-any.whl size=6484 sha256=aedc6eb6d52c9df6da5ae4553930c3f969a7623357ba5d7c1c79be5894d3350e
Stored in directory: c:\users\owner\appdata\local\pip\cache\wheels\e0\01\df\bd20df409bd81f8b99e6cd343c5f49731dc0a20eefefdafae0
Successfully built uuid
Installing collected packages: uuid
Successfully installed uuid-1.30

[notice] A new release of pip is available: 23.1.2 -> 23.2.1
[notice] To update, run: python.exe -m pip install --upgrade pip
0
ERROR: Could not find a version that satisfies the requirement threading (from versions: none)
ERROR: No matching distribution found for threading

[notice] A new release of pip is available: 23.1.2 -> 23.2.1
[notice] To update, run: python.exe -m pip install --upgrade pip
1
Collecting datetime
Downloading DateTime-5.2-py3-none-any.whl (52 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.2/52.2 kB 912.7 kB/s eta 0:00:00
Collecting zope.interface (from datetime)
Downloading zope.interface-6.0-cp311-cp311-win_amd64.whl (204 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 204.1/204.1 kB 2.1 MB/s eta 0:00:00
Collecting pytz (from datetime)
Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 4.5 MB/s eta 0:00:00
Requirement already satisfied: setuptools in c:\users\owner\appdata\local\programs\python\python311\lib\site-packages (from zope.interface->datetime) (65.5.0)
Installing collected packages: pytz, zope.interface, datetime
Successfully installed datetime-5.2 pytz-2023.3 zope.interface-6.0

[notice] A new release of pip is available: 23.1.2 -> 23.2.1
[notice] To update, run: python.exe -m pip install --upgrade pip
0

from threading import Thread, active_count
from colored import fg
from pystyle import Write, System, Colors, Colorate
from json import dumps
from uuid import uuid4
from random import choice, choices, randint
from datetime import datetime
from colorama import Fore
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'colorama'
red = Fore.RED
Traceback (most recent call last):
File "", line 1, in
NameError: name 'Fore' is not defined
purple = Fore.MAGENTA
Traceback (most recent call last):
File "", line 1, in
NameError: name 'Fore' is not defined
yellow = Fore.YELLOW
Traceback (most recent call last):
File "", line 1, in
NameError: name 'Fore' is not defined
green = Fore.GREEN
Traceback (most recent call last):
File "", line 1, in
NameError: name 'Fore' is not defined
nothing = Fore.RESET
Traceback (most recent call last):
File "", line 1, in
NameError: name 'Fore' is not defined
dark_blue = Fore.BLUE
Traceback (most recent call last):
File "", line 1, in
NameError: name 'Fore' is not defined
gray = Fore.LIGHTBLACK_EX
Traceback (most recent call last):
File "", line 1, in
NameError: name 'Fore' is not defined
blue = Fore.BLUE
Traceback (most recent call last):
File "", line 1, in
NameError: name 'Fore' is not defined
pink = Fore.LIGHTMAGENTA_EX
Traceback (most recent call last):
File "", line 1, in
NameError: name 'Fore' is not defined

madeAccounts = 0
failed_accs = 0
proxy_error = 0

def run_account_creation(session):
... while True:
... try:
... token = client_token(session)
... csrf = get_csrf(session)
... generate_account(session, token, csrf)
... except Exception as e:
... pass
...
def get_current_time():
... current_time = datetime.now().strftime("%H:%M:%S")
... return current_time
...
def getBirthday():
... day = str(randint(1, 28))
... month = str(randint(1, 12))
...
if int(month) < 10: month = "0" + month
File "", line 1
if int(month) < 10: month = "0" + month
IndentationError: unexpected indent
if int(day) < 10: day = "0" + day
File "", line 1
if int(day) < 10: day = "0" + day
IndentationError: unexpected indent

    birthday = "-".join([str(randint(1910, 2004)), month, day])

File "", line 1
birthday = "-".join([str(randint(1910, 2004)), month, day])
IndentationError: unexpected indent

    return birthday

File "", line 1
return birthday
IndentationError: unexpected indent

def generate_email():
... with open("data/config.json") as file:
... data = json.load(file)
... gen = data['Email_Names']
... if gen == "" or gen == " ":
... gen = ''.join(random.choices(string.ascii_lowercase + string.digits, k=17))
... domain = "gmail.com"
... email = f"{gen}@{domain}"
... return email
... else:
... domain = "gmail.com"
... email = f"{gen}@{domain}"
... return email
...
def generate_username():
... with open("data/config.json") as file:
... data = json.load(file)
... usernames = data['Username']
... if usernames == "" or usernames == " ":
... username = ''.join(random.choices(string.ascii_lowercase + string.digits, k=10))
... names = ["Radu loves Spotify", "yx1337 is cool", "radutool", "PussyKill", "Big fat cock", "h4ck3dr4du", "yx1337", "imagine genned", "spotifai", "cool gen - radu / yx", "yx is cool", "radu is cool", "very big cock", "fat cock", "penis", "pizda cu chapa"]
... name = choice(names)
... user = username + " | " + name
... username = user
... return username
... else:
... username = ''.join(random.choices(string.ascii_lowercase + string.digits, k=10))
... user = usernames + " | " + username
... username = user
... return username
...
def generate_password():
... with open("data/config.json") as file:
... data = json.load(file)
... check_pass = data['Password']
... if check_pass == "" or check_pass == " ":
... password = ''.join(random.choices(string.ascii_letters + string.digits, k=12))
... return password
... else:
... password = check_pass
... return password
...
def getAvatar():
... avatars = ["images-75.jpg", "images-76.jpg", "images-77.jpg", "images-78.jpg", "images-79.jpg", "images-80.jpg", "images-81.jpg", "images-82.jpg", "images-83.jpg", "images-84.jpg", "images-85.jpg", "images-86.jpg", "images-87.jpg", "images-88.jpg", "images-89.jpg", "images-90.jpg", "images-91.jpg"]
... image = open('data/avatars/' + choice(avatars), 'rb').read()
... return image
... def set_console_title(title):
File "", line 5
def set_console_title(title):
^^^
SyntaxError: invalid syntax
ctypes.windll.kernel32.SetConsoleTitleW(title)
File "", line 1
ctypes.windll.kernel32.SetConsoleTitleW(title)
IndentationError: unexpected indent

set_console_title(f"Spotify Account Creator | By H4cK3dR4Du & yx1337 | github.com/H4cK3dR4Du ~ github.com/yxsyn")
Traceback (most recent call last):
File "", line 1, in
NameError: name 'set_console_title' is not defined

def check_if_proxy():
... headers = {
... "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0"
... }
... with open("data/config.json") as checkproxy:
... data = json.load(checkproxy)
... want_proxy = data['Use_Proxy']
... if want_proxy == "y":
... with open("data/proxies.txt", "r") as proxy_select:
... proxies = proxy_select.readlines()
...
... random_proxy = random.choice(proxies).strip()
... proxies = {"http://": f"http://{random_proxy}", "https://": f"http://{random_proxy}"}
... session = httpx.Client(headers=headers, proxies=proxies, timeout=30)
... if want_proxy == "n":
... session = httpx.Client(headers=headers, timeout=30)
...
return session
File "", line 1
return session
IndentationError: unexpected indent

def client_token(session):
... session = check_if_proxy()
... try:
... payload = {
... "client_data": {
... "client_id": "d8a5ed958d274c2e8ee717e6a4b0971d",
... "client_version": "1.2.10.278.g261ea664",
... "js_sdk_data": {
... "device_brand": "unknown",
... "device_model": "desktop",
... "os": "Windows",
... "os_version": "NT 10.0",
... }
... }
... }
...
File "", line 16

SyntaxError: expected 'except' or 'finally' block

        headers = {

File "", line 1
headers = {
IndentationError: unexpected indent

            "Host": "clienttoken.spotify.com",

File "", line 1
"Host": "clienttoken.spotify.com",
IndentationError: unexpected indent

            "Accept": "application/json",

File "", line 1
"Accept": "application/json",
IndentationError: unexpected indent

            "Accept-Language": "tr-TR,tr;q=0.8,en-US;q=0.5,en;q=0.3",

File "", line 1
"Accept-Language": "tr-TR,tr;q=0.8,en-US;q=0.5,en;q=0.3",
IndentationError: unexpected indent

            "Accept-Encoding": "gzip, deflate, br",

File "", line 1
"Accept-Encoding": "gzip, deflate, br",
IndentationError: unexpected indent

            "Content-Type": "application/json",

File "", line 1
"Content-Type": "application/json",
IndentationError: unexpected indent

            "Content-Length": str(len(json.dumps(payload))),

File "", line 1
"Content-Length": str(len(json.dumps(payload))),
IndentationError: unexpected indent

            "Origin": "https://open.spotify.com",

File "", line 1
"Origin": "https://open.spotify.com",
IndentationError: unexpected indent

            "Sec-Fetch-Dest": "empty",

File "", line 1
"Sec-Fetch-Dest": "empty",
IndentationError: unexpected indent

            "Sec-Fetch-Mode": "cors",

File "", line 1
"Sec-Fetch-Mode": "cors",
IndentationError: unexpected indent

            "Sec-Fetch-Site": "same-site",

File "", line 1
"Sec-Fetch-Site": "same-site",
IndentationError: unexpected indent

            "Referer": "https://open.spotify.com/",

File "", line 1
"Referer": "https://open.spotify.com/",
IndentationError: unexpected indent

            "Connection": "keep-alive",

File "", line 1
"Connection": "keep-alive",
IndentationError: unexpected indent

            "TE": "trailers"

File "", line 1
"TE": "trailers"
IndentationError: unexpected indent

        }

File "", line 1
}
IndentationError: unexpected indent

        response = session.post(url='https://clienttoken.spotify.com/v1/clienttoken', headers=headers, json=payload)

File "", line 1
response = session.post(url='https://clienttoken.spotify.com/v1/clienttoken', headers=headers, json=payload)
IndentationError: unexpected indent

        if response.status_code == 200:

File "", line 1
if response.status_code == 200:
IndentationError: unexpected indent

            current_time = get_current_time()

File "", line 1
current_time = get_current_time()
IndentationError: unexpected indent

            return response.json()['granted_token']['token']

File "", line 1
return response.json()['granted_token']['token']
IndentationError: unexpected indent

        else:

File "", line 1
else:
IndentationError: unexpected indent

            pass

File "", line 1
pass
IndentationError: unexpected indent

except requests.exceptions.RequestException as e:

File "", line 1
except requests.exceptions.RequestException as e:
IndentationError: unexpected indent

        pass

File "", line 1
pass
IndentationError: unexpected indent

def get_csrf(session):
... session = check_if_proxy()
... headers = {
... "Host": "www.spotify.com",
... "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0",
... "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,/;q=0.8",
... "Accept-Language": "tr-TR,tr;q=0.8,en-US;q=0.5,en;q=0.3",
... "Accept-Encoding": "gzip, deflate, br",
... "Connection": "keep-alive",
... "Upgrade-Insecure-Requests": "1",
... "Sec-Fetch-Dest": "document",
... "Sec-Fetch-Mode": "navigate",
... "Sec-Fetch-Site": "none",
... "Sec-Fetch-User": "?1",
... "TE": "trailers"
... }
... current_time = get_current_time()
... response = session.get(url='https://www.spotify.com/us/signup', headers=headers)
... if response.status_code == 200:
... return response.text.split('csrfToken')[1].split('"')[2]
... else:
... pass
...
def get_token(login_token):
... session = check_if_proxy()
... headers = {
... "Host": "www.spotify.com",
... "Accept": "/",
... "Accept-Language": "tr-TR,tr;q=0.8,en-US;q=0.5,en;q=0.3",
... "Accept-Encoding": "gzip, deflate, br",
... "Referer": "https://www.spotify.com/us/signup?forward_url=https%3A%2F%2Fopen.spotify.com%2F",
... "Content-Type": "application/x-www-form-urlencoded",
... "X-CSRF-Token": get_csrf(session),
... "X-KL-Ajax-Request": "Ajax_Request",
... "Content-Length": "28",
... "Origin": "https://www.spotify.com",
... "Connection": "keep-alive",
... "Sec-Fetch-Dest": "empty",
... "Sec-Fetch-Mode": "cors",
... "Sec-Fetch-Site": "same-origin",
... "TE": "trailers"
... }
... response = session.post(url='https://www.spotify.com/api/signup/authenticate', headers=headers, data=f'splot={login_token}')
... if response.status_code == 200:
... headers = {
... "Accept": "application/json",
... "Accept-Encoding": "gzip, deflate, br",
... "Accept-Language": "tr-TR,tr;q=0.8,en-US;q=0.5,en;q=0.3",
... "Connection": "keep-alive",
... "Upgrade-Insecure-Requests": "1",
... "spotify-app-version": "1.2.10.278.g261ea664",
... "app-platform": "WebPlayer",
... "Host": "open.spotify.com",
... "Referer": "https://open.spotify.com/",
... "Sec-Fetch-Dest": "document",
... "Sec-Fetch-Mode": "navigate",
... "Sec-Fetch-Site": "none",
... "Sec-Fetch-User": "?1",
... "TE": "trailers"
... }
... response2 = session.get(url='https://open.spotify.com/get_access_token?reason=transport&productType=web_player', headers=headers)
... if response2.status_code == 200:
... current_time = get_current_time()
... print(f"{current_time}{green} Generator{nothing} > {blue}Successfully Got {yellow}Spotify{blue} Token{nothing}")
... return response2.json()['accessToken']
... else:
... current_time = get_current_time()
... print(f"{current_time}{red} Failed{nothing} > {blue}Error Getting {yellow}Spotify{blue} Token{nothing}")
... pass
... else:
... pass
...
def generate_account(session, token, csrf):
... global madeAccounts
... global failed_accs
... global proxy_error
... session = check_if_proxy()
... birthday = getBirthday()
... username = generate_username()
... password = generate_password()
... gmail = generate_email()
... c_token = client_token(session)
... current_time = get_current_time()
... payload = {
... "account_details": {
... "birthdate": birthday,
... "consent_flags": {
... "eula_agreed": True,
... "send_email": True,
... "third_party_email": True
... },
... "display_name": username,
... "email_and_password_identifier": {
... "email": gmail,
... "password": password
... },
... "gender": randint(1, 2)
... },
... "callback_uri": "https://auth-callback.spotify.com/r/android/music/signup",
... "client_info": {
... "api_key": "142b583129b2df829de3656f9eb484e6",
... "app_version": "v2",
... "capabilities": [1],
... "installation_id": str(uuid4()),
... "platform": "Android-ARM"
... },
... "tracking": {
... "creation_flow": "",
... "creation_point": "client_mobile",
... "referrer": ""
... }
... }
...
headers = {
File "", line 1
headers = {
IndentationError: unexpected indent
'accept': '/',
File "", line 1
'accept': '/',
IndentationError: unexpected indent
'accept-encoding': 'gzip',
File "", line 1
'accept-encoding': 'gzip',
IndentationError: unexpected indent
'accept-language': 'en-US;q=0.5',
File "", line 1
'accept-language': 'en-US;q=0.5',
IndentationError: unexpected indent
"app-platform": "Android",
File "", line 1
"app-platform": "Android",
IndentationError: unexpected indent
'client-token': c_token,
File "", line 1
'client-token': c_token,
IndentationError: unexpected indent
'connection': 'Keep-Alive',
File "", line 1
'connection': 'Keep-Alive',
IndentationError: unexpected indent
'Origin': 'https://www.spotify.com',
File "", line 1
'Origin': 'https://www.spotify.com',
IndentationError: unexpected indent
'content-length': str(len(json.dumps(payload))),
File "", line 1
'content-length': str(len(json.dumps(payload))),
IndentationError: unexpected indent
'host': 'spclient.wg.spotify.com',
File "", line 1
'host': 'spclient.wg.spotify.com',
IndentationError: unexpected indent
'spotify-app-version': '8.8.0.347',
File "", line 1
'spotify-app-version': '8.8.0.347',
IndentationError: unexpected indent
'user-agent': 'Spotify/8.8.0.347 Android/25 (SM-G988N)',
File "", line 1
'user-agent': 'Spotify/8.8.0.347 Android/25 (SM-G988N)',
IndentationError: unexpected indent
'x-client-id': str(uuid4()).replace('-', ''),
File "", line 1
'x-client-id': str(uuid4()).replace('-', ''),
IndentationError: unexpected indent
}
File "", line 1
}
IndentationError: unexpected indent
try:
File "", line 1
try:
IndentationError: unexpected indent
response = session.post(url='https://spclient.wg.spotify.com/signup/public/v2/account/create', headers=headers, json=payload)
File "", line 1
response = session.post(url='https://spclient.wg.spotify.com/signup/public/v2/account/create', headers=headers, json=payload)
IndentationError: unexpected indent
except requests.exceptions.RequestException as e:
File "", line 1
except requests.exceptions.RequestException as e:
IndentationError: unexpected indent
pass
File "", line 1
pass
IndentationError: unexpected indent
if response.status_code == 200 and 'success' in response.text:
File "", line 1
if response.status_code == 200 and 'success' in response.text:
IndentationError: unexpected indent
current_time = get_current_time()
File "", line 1
current_time = get_current_time()
IndentationError: unexpected indent
print(f"{current_time}{dark_blue} Generated{nothing} > {blue}Email : {yellow}{gmail}{nothing} | {blue}Pass : {yellow}{password[:10]}{nothing} | {blue}User : {yellow}{username}{nothing}")
File "", line 1
print(f"{current_time}{dark_blue} Generated{nothing} > {blue}Email : {yellow}{gmail}{nothing} | {blue}Pass : {yellow}{password[:10]}
{nothing} | {blue}User : {yellow}{username}{nothing}")
IndentationError: unexpected indent
print(f"{current_time}{yellow} Credentials{nothing} > {blue}Created Email {nothing}| {yellow}{gmail}{nothing}")
File "", line 1
print(f"{current_time}{yellow} Credentials{nothing} > {blue}Created Email {nothing}| {yellow}{gmail}{nothing}")
IndentationError: unexpected indent
print(f"{current_time}{yellow} Credentials{nothing} > {blue}Created Password {nothing}| {yellow}{password}{nothing}")
File "", line 1
print(f"{current_time}{yellow} Credentials{nothing} > {blue}Created Password {nothing}| {yellow}{password}{nothing}")
IndentationError: unexpected indent
print(f"{current_time}{yellow} Credentials{nothing} > {blue}Created Date-Of-Birth {nothing}| {yellow}{birthday}{nothing}")
File "", line 1
print(f"{current_time}{yellow} Credentials{nothing} > {blue}Created Date-Of-Birth {nothing}| {yellow}{birthday}{nothing}")
IndentationError: unexpected indent
print(f"{current_time}{yellow} Credentials{nothing} > {blue}Created Username {nothing}| {yellow}{username}{nothing}")
File "", line 1
print(f"{current_time}{yellow} Credentials{nothing} > {blue}Created Username {nothing}| {yellow}{username}{nothing}")
IndentationError: unexpected indent
print(f"{current_time}{pink} Client Token{nothing} > {pink}{c_token[:60]}{nothing}")
File "", line 1
print(f"{current_time}{pink} Client Token{nothing} > {pink}{c_token[:60]}
{nothing}")
IndentationError: unexpected indent
with open("data/config.json") as carlos:
File "", line 1
with open("data/config.json") as carlos:
IndentationError: unexpected indent
data = json.load(carlos)
File "", line 1
data = json.load(carlos)
IndentationError: unexpected indent
interact = data.get("discordInteraction")
File "", line 1
interact = data.get("discordInteraction")
IndentationError: unexpected indent
if interact == "y":
File "", line 1
if interact == "y":
IndentationError: unexpected indent
with open("data/config.json") as carlos:
File "", line 1
with open("data/config.json") as carlos:
IndentationError: unexpected indent
data = json.load(carlos)
File "", line 1
data = json.load(carlos)
IndentationError: unexpected indent
hook = data.get("discordWebhook")
File "", line 1
hook = data.get("discordWebhook")
IndentationError: unexpected indent
msg = f"Gmail : {gmail}\nPassword : {password}"
File "", line 1
msg = f"Gmail : {gmail}\nPassword : {password}"
IndentationError: unexpected indent
ms_data = {
File "", line 1
ms_data = {
IndentationError: unexpected indent
"content": msg
File "", line 1
"content": msg
IndentationError: unexpected indent
}
File "", line 1
}
IndentationError: unexpected indent
r = requests.post(hook, data=ms_data)
File "", line 1
r = requests.post(hook, data=ms_data)
IndentationError: unexpected indent
if r.status_code == 200 or r.status_code == 201 or r.status_code == 204:
File "", line 1
if r.status_code == 200 or r.status_code == 201 or r.status_code == 204:
IndentationError: unexpected indent
current_time = get_current_time()
File "", line 1
current_time = get_current_time()
IndentationError: unexpected indent
print(f"{nothing}{current_time}{dark_blue} Sent Account {nothing}> {blue}{hook[:60]}")
File "", line 1
print(f"{nothing}{current_time}{dark_blue} Sent Account {nothing}> {blue}{hook[:60]}
")
IndentationError: unexpected indent
with open('Results/accounts.txt', 'a', encoding='utf-8') as f:
File "", line 1
with open('Results/accounts.txt', 'a', encoding='utf-8') as f:
IndentationError: unexpected indent
f.write(f"Gmail : {gmail} | Password : {password} | Generated By H4cK3dR4Du Spotify Account Generator\n")
File "", line 1
f.write(f"Gmail : {gmail} | Password : {password} | Generated By H4cK3dR4Du Spotify Account Generator\n")
IndentationError: unexpected indent
print(f"{current_time}{green} Account Saver{nothing} > {blue}Saved Account {green}Successfully{nothing}")
File "", line 1
print(f"{current_time}{green} Account Saver{nothing} > {blue}Saved Account {green}Successfully{nothing}")
IndentationError: unexpected indent
madeAccounts += 1
File "", line 1
madeAccounts += 1
IndentationError: unexpected indent
account_id = response.json()['success']['username']
File "", line 1
account_id = response.json()['success']['username']
IndentationError: unexpected indent
login_token = response.json()['success']['login_token']
File "", line 1
login_token = response.json()['success']['login_token']
IndentationError: unexpected indent
token = get_token(login_token)
File "", line 1
token = get_token(login_token)
IndentationError: unexpected indent
elif 'VPN' in response.text:
File "", line 1
elif 'VPN' in response.text:
IndentationError: unexpected indent
try:
File "", line 1
try:
IndentationError: unexpected indent
current_time = get_current_time()
File "", line 1
current_time = get_current_time()
IndentationError: unexpected indent
print(f"{current_time}{red} Failed{nothing} > {blue}Ratelimit{nothing}")
File "", line 1
print(f"{current_time}{red} Failed{nothing} > {blue}Ratelimit{nothing}")
IndentationError: unexpected indent
except UnboundLocalError:
File "", line 1
except UnboundLocalError:
IndentationError: unexpected indent
current_time = get_current_time()
File "", line 1
current_time = get_current_time()
IndentationError: unexpected indent
print(f"{current_time}{red} Failed{nothing} > {blue}Ratelimit{nothing}")
File "", line 1
print(f"{current_time}{red} Failed{nothing} > {blue}Ratelimit{nothing}")
IndentationError: unexpected indent
else:
File "", line 1
else:
IndentationError: unexpected indent
pass
File "", line 1
pass
IndentationError: unexpected indent
failed_accs += 1
File "", line 1
failed_accs += 1
IndentationError: unexpected indent
if failed_accs >= 3:
File "", line 1
if failed_accs >= 3:
IndentationError: unexpected indent
proxy_error += 1
File "", line 1
proxy_error += 1
IndentationError: unexpected indent
pass
File "", line 1
pass
IndentationError: unexpected indent

session = check_if_proxy()
Traceback (most recent call last):
File "", line 1, in
File "", line 5, in check_if_proxy
FileNotFoundError: [Errno 2] No such file or directory: 'data/config.json'

with open("data/config.json") as file:
... data = json.load(file)
... thread_count = data['Threads']
...
Traceback (most recent call last):
File "", line 1, in
FileNotFoundError: [Errno 2] No such file or directory: 'data/config.json'
threads = []
for _ in range(thread_count):
... thread = threading.Thread(target=run_account_creation, args=(session,))
... threads.append(thread)
... thread.start()
...
Traceback (most recent call last):
File "", line 1, in
NameError: name 'thread_count' is not defined
for thread in threads:
... thread.join() python main.py
File "", line 2
thread.join() python main.py
^^^^^^
SyntaxError: invalid syntax
python main.py
File "", line 1
python main.py
^^^^
SyntaxError: invalid syntax

EDUCATIONAL PURPOSES

Fat big cock generator for Spotify

By #1 & yx#7510

import os
import time
import json
import ctypes
try:
... import requests
... import colored
... import pystyle
... import random
... import string
... import httpx
... import uuid
... import threading
... import datetime
... except ModuleNotFoundError:
... os.system('pip install requests')
... os.system('pip install colored')
... os.system('pip install pystyle')
... os.system("pip install random")
... os.system("pip install string")
... os.system("pip install httpx")
... os.system("pip install uuid")
... os.system("pip install threading")
... os.system("pip install datetime")
...
from threading import Thread, active_count
from colored import fg
from pystyle import Write, System, Colors, Colorate
from json import dumps
from uuid import uuid4
from random import choice, choices, randint
from datetime import datetime
from colorama import Fore
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'colorama'
red = Fore.RED
Traceback (most recent call last):
File "", line 1, in
NameError: name 'Fore' is not defined
purple = Fore.MAGENTA
Traceback (most recent call last):
File "", line 1, in
NameError: name 'Fore' is not defined
yellow = Fore.YELLOW
Traceback (most recent call last):
File "", line 1, in
NameError: name 'Fore' is not defined
green = Fore.GREEN
Traceback (most recent call last):
File "", line 1, in
NameError: name 'Fore' is not defined
nothing = Fore.RESET
Traceback (most recent call last):
File "", line 1, in
NameError: name 'Fore' is not defined
dark_blue = Fore.BLUE
Traceback (most recent call last):
File "", line 1, in
NameError: name 'Fore' is not defined
gray = Fore.LIGHTBLACK_EX
Traceback (most recent call last):
File "", line 1, in
NameError: name 'Fore' is not defined
blue = Fore.BLUE
Traceback (most recent call last):
File "", line 1, in
NameError: name 'Fore' is not defined
pink = Fore.LIGHTMAGENTA_EX
Traceback (most recent call last):
File "", line 1, in
NameError: name 'Fore' is not defined

madeAccounts = 0
failed_accs = 0
proxy_error = 0

def run_account_creation(session):
... while True:
... try:
... token = client_token(session)
... csrf = get_csrf(session)
... generate_account(session, token, csrf)
... except Exception as e:
... pass
...
def get_current_time():
... current_time = datetime.now().strftime("%H:%M:%S")
... return current_time
...
def getBirthday():
... day = str(randint(1, 28))
... month = str(randint(1, 12))
...
if int(month) < 10: month = "0" + month
File "", line 1
if int(month) < 10: month = "0" + month
IndentationError: unexpected indent
if int(day) < 10: day = "0" + day
File "", line 1
if int(day) < 10: day = "0" + day
IndentationError: unexpected indent

    birthday = "-".join([str(randint(1910, 2004)), month, day])

File "", line 1
birthday = "-".join([str(randint(1910, 2004)), month, day])
IndentationError: unexpected indent

    return birthday

File "", line 1
return birthday
IndentationError: unexpected indent

def generate_email():
... with open("data/config.json") as file:
... data = json.load(file)
... gen = data['Email_Names']
... if gen == "" or gen == " ":
... gen = ''.join(random.choices(string.ascii_lowercase + string.digits, k=17))
... domain = "gmail.com"
... email = f"{gen}@{domain}"
... return email
... else:
... domain = "gmail.com"
... email = f"{gen}@{domain}"
... return email
...
def generate_username():
... with open("data/config.json") as file:
... data = json.load(file)
... usernames = data['Username']
... if usernames == "" or usernames == " ":
... username = ''.join(random.choices(string.ascii_lowercase + string.digits, k=10))
... names = ["Radu loves Spotify", "yx1337 is cool", "radutool", "PussyKill", "Big fat cock", "h4ck3dr4du", "yx1337", "imagine genned", "spotifai", "cool gen - radu / yx", "yx is cool", "radu is cool", "very big cock", "fat cock", "penis", "pizda cu chapa"]
... name = choice(names)
... user = username + " | " + name
... username = user
... return username
... else:
... username = ''.join(random.choices(string.ascii_lowercase + string.digits, k=10))
... user = usernames + " | " + username
... username = user
... return username
...
def generate_password():
... with open("data/config.json") as file:
... data = json.load(file)
... check_pass = data['Password']
... if check_pass == "" or check_pass == " ":
... password = ''.join(random.choices(string.ascii_letters + string.digits, k=12))
... return password
... else:
... password = check_pass
... return password
...
def getAvatar():
... avatars = ["images-75.jpg", "images-76.jpg", "images-77.jpg", "images-78.jpg", "images-79.jpg", "images-80.jpg", "images-81.jpg", "images-82.jpg", "images-83.jpg", "images-84.jpg", "images-85.jpg", "images-86.jpg", "images-87.jpg", "images-88.jpg", "images-89.jpg", "images-90.jpg", "images-91.jpg"]
... image = open('data/avatars/' + choice(avatars), 'rb').read()
... return image
... def set_console_title(title):
File "", line 5
def set_console_title(title):
^^^
SyntaxError: invalid syntax
ctypes.windll.kernel32.SetConsoleTitleW(title)
File "", line 1
ctypes.windll.kernel32.SetConsoleTitleW(title)
IndentationError: unexpected indent

set_console_title(f"Spotify Account Creator | By H4cK3dR4Du & yx1337 | github.com/H4cK3dR4Du ~ github.com/yxsyn")
Traceback (most recent call last):
File "", line 1, in
NameError: name 'set_console_title' is not defined

def check_if_proxy():
... headers = {
... "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0"
... }
... with open("data/config.json") as checkproxy:
... data = json.load(checkproxy)
... want_proxy = data['Use_Proxy']
... if want_proxy == "y":
... with open("data/proxies.txt", "r") as proxy_select:
... proxies = proxy_select.readlines()
...
... random_proxy = random.choice(proxies).strip()
... proxies = {"http://": f"http://{random_proxy}", "https://": f"http://{random_proxy}"}
... session = httpx.Client(headers=headers, proxies=proxies, timeout=30)
... if want_proxy == "n":
... session = httpx.Client(headers=headers, timeout=30)
...
return session
File "", line 1
return session
IndentationError: unexpected indent

def client_token(session):
... session = check_if_proxy()
... try:
... payload = {
... "client_data": {
... "client_id": "d8a5ed958d274c2e8ee717e6a4b0971d",
... "client_version": "1.2.10.278.g261ea664",
... "js_sdk_data": {
... "device_brand": "unknown",
... "device_model": "desktop",
... "os": "Windows",
... "os_version": "NT 10.0",
... }
... }
... }
...
File "", line 16

SyntaxError: expected 'except' or 'finally' block

        headers = {

File "", line 1
headers = {
IndentationError: unexpected indent

            "Host": "clienttoken.spotify.com",

File "", line 1
"Host": "clienttoken.spotify.com",
IndentationError: unexpected indent

            "Accept": "application/json",

File "", line 1
"Accept": "application/json",
IndentationError: unexpected indent

            "Accept-Language": "tr-TR,tr;q=0.8,en-US;q=0.5,en;q=0.3",

File "", line 1
"Accept-Language": "tr-TR,tr;q=0.8,en-US;q=0.5,en;q=0.3",
IndentationError: unexpected indent

            "Accept-Encoding": "gzip, deflate, br",

File "", line 1
"Accept-Encoding": "gzip, deflate, br",
IndentationError: unexpected indent

            "Content-Type": "application/json",

File "", line 1
"Content-Type": "application/json",
IndentationError: unexpected indent

            "Content-Length": str(len(json.dumps(payload))),

File "", line 1
"Content-Length": str(len(json.dumps(payload))),
IndentationError: unexpected indent

            "Origin": "https://open.spotify.com",

File "", line 1
"Origin": "https://open.spotify.com",
IndentationError: unexpected indent

            "Sec-Fetch-Dest": "empty",

File "", line 1
"Sec-Fetch-Dest": "empty",
IndentationError: unexpected indent

            "Sec-Fetch-Mode": "cors",

File "", line 1
"Sec-Fetch-Mode": "cors",
IndentationError: unexpected indent

            "Sec-Fetch-Site": "same-site",

File "", line 1
"Sec-Fetch-Site": "same-site",
IndentationError: unexpected indent

            "Referer": "https://open.spotify.com/",

File "", line 1
"Referer": "https://open.spotify.com/",
IndentationError: unexpected indent

            "Connection": "keep-alive",

File "", line 1
"Connection": "keep-alive",
IndentationError: unexpected indent

            "TE": "trailers"

File "", line 1
"TE": "trailers"
IndentationError: unexpected indent

        }

File "", line 1
}
IndentationError: unexpected indent

        response = session.post(url='https://clienttoken.spotify.com/v1/clienttoken', headers=headers, json=payload)

File "", line 1
response = session.post(url='https://clienttoken.spotify.com/v1/clienttoken', headers=headers, json=payload)
IndentationError: unexpected indent

        if response.status_code == 200:

File "", line 1
if response.status_code == 200:
IndentationError: unexpected indent

            current_time = get_current_time()

File "", line 1
current_time = get_current_time()
IndentationError: unexpected indent

            return response.json()['granted_token']['token']

File "", line 1
return response.json()['granted_token']['token']
IndentationError: unexpected indent

        else:

File "", line 1
else:
IndentationError: unexpected indent

            pass

File "", line 1
pass
IndentationError: unexpected indent

except requests.exceptions.RequestException as e:

File "", line 1
except requests.exceptions.RequestException as e:
IndentationError: unexpected indent

        pass

File "", line 1
pass
IndentationError: unexpected indent

def get_csrf(session):
... session = check_if_proxy()
... headers = {
... "Host": "www.spotify.com",
... "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0",
... "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,/;q=0.8",
... "Accept-Language": "tr-TR,tr;q=0.8,en-US;q=0.5,en;q=0.3",
... "Accept-Encoding": "gzip, deflate, br",
... "Connection": "keep-alive",
... "Upgrade-Insecure-Requests": "1",
... "Sec-Fetch-Dest": "document",
... "Sec-Fetch-Mode": "navigate",
... "Sec-Fetch-Site": "none",
... "Sec-Fetch-User": "?1",
... "TE": "trailers"
... }
... current_time = get_current_time()
... response = session.get(url='https://www.spotify.com/us/signup', headers=headers)
... if response.status_code == 200:
... return response.text.split('csrfToken')[1].split('"')[2]
... else:
... pass
...
def get_token(login_token):
... session = check_if_proxy()
... headers = {
... "Host": "www.spotify.com",
... "Accept": "/",
... "Accept-Language": "tr-TR,tr;q=0.8,en-US;q=0.5,en;q=0.3",
... "Accept-Encoding": "gzip, deflate, br",
... "Referer": "https://www.spotify.com/us/signup?forward_url=https%3A%2F%2Fopen.spotify.com%2F",
... "Content-Type": "application/x-www-form-urlencoded",
... "X-CSRF-Token": get_csrf(session),
... "X-KL-Ajax-Request": "Ajax_Request",
... "Content-Length": "28",
... "Origin": "https://www.spotify.com",
... "Connection": "keep-alive",
... "Sec-Fetch-Dest": "empty",
... "Sec-Fetch-Mode": "cors",
... "Sec-Fetch-Site": "same-origin",
... "TE": "trailers"
... }
... response = session.post(url='https://www.spotify.com/api/signup/authenticate', headers=headers, data=f'splot={login_token}')
... if response.status_code == 200:
... headers = {
... "Accept": "application/json",
... "Accept-Encoding": "gzip, deflate, br",
... "Accept-Language": "tr-TR,tr;q=0.8,en-US;q=0.5,en;q=0.3",
... "Connection": "keep-alive",
... "Upgrade-Insecure-Requests": "1",
... "spotify-app-version": "1.2.10.278.g261ea664",
... "app-platform": "WebPlayer",
... "Host": "open.spotify.com",
... "Referer": "https://open.spotify.com/",
... "Sec-Fetch-Dest": "document",
... "Sec-Fetch-Mode": "navigate",
... "Sec-Fetch-Site": "none",
... "Sec-Fetch-User": "?1",
... "TE": "trailers"
... }
... response2 = session.get(url='https://open.spotify.com/get_access_token?reason=transport&productType=web_player', headers=headers)
... if response2.status_code == 200:
... current_time = get_current_time()
... print(f"{current_time}{green} Generator{nothing} > {blue}Successfully Got {yellow}Spotify{blue} Token{nothing}")
... return response2.json()['accessToken']
... else:
... current_time = get_current_time()
... print(f"{current_time}{red} Failed{nothing} > {blue}Error Getting {yellow}Spotify{blue} Token{nothing}")
... pass
... else:
... pass
...
def generate_account(session, token, csrf):
... global madeAccounts
... global failed_accs
... global proxy_error
... session = check_if_proxy()
... birthday = getBirthday()
... username = generate_username()
... password = generate_password()
... gmail = generate_email()
... c_token = client_token(session)
... current_time = get_current_time()
... payload = {
... "account_details": {
... "birthdate": birthday,
... "consent_flags": {
... "eula_agreed": True,
... "send_email": True,
... "third_party_email": True
... },
... "display_name": username,
... "email_and_password_identifier": {
... "email": gmail,
... "password": password
... },
... "gender": randint(1, 2)
... },
... "callback_uri": "https://auth-callback.spotify.com/r/android/music/signup",
... "client_info": {
... "api_key": "142b583129b2df829de3656f9eb484e6",
... "app_version": "v2",
... "capabilities": [1],
... "installation_id": str(uuid4()),
... "platform": "Android-ARM"
... },
... "tracking": {
... "creation_flow": "",
... "creation_point": "client_mobile",
... "referrer": ""
... }
... }
...
headers = {
File "", line 1
headers = {
IndentationError: unexpected indent
'accept': '/',
File "", line 1
'accept': '/',
IndentationError: unexpected indent
'accept-encoding': 'gzip',
File "", line 1
'accept-encoding': 'gzip',
IndentationError: unexpected indent
'accept-language': 'en-US;q=0.5',
File "", line 1
'accept-language': 'en-US;q=0.5',
IndentationError: unexpected indent
"app-platform": "Android",
File "", line 1
"app-platform": "Android",
IndentationError: unexpected indent
'client-token': c_token,
File "", line 1
'client-token': c_token,
IndentationError: unexpected indent
'connection': 'Keep-Alive',
File "", line 1
'connection': 'Keep-Alive',
IndentationError: unexpected indent
'Origin': 'https://www.spotify.com',
File "", line 1
'Origin': 'https://www.spotify.com',
IndentationError: unexpected indent
'content-length': str(len(json.dumps(payload))),
File "", line 1
'content-length': str(len(json.dumps(payload))),
IndentationError: unexpected indent
'host': 'spclient.wg.spotify.com',
File "", line 1
'host': 'spclient.wg.spotify.com',
IndentationError: unexpected indent
'spotify-app-version': '8.8.0.347',
File "", line 1
'spotify-app-version': '8.8.0.347',
IndentationError: unexpected indent
'user-agent': 'Spotify/8.8.0.347 Android/25 (SM-G988N)',
File "", line 1
'user-agent': 'Spotify/8.8.0.347 Android/25 (SM-G988N)',
IndentationError: unexpected indent
'x-client-id': str(uuid4()).replace('-', ''),
File "", line 1
'x-client-id': str(uuid4()).replace('-', ''),
IndentationError: unexpected indent
}
File "", line 1
}
IndentationError: unexpected indent
try:
File "", line 1
try:
IndentationError: unexpected indent
response = session.post(url='https://spclient.wg.spotify.com/signup/public/v2/account/create', headers=headers, json=payload)
File "", line 1
response = session.post(url='https://spclient.wg.spotify.com/signup/public/v2/account/create', headers=headers, json=payload)
IndentationError: unexpected indent
except requests.exceptions.RequestException as e:
File "", line 1
except requests.exceptions.RequestException as e:
IndentationError: unexpected indent
pass
File "", line 1
pass
IndentationError: unexpected indent
if response.status_code == 200 and 'success' in response.text:
File "", line 1
if response.status_code == 200 and 'success' in response.text:
IndentationError: unexpected indent
current_time = get_current_time()
File "", line 1
current_time = get_current_time()
IndentationError: unexpected indent
print(f"{current_time}{dark_blue} Generated{nothing} > {blue}Email : {yellow}{gmail}{nothing} | {blue}Pass : {yellow}{password[:10]}{nothing} | {blue}User : {yellow}{username}{nothing}")
File "", line 1
print(f"{current_time}{dark_blue} Generated{nothing} > {blue}Email : {yellow}{gmail}{nothing} | {blue}Pass : {yellow}{password[:10]}
{nothing} | {blue}User : {yellow}{username}{nothing}")
IndentationError: unexpected indent
print(f"{current_time}{yellow} Credentials{nothing} > {blue}Created Email {nothing}| {yellow}{gmail}{nothing}")
File "", line 1
print(f"{current_time}{yellow} Credentials{nothing} > {blue}Created Email {nothing}| {yellow}{gmail}{nothing}")
IndentationError: unexpected indent
print(f"{current_time}{yellow} Credentials{nothing} > {blue}Created Password {nothing}| {yellow}{password}{nothing}")
File "", line 1
print(f"{current_time}{yellow} Credentials{nothing} > {blue}Created Password {nothing}| {yellow}{password}{nothing}")
IndentationError: unexpected indent
print(f"{current_time}{yellow} Credentials{nothing} > {blue}Created Date-Of-Birth {nothing}| {yellow}{birthday}{nothing}")
File "", line 1
print(f"{current_time}{yellow} Credentials{nothing} > {blue}Created Date-Of-Birth {nothing}| {yellow}{birthday}{nothing}")
IndentationError: unexpected indent
print(f"{current_time}{yellow} Credentials{nothing} > {blue}Created Username {nothing}| {yellow}{username}{nothing}")
File "", line 1
print(f"{current_time}{yellow} Credentials{nothing} > {blue}Created Username {nothing}| {yellow}{username}{nothing}")
IndentationError: unexpected indent
print(f"{current_time}{pink} Client Token{nothing} > {pink}{c_token[:60]}{nothing}")
File "", line 1
print(f"{current_time}{pink} Client Token{nothing} > {pink}{c_token[:60]}
{nothing}")
IndentationError: unexpected indent
with open("data/config.json") as carlos:
File "", line 1
with open("data/config.json") as carlos:
IndentationError: unexpected indent
data = json.load(carlos)
File "", line 1
data = json.load(carlos)
IndentationError: unexpected indent
interact = data.get("discordInteraction")
File "", line 1
interact = data.get("discordInteraction")
IndentationError: unexpected indent
if interact == "y":
File "", line 1
if interact == "y":
IndentationError: unexpected indent
with open("data/config.json") as carlos:
File "", line 1
with open("data/config.json") as carlos:
IndentationError: unexpected indent
data = json.load(carlos)
File "", line 1
data = json.load(carlos)
IndentationError: unexpected indent
hook = data.get("discordWebhook")
File "", line 1
hook = data.get("discordWebhook")
IndentationError: unexpected indent
msg = f"Gmail : {gmail}\nPassword : {password}"
File "", line 1
msg = f"Gmail : {gmail}\nPassword : {password}"
IndentationError: unexpected indent
ms_data = {
File "", line 1
ms_data = {
IndentationError: unexpected indent
"content": msg
File "", line 1
"content": msg
IndentationError: unexpected indent
}
File "", line 1
}
IndentationError: unexpected indent
r = requests.post(hook, data=ms_data)
File "", line 1
r = requests.post(hook, data=ms_data)
IndentationError: unexpected indent
if r.status_code == 200 or r.status_code == 201 or r.status_code == 204:
File "", line 1
if r.status_code == 200 or r.status_code == 201 or r.status_code == 204:
IndentationError: unexpected indent
current_time = get_current_time()
File "", line 1
current_time = get_current_time()
IndentationError: unexpected indent
print(f"{nothing}{current_time}{dark_blue} Sent Account {nothing}> {blue}{hook[:60]}")
File "", line 1
print(f"{nothing}{current_time}{dark_blue} Sent Account {nothing}> {blue}{hook[:60]}
")
IndentationError: unexpected indent
with open('Results/accounts.txt', 'a', encoding='utf-8') as f:
File "", line 1
with open('Results/accounts.txt', 'a', encoding='utf-8') as f:
IndentationError: unexpected indent
f.write(f"Gmail : {gmail} | Password : {password} | Generated By H4cK3dR4Du Spotify Account Generator\n")
File "", line 1
f.write(f"Gmail : {gmail} | Password : {password} | Generated By H4cK3dR4Du Spotify Account Generator\n")
IndentationError: unexpected indent
print(f"{current_time}{green} Account Saver{nothing} > {blue}Saved Account {green}Successfully{nothing}")
File "", line 1
print(f"{current_time}{green} Account Saver{nothing} > {blue}Saved Account {green}Successfully{nothing}")
IndentationError: unexpected indent
madeAccounts += 1
File "", line 1
madeAccounts += 1
IndentationError: unexpected indent
account_id = response.json()['success']['username']
File "", line 1
account_id = response.json()['success']['username']
IndentationError: unexpected indent
login_token = response.json()['success']['login_token']
File "", line 1
login_token = response.json()['success']['login_token']
IndentationError: unexpected indent
token = get_token(login_token)
File "", line 1
token = get_token(login_token)
IndentationError: unexpected indent
elif 'VPN' in response.text:
File "", line 1
elif 'VPN' in response.text:
IndentationError: unexpected indent
try:
File "", line 1
try:
IndentationError: unexpected indent
current_time = get_current_time()
File "", line 1
current_time = get_current_time()
IndentationError: unexpected indent
print(f"{current_time}{red} Failed{nothing} > {blue}Ratelimit{nothing}")
File "", line 1
print(f"{current_time}{red} Failed{nothing} > {blue}Ratelimit{nothing}")
IndentationError: unexpected indent
except UnboundLocalError:
File "", line 1
except UnboundLocalError:
IndentationError: unexpected indent
current_time = get_current_time()
File "", line 1
current_time = get_current_time()
IndentationError: unexpected indent
print(f"{current_time}{red} Failed{nothing} > {blue}Ratelimit{nothing}")
File "", line 1
print(f"{current_time}{red} Failed{nothing} > {blue}Ratelimit{nothing}")
IndentationError: unexpected indent
else:
File "", line 1
else:
IndentationError: unexpected indent
pass
File "", line 1
pass
IndentationError: unexpected indent
failed_accs += 1
File "", line 1
failed_accs += 1
IndentationError: unexpected indent
if failed_accs >= 3:
File "", line 1
if failed_accs >= 3:
IndentationError: unexpected indent
proxy_error += 1
File "", line 1
proxy_error += 1
IndentationError: unexpected indent
pass
File "", line 1
pass
IndentationError: unexpected indent

session = check_if_proxy()
Traceback (most recent call last):
File "", line 1, in
File "", line 5, in check_if_proxy
FileNotFoundError: [Errno 2] No such file or directory: 'data/config.json'

with open("data/config.json") as file:
... data = json.load(file)
... thread_count = data['Threads']
...
Traceback (most recent call last):
File "", line 1, in
FileNotFoundError: [Errno 2] No such file or directory: 'data/config.json'
threads = []
for _ in range(thread_count):
... thread = threading.Thread(target=run_account_creation, args=(session,))
... threads.append(thread)
... thread.start()
...
Traceback (most recent call last):
File "", line 1, in
NameError: name 'thread_count' is not defined
for thread in threads:
... thread.join()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant