Post: C# Keyboard in Game 1.05
11-13-2014, 06:13 PM #1
iTпDM
Vault dweller
(adsbygoogle = window.adsbygoogle || []).push({});
Hello Everyone!

today i updated Keyboard in game 1.05

some people talk with me about keyboard 1.05


    
uint kb_Result = 0x03080E22;
uint kb_cb = 0x988F98;
uint keyboardPrompt = 0x49D980;
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);
}



Example to Change Name :

    
byte[] bytes = Encoding.ASCII.GetBytes(runKeyboard("Your Title Here", "", 50));
Array.Resize<byte>(ref bytes, bytes.Length + 1);
PS3.SetMemory(0x2892C60, bytes);



Credits:

Me - to Update it
seb5594 - Make Functions
Last edited by iTпDM ; 12-18-2014 at 11:33 AM.

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

One, Boliberrys, Fire-999, LBK, zRayz-

The following user groaned iTпDM for this awful post:

Swiss
12-18-2014, 11:00 AM #11
iTпDM
Vault dweller
Originally posted by Swiss View Post
lol just changed the title ''1.04 to 1.05'' Facepalm


You can try that :p

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo