Post: [Release]Keyboard 1.02
11-02-2014, 09:51 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hello, i just finished working on the keyboard and i saw a new thread here where someone was close to get it ^^

here it is, replace the RPC CALL for your own and also the PS3 functions in there Smile

    
/*addresses*/
uint kb_Result = 0x03080E22,
kb_cb = 0x988F98,
keyboardPrompt = 0x493D68,
kb_active = 0x0099E42C;

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

/*your own rpc function...*/
RPC.CALL(keyboardPrompt, new object[] {0, title, presetText, maxLength, 0, 0, kb_cb});
System.Threading.Thread.Sleep(10);//give him some time !
/*wait for the keyboard to be ended*/
while(PS3.ReadInt32(kb_active) == 0){/*Do nothing Happy*/}
return PS3.ReadString(kb_Result);

}


Credits: seb5594 and theriftboy
Extra Credits: Smooteh, for being smooteh and the first in this thread :wub:
Last edited by Bad Luck Brian ; 11-02-2014 at 09:54 PM.

The following 20 users say thank you to Bad Luck Brian for this useful post:

Boliberrys, flynhigh09, FusionIsDaName, iTпDM, Welsh, Jannik007, koekiemonstarr2, LBK, Loxy, MartinModding, OLDSCHOOLMODZHD, RawDog2002, RGaming, RTE, seb5594, Smoky420, Smooth, worrorfight, xReaperv3, ZerthekModz
11-02-2014, 09:53 PM #2
Smooth
< ^ > < ^ >
Cred for first :fa:
11-02-2014, 09:54 PM #3
Originally posted by Smooth View Post
Cred for first :fa:


Added :fah:
11-02-2014, 10:00 PM #4
xReaperv3
Bounty hunter
Thanks Enzo
11-02-2014, 10:00 PM #5
RGaming
Do a barrel roll!
Perfect I search it.
11-02-2014, 10:49 PM #6
Smooth
< ^ > < ^ >
Originally posted by Bad
Added :fah:


wat a f00k1n ba3 :wub:
11-02-2014, 10:52 PM #7
Yenix
Do a barrel roll!
Another Great Release! keep it up Happy
11-03-2014, 10:42 AM #8
iTпDM
Vault dweller
Originally posted by Bad
Hello, i just finished working on the keyboard and i saw a new thread here where someone was close to get it ^^

here it is, replace the RPC CALL for your own and also the PS3 functions in there Smile

    
/*addresses*/
uint kb_Result = 0x03080E22,
kb_cb = 0x988F98,
keyboardPrompt = 0x493D68,
kb_active = 0x0099E42C;

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

/*your own rpc function...*/
RPC.CALL(keyboardPrompt, new object[] {0, title, presetText, maxLength, 0, 0, kb_cb});
System.Threading.Thread.Sleep(10);//give him some time !
/*wait for the keyboard to be ended*/
while(PS3.ReadInt32(kb_active) == 0){/*Do nothing Happy*/}
return PS3.ReadString(kb_Result);

}


Credits: seb5594 and theriftboy
Extra Credits: Smooteh, for being smooteh and the first in this thread :wub:


you faster me True story

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo