This PlayFab spamer was built purely focusing on speed. The only output you will get is each thread counting successful requests. Generally half of the successful requests will silently fail. On average this should create 5000 accounts in 2 minutes if you have 16 CPU cores
The code is messy, i know.
- Login With Custom ID.
{
"Resource": "pfrn:api--/Client/LoginWithCustomID",
"Action": "*",
"Effect": "Deny",
"Principal": "*",
"Comment": "Deny client access to LoginWithCustomID"
}
- Register PlayFab User
{
"Resource": "pfrn:api--/Client/RegisterPlayFabUser",
"Action": "*",
"Effect": "Deny",
"Principal": "*",
"Comment": "Deny client access to RegisterPlayFabUser"
}
To apply these policies see https://learn.microsoft.com/en-us/gaming/playfab/api-references/api-access-policy#api-access-policy-example You will need to write code to apply the policies.