Thread: CA Chams

Results 1 to 3 of 3
  1. #1
    kat__'s Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Post CA Chams

    Hey, can anyone help me code a CA hack for just chams. Thats all i need and allways wanted to code a personal hack. I use C++.

  2. #2
    pepper1's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    fasdf
    Posts
    43
    Reputation
    10
    Thanks
    27
    Why not use C#?

    if (player.Ingame == true)
    {
    NXChams.On();
    }
    else
    {
    NXChams.Off();
    }
    Last edited by pepper1; 10-16-2014 at 12:21 PM.

  3. #3
    Fєηix's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    Brαzil
    Posts
    1,178
    Reputation
    114
    Thanks
    6,891
    My Mood
    Sleepy
    try:

    Code:
    INT NxChams;
    
    #define LTClientEXE 0x??????
    
    VOID PushToConsole(CONST CHAR* cmd)
    {
    	_asm
    	{
    	   PUSH cmd
    	   MOV EAX, LTClientEXE
    	   CALL EAX
    	   ADD ESP, 0x4
    	}
    }
    
    VOID Cheats()
    {
    	if(NxChams)
    	{
           PushToConsole("+SkelModelStencil 1");
    	}else{
           PushToConsole("+SkelModelStencil 0");
    	}
    }

Similar Threads

  1. ESP/Chams For BHD 1.5.0.5 Arugs 1.2m: Undetected
    By sf0d in forum General Game Hacking
    Replies: 1
    Last Post: 11-05-2008, 02:31 PM
  2. anyone give me free cham?
    By warpebble in forum Trade Accounts/Keys/Items
    Replies: 2
    Last Post: 05-24-2007, 10:03 AM
  3. Chams Ftw
    By ballin22 in forum WarRock Korea Hacks
    Replies: 5
    Last Post: 05-22-2007, 08:13 AM
  4. Does chams work here?
    By Spoking in forum WarRock Korea Hacks
    Replies: 0
    Last Post: 05-18-2007, 01:10 AM
  5. Chams!
    By Underglow450 in forum WarRock - International Hacks
    Replies: 50
    Last Post: 03-17-2007, 05:19 AM