opd_s key1 = { 0x56A118, TOC };
void(*Keyboard)(int value,char* Title,char* Text,int size, char* pointer) = (void(*)(int,char*,char*,int,char*))&key1;//arguments maybe wrong but it works just the same
void PS3_Keyboard(char* Title,char* Text,int size,char* buffer)
{
Keyboard(0,Title,Text,size,buffer);
while(*(char*)0x1B2942F != 0){ }//waits t'ill the keyboard close
}
PS3_Keyboard("Clan Tag","",4,0xB4AE20);//this will change the clan tag with keyboard input
Copyright © 2026, NextGenUpdate.
All Rights Reserved.