Post: [1.04] Keyboard in game
11-21-2014, 01:59 AM #1
iTпDM
Vault dweller
(adsbygoogle = window.adsbygoogle || []).push({});
Updated to 1.04

    
uint kb_Result = 0x03080E22;
uint kb_cb = 0x988F98;
uint keyboardPrompt = 0x498828;
uint kb_active = 0x0099E42C;



string runKeyboard(string title = "Your title", string presetText = "text here", int maxLength = 20)
{


RPC.Call(keyboardPrompt, new object[] { 0, title, presetText, maxLength, 0, 0, kb_cb });
System.Threading.Thread.Sleep(10);

while (PS3.Extension.ReadInt32(kb_active) == 0) { }
return PS3.Extension.ReadString(kb_Result);
}


Me - Updated
Seb5594 - Functions

The following 3 users say thank you to iTпDM for this useful post:

xbold

The following 3 users groaned at iTпDM for this awful post:

FusionIsDaName, Swiss, xReaperv3
11-21-2014, 02:03 AM #2
LBK
Little One
Originally posted by TnDM View Post
Updated to 1.04

    
uint kb_Result = 0x03080E22;
uint kb_cb = 0x988F98;
uint keyboardPrompt = 0x498828;
uint kb_active = 0x0099E42C;



string runKeyboard(string title = "Your title", string presetText = "text here", int maxLength = 20)
{


RPC.Call(keyboardPrompt, new object[] { 0, title, presetText, maxLength, 0, 0, kb_cb });
System.Threading.Thread.Sleep(10);

while (PS3.Extension.ReadInt32(kb_active) == 0) { }
return PS3.Extension.ReadString(kb_Result);
}


Me - Updated
Seb5594 - Functions


Yeah Thanks for Adresse Happy , <3 , Its Possible you send Skype for me ?
11-21-2014, 05:38 AM #3
Swiss
Do a barrel roll!
No point to create a new thread with the same thing
Inbe4 new thread for 1.05

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

FusionIsDaName, SC58
11-21-2014, 07:42 AM #4
xReaperv3
Bounty hunter
This still won't send anything untill you run the Keyboard for a second time before you fix the return lol

also your kb_cb is wrong...
Last edited by xReaperv3 ; 11-21-2014 at 11:44 AM.

The following user thanked xReaperv3 for this useful post:

LBK
11-21-2014, 05:05 PM #5
LBK
Little One
Originally posted by xReaperv3 View Post
This still won't send anything untill you run the Keyboard for a second time before you fix the return lol

also your kb_cb is wrong...


Yes, we frezz , on Close ^^
11-21-2014, 08:36 PM #6
Swiss
Do a barrel roll!
Originally posted by TnDM View Post
Updated to 1.04

    
uint kb_Result = 0x03080E22;
uint kb_cb = 0x988F98;
uint keyboardPrompt = 0x498828;
uint kb_active = 0x0099E42C;



string runKeyboard(string title = "Your title", string presetText = "text here", int maxLength = 20)
{


RPC.Call(keyboardPrompt, new object[] { 0, title, presetText, maxLength, 0, 0, kb_cb });
System.Threading.Thread.Sleep(10);

while (PS3.Extension.ReadInt32(kb_active) == 0) { }
return PS3.Extension.ReadString(kb_Result);
}


Me - Updated
Seb5594 - Functions



kb_cb = 00989060
Last edited by Swiss ; 11-21-2014 at 10:45 PM.
11-21-2014, 08:49 PM #7
Originally posted by Swiss View Post
kb_cb = 00989060


Can you give me your skype please ? :$

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo