(adsbygoogle = window.adsbygoogle || []).push({});
Awhile back I actually spent the time looking through the SCE SDK documentation and wrote a function which (should) send sony messages to a user. You know, that little box at the top right corner when someone tells you to "fuck off" or "go suck a dick" or threatens your family.
All I need is an sce communitcation id to use because it is required to connect to the services.
Here is like the format for anyone wondering what I mean:
//Snippet from the example files in the sdk
static const SceNpCommunicationId s_communication_id = {
{'N','P','X','S','0','0','0','2','4'},
'\0',
0,
0
};
that one of course doesn't work.
If someone has a valid communication id then please pm me so I can test it ^_^
I of course will share the text message code with you if you have one.
And yes, it does compile in sprx it just needs that ficken communication id.
Thanks!
~gopro_2027