Alvin-vince PH Hacks

Would you like to react to this message? Create an account in a few clicks or log in to continue.
Alvin-vince PH Hacks

Alvin-vince PH Hacks

Similar topics

    Latest topics

    » Undetected D3D Base 6/9/2012
    Why you make a loob for every hack .. i fixed for you try this  >> EmptyThu Sep 06, 2012 7:47 am by alvin-vince

    » Undetected DIP Hook
    Why you make a loob for every hack .. i fixed for you try this  >> EmptySat Sep 01, 2012 6:07 pm by alvin-vince

    » Deleted Cshell => CF still working ?!
    Why you make a loob for every hack .. i fixed for you try this  >> EmptySat Aug 25, 2012 11:11 am by alvin-vince

    » My Base Wall hack working, NoWeaponChangeDelay not working
    Why you make a loob for every hack .. i fixed for you try this  >> EmptyFri Aug 24, 2012 7:35 am by alvin-vince

    » Why you make a loob for every hack .. i fixed for you try this >>
    Why you make a loob for every hack .. i fixed for you try this  >> EmptyFri Aug 24, 2012 7:33 am by alvin-vince

    » -[I]fLuX Undetected CrossFire Base after patch
    Why you make a loob for every hack .. i fixed for you try this  >> EmptyFri Aug 24, 2012 7:28 am by alvin-vince

    » (My First Hack) Simple Hack for CFPH - With Key And Sound
    Why you make a loob for every hack .. i fixed for you try this  >> EmptySun Aug 19, 2012 9:07 am by alvin-vince

    » [ New ] Release Glenox Public Cheat v9.2(Alvin-vince)
    Why you make a loob for every hack .. i fixed for you try this  >> EmptySun Aug 19, 2012 8:13 am by alvin-vince

    » Mamo`s Hack V1.8 | Wallhack + Fast Knife + OHK Knife ++MORE | Original Sound |
    Why you make a loob for every hack .. i fixed for you try this  >> EmptyFri Aug 10, 2012 5:30 pm by alvin-vince

    Keywords

    Latest topics

    » Undetected D3D Base 6/9/2012
    Why you make a loob for every hack .. i fixed for you try this  >> EmptyThu Sep 06, 2012 7:47 am by alvin-vince

    » Undetected DIP Hook
    Why you make a loob for every hack .. i fixed for you try this  >> EmptySat Sep 01, 2012 6:07 pm by alvin-vince

    » Deleted Cshell => CF still working ?!
    Why you make a loob for every hack .. i fixed for you try this  >> EmptySat Aug 25, 2012 11:11 am by alvin-vince

    » My Base Wall hack working, NoWeaponChangeDelay not working
    Why you make a loob for every hack .. i fixed for you try this  >> EmptyFri Aug 24, 2012 7:35 am by alvin-vince

    » Why you make a loob for every hack .. i fixed for you try this >>
    Why you make a loob for every hack .. i fixed for you try this  >> EmptyFri Aug 24, 2012 7:33 am by alvin-vince

    » -[I]fLuX Undetected CrossFire Base after patch
    Why you make a loob for every hack .. i fixed for you try this  >> EmptyFri Aug 24, 2012 7:28 am by alvin-vince

    » (My First Hack) Simple Hack for CFPH - With Key And Sound
    Why you make a loob for every hack .. i fixed for you try this  >> EmptySun Aug 19, 2012 9:07 am by alvin-vince

    » [ New ] Release Glenox Public Cheat v9.2(Alvin-vince)
    Why you make a loob for every hack .. i fixed for you try this  >> EmptySun Aug 19, 2012 8:13 am by alvin-vince

    » Mamo`s Hack V1.8 | Wallhack + Fast Knife + OHK Knife ++MORE | Original Sound |
    Why you make a loob for every hack .. i fixed for you try this  >> EmptyFri Aug 10, 2012 5:30 pm by alvin-vince

    Navigation

    September 2024

    MonTueWedThuFriSatSun
          1
    2345678
    9101112131415
    16171819202122
    23242526272829
    30      

    Calendar Calendar

    Affiliates

    free forum

    Affiliates

    free forum

    Top posting users this month

    No user

    Affiliates

    free forum


      Why you make a loob for every hack .. i fixed for you try this >>

      alvin-vince
      alvin-vince
      Admin


      Posts : 58
      Points : 163
      Reputation : 4
      Join date : 28/05/2011

      Why you make a loob for every hack .. i fixed for you try this  >> Empty Why you make a loob for every hack .. i fixed for you try this >>

      Post  alvin-vince Fri Aug 24, 2012 7:33 am

      Code:



      #include <Windows.h>
      #define WeaponMgr 0xAE8370
      #define NoReload 0x26A4

      #define HookShell (DWORD)GetModuleHandleA("CShell.dll");

      void IfLuX ( void )
      {
      bool wallhack = 1;
      bool noreload = true;
      bool change = true;
      bool knifes = true;
      DWORD CShell = HookShell;
      DWORD pWeaponMgr = *(DWORD*)(CShell + WeaponMgr);
      while(1)
      {

      if (wallhack==1)
      {
      memcpy((VOID*)0x6D067C, "\x00\x00\x00\x00\x00\x00", 6);
      }

      if (change)
      {
      if (pWeaponMgr)
      {
      for(int i=0; i<670; i++)
      {

      if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
      *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x26A8) = 100.0f;
      }
      }
      }
      }
      void Hook ( HINSTANCE hDLL )
      {
      DWORD CShell = HookShell;
      if (CShell==0)
      {
      IfLuX();
      }
      }
      BOOL WINAPI DllMain ( HINSTANCE hDll, DWORD dwReason, LPVOID lpReserved )
      {
      if (dwReason == DLL_PROCESS_ATTACH)
      {
      MessageBoxA(0, "Loaded" ,"Injected", 0);
      DisableThreadLibraryCalls(hDll);
      CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hook, hDll, NULL, NULL);
      }
      return TRUE;
      }

        Current date/time is Mon Sep 16, 2024 11:16 pm