Post: [Release] MW3 In-Game Keyboard 1.24
04-13-2014, 12:01 PM #1
VezahMoDz
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); Hello Guys,

Had this for a while now, and i thought i would share it :3


Add this to your Project(you may ned PS3Lib for it!):
     public static String KeyBoard(String Title)
{
RPC.Call(0x026F5BC, 0, Title, "", 20, 0x72DCE8, 0x7239A0);
while (PS3.ReadInt32(0x73145C) != 0)
{
continue;
}
return PS3.ReadString(0x2380E22);
}



Thats it :P just use it like this:
    
iPrintln(client, KeyBoard("Keyboard Test")); // Will print the texted input on-Screen :P


Enjoy guys and have fun with it Enzo
For those who have trouble using it: here's another RPC: You must login or register to view this content. Thx to shark for porting Winky Winky
Thanks to seb5594 for his release on Ghosts :P
(adsbygoogle = window.adsbygoogle || []).push({});

The following 23 users say thank you to VezahMoDz for this useful post:

Camo-, En3RGyMoDz, FusionIsDaName, ImAzazel, iMoDz-Baptiste, ImPokerz, Jannik007, LaRip8, Mango_Knife, MegaMister, John, Notorious, OLDSCHOOLMODZHD, MysteryAviate, Shark, SnaY, Sticky, UnknownNightmare, Fatality, xHostModer, xSlinkeyy

The following user groaned VezahMoDz for this awful post:

ItsLollo1000
04-13-2014, 12:47 PM #11
xHostModer
Little One
Originally posted by VezahMoDz View Post
Hello Guys,

Had this for a while now, and i thought i would share it :3


Add this to your Project(you may ned PS3Lib for it!):
     public static String KeyBoard(String Title)
{
RPC.Call(0x026F5BC, 0, Title, "", 20, 0x72DCE8, 0x7239A0);
while (PS3.ReadInt32(0x73145C) != 0)
{
continue;
}
return PS3.ReadString(0x2380E22);
}



Thats it :P just use it like this:
    
iPrintln(client, KeyBoard("Keyboard Test")); // Will print the texted input on-Screen :P


Enjoy guys and have fun with it Enzo

Thanks to seb5594 for his release on Ghosts :P


Good Work Bro :yes:
04-13-2014, 01:02 PM #12
Mx444
Bounty hunter
Thanks ! Smile
04-13-2014, 01:07 PM #13
RatchetBooty
Former Staff
Originally posted by Knife View Post
You forgot to add the ReadString And ReadInt32 Function:

    
public static string ReadString(uint address)
{
int length = 40;
int num2 = 0;
string source = "";
do
{
byte[] memory = GetMemory(address + ((uint)num2), length);
source = source + Encoding.UTF8.GetString(memory);
num2 += length;
}
while (!source.Contains<char>('\0'Winky Winky);
int index = source.IndexOf('\0'Winky Winky;
string str2 = source.Substring(0, index);
source = string.Empty;
return str2;
}
public static byte[] GetMemory(uint offset, int length)
{
byte[] array = new byte[length];
DEX.GetMemory(offset, array);
return array;
}
public static int ReadInt32(uint address)
{
byte[] memory = GetMemory(address, 4);
Array.Reverse(memory, 0, 4);
return BitConverter.ToInt32(memory, 0);
}


PS3Lib's extension already have that, use it like: PS3.Extension.ReadString & PS3.Extension.ReadInt32
04-13-2014, 03:18 PM #14
Mango_Knife
In my man cave
Originally posted by RatchetBooty View Post
PS3Lib's extension already have that, use it like: PS3.Extension.ReadString & PS3.Extension.ReadInt32


Yeah i know, i noticed :p
04-13-2014, 04:00 PM #15
Jannik007
Do a barrel roll!
Does this only freezes the PS3 for me? Or has anyone else problems with this ? ..
04-13-2014, 04:17 PM #16
VezahMoDz
Do a barrel roll!
Originally posted by Jannik007 View Post
Does this only freezes the PS3 for me? Or has anyone else problems with this ? ..


Well i've heard it from some people now, its because all use Choco's RPC lol i will post a fixed one xD
04-13-2014, 04:32 PM #17
Jannik007
Do a barrel roll!
Originally posted by VezahMoDz View Post
Well i've heard it from some people now, its because all use Choco's RPC lol i will post a fixed one xD


Ok thank you :p I'll give try with Sharkbaits rpc
04-13-2014, 04:33 PM #18
VezahMoDz
Do a barrel roll!
Originally posted by Jannik007 View Post
Ok thank you :p I'll give try with Sharkbaits rpc


i added an RPC, it should work without problems now because im using the same one :PP
04-13-2014, 05:05 PM #19
Jannik007
Do a barrel roll!
Thanks ! Works now Smile But had to fix my HUDS with the new RPC Smile
But only the CreateText function ! Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo