public static String KeyBoard(String Title)
{
RPC.Call(0x026F5BC, 0, Title, "", 20, 0x72DCE8, 0x7239A0);
while (PS3.ReadInt32(0x73145C) != 0)
{
continue;
}
return PS3.ReadString(0x2380E22);
}
just use it like this:
iPrintln(client, KeyBoard("Keyboard Test")); // Will print the texted input on-Screen 



Copyright © 2026, NextGenUpdate.
All Rights Reserved.