Street Fighter V Unlock Web Request Sample

There was an interesting post on r/kappa (warning: subreddit isn’t completely SFW) today talking about unlocking colors for characters in Street Fighter V without having to really grind Survival mode, which interests me because that’s annoying to have to do it per-character and per-costume.

(I’m going to hide the remainder of this behind a jump because it’s going to get long and it’s going to have a bunch of API request dumps in it. You probably don’t want to read those if that’s not what you came here for.)

By the way, after I wrote this and before I published it, the complete list of codes was published in a thread on r/kappa as well, so now I’m pushing it out there. I was holding onto it for disclosure’s sake, but now it’s in the open and there’s no reason for me to not publish it at this point.

Hints

Here’s the bit that clues you in:

Set a breakpoint for SF5/contents/(whatever your number string is)/serviceid. Head over to survival and clear it once (preferably on easy as it is the shortest), after the congratulations screen press X, and head over to your computer . You should see the “serviceid” breakpoint pop up shortly after. Keep it on the request, and then click on the “text” tab below. Make sure to pay attention to the “SVLnnnnnn” (n’s are variable numbers for you dummies) portion of the request, the rest of the string does not matter. You will notice that the SVL portion is accompanied by HEX, which is great since we now only have to deal with 16 variables that are in pretty predictable patterns.

I didn’t know what they were using, so I did some Googling and found out that you can set connection breakpoints using Charles, which seems like a pretty rad tool to have in any case to monitor net traffic if you need to see what things are doing. I grabbed a copy and started taking a look.

(If you do anything involving web connections, just based on my initial playing around with it, you should probably grab a copy of this app because it’s immediately obvious how useful it would be. And—key to this—you can set it up as a proxy server on your internal network and run other things through it.)

Getting Started

I set up Charles and ran my PS4 through it, which at least gave me a good indication of what was going on with the network traffic. (It’s kind of interesting to see the PSN stuff in any case.)

At a basic level, you can at least see that API requests are sent through:

api.prod.capcomfighters.net

If you try to access it over plain HTTP, you won’t get a response, so let’s try accessing it through HTTPS in a web browser with no request.

Uh ohes:

Screen Shot 2016-07-08 at 23.23.37

Hey, so this is interesting because any client worth its salt is going to reject this right out of hand. (Any web browser is going to tell you to stop looking at what you are looking at immediately.) Because:

  • The certificate is expired (!!!)
  • The certificate is apparently issued by Capcom and I’d be kind of surprised if they even have a root certificate

Continuing, this becomes more interesting because this means that the SFV client is specifically designed to ignore certificate warnings. If you bypass the security warning, you see this default Apache welcome screen:

Screen Shot 2016-07-08 at 23.23.51

We can see more interesting stuff by testing that certificate warning thing and trying to peep the HTTPS traffic from the app by using a self-signed certificate on the proxy server. Lo and behold, this works and SFV is perfectly willing to accept any self-signed cert as part of the connection, so we can now intentionally man-in-the-middle our own SFV server communication and take a look at it.

To do this, just set Charles as an SSL proxy only for content request to the CFN API.

By the way, sniffing this traffic and reverse engineering it would appear to be how V-League and before it fightinggame.community are able to pull ranked league information out of the API and do neat things with it, such as my profile on V-League.

It’s super-interesting to see those applications and realize that they are using a completely undocumented and (likely unintentional) insecure API to pull stats, when it would be completely amazing if all fighting games had a player API like this to yank information out of and do neat things with.

I’ll skip past introductory material here and get to the heart of what I wanted to show you, which is a series of API requests made from my SFV client to the CFN servers when running through Survival mode on Easy with Ibuki, and take a look at how the service communicates.

Ibuki Survival Unlocks in API Requests

If you start sniffing the traffic to take a look at it and then begin a round of Survival, the first thing you will notice is that there is a regular “heartbeat” request/response sent from your game client to the server (I won’t print that out here; it’s routine and easy to see).

Breaking this heartbeat stuff would be what “disconnects” you from the service, so it’s pretty easy to think that either max HTTPS connections or overloaded load balancers from the number of people who were playing right away. It sends this heartbeat approximately once per minute (there is some drift of a second or so between requests).

When you complete a full set of survival, nothing happens until you press a button at the congratulations screen. When you do that, your system sends an API request with the following CSV payload (for Ibuki with Battle Costume on Easy in this example):


serviceids=SVL0018FF00,SVL10180200,PLLV00000001,PLLV00000002,PLLV00000003,PLLV00000004,PLLV00000005,PLLV00000006,PLLV00000007,PLLV00000008,PLLV00000009,PLLV00000010,PLLV00000020,PLLV00000030,PLLV00000040,PLLV00000050,PLLV00000060,PLLV00000070,PLLV00000080,PLLV00000090,PLLV00000100,PLLV00000110,PLLV00000120,PLLV00000130,PLLV00000140,PLLV00000150,PLLV00000160,PLLV00000170,PLLV00000180,PLLV00000190,PLLV00000200,PLLV00000210,PLLV00000220,PLLV00000230,PLLV00000240,PLLV00000250,PLLV00000260,PLLV00000270,PLLV00000280,PLLV00000290,CHLV00000010,CHLV00001005,CHLV00001010,CHLV01000010,CHLV01001005,CHLV01001010,CHLV02000010,CHLV02001005,CHLV02001010,CHLV03000010,CHLV03000030,CHLV03001005,CHLV03001010,CHLV03001025,CHLV04000010,CHLV04001005,CHLV04001010,CHLV05000010,CHLV05001005,CHLV05001010,CHLV06000010,CHLV06001005,CHLV06001010,CHLV07000010,CHLV07001005,CHLV07001010,CHLV08000010,CHLV08001005,CHLV08001010,CHLV10000010,CHLV10001005,CHLV10001010,CHLV11000010,CHLV11001005,CHLV11001010,CHLV12000010,CHLV12001005,CHLV12001010,CHLV13000010,CHLV13001005,CHLV13001010,CHLV14000010,CHLV14001005,CHLV14001010,CHLV15000010,CHLV15001005,CHLV15001010,CHLV16000010,CHLV16001005,CHLV16001010,CHLV17000010,CHLV17001005,CHLV17001010,CHLV18001005,CHLV19001005,CHLV21000010,CHLV21001005,CHLV21001010,LGUP00010000,LGUP00020000,LGUP00030000

view raw

gistfile1.txt

hosted with ❤ by GitHub

Yes, I know that is ugly.

The response was this (I’ve removed certain identifiers for my account just in case):


{
"common": [{
"otid": "redacted",
"puid": "redacted",
"urid": "redacted",
"pfid": "redacted",
"mcmd": "myinfo",
"scmd": "serviceid",
"sbvr": "none",
"kwrd": "",
"mthd": "POST",
"loip": "redacted",
"puip": "redacted",
"urgn": "—",
"apiv": "20141007.bento",
"natt": "0",
"atyp": ""
}],
"response": [{
"serviceidapply": [{
"serviceid": "SVL0018FF00",
"rc": "0"
}, {
"serviceid": "SVL10180200",
"rc": "0"
}, {
"serviceid": "PLLV00000001",
"rc": "1"
}, {
"serviceid": "PLLV00000002",
"rc": "1"
}, {
"serviceid": "PLLV00000003",
"rc": "1"
}, {
"serviceid": "PLLV00000004",
"rc": "1"
}, {
"serviceid": "PLLV00000005",
"rc": "1"
}, {
"serviceid": "PLLV00000006",
"rc": "1"
}, {
"serviceid": "PLLV00000007",
"rc": "1"
}, {
"serviceid": "PLLV00000008",
"rc": "1"
}, {
"serviceid": "PLLV00000009",
"rc": "1"
}, {
"serviceid": "PLLV00000010",
"rc": "1"
}, {
"serviceid": "PLLV00000020",
"rc": "1"
}, {
"serviceid": "PLLV00000030",
"rc": "1"
}, {
"serviceid": "PLLV00000040",
"rc": "1"
}, {
"serviceid": "PLLV00000050",
"rc": "1"
}, {
"serviceid": "PLLV00000060",
"rc": "1"
}, {
"serviceid": "PLLV00000070",
"rc": "1"
}, {
"serviceid": "PLLV00000080",
"rc": "1"
}, {
"serviceid": "PLLV00000090",
"rc": "1"
}, {
"serviceid": "PLLV00000100",
"rc": "1"
}, {
"serviceid": "PLLV00000110",
"rc": "1"
}, {
"serviceid": "PLLV00000120",
"rc": "1"
}, {
"serviceid": "PLLV00000130",
"rc": "1"
}, {
"serviceid": "PLLV00000140",
"rc": "1"
}, {
"serviceid": "PLLV00000150",
"rc": "1"
}, {
"serviceid": "PLLV00000160",
"rc": "1"
}, {
"serviceid": "PLLV00000170",
"rc": "1"
}, {
"serviceid": "PLLV00000180",
"rc": "1"
}, {
"serviceid": "PLLV00000190",
"rc": "1"
}, {
"serviceid": "PLLV00000200",
"rc": "1"
}, {
"serviceid": "PLLV00000210",
"rc": "1"
}, {
"serviceid": "PLLV00000220",
"rc": "1"
}, {
"serviceid": "PLLV00000230",
"rc": "1"
}, {
"serviceid": "PLLV00000240",
"rc": "1"
}, {
"serviceid": "PLLV00000250",
"rc": "1"
}, {
"serviceid": "PLLV00000260",
"rc": "1"
}, {
"serviceid": "PLLV00000270",
"rc": "1"
}, {
"serviceid": "PLLV00000280",
"rc": "1"
}, {
"serviceid": "PLLV00000290",
"rc": "1"
}, {
"serviceid": "CHLV00000010",
"rc": "1"
}, {
"serviceid": "CHLV00001005",
"rc": "1"
}, {
"serviceid": "CHLV00001010",
"rc": "1"
}, {
"serviceid": "CHLV01000010",
"rc": "1"
}, {
"serviceid": "CHLV01001005",
"rc": "1"
}, {
"serviceid": "CHLV01001010",
"rc": "1"
}, {
"serviceid": "CHLV02000010",
"rc": "1"
}, {
"serviceid": "CHLV02001005",
"rc": "1"
}, {
"serviceid": "CHLV02001010",
"rc": "1"
}, {
"serviceid": "CHLV03000010",
"rc": "1"
}, {
"serviceid": "CHLV03000030",
"rc": "1"
}, {
"serviceid": "CHLV03001005",
"rc": "1"
}, {
"serviceid": "CHLV03001010",
"rc": "1"
}, {
"serviceid": "CHLV03001025",
"rc": "1"
}, {
"serviceid": "CHLV04000010",
"rc": "1"
}, {
"serviceid": "CHLV04001005",
"rc": "1"
}, {
"serviceid": "CHLV04001010",
"rc": "1"
}, {
"serviceid": "CHLV05000010",
"rc": "1"
}, {
"serviceid": "CHLV05001005",
"rc": "1"
}, {
"serviceid": "CHLV05001010",
"rc": "1"
}, {
"serviceid": "CHLV06000010",
"rc": "1"
}, {
"serviceid": "CHLV06001005",
"rc": "1"
}, {
"serviceid": "CHLV06001010",
"rc": "1"
}, {
"serviceid": "CHLV07000010",
"rc": "1"
}, {
"serviceid": "CHLV07001005",
"rc": "1"
}, {
"serviceid": "CHLV07001010",
"rc": "1"
}, {
"serviceid": "CHLV08000010",
"rc": "1"
}, {
"serviceid": "CHLV08001005",
"rc": "1"
}, {
"serviceid": "CHLV08001010",
"rc": "1"
}, {
"serviceid": "CHLV10000010",
"rc": "1"
}, {
"serviceid": "CHLV10001005",
"rc": "1"
}, {
"serviceid": "CHLV10001010",
"rc": "1"
}, {
"serviceid": "CHLV11000010",
"rc": "1"
}, {
"serviceid": "CHLV11001005",
"rc": "1"
}, {
"serviceid": "CHLV11001010",
"rc": "1"
}, {
"serviceid": "CHLV12000010",
"rc": "1"
}, {
"serviceid": "CHLV12001005",
"rc": "1"
}, {
"serviceid": "CHLV12001010",
"rc": "1"
}, {
"serviceid": "CHLV13000010",
"rc": "1"
}, {
"serviceid": "CHLV13001005",
"rc": "1"
}, {
"serviceid": "CHLV13001010",
"rc": "1"
}, {
"serviceid": "CHLV14000010",
"rc": "1"
}, {
"serviceid": "CHLV14001005",
"rc": "1"
}, {
"serviceid": "CHLV14001010",
"rc": "1"
}, {
"serviceid": "CHLV15000010",
"rc": "1"
}, {
"serviceid": "CHLV15001005",
"rc": "1"
}, {
"serviceid": "CHLV15001010",
"rc": "1"
}, {
"serviceid": "CHLV16000010",
"rc": "1"
}, {
"serviceid": "CHLV16001005",
"rc": "1"
}, {
"serviceid": "CHLV16001010",
"rc": "1"
}, {
"serviceid": "CHLV17000010",
"rc": "1"
}, {
"serviceid": "CHLV17001005",
"rc": "1"
}, {
"serviceid": "CHLV17001010",
"rc": "1"
}, {
"serviceid": "CHLV18001005",
"rc": "1"
}, {
"serviceid": "CHLV19001005",
"rc": "1"
}, {
"serviceid": "CHLV21000010",
"rc": "1"
}, {
"serviceid": "CHLV21001005",
"rc": "1"
}, {
"serviceid": "CHLV21001010",
"rc": "1"
}, {
"serviceid": "LGUP00010000",
"rc": "1"
}, {
"serviceid": "LGUP00020000",
"rc": "1"
}, {
"serviceid": "LGUP00030000",
"rc": "1"
}]
}]
}

view raw

response1.json

hosted with ❤ by GitHub

After receiving this, my client sends an API request to:

GET /bentov2/sf5/contents/2791787330/entitlements HTTP/1.1

And gets this response, which seems to be the list of things my account has unlocked (and I’m assuming also includes DLC entitlements):


{
"common": [{
"otid": "redacted",
"puid": "redacted",
"urid": "redacted",
"pfid": "redacted",
"mcmd": "myinfo",
"scmd": "entitlements",
"sbvr": "none",
"kwrd": "none",
"mthd": "GET",
"loip": "redacted",
"puip": "redacted",
"urgn": "—",
"apiv": "20141007.bento",
"natt": "0",
"atyp": ""
}],
"response": [{
"entitlements": [{
"type": "0",
"id_array": ["aW1Ut2MJ", "1gQDib4i", "fnAGQW8v", "7GpoF4q4", "JY7xorH9", "kTLWDQxZ", "I5CxTs5y", "jZgW8RVp", "ZYmBranW", "QibjgjFv", "glIaNUNO", "Rfmz2jDE", "MIjNbnTs", "nCXcrMJi", "oZ1WUJbx", "gjQEJSt6", "qNTsYIJp", "i7IaNQ1Y", "0og0npZC", "BiUoCOPt", "vUanuUvy", "xI2TyT3q", "kTK535nK", "VNouiudA", "ZtTtPo3l", "AnxS4NTb", "rdNRVXl6", "37rfambW", "tARAoUNk", "4uvZEjDb", "85nvJepd", "JZ2UYDf3", "doSLJSAp", "4IHuy0SY", "Ew83DQzM", "wPXLsYRl", "nb5Uuyag", "rhoGAu6E", "dabSir1E", "4u0B7Aie", "F5tQRsRt", "FEF3hqLP"]
}, {
"type": "1",
"id_array": ["Cav2yAU8", "ZXpngdGM", "IB3NUtgU", "iAkGBS9t", "VNqlTenP", "mHDsHO5R", "0TJ7Zbjd", "bj5EX0dY", "y700FDZB", "CbrfIxBi", "rcPIvIvl", "lnkGCOnD", "RNCHr6IB", "sa0YhItu", "5m6Cz5HQ", "fWMUgV1S", "zYDt8zhu", "Reu3ZhjW", "e1poHU5A", "T2mz3fRO", "0jBBH8Nj", "ccyNSdFj", "PpEsaATF", "8CGhNiTg", "uqBDvVFU", "N7dc7Cv9", "PTdc8yJk", "bibhjcJ1", "E26EqL1M", "VOkItrVK", "kUGje25U", "cJWh4cxO", "FClSNpIO", "XU1cS6M7", "7KBaInHb", "BPLx4Tpj", "vtgaioOV", "sgpFtjdB", "FpEZmZ84", "Me91gShL"]
}, {
"type": "2",
"id_array": ["d59qNZKY", "OZNP3oAP", "pUreiNqF", "hdgW7VIe", "S8Vlnky4", "t2zKCJoU", "Qhe55lYl", "scSulKOb", "jvHcaS6K", "uujKnIcH", "5oY9C72y", "xI4K8DdF", "8CI8o23v", "JwnxDrTm", "TvZ5RhZj", "upDu6GP9", "Y5RBVcLl", "z0vZbBBc", "N7f3InFo", "o1TsXMve", "ZWxRdbl5", "XBiRXdVH", "zwWgcCLx", "qPLY1L36", "BOnvfA94", "cI1UuZZU", "NDGjKoPK", "MeK3do3O", "n8ossNTE", "Y32RIcJu", "zXHgXBzk", "rhvYMKRU", "2ban19HK", "91EoV2Pr", "KVjNarFi", "Bf8vZzXR", "caMUfYNH", "N4qjunDx", "pZ4IKMtn", "d55EYWr8", "O0K3dlhZ", "GkzL2tzy", "hedaiSpo", "S8Rzxhfe", "t3vYNG54", "27t6L7lb", "E18v0wb1", "vlWePEtB", "cG9orXFc", "NBONGmv3", "ovscWLlT", "zu4J9ArQ", "aoI8pZhG", "VTVty2EZ", "Y5NXgVmf", "2b6JmSiE", "juPG7QL3", "Uou5mfBT", "wj8uBErJ", "GhK1PtxG", "hboq4Snx", "0P2RI9XF", "BJHfYyNv", "QQqjvjRI", "rL4IKIHy", "2FJ707xo", "aShSnY7k", "LNWhDnXb", "xGcd5BTY", "8AQCl0JO", "s88seG9N", "33NQu5ZD", "VmCzjdhc", "5le6w2n9", "GfSvMrdZ", "FVDvwuNC", "gPhULTDs", "uW0YiEHF", "5RFmy3xv", "CdgZWxD9", "tx4ILFVJ", "4sJ614Lz", "fqlEeTRw", "QlZ3uiHm", "4wnvHlXS", "Fr2UWKNI", "glGjc9Dy", "RgkIryto", "Iz9qgGLY", "juNPw5BO", "6OOLJjlo", "HJtaZIbe", "sCJ7sW72", "kVyPh4pB", "JxlG3HJ6", "krZ5i6zW", "bLON7eRw", "mJqll3Xt", "XE4KAsNj", "z0t8AQrW", "aU7xQfhM", "o1RBn1lZ", "ZWv0CqbP", "Hd2UXH1T", "i7Gjd6RJ", "T2kIsvHz", "40WfFkNw", "FVBEVJDm", "3B0Z9l1A", "EwFooKRq", "fqjND9Hh", "ppVlRYNe", "1jzJ6nD4", "GkxUsIpi", "hebjH7f9", "vlVmfTjl", "6gzLui9b", "HadaKHZ2", "nFK541BU", "YAoujqrK", "JsEqMFny", "BMt8BNF7", "wJZ6IQLA", "8DDvYfBq", "JyhUdErg", "TwTsrtxd", "LQIagCPN", "mc7zg0tq", "X6LXvpjg", "cdv13ant", "N89qizdj", "o2OPyY39", "NEAGkAnF", "EXpo9JFe", "qQGlBXB1", "1LkJRmrR", "gxZh3OyE", "RrEGidou", "rZazeCug", "2UPYu1k6", "yPFB8vCX", "9JjZnUsO", "KEYoDjiE", "IEgzXMx1", "jzUYdbnR", "5TVUqo7s", "GOzjFNXi", "cJqWjifa", "ND4lzH50", "oyIKO6VQ", "PYKfY3c2", "DFTIvhGH", "PZDPC2y3", "DGLh8g2I", "gXy8ZxHg", "QXMeRSjY", "gjioCoZU", "ReXNRNPK", "MgYRRLy8", "naCg6aoY", "EyYK50yl", "ftC8kpob", "QngxAOe1"]
}, {
"type": "3",
"id_array": ["FpaoTIt1", "gjON97jR", "Rescow9H", "s87BEVZx", "33LZTkPn", "VnAIIs7X", "whe6YRXN", "7cSvdgND", "I6xUtFDt", "AqmCiNV2", "bk01xcLS", "MfEqNBBJ", "n9jP20rz", "Y4Xdiphp", "PnMW7xzY", "riqlmWpO", "meVjuZvh", "X9AHJol7", "PspqyxDG", "qn3OOWtx", "1hHd3ljn", "CcmCjK9d", "DXAqrI26", "vhp8gQkF", "JzZoU6s3", "RiZqjYcl", "cB9Er7d0", "ZStlniA2", "pnHuxY9F", "nMxPWAWn", "WnTjKkah"]
}, {
"type": "4",
"id_array": ["d601y9Z3", "RLgCF900", "m3t90Ovt", "C1UsOy9p", "g6u7CTZm", "bo94p3jr", "C2QGZvQz", "iViRQPeo", "FL1WMs2T", "b5OPXW6G", "bD7B2ZBJ", "MAAKvotq", "JlUsRnOV", "ZjkMG8sR", "b8CzbV8x", "Em5GftgX", "AeYaVwiH", "3srh04q6", "kgyR6MEL", "duNRjYbs", "9NqlK110", "Hvdczpec", "YSzMV8E4", "X1TwDa4l", "Nrg0Mm39", "eku7BWLb", "GBMYTtVs", "W4DyKfJJ", "mOuKNaET", "qXCg76C9", "JCO886uV", "f1dvKzCr", "TxSrH4F7", "T8JthDq1"]
}, {
"type": "5",
"id_array": ["kORDbQ9O", "VIv2qfZE", "M2kKfnhd", "PJHgPkrG"]
}, {
"type": "6",
"id_array": ["S18wRiPc", "tVMV7HF2", "4Qrkm6vS", "bau5eYtf", "M49utnj5", "nZNTJM9V", "YTriYbZL", "Qdg0Njhk", "r7Up3I7a", "22zOi7X0", "DWdcywNR", "ug2VnE5q", "5bGjC3Vg"]
}, {
"type": "7",
"id_array": ["gNWN3HDJ", "86LvSPVi", "VQHHD2rP", "NawqsaJo", "ATtCcnfU", "bO81sM5K", "fWfxMI30", "QRTV17TQ", "HaIEQfbp", "TZ1rl3R5", "vUFQBsHW", "y2NmVpFb", "9XrLaOv1", "qS3kLy76", "1NHJ1XXW", "4VPflTVb", "GQtEAiL2", "tzqQkvhy", "kTfyaDz7", "8CcLUQ5E", "ZW1tJYnd", "MFXGtbTJ", "oAC4JAJz", "rJJA3xHP", "2DoZiWxF", "6MvvCSvV", "HG9UShlL", "LPhqcdj0", "mJVOrC9Q", "amn1HNhX", "Lg1qWc7N", "z0YCHpDk", "qkNkwxVT", "e3KxgKrp", "5nzf5SJZ", "GhdElhzP", "hcS3AGpF", "S6wrQ5fv", "t1aQ5u5l", "lkZyUCnU", "WfEXa1dL", "x9impq3B", "84WLFPTr", "JYAaUeJh", "BipSJn1Q", "cd4hZMRG", "N7IGeaHw", "o1m4uzxn", "glbNjIPW", "RgPby7FM", "sauAOwvC", "358Z3Vls", "EZMoikbi", "wjB68stS", "7dgvnRjI", "KWMqGfHq", "lQqPWExg", "WL5db3n6", "N4TW0bFF", "pZykgAvv", "0TcJvZlm", "BOQ8Lobc", "s8FQAwtL", "32kfPVjB", "EXYE5k9r", "gRC3kJZh", "RMgrA8P8", "I55apg7H", "j0KzEFXx", "UUoXU4Nn", "vP2m9tDd", "n8R4YBVM", "Y3wte0LC", "zXaStpBt", "aSOhJOrj", "LMsGYdh9", "D6hoNlzI", "e0WN3Kpy", "PVAci9fo", "qPeAxy5f", "i93jnHnO", "T4HHC5dE", "uYm6Ru3u", "5T0v7TTk", "GNEUmiJa", "y7tCbr1J", "9181rQRA", "MboWvd35", "kspYI6pv", "EXS4nLNC", "sHPg8Yj9", "j1EYX6BI", "UVincvry", "vQXMsUho", "7KBbHj7e", "IEfAXIX5", "zY4iMRfE", "aTJH1g5u", "LNn6hFVk", "mI1uw3La", "e1Qdlc3J", "PWuBBBTA", "qQ90Q0Jq", "1LNp6pzg", "GOzkFKnl", "hIdIU9dc", "922rKhvL", "ifXvwvDo", "TaCULUtf", "u752filW", "X8GfE44H", "uW5ECzgZ", "DHHzXKIe", "CMk3pJMW"]
}]
}]
}

This response is larger than the previous entitlement response I received, which indicates that I have added unlocks to my account. Checking it through a diff tool, I found that one entitlement had been added:

`oyIKO6VQ`

Immediately after receiving this, my client sent *another* request to the API with the serviceid list:


serviceids=PLLV00000001,PLLV00000002,PLLV00000003,PLLV00000004,PLLV00000005,PLLV00000006,PLLV00000007,PLLV00000008,PLLV00000009,PLLV00000010,PLLV00000020,PLLV00000030,PLLV00000040,PLLV00000050,PLLV00000060,PLLV00000070,PLLV00000080,PLLV00000090,PLLV00000100,PLLV00000110,PLLV00000120,PLLV00000130,PLLV00000140,PLLV00000150,PLLV00000160,PLLV00000170,PLLV00000180,PLLV00000190,PLLV00000200,PLLV00000210,PLLV00000220,PLLV00000230,PLLV00000240,PLLV00000250,PLLV00000260,PLLV00000270,PLLV00000280,PLLV00000290,PLLV00000300,CHLV00000010,CHLV00001005,CHLV00001010,CHLV01000010,CHLV01001005,CHLV01001010,CHLV02000010,CHLV02001005,CHLV02001010,CHLV03000010,CHLV03000030,CHLV03001005,CHLV03001010,CHLV03001025,CHLV04000010,CHLV04001005,CHLV04001010,CHLV05000010,CHLV05001005,CHLV05001010,CHLV06000010,CHLV06001005,CHLV06001010,CHLV07000010,CHLV07001005,CHLV07001010,CHLV08000010,CHLV08001005,CHLV08001010,CHLV10000010,CHLV10001005,CHLV10001010,CHLV11000010,CHLV11001005,CHLV11001010,CHLV12000010,CHLV12001005,CHLV12001010,CHLV13000010,CHLV13001005,CHLV13001010,CHLV14000010,CHLV14001005,CHLV14001010,CHLV15000010,CHLV15001005,CHLV15001010,CHLV16000010,CHLV16001005,CHLV16001010,CHLV17000010,CHLV17001005,CHLV17001010,CHLV18000010,CHLV18001005,CHLV18001010,CHLV19001005,CHLV21000010,CHLV21001005,CHLV21001010,LGUP00010000,LGUP00020000,LGUP00030000

And likewise received another response:


{
"common": [{
"otid": "redacted",
"puid": "redacted",
"urid": "redacted",
"pfid": "redacted",
"mcmd": "myinfo",
"scmd": "serviceid",
"sbvr": "none",
"kwrd": "",
"mthd": "POST",
"loip": "redacted",
"puip": "redacted",
"urgn": "—",
"apiv": "20141007.bento",
"natt": "0",
"atyp": ""
}],
"response": [{
"serviceidapply": [{
"serviceid": "PLLV00000001",
"rc": "1"
}, {
"serviceid": "PLLV00000002",
"rc": "1"
}, {
"serviceid": "PLLV00000003",
"rc": "1"
}, {
"serviceid": "PLLV00000004",
"rc": "1"
}, {
"serviceid": "PLLV00000005",
"rc": "1"
}, {
"serviceid": "PLLV00000006",
"rc": "1"
}, {
"serviceid": "PLLV00000007",
"rc": "1"
}, {
"serviceid": "PLLV00000008",
"rc": "1"
}, {
"serviceid": "PLLV00000009",
"rc": "1"
}, {
"serviceid": "PLLV00000010",
"rc": "1"
}, {
"serviceid": "PLLV00000020",
"rc": "1"
}, {
"serviceid": "PLLV00000030",
"rc": "1"
}, {
"serviceid": "PLLV00000040",
"rc": "1"
}, {
"serviceid": "PLLV00000050",
"rc": "1"
}, {
"serviceid": "PLLV00000060",
"rc": "1"
}, {
"serviceid": "PLLV00000070",
"rc": "1"
}, {
"serviceid": "PLLV00000080",
"rc": "1"
}, {
"serviceid": "PLLV00000090",
"rc": "1"
}, {
"serviceid": "PLLV00000100",
"rc": "1"
}, {
"serviceid": "PLLV00000110",
"rc": "1"
}, {
"serviceid": "PLLV00000120",
"rc": "1"
}, {
"serviceid": "PLLV00000130",
"rc": "1"
}, {
"serviceid": "PLLV00000140",
"rc": "1"
}, {
"serviceid": "PLLV00000150",
"rc": "1"
}, {
"serviceid": "PLLV00000160",
"rc": "1"
}, {
"serviceid": "PLLV00000170",
"rc": "1"
}, {
"serviceid": "PLLV00000180",
"rc": "1"
}, {
"serviceid": "PLLV00000190",
"rc": "1"
}, {
"serviceid": "PLLV00000200",
"rc": "1"
}, {
"serviceid": "PLLV00000210",
"rc": "1"
}, {
"serviceid": "PLLV00000220",
"rc": "1"
}, {
"serviceid": "PLLV00000230",
"rc": "1"
}, {
"serviceid": "PLLV00000240",
"rc": "1"
}, {
"serviceid": "PLLV00000250",
"rc": "1"
}, {
"serviceid": "PLLV00000260",
"rc": "1"
}, {
"serviceid": "PLLV00000270",
"rc": "1"
}, {
"serviceid": "PLLV00000280",
"rc": "1"
}, {
"serviceid": "PLLV00000290",
"rc": "1"
}, {
"serviceid": "PLLV00000300",
"rc": "0"
}, {
"serviceid": "CHLV00000010",
"rc": "1"
}, {
"serviceid": "CHLV00001005",
"rc": "1"
}, {
"serviceid": "CHLV00001010",
"rc": "1"
}, {
"serviceid": "CHLV01000010",
"rc": "1"
}, {
"serviceid": "CHLV01001005",
"rc": "1"
}, {
"serviceid": "CHLV01001010",
"rc": "1"
}, {
"serviceid": "CHLV02000010",
"rc": "1"
}, {
"serviceid": "CHLV02001005",
"rc": "1"
}, {
"serviceid": "CHLV02001010",
"rc": "1"
}, {
"serviceid": "CHLV03000010",
"rc": "1"
}, {
"serviceid": "CHLV03000030",
"rc": "1"
}, {
"serviceid": "CHLV03001005",
"rc": "1"
}, {
"serviceid": "CHLV03001010",
"rc": "1"
}, {
"serviceid": "CHLV03001025",
"rc": "1"
}, {
"serviceid": "CHLV04000010",
"rc": "1"
}, {
"serviceid": "CHLV04001005",
"rc": "1"
}, {
"serviceid": "CHLV04001010",
"rc": "1"
}, {
"serviceid": "CHLV05000010",
"rc": "1"
}, {
"serviceid": "CHLV05001005",
"rc": "1"
}, {
"serviceid": "CHLV05001010",
"rc": "1"
}, {
"serviceid": "CHLV06000010",
"rc": "1"
}, {
"serviceid": "CHLV06001005",
"rc": "1"
}, {
"serviceid": "CHLV06001010",
"rc": "1"
}, {
"serviceid": "CHLV07000010",
"rc": "1"
}, {
"serviceid": "CHLV07001005",
"rc": "1"
}, {
"serviceid": "CHLV07001010",
"rc": "1"
}, {
"serviceid": "CHLV08000010",
"rc": "1"
}, {
"serviceid": "CHLV08001005",
"rc": "1"
}, {
"serviceid": "CHLV08001010",
"rc": "1"
}, {
"serviceid": "CHLV10000010",
"rc": "1"
}, {
"serviceid": "CHLV10001005",
"rc": "1"
}, {
"serviceid": "CHLV10001010",
"rc": "1"
}, {
"serviceid": "CHLV11000010",
"rc": "1"
}, {
"serviceid": "CHLV11001005",
"rc": "1"
}, {
"serviceid": "CHLV11001010",
"rc": "1"
}, {
"serviceid": "CHLV12000010",
"rc": "1"
}, {
"serviceid": "CHLV12001005",
"rc": "1"
}, {
"serviceid": "CHLV12001010",
"rc": "1"
}, {
"serviceid": "CHLV13000010",
"rc": "1"
}, {
"serviceid": "CHLV13001005",
"rc": "1"
}, {
"serviceid": "CHLV13001010",
"rc": "1"
}, {
"serviceid": "CHLV14000010",
"rc": "1"
}, {
"serviceid": "CHLV14001005",
"rc": "1"
}, {
"serviceid": "CHLV14001010",
"rc": "1"
}, {
"serviceid": "CHLV15000010",
"rc": "1"
}, {
"serviceid": "CHLV15001005",
"rc": "1"
}, {
"serviceid": "CHLV15001010",
"rc": "1"
}, {
"serviceid": "CHLV16000010",
"rc": "1"
}, {
"serviceid": "CHLV16001005",
"rc": "1"
}, {
"serviceid": "CHLV16001010",
"rc": "1"
}, {
"serviceid": "CHLV17000010",
"rc": "1"
}, {
"serviceid": "CHLV17001005",
"rc": "1"
}, {
"serviceid": "CHLV17001010",
"rc": "1"
}, {
"serviceid": "CHLV18000010",
"rc": "0"
}, {
"serviceid": "CHLV18001005",
"rc": "1"
}, {
"serviceid": "CHLV18001010",
"rc": "0"
}, {
"serviceid": "CHLV19001005",
"rc": "1"
}, {
"serviceid": "CHLV21000010",
"rc": "1"
}, {
"serviceid": "CHLV21001005",
"rc": "1"
}, {
"serviceid": "CHLV21001010",
"rc": "1"
}, {
"serviceid": "LGUP00010000",
"rc": "1"
}, {
"serviceid": "LGUP00020000",
"rc": "1"
}, {
"serviceid": "LGUP00030000",
"rc": "1"
}]
}]
}

Running a diff between these shows the following changes:

  • The Survival mode requests were not repeated.
  • These entries were added:
    • PLLV00000300
    • CHLV18000010
    • CHLV18001010

After this, another entitlement request was sent, and received this response:


{
"common": [{
"otid": "redacted",
"puid": "redacted",
"urid": "redacted",
"pfid": "redacted",
"mcmd": "myinfo",
"scmd": "entitlements",
"sbvr": "none",
"kwrd": "none",
"mthd": "GET",
"loip": "redacted",
"puip": "redacted",
"urgn": "—",
"apiv": "20141007.bento",
"natt": "0",
"atyp": ""
}],
"response": [{
"entitlements": [{
"type": "0",
"id_array": ["aW1Ut2MJ", "1gQDib4i", "fnAGQW8v", "7GpoF4q4", "JY7xorH9", "kTLWDQxZ", "I5CxTs5y", "jZgW8RVp", "ZYmBranW", "QibjgjFv", "glIaNUNO", "Rfmz2jDE", "MIjNbnTs", "nCXcrMJi", "oZ1WUJbx", "gjQEJSt6", "qNTsYIJp", "i7IaNQ1Y", "0og0npZC", "BiUoCOPt", "vUanuUvy", "xI2TyT3q", "kTK535nK", "VNouiudA", "ZtTtPo3l", "AnxS4NTb", "rdNRVXl6", "37rfambW", "tARAoUNk", "4uvZEjDb", "85nvJepd", "JZ2UYDf3", "doSLJSAp", "4IHuy0SY", "Ew83DQzM", "wPXLsYRl", "nb5Uuyag", "rhoGAu6E", "dabSir1E", "4u0B7Aie", "F5tQRsRt", "FEF3hqLP"]
}, {
"type": "1",
"id_array": ["Cav2yAU8", "ZXpngdGM", "IB3NUtgU", "iAkGBS9t", "VNqlTenP", "mHDsHO5R", "0TJ7Zbjd", "bj5EX0dY", "y700FDZB", "CbrfIxBi", "rcPIvIvl", "lnkGCOnD", "RNCHr6IB", "sa0YhItu", "5m6Cz5HQ", "fWMUgV1S", "zYDt8zhu", "Reu3ZhjW", "e1poHU5A", "T2mz3fRO", "0jBBH8Nj", "ccyNSdFj", "PpEsaATF", "8CGhNiTg", "uqBDvVFU", "N7dc7Cv9", "PTdc8yJk", "bibhjcJ1", "E26EqL1M", "VOkItrVK", "kUGje25U", "cJWh4cxO", "FClSNpIO", "XU1cS6M7", "7KBaInHb", "BPLx4Tpj", "vtgaioOV", "sgpFtjdB", "FpEZmZ84", "Me91gShL"]
}, {
"type": "2",
"id_array": ["d59qNZKY", "OZNP3oAP", "pUreiNqF", "hdgW7VIe", "S8Vlnky4", "t2zKCJoU", "Qhe55lYl", "scSulKOb", "jvHcaS6K", "uujKnIcH", "5oY9C72y", "xI4K8DdF", "8CI8o23v", "JwnxDrTm", "TvZ5RhZj", "upDu6GP9", "Y5RBVcLl", "z0vZbBBc", "N7f3InFo", "o1TsXMve", "ZWxRdbl5", "XBiRXdVH", "zwWgcCLx", "qPLY1L36", "BOnvfA94", "cI1UuZZU", "NDGjKoPK", "MeK3do3O", "n8ossNTE", "Y32RIcJu", "zXHgXBzk", "rhvYMKRU", "2ban19HK", "91EoV2Pr", "KVjNarFi", "Bf8vZzXR", "caMUfYNH", "N4qjunDx", "pZ4IKMtn", "d55EYWr8", "O0K3dlhZ", "GkzL2tzy", "hedaiSpo", "S8Rzxhfe", "t3vYNG54", "27t6L7lb", "E18v0wb1", "vlWePEtB", "cG9orXFc", "NBONGmv3", "ovscWLlT", "zu4J9ArQ", "aoI8pZhG", "VTVty2EZ", "Y5NXgVmf", "2b6JmSiE", "juPG7QL3", "Uou5mfBT", "wj8uBErJ", "GhK1PtxG", "hboq4Snx", "0P2RI9XF", "BJHfYyNv", "QQqjvjRI", "rL4IKIHy", "2FJ707xo", "aShSnY7k", "LNWhDnXb", "xGcd5BTY", "8AQCl0JO", "s88seG9N", "33NQu5ZD", "VmCzjdhc", "5le6w2n9", "GfSvMrdZ", "FVDvwuNC", "gPhULTDs", "uW0YiEHF", "5RFmy3xv", "CdgZWxD9", "tx4ILFVJ", "4sJ614Lz", "fqlEeTRw", "QlZ3uiHm", "4wnvHlXS", "Fr2UWKNI", "glGjc9Dy", "RgkIryto", "Iz9qgGLY", "juNPw5BO", "6OOLJjlo", "HJtaZIbe", "sCJ7sW72", "kVyPh4pB", "JxlG3HJ6", "krZ5i6zW", "bLON7eRw", "mJqll3Xt", "XE4KAsNj", "z0t8AQrW", "aU7xQfhM", "o1RBn1lZ", "ZWv0CqbP", "Hd2UXH1T", "i7Gjd6RJ", "T2kIsvHz", "40WfFkNw", "FVBEVJDm", "3B0Z9l1A", "EwFooKRq", "fqjND9Hh", "ppVlRYNe", "1jzJ6nD4", "GkxUsIpi", "hebjH7f9", "vlVmfTjl", "6gzLui9b", "HadaKHZ2", "nFK541BU", "YAoujqrK", "JsEqMFny", "BMt8BNF7", "wJZ6IQLA", "8DDvYfBq", "JyhUdErg", "TwTsrtxd", "LQIagCPN", "mc7zg0tq", "X6LXvpjg", "cdv13ant", "N89qizdj", "o2OPyY39", "NEAGkAnF", "EXpo9JFe", "qQGlBXB1", "1LkJRmrR", "gxZh3OyE", "RrEGidou", "rZazeCug", "2UPYu1k6", "yPFB8vCX", "9JjZnUsO", "KEYoDjiE", "IEgzXMx1", "jzUYdbnR", "5TVUqo7s", "GOzjFNXi", "cJqWjifa", "ND4lzH50", "oyIKO6VQ", "PYKfY3c2", "DFTIvhGH", "PZDPC2y3", "DGLh8g2I", "gXy8ZxHg", "QXMeRSjY", "gjioCoZU", "ReXNRNPK", "MgYRRLy8", "naCg6aoY", "EyYK50yl", "ftC8kpob", "QngxAOe1"]
}, {
"type": "3",
"id_array": ["FpaoTIt1", "gjON97jR", "Rescow9H", "s87BEVZx", "33LZTkPn", "VnAIIs7X", "whe6YRXN", "7cSvdgND", "I6xUtFDt", "AqmCiNV2", "bk01xcLS", "MfEqNBBJ", "n9jP20rz", "Y4Xdiphp", "PnMW7xzY", "riqlmWpO", "meVjuZvh", "X9AHJol7", "PspqyxDG", "qn3OOWtx", "1hHd3ljn", "CcmCjK9d", "DXAqrI26", "vhp8gQkF", "JzZoU6s3", "RiZqjYcl", "cB9Er7d0", "ZStlniA2", "pnHuxY9F", "nMxPWAWn", "WnTjKkah"]
}, {
"type": "4",
"id_array": ["d601y9Z3", "RLgCF900", "m3t90Ovt", "C1UsOy9p", "g6u7CTZm", "bo94p3jr", "C2QGZvQz", "iViRQPeo", "FL1WMs2T", "b5OPXW6G", "bD7B2ZBJ", "MAAKvotq", "JlUsRnOV", "ZjkMG8sR", "b8CzbV8x", "Em5GftgX", "AeYaVwiH", "3srh04q6", "kgyR6MEL", "duNRjYbs", "9NqlK110", "Hvdczpec", "YSzMV8E4", "X1TwDa4l", "Nrg0Mm39", "eku7BWLb", "GBMYTtVs", "W4DyKfJJ", "mOuKNaET", "qXCg76C9", "JCO886uV", "f1dvKzCr", "dxRuwGB3", "TxSrH4F7", "T8JthDq1"]
}, {
"type": "5",
"id_array": ["kORDbQ9O", "VIv2qfZE", "M2kKfnhd", "PJHgPkrG"]
}, {
"type": "6",
"id_array": ["S18wRiPc", "tVMV7HF2", "4Qrkm6vS", "bau5eYtf", "M49utnj5", "nZNTJM9V", "YTriYbZL", "Qdg0Njhk", "r7Up3I7a", "22zOi7X0", "DWdcywNR", "ug2VnE5q", "5bGjC3Vg"]
}, {
"type": "7",
"id_array": ["gNWN3HDJ", "86LvSPVi", "VQHHD2rP", "NawqsaJo", "ATtCcnfU", "bO81sM5K", "fWfxMI30", "QRTV17TQ", "HaIEQfbp", "TZ1rl3R5", "vUFQBsHW", "y2NmVpFb", "9XrLaOv1", "qS3kLy76", "1NHJ1XXW", "4VPflTVb", "GQtEAiL2", "tzqQkvhy", "kTfyaDz7", "8CcLUQ5E", "ZW1tJYnd", "MFXGtbTJ", "oAC4JAJz", "rJJA3xHP", "2DoZiWxF", "6MvvCSvV", "HG9UShlL", "LPhqcdj0", "mJVOrC9Q", "amn1HNhX", "Lg1qWc7N", "z0YCHpDk", "qkNkwxVT", "e3KxgKrp", "5nzf5SJZ", "GhdElhzP", "hcS3AGpF", "S6wrQ5fv", "t1aQ5u5l", "lkZyUCnU", "WfEXa1dL", "x9impq3B", "84WLFPTr", "JYAaUeJh", "BipSJn1Q", "cd4hZMRG", "N7IGeaHw", "o1m4uzxn", "glbNjIPW", "RgPby7FM", "sauAOwvC", "358Z3Vls", "EZMoikbi", "wjB68stS", "7dgvnRjI", "KWMqGfHq", "lQqPWExg", "WL5db3n6", "N4TW0bFF", "pZykgAvv", "0TcJvZlm", "BOQ8Lobc", "s8FQAwtL", "32kfPVjB", "EXYE5k9r", "gRC3kJZh", "RMgrA8P8", "I55apg7H", "j0KzEFXx", "UUoXU4Nn", "vP2m9tDd", "n8R4YBVM", "Y3wte0LC", "zXaStpBt", "aSOhJOrj", "LMsGYdh9", "D6hoNlzI", "e0WN3Kpy", "PVAci9fo", "qPeAxy5f", "i93jnHnO", "T4HHC5dE", "uYm6Ru3u", "5T0v7TTk", "GNEUmiJa", "y7tCbr1J", "9181rQRA", "fsGNNJdl", "MboWvd35", "kspYI6pv", "EXS4nLNC", "sHPg8Yj9", "j1EYX6BI", "UVincvry", "vQXMsUho", "7KBbHj7e", "IEfAXIX5", "zY4iMRfE", "aTJH1g5u", "LNn6hFVk", "mI1uw3La", "e1Qdlc3J", "PWuBBBTA", "qQ90Q0Jq", "1LNp6pzg", "GOzkFKnl", "hIdIU9dc", "922rKhvL", "ifXvwvDo", "TaCULUtf", "u752filW", "X8GfE44H", "1eZ1K105", "uW5ECzgZ", "DHHzXKIe", "CMk3pJMW"]
}]
}]
}

Three additional entitlements were added:

  • dxRuwGB3 (“type 4”)
  • fsGNNJdl (“type 7”)
  • 1eZ1K105 (“type 7”)

If I compare this to the system message log, I have the following sets of additions:

  • Ibuki Battle Outfit color 3 was unlocked (the entitlement from the first request)
  • I received my fight money, XP, and then more fight money for the level increase and defeating Survival on Easy.
  • One title was unlocked for Ibuki (I believe for passing level 10.)
  • Two titles were unlocked in the Shop.
  • Color 13 for Ibuki was unlocked in the Shop. (For passing level 10.)

It would be interesting to see what the various “types” of entitlements are. They are clearly stored server-side but how they are connected to your account is somewhat unclear. Are they connected to your PSN account, or only to your CFN account? If that’s the case, what happens if you lose access to your CFN account for any reason? Will your entitlements follow you to the new account?

Conjecture on Unlocks

Here’s what seems to happen with unlocks:

  • All unlocking is actually client-side; this is why trainers work with the PC version. Nothing is being done to check game state during a survival run or other unlock prerequisite (except maybe trials per-level; I haven’t checked). When the mode is complete, a request is sent to the server saying “my account did this.” The server this says back “yes, we agree, your account did this.”
    • This would seem to be unnecessary, but it’s possible this is what allows your account unlocks to “follow” you from PS4 to PS4 whenever you are logged in using your PSN account, which is tied to your CFN account (I think).
  • If the unlock of one thing cascades into another state change, such as clearing a mode adding XP to your account that would move you past a threshold, the client takes the server response, does the math on its side, and then sends back “OK; I did these other things now” and the server says “yup, you did; here’s what you now have access to.” It does this until the API reports back that nothing new has been unlocked.
  • The values for Survival unlocks appear to follow a predictable pattern that goes game mode, character value, costume value. There is another value sent along with them I’m not sure about. If you know which values to send, you could tell the service you have cleared any level of survival with any character and any costume, and it would have no choice but to trust that information.
    • This probably doesn’t exactly apply to story unlocks (character or cinematic), trials, or demonstrations, though I’m assuming those are also very systemic and likewise don’t have anything other than a simple value check.
  • Because of this, if you have your account information and you have a valid authentication cookie (which is how they are “securing” the API service), you can spoof mode completions to the server and it has no way of knowing whether you actually did what you are saying you did. It will simply believe your request and grant you unlocks, XP, and Fight Money.

I’m not entirely sure where the total XP value is stored. The request from the client has values that tell the server what your character and player levels are, but it would probably be easy to tell if those were fake because the XP on the server side would not match the player level on the client side. (Update: the XP is stored server-side.)

Anyway, this has been a lot of goofing around and it’s late, so I’ll stop there with just this information. If this leads you somewhere, that’s great! Leave a comment on ping me on Twitter to let me know. I’ve also set up a GitHub repository for sample data and hopefully some documentation the community can put together; if you have more data or want to contribute to that, please file a pull request.

8 comments on “Street Fighter V Unlock Web Request Sample

Comment navigation

  1. Archived your shit and many other links related to these API unlocks through Archive.org. For science.

  2. So basically Capcom was full of shit when they said that they were cracking down on people unlocking shit with mods.

    1. I don’t think so; I think they are planning on introducing ways to detect and probably curtail that stuff. With the last patch, they put a real SSL cert on the API server, so I think they are soon going to lock that down.

  3. Great stuff :-)

    Very glad you mentioned how those ranking sites are using the API in a really useful way, I hope they aren’t negatively affected by any fixes Capcom manages to introduce.

      1. I’d like to ask you. Isn’t it possible to blindly resend multiple times a request that corresponds to an action that granted you Fight Money to win that money again without having to tamper with the request? I know story modes can be done only once by each characters but there are actions that can be repeated. What do you think.

Comments are closed.