Kod:
[SETTINGS]
{
"Name": "SpotifyAccountCreation",
"SuggestedBots": 5,
"MaxCPM": 0,
"LastModified": "2020-08-29T21:36:34.6817279+02:00",
"AdditionalInfo": "",
"Author": "Yousef_Mahmed#1373",
"Version": "1.2.9 Anomaly",
"LoliSave": false,
"IgnoreResponseErrors": false,
"MaxRedirects": 8,
"NeedsProxies": false,
"OnlySocks": false,
"OnlySsl": false,
"MaxProxyUses": 0,
"EncodeData": false,
"AllowedWordlist1": "MailPass",
"AllowedWordlist2": "MailPass",
"DataRules": [],
"CustomInputs": [],
"ForceHeadless": false,
"AlwaysOpen": false,
"AlwaysQuit": false,
"DisableNotifications": false,
"CustomUserAgent": "",
"RandomUA": false,
"CustomCMDArgs": ""
}
[SCRIPT]
FUNCTION RandomString "[email protected]?l?l?l?l.com" -> CAP "mail"
FUNCTION RandomString "?l?l?l?l?l?l?l?l?u?u?u?u?l" -> VAR "name"
FUNCTION RandomString "?l?l?l?d?d?d?d?l?l?u?u" -> CAP "pw"
REQUEST GET "https://www.spotify.com/eg-ar/signup/?forward_url=https%3A%2F%2Fwww.spotify.com%2Fapi%2Fgrowth%2Fl2l-redirect"
HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko"
HEADER "Pragma: no-cache"
HEADER "Accept: */*"
PARSE "<SOURCE>" LR "signupServiceAppKey\":\"" "\"" -> VAR "tk"
REQUEST POST "https://spclient.wg.spotify.com/signup/public/v1/account"
CONTENT "birth_day=10&birth_month=08&birth_year=1998&creation_flow=&creation_point=https%3A%2F%2Fwww.spotify.com%2Feg-ar%2F&displayname=<name>&email=<mail>&gender=male&iagree=1&key=<tk>&password=<pw>&password_repeat=<pw>&platform=www&referrer=&send-email=1&thirdpartyemail=0&fb=0"
CONTENTTYPE "application/x-www-form-urlencoded"
HEADER "Host: spclient.wg.spotify.com"
HEADER "Connection: keep-alive"
HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36"
HEADER "DNT: 1"
HEADER "Content-Type: application/x-www-form-urlencoded"
HEADER "Accept: */*"
HEADER "Origin: https://www.spotify.com"
HEADER "Sec-Fetch-Site: same-site"
HEADER "Sec-Fetch-Mode: cors"
HEADER "Sec-Fetch-Dest: empty"
HEADER "Referer: https://www.spotify.com/eg-ar/signup/?forward_url=https%3A%2F%2Fwww.spotify.com%2Fapi%2Fgrowth%2Fl2l-redirect"
KEYCHECK
KEYCHAIN Success OR
KEY "status\":1,\""
KEY "accept_licenses_in_one_step\":true"
KEYCHAIN Failure OR
KEY "<SOURCE>" DoesNotContain "status\":1,\""
KEY "<SOURCE>" DoesNotContain "accept_licenses_in_one_step\":true"
UTILITY File "spotify.txt" AppendLines "<mail>:<pw>"