CFFG - CrossFire Fantasy Games Hacks


You are not connected. Please login or register

[How To] Add freatures to our Hack!!

+8
mariokas1313
hamidking1
Huhnfisch
stockup11
Anikila
wheelmania
woombrah
Cr4zy[ox]
12 posters

Go to page : 1, 2  Next

Go down  Message [Page 1 of 2]

1[How To] Add freatures to our Hack!! Empty [How To] Add freatures to our Hack!! Fri Jul 20, 2012 5:11 pm

Cr4zy[ox]

Cr4zy[ox]
Admininstrator
Admininstrator

addys:

#define WeaponMgr 0xB65E94//

#define nochange 0xBDC//
#define NoReload 0xBD8//
#define damage 0x7C4//
#define norecoil 0x4E8//
#define norecoil2 0x36A0//
#define norecoil3 0xE98//
#define norecoil4 0x1000//
#define norecoil5 0x1168//
#define knifeOHK 0x3B9C//
#define knifeOHK2 0xBA4//

#define wallhack 0x6D0644

Example of its use Cool:


#include <Windows.h>

#define WeaponMgr 0xB65E94//

#define nochange 0xBDC//
#define NoReload 0xBD8//
#define damage 0x7C4//
#define norecoil 0x4E8//
#define norecoil2 0x36A0//
#define norecoil3 0xE98//
#define norecoil4 0x1000//
#define norecoil5 0x1168//
#define knifeOHK 0x3B9C//
#define knifeOHK2 0xBA4//

#define wallhack 0x6D0644

DWORD WINAPI hacks(LPVOID)
{
while(1)
{
DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
DWORD* m16 = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 25*4);
DWORD* m700 = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 14*4);
DWORD* knife = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 5*4);
DWORD* m4_rd = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 266*4);
DWORD* xmasaxe = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 239*4);
DWORD* Merry = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 238*4);
DWORD* awmrd = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 268*4);
DWORD* wep2 = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 218*4);

*m700 = *awmrd;
*m16 = *m4_rd;
*knife = *xmasaxe;

memcpy((VOID*)wallhack, "\x00\x00\x00\x00\x00\x00", 6);


if (CShell + WeaponMgr)


for(int i=0; i<700; i++)
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
{
for (int j=0; j<10 ; j++)
{
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoReload +j*4) = 100.0f;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + nochange +j*4) = 100;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + norecoil +j*4) = 0;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + norecoil2+j*4) = 0;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + norecoil3+j*4) = 0;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + norecoil4+j*4) = 0;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + norecoil5+j*4) = 0;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + knifeOHK+j*4) = 1400;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + knifeOHK2+j*4) = 1400;

*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + damage+j*4) = 1400;//not working,, gives client error
}
}
}


}

}

bool Ready2Hook()
{
if(GetModuleHandleA("CShell.dll") != NULL
&& GetModuleHandleA("ClientFx.fxd") != NULL)
return 1;
return 0;
}

DWORD WINAPI Wait(LPVOID)
{
while(!Ready2Hook()) Sleep(100);
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)hacks, NULL, NULL, NULL);
return 0;
}

BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);

if ( dwReason == DLL_PROCESS_ATTACH )
{

MessageBoxA(0, "Enjoy Hack","Injected!", 0);

CreateThread(0,0,(LPTHREAD_START_ROUTINE)Wait,0,0, 0);
}
return 1;
}

[size=24pt]Any questions reply down Cool[/size]

https://cffg.umforum.net

2[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Sat Jul 21, 2012 5:37 am

woombrah

woombrah
Admininstrator
Admininstrator

I dont understand this but i let you make hacks! :) ;) :Laughing!:

3[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Tue Jul 24, 2012 11:45 am

wheelmania


Registered User
Registered User

thanks i search in google nothin i search in youtube nothing thanks

4[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Tue Jul 24, 2012 12:38 pm

Cr4zy[ox]

Cr4zy[ox]
Admininstrator
Admininstrator

wheelmania wrote:thanks i search in google nothin i search in youtube nothing thanks

hope you like our cmmunity. share your hacks with us! Cool

https://cffg.umforum.net

5[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Wed Jul 25, 2012 10:15 am

Anikila


Registered User
Registered User

Ty very mutch i love this thread Very Happy tyyyy

6[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Mon Jul 30, 2012 8:33 pm

stockup11


Leecher
Leecher

can u plz do weapon hack m4a1 to golden m4a1 and ak47 golden anad m60 to rpk golden plz

https://cffg.umforum.net

7[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Mon Jul 30, 2012 8:37 pm

Cr4zy[ox]

Cr4zy[ox]
Admininstrator
Admininstrator

stockup11 wrote:can u plz do weapon hack m4a1 to golden m4a1 and ak47 golden anad m60 to rpk golden plz

with this info here you can make it with just C+P Smile

https://cffg.umforum.net

8[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Tue Jul 31, 2012 9:56 pm

Huhnfisch

Huhnfisch
Registered User
Registered User

What is the string name of Wallhack?
Thanks

https://cffg.umforum.net

9[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Tue Jul 31, 2012 10:10 pm

Cr4zy[ox]

Cr4zy[ox]
Admininstrator
Admininstrator

Huhnfisch wrote:What is the string name of Wallhack?
Thanks

wallhack hast string name, to find it i will send you an hex number , you just need to shearch Very Happy

https://cffg.umforum.net

10[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Tue Jul 31, 2012 10:14 pm

Huhnfisch

Huhnfisch
Registered User
Registered User

Admin wrote:wallhack hast string name, to find it i will send you an hex number , you just need to shearch Very Happy
Ok Smile

https://cffg.umforum.net

11[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Tue Aug 07, 2012 8:16 am

hamidking1

hamidking1
Registered User
Registered User

hi Admin

(Game process is ended in 2020 {W} L {0}) always wrong
please help

12[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Tue Aug 07, 2012 8:21 am

hamidking1

hamidking1
Registered User
Registered User

hi Admin

This is not bi me I done everything as it is supposedly described the hack or do I deteckted the IRG to inject a spiziale art because I've done it with pex injecter but I'm not looking further help pls

13[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Tue Aug 07, 2012 11:50 am

Cr4zy[ox]

Cr4zy[ox]
Admininstrator
Admininstrator

hamidking1 wrote:hi Admin

(Game process is ended in 2020 {W} L {0}) always wrong
please help

inject on lobby

https://cffg.umforum.net

14[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Tue Aug 07, 2012 8:54 pm

mariokas1313

mariokas1313
Leecher
Leecher

Admin wrote:
hamidking1 wrote:hi Admin

(Game process is ended in 2020 {W} L {0}) always wrong
please help

inject on lobby

or rename it SndDrv and put on crossfire folder

15[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Sat Aug 11, 2012 5:22 am

emman96666


Registered User
Registered User

fast knife??

16[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Sat Aug 11, 2012 10:06 am

Cr4zy[ox]

Cr4zy[ox]
Admininstrator
Admininstrator

emman96666 wrote:fast knife??

hmm maybe later but uts easy

https://cffg.umforum.net

17[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Sat Aug 11, 2012 11:10 am

emman96666


Registered User
Registered User

what do i search for in ollydbg

18[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Sat Aug 11, 2012 11:47 am

newem


Registered User
Registered User

hey how do i fix sound in game ?????

19[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Sat Aug 11, 2012 11:47 am

newem


Registered User
Registered User

hey how do i fix sound in game ?????

20[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Sat Aug 11, 2012 11:49 am

Cr4zy[ox]

Cr4zy[ox]
Admininstrator
Admininstrator

newem wrote:hey how do i fix sound in game ?????

rename hack to mlang.dll and put original snddrv.dll back

https://cffg.umforum.net

21[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Sat Aug 11, 2012 12:40 pm

newem


Registered User
Registered User

ok tnx

22[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Sun Aug 12, 2012 3:50 pm

newem


Registered User
Registered User

i add somethins

Code:
#define NoWeaponWeight 0xAB0//
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoWeaponWeight+j*4) = 0.13f;
work great with sniper to Very Happy

23[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Sun Aug 12, 2012 7:37 pm

newem


Registered User
Registered User

hey can soneone give me code for seeghost plss Very Happy tnx

24[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Mon Aug 13, 2012 1:32 pm

emman96666


Registered User
Registered User

any one got an idea whar string name for walk through walls is

25[How To] Add freatures to our Hack!! Empty Re: [How To] Add freatures to our Hack!! Sun Aug 26, 2012 5:22 am

azimali


Registered User
Registered User

Admin wrote:addys:

#define WeaponMgr 0xB65E94//

#define nochange 0xBDC//
#define NoReload 0xBD8//
#define damage 0x7C4//
#define norecoil 0x4E8//
#define norecoil2 0x36A0//
#define norecoil3 0xE98//
#define norecoil4 0x1000//
#define norecoil5 0x1168//
#define knifeOHK 0x3B9C//
#define knifeOHK2 0xBA4//

#define wallhack 0x6D0644

Example of its use Cool:


#include <Windows.h>

#define WeaponMgr 0xB65E94//

#define nochange 0xBDC//
#define NoReload 0xBD8//
#define damage 0x7C4//
#define norecoil 0x4E8//
#define norecoil2 0x36A0//
#define norecoil3 0xE98//
#define norecoil4 0x1000//
#define norecoil5 0x1168//
#define knifeOHK 0x3B9C//
#define knifeOHK2 0xBA4//

#define wallhack 0x6D0644

DWORD WINAPI hacks(LPVOID)
{
while(1)
{
DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
DWORD* m16 = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 25*4);
DWORD* m700 = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 14*4);
DWORD* knife = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 5*4);
DWORD* m4_rd = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 266*4);
DWORD* xmasaxe = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 239*4);
DWORD* Merry = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 238*4);
DWORD* awmrd = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 268*4);
DWORD* wep2 = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 218*4);

*m700 = *awmrd;
*m16 = *m4_rd;
*knife = *xmasaxe;

memcpy((VOID*)wallhack, "\x00\x00\x00\x00\x00\x00", 6);


if (CShell + WeaponMgr)


for(int i=0; i<700; i++)
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
{
for (int j=0; j<10 ; j++)
{
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoReload +j*4) = 100.0f;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + nochange +j*4) = 100;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + norecoil +j*4) = 0;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + norecoil2+j*4) = 0;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + norecoil3+j*4) = 0;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + norecoil4+j*4) = 0;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + norecoil5+j*4) = 0;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + knifeOHK+j*4) = 1400;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + knifeOHK2+j*4) = 1400;

*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + damage+j*4) = 1400;//not working,, gives client error
}
}
}


}

}

bool Ready2Hook()
{
if(GetModuleHandleA("CShell.dll") != NULL
&& GetModuleHandleA("ClientFx.fxd") != NULL)
return 1;
return 0;
}

DWORD WINAPI Wait(LPVOID)
{
while(!Ready2Hook()) Sleep(100);
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)hacks, NULL, NULL, NULL);
return 0;
}

BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);

if ( dwReason == DLL_PROCESS_ATTACH )
{

MessageBoxA(0, "Enjoy Hack","Injected!", 0);

CreateThread(0,0,(LPTHREAD_START_ROUTINE)Wait,0,0, 0);
}
return 1;
}

[size=24pt]Any questions reply down Cool[/size]

Okai If i want 2 remove all hack except KniveOhk and WallHack I dont knw which part 2 remove ...

Sponsored content



Back to top  Message [Page 1 of 2]

Go to page : 1, 2  Next

Permissions in this forum:
You cannot reply to topics in this forum