Post: 1.18 In-Game Keyboard
05-17-2014, 04:47 PM #1
Shark
Retired.
(adsbygoogle = window.adsbygoogle || []).push({}); Hey since this is pretty basic to find and I have no use for it I figured I would release it Smile!


    
public static String char_to_wchar(String text)
{
String wchar = text;
for (Int32 i = 0; i < text.Length; i++)
{
wchar = wchar.Insert(i * 2, "\0");
}
return wchar;
}

    
public class KeyboardType
{
public static int
Numpad = 1,
Normal = 2;
}

public static String doKeyboard(Int32 KeyboardType = 2, String Title = "Title", String PresetText = "", Int32 MaxLength = 20)
{
Lib.WriteByte(0x467507, (Byte)KeyboardType);
RPC.Call(0x4674AC, 0xD67E980, char_to_wchar(Title), char_to_wchar(PresetText), MaxLength, 0xD57560);
while (PS3.Extension.ReadInt32(0xD82140) != 0)
continue;
return PS3.Extension.ReadString(0x3090E22);
}


Credits
    
Therifboy - char_to_wchar function


Enjoy!
(adsbygoogle = window.adsbygoogle || []).push({});

The following 13 users say thank you to Shark for this useful post:

ALI ALHILFI, Arrow_Modz, Asian, B777x, D3sKmَ, FusionIsDaName, Geo, ImPiffHD, Mango_Knife, Miyata, Notorious, oStankyModz, UnknownNightmare
05-17-2014, 05:16 PM #2
B777x
Hurah!
Originally posted by Shark View Post
Hey since this is pretty basic to find and I have no use for it I figured I would release it Smile!

    
public static String char_to_wchar(String text)
{
String wchar = text;
for (Int32 i = 0; i < text.Length; i++)
{
wchar = wchar.Insert(i * 2, "\0");
}
return wchar;
}

public class KeyboardType
{
public static int
Numpad = 1,
Normal = 2;
}

public static String doKeyboard(Int32 KeyboardType = 2, String Title = "Title", String PresetText = "", Int32 MaxLength = 20)
{
Lib.WriteByte(0x4674F7, (Byte)KeyboardType);
RPC.Call(0x46749C, 1, char_to_wchar(Title), char_to_wchar(PresetText), MaxLength, 0xD57560);
while (PS3.Extension.ReadInt32(0xD82140) != 0)
continue;
return PS3.Extension.ReadString(0x3090E22);
}


Credits
    
Therifboy - char_to_wchar function


Enjoy!


it work but everytime i close the keyboard my PS3 freeze
05-17-2014, 05:18 PM #3
Shark
Retired.
Originally posted by B777x View Post
it work but everytime i close the keyboard my PS3 freeze


are you using preset text?, because last time I used preset text I froze when I closed it just avoid using preset text
05-17-2014, 05:23 PM #4
B777x
Hurah!
Originally posted by Shark View Post
are you using preset text?, because last time I used preset text I froze when I closed it just avoid using preset text


i don't type anything in the keyboard and freeze i tried like 5 times :|

EDIT:
no the preset text is null
05-17-2014, 05:46 PM #5
Shark
Retired.
Originally posted by B777x View Post
i don't type anything in the keyboard and freeze i tried like 5 times :|

EDIT:
no the preset text is null


hm maybe its your rpc, the function is working fine for me :3
05-17-2014, 05:50 PM #6
B777x
Hurah!
Originally posted by Shark View Post
hm maybe its your rpc, the function is working fine for me :3


maybe i use the RPC in Mango_Knife thread
can you give me your RPC Smile
05-17-2014, 06:09 PM #7
Shark
Retired.
Originally posted by B777x View Post
maybe i use the RPC in Mango_Knife thread
can you give me your RPC Smile


You must login or register to view this content.

The following 2 users say thank you to Shark for this useful post:

ALI ALHILFI, B777x
05-17-2014, 08:19 PM #8
very good job , shark is The best :yes:
05-18-2014, 03:41 AM #9
B777x
Hurah!
Originally posted by Shark View Post
You must login or register to view this content.


Thx it work Smile it was from the RPC

can i use it for another client ??
05-18-2014, 03:49 AM #10
Shark
Retired.
Originally posted by B777x View Post
Thx it work Smile it was from the RPC

can i use it for another client ??


keyboard is a syscall it cant be called for other clients

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo