Welcome to our forum. This is a public forum where people post there crossfire hacks and source codes so its for other's to use. Please register ^_^.
Welcome to our forum. This is a public forum where people post there crossfire hacks and source codes so its for other's to use. Please register ^_^.
Would you like to react to this message? Create an account in a few clicks or log in to continue.


FPSH
 
HomePortalLatest imagesRegisterLog inCrossfireDonateMobile Device AppsInjectors
Congratulations budddhayang you have earned yourself a position as an Admin. You have donated $50 in which you became a Admin.
Time at the moment: Fri Apr 19, 2024 6:42 am
Welcome back Guest. We appreciate you comming back.

♥️♦️♣️♠️||Ninja Saga V1.3.11 Cracked||♥️♦️♣️♠️
Click Here to go download it!

♥️♦️♣️♠️||Undetected Injector! ever since from NOV.21, 2012 Still working||♥️♦️♣️♠️
Click Here to go download it!

Share
 

 {DETECTED BASE} How to make a hack :)

View previous topic View next topic Go down 
AuthorMessage
Admin
Senior Member
Senior Member
Admin

Posts : 150
Points : 2147487884
Reputation : 21
Join date : 2012-09-12

{DETECTED BASE} How to make a hack :) Empty
PostSubject: {DETECTED BASE} How to make a hack :)   {DETECTED BASE} How to make a hack :) EmptyTue Nov 06, 2012 7:23 pm

THIS BASE IS DETECTED.

I will teach you guys on how to make a hack

first you need C++ (here it is: [You must be registered and logged in to see this link.]

???, dont know what it is?

no problem , just read this: [You must be registered and logged in to see this link.]



now, you can just do scripting, no needed any knownlege about codding, you can call yourself leecher for doing this

Code:
#include <Windows.h>

#define WeaponMgr          0xB65E94//

#define nochange            0xBDC//
#define NoReload            0xBD8//



DWORD WINAPI hacks(LPVOID)
{
  while(1)
{
DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
DWORD* m16 = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 25*4);
DWORD* m4_rd = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 266*4);

*m16 = *m4_rd;


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;

}
}
}

}


}

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, "Message contect","Tittle!", 0);

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

To make a weaponhack its like this
Code:
Weapon Hack:

DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
DWORD* m16 = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 25*4);
DWORD* m4_rd = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 266*4);

*m16 = *m4_rd;

To add more weapon hacks do this:

Code:
DWORD* m16 = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 25*4);
DWORD* m4_rd = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 266*4);
DWORD* other= (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 25*4);
DWORD* other1= (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 266*4);

*other = *ther1;

Now post your hacks and If you need help i will help you ninjaturtle
Back to top Go down
https://fpsh.forumotion.net
Forum Bot





Range: Advertising poster

Join Date: 01/01/2012 Points: Infinite
Back to top Go down
Page 1 of 1

 Similar topics

-
» Discovered a way to make some money
» How to make hacks work
» [Detected]Simpsons2 pVip v7.7
» [Detected]G-Force Simple V1.1
» [Detected] Dragon(H)ell Hack V6.1 [HappyFeast]

Permissions in this forum:You cannot reply to topics in this forum
 :: FPS :: Crossfire :: Tutorials-