Post: [1.14] In Game Keyboard
06-27-2014, 08:52 PM #1
Notorious
Caprisuns Is Back
(adsbygoogle = window.adsbygoogle || []).push({}); Hello NGU,

This is a little release, but today I went looking for the keyboard and so I want to release it! Smile

You will need the following thing's for this to work:
You must login or register to view this content.
You must login or register to view this content. (Or PS3TMAPI, or anything that has these functions lol)

Here it is:
    
public static string Keyboard(int clientIndex, string Title = "", string PresetText = "", int MaxLength)
{
RPC.CallFunction(0x3652A8, new object[] { clientIndex, Title, PresetText, MaxLength, 0, 0xa69578, 0xa70118 });
while (PS3.Extension.ReadInt32(0xA8CD64) != 0)
{
continue;
}
return PS3.Extension.ReadString(0x29F0E22);
}

btw I didn't test it, so just let me know if it doesnt work. And I will go fix it!
I have started a tutorial on how to find keyboard (its not finished) but I will finish it when I get time! You must login or register to view this content.

Credits:
    
seb5594 and therifboy - keyboard function
ImSoCool - 1.14 Version!
Last edited by Notorious ; 07-01-2014 at 08:25 PM.

The following 4 users say thank you to Notorious for this useful post:

iTпDM, Mango_Knife, Swaqq, Laser
06-28-2014, 12:04 AM #2
iTпDM
Vault dweller
Thanks man , Good Work :yes:
06-28-2014, 09:46 AM #3
Mango_Knife
In my man cave
Originally posted by Prime
Hello NGU,

This is a little release, but today I went looking for the keyboard and so I want to release it! Smile

You will need the following thing's for this to work:
You must login or register to view this content.
You must login or register to view this content. (Or PS3TMAPI, or anything that has these functions lol)

Here it is:
    
public static string Keyboard(int clientIndex, string Title = "", string PresetText = "", int MaxLength)
{
RPC.CallFunction(0x364168, new object[] { clientIndex, Title, PresetText, MaxLength, 0, 0xA69478, 0xA70018 });
while (PS3.Extension.ReadInt32(0xA8CC64) != 0)
continue;
return PS3.Extension.ReadString(0x29F0E22);
}

btw I didn't test it, so just let me know if it doesnt work. And I will go fix it!
I have started a tutorial on how to find keyboard (its not finished) but I will finish it when I get time! [url=1][size SIZE=4][color COLOR=#FF0000]TUTORIAL[/color][/size][/url]

Credits:
    
seb5594 and therifboy - keyboard function
Shark - Teaching me things Smile


The link for the tut is wrong.
07-01-2014, 07:54 PM #4
ImSooCool
Vault dweller
Originally posted by Prime
Hello NGU,

This is a little release, but today I went looking for the keyboard and so I want to release it! Smile

You will need the following thing's for this to work:
You must login or register to view this content.
You must login or register to view this content. (Or PS3TMAPI, or anything that has these functions lol)

Here it is:
    
public static string Keyboard(int clientIndex, string Title = "", string PresetText = "", int MaxLength)
{
RPC.CallFunction(0x364168, new object[] { clientIndex, Title, PresetText, MaxLength, 0, 0xA69478, 0xA70018 });
while (PS3.Extension.ReadInt32(0xA8CC64) != 0)
continue;
return PS3.Extension.ReadString(0x29F0E22);
}

btw I didn't test it, so just let me know if it doesnt work. And I will go fix it!
I have started a tutorial on how to find keyboard (its not finished) but I will finish it when I get time! You must login or register to view this content.

Credits:
    
seb5594 and therifboy - keyboard function
Shark - Teaching me things Smile




For 1.14 NotoriousSmile

public static string Keyboard(int clientIndex, string Title = "", string PresetText = "", int MaxLength)
{
RPC.CallFunction(0x3652A8, new object[] { clientIndex, Title, PresetText, MaxLength, 0, 0xa69578, 0xa70118 });
while (PS3.Extension.ReadInt32(0xA8CD64) != 0)
{
continue;
}
return PS3.Extension.ReadString(0x29F0E22);
}
07-05-2014, 04:07 PM #5
Notorious
Caprisuns Is Back
1.14 guys Smile

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo