Black Ops 1 In Game Keyboard 1.13 C++

  • Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

Irving

ConsoleCrunch Addict
Community Veteran
Determined Poster
Active Member
Console ID Poster
Oct 6, 2013
2,642
1,390
300
Console Crunch
Today Im showing a in game keyboard on black ops 1 hope you guys enjoy I take no credits (Credits will be bellow)

Code:
Code:
opd_s key1 = { 0x56A118, TOC };
void(*Keyboard)(int value,char* Title,char* Text,int size, char* pointer) = (void(*)(int,char*,char*,int,char*))&key1;//arguments maybe wrong but it works just the same

void PS3_Keyboard(char* Title,char* Text,int size,char* buffer)
{
Keyboard(0,Title,Text,size,buffer);
while(*(char*)0x1B2942F != 0){ }//waits t'ill the keyboard close
}
exemple to change clan tag
Code:
Code:
PS3_Keyboard("Clan Tag","",4,0xB4AE20);//this will change the clan tag with keyboard input

Credits:
JM

What JM Said:
known bugs
-it's Chinese
Solution by SC58
-Make the string a t_wchar
so arguments not char* for Tittle and Text
 
  • Like
Reactions: Lindows

Lindows

Super Moderator
Staff member
Moderator
Community Elite
Community Veteran
Determined Poster
Active Member
Console ID Poster
May 26, 2014
1,526
1,633
418
Today Im showing a in game keyboard on black ops 1 hope you guys enjoy I take no credits (Credits will be bellow)

Code:
Code:
opd_s key1 = { 0x56A118, TOC };
void(*Keyboard)(int value,char* Title,char* Text,int size, char* pointer) = (void(*)(int,char*,char*,int,char*))&key1;//arguments maybe wrong but it works just the same

void PS3_Keyboard(char* Title,char* Text,int size,char* buffer)
{
Keyboard(0,Title,Text,size,buffer);
while(*(char*)0x1B2942F != 0){ }//waits t'ill the keyboard close
}
exemple to change clan tag
Code:
Code:
PS3_Keyboard("Clan Tag","",4,0xB4AE20);//this will change the clan tag with keyboard input

Credits:
JM

What JM Said:
known bugs
-it's Chinese
Solution by SC58
-Make the string a t_wchar
so arguments not char* for Tittle and Text
What can i do with it o_O?
 
Nov 20, 2013
56
13
18
Spongebob , this function i and JoMilk Made , and Milky Fixed btw the CHinees stuff ;) what you can do with it ?

CHange Name in-game wxhitout pc , change your stat whitout computer chat in-game with a ingame keyboard .... ( sprx )
 
General chit-chat
Help Users
  • No one is chatting at the moment.
    Chat Bot: Kkddkf has posted a new reply in the thread "Call of Duty: Black Ops (USA+DLC) [BLUS30591]".