Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    sabatbatu's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    147
    Reputation
    10
    Thanks
    6
    My Mood
    Cold
    Quote Originally Posted by -[Exorcist]- View Post
    Why make Include.h ?
    Code:
    #include <Windows.h>
    /* Find CF Addies*/
    #define Reload 0x0000
    #define SupperJump 0x000
    #define WalkInAir 0x000
    
    #define CShell 0x0000
    #define PlayerPointer 0x0000
    
    BOOL Reload1;
    BOOL SupperJump1;
    BOOL WalkInAi1r;
    
    DWORD pPlayerPointer = *(DWORD*)(CShell + PlayerPointer + 0x54);
    
    void Start();
    
    BOOL APIENTRY DllMain(HMODULE hModule, DWORD ulReason, LPVOID lpReserved)
    {
    if (ulReason == DLL_PROCESS_ATTACH)
    {
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Start, 0, 0, 0);
    MessageBoxA(NULL, "CrossFire Simple Hack", "NWOUH", MB_OK);
    } 
    
    return TRUE;
    }
    
    void Start()
    {
    	while(1)
    	{
    		if(GetAsyncKeyState(VK_NUMPAD1)&1)Reload1=!Reload1;
    		if(Reload1)
    		{
    			*(DWORD*)(pPlayerPointer + Reload) = 500;
    		}
    		if(GetAsyncKeyState(VK_NUMPAD2)&1)SupperJump1=!SupperJump1;
    		if(SupperJump1)
    		{
    			*(float*)(pPlayerPointer + SupperJump) = -1050;
    		}
    		if(GetAsyncKeyState(VK_NUMPAD3)&1)WalkInAi1r=!WalkInAi1r;
    		if(WalkInAi1r)
    		{
    			*(float*)(pPlayerPointer + WalkInAir) = -1.9; //Original Value = 1
    		}
    		if(!WalkInAi1r)
    		{
    			*(float*)(pPlayerPointer + WalkInAir) = 1; //Original Value = 1
    		}
    	}
    }
    #include "addys.h"

     

    Project Done 20%




  2. #17
    itsmebadman's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    In your mums bed!
    Posts
    929
    Reputation
    32
    Thanks
    2,388
    My Mood
    Buzzed
    64bit?
    or does this work only for 32bit

  3. #18
    sabatbatu's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    147
    Reputation
    10
    Thanks
    6
    My Mood
    Cold
    Quote Originally Posted by itsmebadman View Post
    64bit?
    or does this work only for 32bit
    work

     

    Project Done 20%




  4. #19
    pangumon's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    hi there im new to this whole hacking thing so please understand i have no clue as to what im doing lol. if you could, please could you list the steps to successfully applying this hack to crossfire as im not sure what to do

  5. #20
    kingvaibhav's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Relaxed
    hey where to put these codes....plz tell.....plzzzzzzzzzzzzzz......................... .

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Patched] **CrossFire Simple Hack**(My First Hack in CrossFire Philipines) 07/29/12
    By dungzkii in forum CrossFire Philippines Hacks
    Replies: 176
    Last Post: 08-19-2012, 09:05 PM
  2. [Patched] crossfire simple hack Sroor Hckrs V3
    By shwerma in forum CrossFire Hacks & Cheats
    Replies: 27
    Last Post: 08-09-2012, 03:21 AM
  3. [Release] CROSSFIRE SIMPLE HACK REQUEST....FOR GOOD CODERS
    By Joker4Hack in forum CrossFire Discussions
    Replies: 4
    Last Post: 04-20-2012, 10:02 PM
  4. [Solved] How to create crossfire simple hack undetect?for windows xp
    By N0rbert in forum CrossFire Help
    Replies: 3
    Last Post: 12-02-2011, 06:32 PM
  5. Crossfire Simple Hack 13-04-2010
    By MARKASOSFP in forum CrossFire Help
    Replies: 13
    Last Post: 04-13-2010, 12:16 PM