Results 1 to 5 of 5
  1. #1
    arsenal1514's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    181
    Reputation
    10
    Thanks
    9

    Lightbulb help understanding

    hi guys ok i am tring to learn how to hack i know how to make a dll with visual studios and how to inject in crossfire..... but what always get me confused is the codes needed to make a hack this is the box hack generated by iimg

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

    using namespace std;

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

    BOOL WINAPI TTLZWaPYaJaZOaL (LPVOID)
    {
    //De Hacks

    bool YVaXDJRaLHBMNAA =true;

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


    //De hacks inschakelen

    if(YVaXDJRaLHBMNAA)
    {
    PJLBBRaRTPaFUSE("ModelDebug_DrawBoxes 1");
    }

    __asm popad;

    Sleep(100);
    }
    }

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

    DWORD WINAPI aaSBaBEBXYFAaaN(LPVOID)
    {
    while (!MJaXNIEaSHRLTaa())
    Sleep(200);
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)TTLZWaPYaJaZOaL, NULL, NULL, NULL);
    return 0;
    }

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


    now i know this is not the final code needed i know you need something called cp and ptc commands? these confuse me i have codes for both i just need some help understanding how these affect the hack where to put them and how they contribute to the hack actually working. thankx a mill you guys and PLZ! help a fellow hacker in training out.

  2. #2
    danielvilla's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    monteria
    Posts
    5
    Reputation
    10
    Thanks
    30
    My Mood
    Relaxed
    give save and later STAR DEBUGGING y get your hack

    go to my Documents\Visual Studio 2008\Projects\your project \Debug

  3. #3
    arsenal1514's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    181
    Reputation
    10
    Thanks
    9
    ok i went to that and see 2 files im reaserching how to debug but i dont see what to do after i located the 2 files. in other words how do i debug?

  4. #4
    CodingTerror's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Microsoft Visual C++ 2010 C++ Knowledge: 1%
    Posts
    336
    Reputation
    14
    Thanks
    30
    My Mood
    Pensive
    You need A LOT more coding than that...

    You are missing a ton of things, you cannot just copy, paste and compile.

  5. #5
    [H4L]Hacker4Life[H4L]'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    690
    Reputation
    10
    Thanks
    324
    My Mood
    Dead
    MPGH

    Plain and simple.

Similar Threads

  1. [Solved] do you know understand about VB? so come here and help me
    By [TIB]injector's in forum CrossFire Help
    Replies: 14
    Last Post: 09-12-2011, 04:27 PM
  2. Help me! help me ! help me! help me! hope u understand :D
    By vegardvegardvegard in forum WarRock Help
    Replies: 0
    Last Post: 05-26-2011, 02:34 PM
  3. [Help Request] Ajuda / Help
    By - Battery' in forum Combat Arms BR Coding Help
    Replies: 3
    Last Post: 04-22-2011, 07:15 PM
  4. [Help Request] Help my!
    By Windowns7 in forum Combat Arms BR Coding Help
    Replies: 2
    Last Post: 04-18-2011, 01:41 PM
  5. I'm hoping someone here can help me understand this;
    By BigBangBaby in forum Coders Lounge
    Replies: 11
    Last Post: 03-16-2011, 06:20 AM

Tags for this Thread