Results 1 to 8 of 8
  1. #1
    Rambo1112's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    75
    Reputation
    10
    Thanks
    2

    FastKill And No Fall Dmage pls fast help

    I Want Codes For FastKnife And No fall Dmage pls can any one help
    i will put who will help me in the credits

  2. #2
    lucasheer715's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    648
    Reputation
    10
    Thanks
    497
    My Mood
    Bored
    not mine i used the search box

    Wallhack
    Code:
    if(wallhack)
    {
    	memcpy((VOID*)0x????????, "\x00\x00\x00\x00\x00\x00", 6);
    }
    See Ghost
    Code:
    *(FLOAT*)(PlayerClass+0x4) = 0.0f
    Speed Knife
    Code:
    if((*(DWORD*)((*(DWORD*)(CShell + WeaponMgr))+(4*i)) ) != NULL)
    {
    	for (int j=0; j<9 ; j++)
    	{
    		*(float*)((*(DWORD*)((*(DWORD*)(CShell + WeaponMgr)) +(4*i))) + 0x??????? +j*4) = 100.0f;
    		*(float*)((*(DWORD*)((*(DWORD*)(CShell + WeaponMgr)) +(4*i))) + 0x??????? +j*4) = 100.0f;
    	}
    }
    Less Recoil
    Code:
    if(pWeaponMgr)
    {
    for(int i=0; i<670; i++)
    {
    DWORD rWeapon = *(DWORD*)(pWeaponMgr+(4*i));
    if(rWeapon)
    {
    for(int y=0; y<6; y++)
    {
    *(float*)(rWeapon + 0x3B74+y*4) = 0.0f;//no spread
    *(float*)(rWeapon + 0x3514+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3518+y*4) = 0.0f;
    *(float*)(rWeapon + 0x351C+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3520+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3524+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3528+y*4) = 0.0f;
    *(float*)(rWeapon + 0x352C+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3530+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3534+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3538+y*4) = 0.0f;
    *(float*)(rWeapon + 0x353C+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3540+y*4) = 0.0f;
    *(float*)(rWeapon + 0x36F4+y*4) = 0.0f;
    *(float*)(rWeapon + 0x36F8+y*4) = 0.0f;
    *(float*)(rWeapon + 0x36FC+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3700+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3704+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3708+y*4) = 0.0f;
    *(float*)(rWeapon + 0x370C+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3710+y*4) = 0.0f;
    *(float*)(rWeapon + 0x39F8+y*4) = 0.0f;
    *(float*)(rWeapon + 0x39FC+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3A00+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3A04+y*4) = 0.0f;
    *(float*)(rWeapon + 0x39F8+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3A64+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3A68+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3A6C+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3A70+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3A74+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3A78+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3A7C+y*4) = 0.0f;
    }
    }
    }
    }
    No Gernade Dmg
    Code:
    #define grenades ((i==6)||(i==7)||(i==8)||(i==64)||(i==100)||(i==12 6)||(i==135)||(i==209)||(i==210)||(i==240)||(i==26 3)||(i==272)||(i==338)||(i==382)||(i==383)||(i==38 4))
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL && (grenades))
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x7F8) = 0.0f; //String is "AmmoDamage"
    Last edited by lucasheer715; 09-11-2012 at 06:11 PM.

  3. The Following 2 Users Say Thank You to lucasheer715 For This Useful Post:

    giniyat101 (09-12-2012),temp512512 (09-14-2012)

  4. #3
    Rambo1112's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    75
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by lucasheer715 View Post
    not mine i used the search box

    Wallhack
    Code:
    if(wallhack)
    {
    	memcpy((VOID*)0x????????, "\x00\x00\x00\x00\x00\x00", 6);
    }
    See Ghost
    Code:
    *(FLOAT*)(PlayerClass+0x4) = 0.0f
    Speed Knife
    Code:
    if((*(DWORD*)((*(DWORD*)(CShell + WeaponMgr))+(4*i)) ) != NULL)
    {
    	for (int j=0; j<9 ; j++)
    	{
    		*(float*)((*(DWORD*)((*(DWORD*)(CShell + WeaponMgr)) +(4*i))) + 0x??????? +j*4) = 100.0f;
    		*(float*)((*(DWORD*)((*(DWORD*)(CShell + WeaponMgr)) +(4*i))) + 0x??????? +j*4) = 100.0f;
    	}
    }
    Less Recoil
    Code:
    if(pWeaponMgr)
    {
    for(int i=0; i<670; i++)
    {
    DWORD rWeapon = *(DWORD*)(pWeaponMgr+(4*i));
    if(rWeapon)
    {
    for(int y=0; y<6; y++)
    {
    *(float*)(rWeapon + 0x3B74+y*4) = 0.0f;//no spread
    *(float*)(rWeapon + 0x3514+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3518+y*4) = 0.0f;
    *(float*)(rWeapon + 0x351C+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3520+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3524+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3528+y*4) = 0.0f;
    *(float*)(rWeapon + 0x352C+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3530+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3534+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3538+y*4) = 0.0f;
    *(float*)(rWeapon + 0x353C+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3540+y*4) = 0.0f;
    *(float*)(rWeapon + 0x36F4+y*4) = 0.0f;
    *(float*)(rWeapon + 0x36F8+y*4) = 0.0f;
    *(float*)(rWeapon + 0x36FC+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3700+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3704+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3708+y*4) = 0.0f;
    *(float*)(rWeapon + 0x370C+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3710+y*4) = 0.0f;
    *(float*)(rWeapon + 0x39F8+y*4) = 0.0f;
    *(float*)(rWeapon + 0x39FC+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3A00+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3A04+y*4) = 0.0f;
    *(float*)(rWeapon + 0x39F8+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3A64+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3A68+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3A6C+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3A70+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3A74+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3A78+y*4) = 0.0f;
    *(float*)(rWeapon + 0x3A7C+y*4) = 0.0f;
    }
    }
    }
    }
    No Gernade Dmg
    Code:
    #define grenades ((i==6)||(i==7)||(i==8)||(i==64)||(i==100)||(i==12 6)||(i==135)||(i==209)||(i==210)||(i==240)||(i==26 3)||(i==272)||(i==338)||(i==382)||(i==383)||(i==38 4))
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL && (grenades))
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x7F8) = 0.0f; //String is "AmmoDamage"

    i think its old and patched but thanks man for trying help

  5. #4
    lucasheer715's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    648
    Reputation
    10
    Thanks
    497
    My Mood
    Bored
    oh, i dont think its patched just detected.

  6. #5
    Stanman08's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    USA
    Posts
    338
    Reputation
    16
    Thanks
    892
    My Mood
    Mellow
    Ya im pretty sure its detected sorry and i wouldnt beg for code, Just saying.
    Click "THANKS" if i Helped You!

  7. #6
    ahmed317's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    not telling
    Posts
    0
    Reputation
    10
    Thanks
    0
    omg i learned C++ and i need to make codes so how u use this codes type it in in C++ program??

  8. #7
    Rambo1112's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    75
    Reputation
    10
    Thanks
    2
    any one can help me pls

  9. #8
    xKickAss's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Registered 21/09/2011
    Posts
    1,968
    Reputation
    152
    Thanks
    15,979
    My Mood
    Doh
    Quote Originally Posted by Rambo1112 View Post
    any one can help me pls
    Learn c++ and code it? Simple...

Similar Threads

  1. [Help] i want working codes for seeghost and no fall dmage Help Help
    By MaDo111 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 1
    Last Post: 07-31-2012, 05:54 PM
  2. [Source Code] Urgent need help pls fast
    By nageeb123 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 08-14-2011, 11:02 AM
  3. [Solved] help pls fast
    By hamoksha in forum CrossFire Help
    Replies: 5
    Last Post: 03-08-2011, 02:55 PM
  4. [SOLVED]plz need fast help and reall one
    By sh_z_sektor in forum CrossFire Help
    Replies: 12
    Last Post: 09-03-2010, 08:46 PM
  5. [HELP]How Me Make Superjump and No fall Damage?
    By xown0x in forum WarRock - International Hacks
    Replies: 8
    Last Post: 03-02-2008, 03:58 AM