• 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tutorial] BlackOps Ingame Name Changer
#1
PHP Code:
void  (__cdecl *SendToConsole)( int flagchartext ) = (void (__cdecl *)( intchar* ))0x632210;

char *RandomNames[] = 
{     
    
"Adalbert",
    
"Adam",
    
"Agatha",
    
"Agnes",
    
"Albert",
    
"Alexander",
    
"Aleksandra",
    
"Alexis",
    
"Alphonsus",
    
"Aloysius",
    
"Ambrose",
    
"Anastasia",
    
"Balthasar",
    
"Barbara",
    
"Barnabas",
    
"Bartholomew",
    
"Basil",
    
"Benedict",
    
"Bernard",
    
"Bernadine",
    
"Bogimilus",
    
"Boleslaus",
    
"Bronislaus",
    
"David",
    
"Dolores",
    
"Dorothy",
    
"Edmund",
    
"Edward",
    
"Emiliana",
    
//...
}; 

bool Ignore false;
bool ChangeNameRandom( )
{
    
char name[32];
    
int Num 0;
    for (; 
Num < (sizeof(RandomNames) / sizeof(char *)); Num++)
    {
        if( 
Ignore )
        {
            
sprintf(name"Toggle name %s\n"RandomNames[rand()%Num] );
            
SendToConsole0name );
        }
        
Ignore true;
    }
    return 
Ignore;


PHP Code:
if (((timeGetTime() ) > 300) && GetAsyncKeyState(VK_F3)&1)
    {
        
ChangeNameRandom( );
        
Ignore false;
    } 

Credit:
King-OrgY
  Reply
#2
Thx this could come in handy
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Playing sounds ingame? Some 2 3,146 09-10-2013, 10:42
Last Post: Yamato
Smile [Release] Map & Game Type Changer Plugin (Fixed) 30mba 31 20,055 07-10-2013, 16:27
Last Post: 26hz
  Where can I find a list of scripting commands that correspond to ingame buttons? akillj 2 2,814 06-03-2013, 10:38
Last Post: Yamato
  [Release] Easy Background Changer for MW3 V3.0 kokole 87 57,243 05-28-2013, 10:39
Last Post: fahdalkhairy
  [Release] Game Type Changer SgtLegend 36 21,128 05-23-2013, 09:41
Last Post: X-Track
  [Release] Barata's FOV Changer Updated FOREVER! barata 9 9,722 05-22-2013, 18:00
Last Post: DidUknowiPwn
  [Release] Vision Changer Ich1994 14 9,832 05-21-2013, 19:06
Last Post: [HARD] Tony.
  Wierd error ingame Spinnzz 4 3,220 03-19-2013, 20:28
Last Post: Spinnzz
Tongue [Release] Easy background changer for MW2 kokole 8 11,306 03-18-2013, 02:55
Last Post: 007promi
  [Request] Blackops Flyable Jet rotceh_dnih 8 4,824 03-08-2013, 14:06
Last Post: Erik The Born

Forum Jump:


Users browsing this thread: 1 Guest(s)