In-game Keyboard Code

  • Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

MDGMods

Member
Jan 21, 2014
54
15
18
United Kingdom
You will need iMCSx PS3Lib v4!
public static String RunKeyBoard(String Title, String PresetText = "", Int32 MaxLength = 20)
{
RPC.Call(0x35AFE0, 0, Title, PresetText, MaxLength, 0, 0xA49110, 0xA51490);
while (PS3.Extension.ReadInt32(0xA6BFC4) != 0)
continue;
return Encoding.ASCII.GetString(PS3.GetMemory(0x2940E22, MaxLength));
}

Example how to use it in a messagebox
MessageBox.Show(RunKeyboard("Enter any text","",20);

It will show a messagebox with your typed text.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
      Chat Bot: QM|T_JinX has joined the room.