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-24-2014, 09:48 AM #29
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
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


Hey sorry, but how do I link this with change name? Or could you maybe give me a hint? Or something cheers Love it!
04-25-2014, 09:32 AM #30
Mango_Knife
In my man cave
Originally posted by UnknownNightmar View Post
Hey sorry, but how do I link this with change name? Or could you maybe give me a hint? Or something cheers Love it!


    
#region ChangeName
public static void ChangeName(int client)
{
uint NameInGame = 0x0110D694;
uint clientIndex = 0x3980;
RPC.iPrintlnBold(client, "^5Keyboard opened");
byte[] Name = Encoding.ASCII.GetBytes(KeyBoard(client,"Change Name Keyboard","",20));
Array.Resize(ref Name, Name.Length + 1);
PS3.SetMemory(NameInGame + ((uint)client * clientIndex), Name);
RPC.iPrintlnBold(client, "Name Changed to:" + PS3.Extension.ReadString(Multiplayer.Offsets.Clients.NameInGame + ((uint)client * 0x3980)));
}
#endregion


Then set it like that:
    
ChangeName(0/*Or any other client*/);
04-27-2014, 07:29 PM #31
Mango_Knife
In my man cave
Originally posted by ItsLollo1000 View Post
Cool, dass du seb's/mein RPC nimmst und auch meine call func Winky Winky


English?
04-27-2014, 07:31 PM #32
ItsLollo1000
Little One
Originally posted by Knife View Post
English?


Cool that u use sebs/mine rpc and also my call func
04-27-2014, 07:39 PM #33
Mango_Knife
In my man cave
Originally posted by ItsLollo1000 View Post
Cool that u use sebs/mine rpc and also my call func


ok...
Your?
04-27-2014, 07:58 PM #34
ItsLollo1000
Little One
Originally posted by Knife View Post
ok...
Your?


Like I write sebs and mine rpc but I had the idea and made the Call func with int16 and shit it's not really needed but I thought hey why not
04-27-2014, 08:10 PM #35
Mango_Knife
In my man cave
Originally posted by ItsLollo1000 View Post
Like I write sebs and mine rpc but I had the idea and made the Call func with int16 and shit it's not really needed but I thought hey why not


mm, Hard to think that vezah leeched something, but whatever.
04-27-2014, 08:17 PM #36
ItsLollo1000
Little One
Originally posted by Knife View Post
mm, Hard to think that vezah leeched something, but whatever.


So just to say now: I dont have anything against him lol!!

So here i just sended him these screenshots with the tilte: Look at my mega call func and he said u dont need 64 u cant call and shit:
You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

The following user thanked ItsLollo1000 for this useful post:

04-28-2014, 12:33 PM #37
Mango_Knife
In my man cave
Originally posted by ItsLollo1000 View Post
So just to say now: I dont have anything against him lol!!

So here i just sended him these screenshots with the tilte: Look at my mega call func and he said u dont need 64 u cant call and shit:
You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.


I Can't argue with that.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo