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

Latest topics

» Undetected D3D Base 6/9/2012
-[I]fLuX Undetected CrossFire Base after patch EmptyThu Sep 06, 2012 7:47 am by alvin-vince

» Undetected DIP Hook
-[I]fLuX Undetected CrossFire Base after patch EmptySat Sep 01, 2012 6:07 pm by alvin-vince

» Deleted Cshell => CF still working ?!
-[I]fLuX Undetected CrossFire Base after patch EmptySat Aug 25, 2012 11:11 am by alvin-vince

» My Base Wall hack working, NoWeaponChangeDelay not working
-[I]fLuX Undetected CrossFire Base after patch EmptyFri Aug 24, 2012 7:35 am by alvin-vince

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

» -[I]fLuX Undetected CrossFire Base after patch
-[I]fLuX Undetected CrossFire Base after patch EmptyFri Aug 24, 2012 7:28 am by alvin-vince

» (My First Hack) Simple Hack for CFPH - With Key And Sound
-[I]fLuX Undetected CrossFire Base after patch EmptySun Aug 19, 2012 9:07 am by alvin-vince

» [ New ] Release Glenox Public Cheat v9.2(Alvin-vince)
-[I]fLuX Undetected CrossFire Base after patch EmptySun Aug 19, 2012 8:13 am by alvin-vince

» Mamo`s Hack V1.8 | Wallhack + Fast Knife + OHK Knife ++MORE | Original Sound |
-[I]fLuX Undetected CrossFire Base after patch EmptyFri Aug 10, 2012 5:30 pm by alvin-vince

Keywords

Latest topics

» Undetected D3D Base 6/9/2012
-[I]fLuX Undetected CrossFire Base after patch EmptyThu Sep 06, 2012 7:47 am by alvin-vince

» Undetected DIP Hook
-[I]fLuX Undetected CrossFire Base after patch EmptySat Sep 01, 2012 6:07 pm by alvin-vince

» Deleted Cshell => CF still working ?!
-[I]fLuX Undetected CrossFire Base after patch EmptySat Aug 25, 2012 11:11 am by alvin-vince

» My Base Wall hack working, NoWeaponChangeDelay not working
-[I]fLuX Undetected CrossFire Base after patch EmptyFri Aug 24, 2012 7:35 am by alvin-vince

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

» -[I]fLuX Undetected CrossFire Base after patch
-[I]fLuX Undetected CrossFire Base after patch EmptyFri Aug 24, 2012 7:28 am by alvin-vince

» (My First Hack) Simple Hack for CFPH - With Key And Sound
-[I]fLuX Undetected CrossFire Base after patch EmptySun Aug 19, 2012 9:07 am by alvin-vince

» [ New ] Release Glenox Public Cheat v9.2(Alvin-vince)
-[I]fLuX Undetected CrossFire Base after patch EmptySun Aug 19, 2012 8:13 am by alvin-vince

» Mamo`s Hack V1.8 | Wallhack + Fast Knife + OHK Knife ++MORE | Original Sound |
-[I]fLuX Undetected CrossFire Base after patch 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


    -[I]fLuX Undetected CrossFire Base after patch

    alvin-vince
    alvin-vince
    Admin


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

    -[I]fLuX Undetected CrossFire Base after patch Empty -[I]fLuX Undetected CrossFire Base after patch

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

    Hey

    I made new undetected CrossFire NA Memory Base I am so bored
    I only made this base just for fun and for noobs
    Its a simple base. I made it in 5 minutes....

    Here is the Source(If you use it give credits):
    Code:

    #include <Windows.h>
    #include <fstream>

    using namespace std;

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

    void IfLuX ( void )
    {
    bool wallhack = 1;

    while(1)
    {
    DWORD CShell = HookShell;

    if (wallhack==1)
    {
    memcpy((VOID*)0x6D29F4, "\x00\x00\x00\x00\x00\x00", 6);
    }
    }
    }
    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)
    {
    DisableThreadLibraryCalls(hDll);
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hook, hDll, NULL, NULL);
    }
    return TRUE;
    }

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