• 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.

Black Ops 1 In Game Keyboard 1.13 C++

Irving

ConsoleCrunch Addict
Community Veteran
Determined Poster
Active Member
Console ID Poster
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
 
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?
 
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
      Chat Bot: QM|T_JinX has joined the room.
      Back
      Top