No Recent Activity

5 Visitor Messages

  1. View Conversation
    Hi, I made a example Tutorial for the TAC-45 Tutorial, look on:
    https://www.mpgh.net/forum/674-call-d...rea-etc-*****ml

    In 7 steps with picture examples you can change your headshots


    Good luck
  2. View Conversation
    there is none..just stop begging or do one yourself..
  3. i mean how to use it by c++
  4. Google some c++ tutorials.
  5. use this code to change the name:

    char buf[32];
    sprintf(buf, "userinfo\"\\name\\%s\"", ANameAsACharArrayHere);
    SendCommandToConsole(buf);

    You just need to find the function SendCommandToConsole.
    Hint:

    int SendCommandToConsole(char* Command)
    {
    DWORD dwCallConsole = 0x004C1030;
    __asm
    {
    push Command;
    push 0;
    call dwCallConsole;
    }
    return 0;
    }
Showing Visitor Messages 1 to 5 of 5
About charliesri

Basic Information

About charliesri
What are you here for?:
for awesome crack and hacks
Gender:
male
Flag:
India

Statistics


Total Posts
Total Posts
33
Posts Per Day
0.01
Visitor Messages
Total Messages
5
Most Recent Message
01-19-2013
Total Thanks
Total Thanks
10
  • Thanked 0 Times in 0 Posts
General Information
Last Activity
06-16-2017
Join Date
10-16-2012
Referrals
0

3 Friends

  1. Fresh199 Fresh199 is offline

    Novice

    Fresh199
  2. MarkHC MarkHC is offline

          ( ° ͜ʖ͡°)╭∩╮

    MarkHC
  3. SOON. SOON. is offline

    Bobo's Trainer

    SOON.
Showing Friends 1 to 3 of 3
Post Areas

Top Areas Of Posting