Thread: Box hack

Results 1 to 12 of 12
  1. #1
    [H4L]Hacker4Life[H4L]'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    690
    Reputation
    10
    Thanks
    324
    My Mood
    Dead

    Box hack

    I have a question

    This is my code that I generated from iimg's box hack generator, can anyone tell me on how to make it work on CFPH ?

    #include <windows.h>
    #include <iostream>

    using namespace std;

    void __cdecl PJLBBRaRTP(char* FFPCNaaLaH )
    {
    DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
    if( dwCShell != NULL )
    {
    DWORD *LTClient = ( DWORD* )( (dwCShell + 0x299D40) );
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x1F8 );
    _asm
    {
    push FFPCNaaLaH;
    call CONoff;
    add esp, 4;
    }
    }
    }

    BOOL WINAPI JRaLHBMNAA (LPVOID)
    {
    //De Hacks

    bool aFUSEYVaXD =true;

    while(1)
    {
    __asm pushad;
    //Kijken of er een numpad is gebruikt


    //De hacks inschakelen

    if(aFUSEYVaXD)
    {
    PJLBBRaRTP("ModelDebug_DrawBoxes 1");
    }

    __asm popad;

    Sleep(100);
    }
    }

    bool WASEBWMMGa(void)
    {
    if( GetModuleHandleA("CShell.dll")!= NULL)
    return true;
    return false;
    }

    DWORD WINAPI TTLZWaPYaJ(LPVOID)
    {
    while (!WASEBWMMGa())
    Sleep(200);
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)JRaLHBMNAA, NULL, NULL, NULL);
    return 0;
    }

    BOOL WINAPI DllMain ( HMODULE aZOaLaaSBa, DWORD BEBXYFAaaN, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(aZOaLaaSBa);
    if ( BEBXYFAaaN == DLL_PROCESS_ATTACH )
    {
    MessageBoxA(0, "Created by the BoxGenerator", "Injected", 0);
    CreateThread(NULL, NULL, TTLZWaPYaJ, NULL, NULL, NULL);
    }
    return TRUE;
    }

    Thanks in advance !!! ~_^
    MPGH

    Plain and simple.

  2. #2
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    650
    My Mood
    Cold
    New LTC and add PTC's /

  3. #3
    [H4L]Hacker4Life[H4L]'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    690
    Reputation
    10
    Thanks
    324
    My Mood
    Dead
    Quote Originally Posted by Mr.Magicman View Post
    New LTC and add PTC's /
    It's auto on (I think)
    MPGH

    Plain and simple.

  4. #4
    Najort's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Pampanga <== AC
    Posts
    122
    Reputation
    10
    Thanks
    83
    My Mood
    Devilish
    hacker4life

    what c++ u use? microsoft ? Dev ? or intel
    -->Read The Rules<---

    Respect List
    Overdrivejt
    hahaz
    lauwy


    MY RELEASE

    Singe Injector

    NEW.dll Made by me work on all os
    anyone who code hacks for ph

  5. #5
    stoze's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    C:\upx307w\upx
    Posts
    160
    Reputation
    10
    Thanks
    31
    My Mood
    Bashful
    Quote Originally Posted by [H4L]Hacker4Life[H4L] View Post
    It's auto on (I think)
    and i think he means this > 0x299D40...

    am i right?
    [img]https://i929.photobucke*****m/albums/ad136/blinker02/th_21euafm.gif[/img]

     

    H4lls x2
    tbanglin94 x1

    [img]https://i929.photobucke*****m/albums/ad136/blinker02/25720.gif[/img]
    [img]https://i929.photobucke*****m/albums/ad136/blinker02/68406.jpg[/img]
    [img]https://i929.photobucke*****m/albums/ad136/blinker02/mozillafirefoxuser4zj.png[/img]
    [IMG]https://i929.photobucke*****m/albums/ad136/blinker02/30473.png[/IMG]
    [IMG]https://i929.photobucke*****m/albums/ad136/blinker02/mpgh.jpg[/IMG]

  6. #6
    [H4L]Hacker4Life[H4L]'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    690
    Reputation
    10
    Thanks
    324
    My Mood
    Dead
    Quote Originally Posted by Najort View Post
    hacker4life

    what c++ u use? microsoft ? Dev ? or intel
    Microsoft Visual C++ 2010 Express
    MPGH

    Plain and simple.

  7. #7
    MiNT's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    551
    Reputation
    266
    Thanks
    2,559
    My Mood
    Psychedelic
    change 0x299D40 to 0x29CEE8

    PRESS thanks cuz i know i helped you /me

  8. The Following User Says Thank You to MiNT For This Useful Post:

    s2werty67 (09-13-2010)

  9. #8
    [H4L]Hacker4Life[H4L]'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    690
    Reputation
    10
    Thanks
    324
    My Mood
    Dead
    I started to Debug it and this was the result

    1>------ Build started: Project: Very Sad, Configuration: Debug Win32 ------
    1> Very Sad.cpp
    1>Very Sad.obj : error LNK2005: _DllMain@12 already defined in dllmain.obj
    1> Creating library D:\Very Sad\Debug\Very Sad.lib and object D:\Very Sad\Debug\Very Sad.exp
    1>D:\Very Sad\Debug\Very Sad.dll : fatal error LNK1169: one or more multiply defined symbols found
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    MPGH

    Plain and simple.

  10. #9
    Time's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    26,494
    Reputation
    3714
    Thanks
    4,533
    My Mood
    Mellow
    Can u teach me how to do all these? >.>

  11. #10
    iimg's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    53
    Reputation
    12
    Thanks
    68
    My Mood
    Psychedelic
    wow nice generated hack xD change the LT Addies

  12. #11
    CrossRaiders's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,586
    Reputation
    29
    Thanks
    1,217
    Quote Originally Posted by [H4L]Hacker4Life[H4L] View Post
    I started to Debug it and this was the result

    1>------ Build started: Project: Very Sad, Configuration: Debug Win32 ------
    1> Very Sad.cpp
    1>Very Sad.obj : error LNK2005: _DllMain@12 already defined in dllmain.obj
    1> Creating library D:\Very Sad\Debug\Very Sad.lib and object D:\Very Sad\Debug\Very Sad.exp
    1>D:\Very Sad\Debug\Very Sad.dll : fatal error LNK1169: one or more multiply defined symbols found
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    First off all, Why did you call the cpp Very Sad? It should be called base.cpp then try to build again.

  13. #12
    [H4L]Hacker4Life[H4L]'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    690
    Reputation
    10
    Thanks
    324
    My Mood
    Dead
    Quote Originally Posted by abel09 View Post
    First off all, Why did you call the cpp Very Sad? It should be called base.cpp then try to build again.
    I named it very sad cause I had nothing to do
    MPGH

    Plain and simple.

Similar Threads

  1. [Release] New Crossfire Boxes Hack
    By tahirxx in forum CrossFire Hacks & Cheats
    Replies: 27
    Last Post: 04-15-2010, 11:29 AM
  2. Box hack
    By Brianobrian in forum Combat Arms Help
    Replies: 8
    Last Post: 04-07-2010, 05:42 PM
  3. ESP / Boxes hack Discussion
    By CrazeyHazey in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 3
    Last Post: 01-24-2010, 10:30 PM
  4. speed + aimbot + boxes hack!
    By jkj33 in forum CrossFire Hacks & Cheats
    Replies: 20
    Last Post: 07-09-2009, 12:25 PM
  5. java script box hack
    By undergroundhack in forum Java
    Replies: 7
    Last Post: 06-02-2009, 12:18 PM