CFFG - CrossFire Fantasy Games Hacks


You are not connected. Please login or register

[Release] Addys

3 posters

Go down  Message [Page 1 of 1]

1King [Release] Addys Sun Aug 26, 2012 11:48 am

Cr4zy[ox]

Cr4zy[ox]
Admininstrator
Admininstrator

Some one requested some string names and some addys, here they are Ahah

No recoil , no reload and some others already are in this thread: [You must be registered and logged in to see this link.]

String names:

Norecoil1: PerturbMin%d_%s
Norecoil2: PerturbMax%d_%s
Norecoil3: BulletOffset(second one)
Norecoil4: ShotReactPitch%d_%d
Norecoil5: DetailPerturbShot%d_%s
Norecoil6: DetailReactPitchShot%d_%s
Norecoil7: DetailReactYawShot%d_%s
Noreload: ReloadAnimRatio
NoWeaponWeight: MoveSpeedPenalty
NoGrenadeDmg: AmmoDamage
NoWeaponChangeDelay: ChangeWeaponAnimRatio
NoKnockBack: KnockBack
NoScope: HalfZomeNoImage
FastKnife1: KnifeNormalAniRate
FastKnife2: KnifeBigShotAniRate
KnifeOHK1: KnifeNormalAmmoDamage
KnifeOHK2: KnifeBigShotAmmoDamage
SeeGhosts1: CharacterHiddenAlpha
SeeGhosts2: CharacterHiddenWalkAlpha
SeeGhosts3: CharacterHuddenRunAlpha
RepeatFire: RepeatFire
CrouchSpeed: MovementDuckWalkRate
ShotGunSpread: ShotsPerAmmo

https://cffg.umforum.net

2King Re: [Release] Addys Sun Aug 26, 2012 12:00 pm

Cr4zy[ox]

Cr4zy[ox]
Admininstrator
Admininstrator

Hmm i did wrote the addys but my net failed on posting it and when i got back it was just that soo i wont look again for all that << sry i m too lazy for that again

https://cffg.umforum.net

3King Re: [Release] Addys Mon Aug 27, 2012 2:33 am

buddhayang


Senior Member
Senior Member

whats the addy for Knife360?

4King Re: [Release] Addys Wed Aug 29, 2012 11:11 am

emman9666666


Registered User
Registered User

CrouchSpeed: MovementDuckWalkRate


[You must be registered and logged in to see this image.]


i cant see the 0x--- code plz help

5King Re: [Release] Addys Thu Aug 30, 2012 10:58 am

Cr4zy[ox]

Cr4zy[ox]
Admininstrator
Admininstrator

crouch speed is 0xC

https://cffg.umforum.net

6King Re: [Release] Addys Thu Aug 30, 2012 12:47 pm

emman9666666


Registered User
Registered User

value`?

i putted 999 as value didn't work

7King Re: [Release] Addys Thu Aug 30, 2012 1:46 pm

Cr4zy[ox]

Cr4zy[ox]
Admininstrator
Admininstrator

emman9666666 wrote:value`?

i putted 999 as value didn't work

it gots offset ... you need to make like:

if(CShell + ofset)
{
*(float*)(CShell + ofset + 0xc) = 2//2 is pretty fast, with 999 you would even walk thought the wals with that speed xD
}

https://cffg.umforum.net

8King Re: [Release] Addys Thu Aug 30, 2012 2:08 pm

emman9666666


Registered User
Registered User

[code]#include <Windows.h>
#define WeaponMgr 0xB65E94//

#define knifeOHK 0xBA4//
#define CrouchSpeed 0xC//
#define KnockBack 0x3C08//


#define wallhack 0x6D0644


void UndetectedBase()
{
DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");

if (GetModuleHandleA("ClientFx.fxd")&&GetModuleHandleA("CShell.dll"))
{

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))) + knifeOHK+j*4) = 2000;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + CrouchSpeed+j*4) = 2.0f;
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + KnockBack+j*4) = 0.0;
}
}
}
}
Sleep(151);
}

void Base()
{
for(;;)UndetectedBase();
}

BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
{
if (dwReason == DLL_PROCESS_ATTACH)
{
DisableThreadLibraryCalls(hDll);
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Base, NULL, NULL, NULL);
}
return TRUE;
}[code]




dont works

9King Re: [Release] Addys Sat Sep 01, 2012 2:09 pm

emman9666666


Registered User
Registered User

i need BasicPlayerInfo

Sponsored content



Back to top  Message [Page 1 of 1]

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