Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    Greengo's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    726
    Reputation
    10
    Thanks
    227
    My Mood
    Inspired

    A CF hack Source that doesent work, dont flame, Read Inside.

    Hello there, you might say "OMG ANOTHER BEGGING NOOB" well no, im asking for a hack that isint in .DLL form yet, that its still in C++, but it doesent matter if its detected, i just wanna see how its formed or something like a tutorial, last time i went to Combat Arms section and found a Hacks base, which really got me interested, soo yeah if anyone has something like that, it doesent matter if it works or not, i just wanna see them, like go in order
    "Base" then what comes next ETC ETC..


    soo what im asking for is a Hack Source that doesent Work, or Combat arms hacks and CF hacks are the same??


    Soo yeah, Thanks..

    -Greengo-


    P.S Please Dont Flame.. Hope you understand what i just wrote as its like 9 12 AM here and im sleepy.. lol thanks again.

    =Greengo=
    InToxicated

  2. #2
    kvll's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    hello
    Posts
    3,835
    Reputation
    104
    Thanks
    365
    My Mood
    Amazed
    another one who's going crazy without hacks XD
    DONATOR! PL0X?

  3. #3
    Greengo's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    726
    Reputation
    10
    Thanks
    227
    My Mood
    Inspired
    I'm not going crazy, i just wanna see how CF hacks are formed, and maybe start learning C++ and then starting with Hacks XD and Kvll, it seems that you dont know how to read >.>

    -Greengo-
    InToxicated

  4. #4
    2Gud's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    kvll did you not read it?
    Read then Reply.

  5. #5
    kvll's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    hello
    Posts
    3,835
    Reputation
    104
    Thanks
    365
    My Mood
    Amazed
    eat shit and die!
    my bad %_%
    DONATOR! PL0X?

  6. #6
    striker2x's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    With your mom ;D
    Posts
    390
    Reputation
    10
    Thanks
    26
    My Mood
    Yeehaw
    Quote Originally Posted by kvll View Post
    eat shit and die!
    my bad %_%
    dude your acting like a little kid grow up this guy might be a next good coder
    [IMG]https://i895.photobucke*****m/albums/ac151/jellomega/ooo-1-1.jpg[/IMG]


    Go forward
    Never stand still
    Retreat you will age
    Hesiate and you will die
    Now shout out your name

  7. #7
    Wolf's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    666
    Posts
    12,423
    Reputation
    286
    Thanks
    1,158
    [Source] Crossfire Speed Hack Code:
    #include <windows.h>
    #include <stdio.h>

    int Speedhack=0;

    DWORD CShellBase = (DWORD) GetModuleHandle("cshell.dll");
    DWORD SpeedHack = CShellBase + 0x5BE458;

    void Speed()
    {
    while(1){
    if(GetAsyncKeyState(VK_NUMPAD1)&1){
    Speedhack++;
    if(Speedhack > 2){Speedhack=1;};
    }
    if (Speedhack==1){ // Faster
    *(DWORD*)(*(DWORD*)SpeedHack) = 0x46A29CE8;
    *(DWORD*)((*(DWORD*)SpeedHack) + 0x20) = 0x46A29CE8;
    }
    if(Speedhack==2){ // Normal Speed Value
    *(DWORD*)(*(DWORD*)SpeedHack) = 0x45938DF8;
    *(DWORD*)((*(DWORD*)SpeedHack) + 0x20) = 0x45938DF8;
    }
    Sleep(100);
    }
    }

    BOOL WINAPI DllMain(HINSTANCE module, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Speed, NULL, NULL, NULL);
    }
    return TRUE;
    }

  8. #8
    AsianNick's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    San Diego, CA
    Posts
    617
    Reputation
    14
    Thanks
    97
    My Mood
    Amused
    There was someone who posted some source codes a lil while back like a few days ago, search through the forum to find em.

  9. #9
    SomalianPirates's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    155
    Reputation
    10
    Thanks
    12
    Quote Originally Posted by Greengo View Post
    I'm not going crazy, i just wanna see how CF hacks are formed, and maybe start learning C++ and then starting with Hacks XD and Kvll, it seems that you dont know how to read >.>

    -Greengo-
    Dont worry kvll just looks round for somewhere to post

  10. #10
    Hyak's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    120°16.1'W 47°20'N
    Posts
    11,524
    Reputation
    508
    Thanks
    844
    N00B BEGGER GTFO!!!!

  11. #11
    Greengo's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    726
    Reputation
    10
    Thanks
    227
    My Mood
    Inspired
    Quote Originally Posted by Hyak View Post
    N00B BEGGER GTFO!!!!
    LOL you always make me LOLOLOL ahaha..

    Thanks Wolf, guess ill start learning C++ now..

    -Greengo-
    InToxicated

  12. #12
    ***JAMES***'s Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    With R3V my BumBuddie
    Posts
    1,222
    Reputation
    20
    Thanks
    1,067
    My Mood
    Dead
    You need to make a hook. The Source Code is the easy bit. There are HEAPS of working source codes, but all* the hook methods have been detected

    *Most of

  13. #13
    hakq's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    in ur mamas bed
    Posts
    1,093
    Reputation
    11
    Thanks
    235
    My Mood
    Devilish
    Quote Originally Posted by kvll View Post
    another one who's going crazy without hacks XD
    ya dude all of the noob hackers they are going creazy without hack

  14. #14
    Greengo's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    726
    Reputation
    10
    Thanks
    227
    My Mood
    Inspired
    Quote Originally Posted by ***JAMES*** View Post
    You need to make a hook. The Source Code is the easy bit. There are HEAPS of working source codes, but all* the hook methods have been detected

    *Most of
    Man the bad thing is that my buttons : ][ and the brackets dont work.. i gotta fix them, but I DONT KNOW HOW ahghhh, i cant even try learning and typing what i learn WHY ME!

    -Greengo
    InToxicated

  15. #15
    ***JAMES***'s Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    With R3V my BumBuddie
    Posts
    1,222
    Reputation
    20
    Thanks
    1,067
    My Mood
    Dead
    dude if your () [] and especially ; button doesnt work it is going to be near impossible to learn C++ without committing suicide

Page 1 of 2 12 LastLast

Similar Threads

  1. RE: Hack that always works (dont close)
    By snowfreakk in forum CrossFire Hacks & Cheats
    Replies: 1
    Last Post: 11-19-2009, 12:11 PM
  2. Any MS v66 hacks that are working?
    By dragon910 in forum MapleStory Hacks, Cheats & Trainers
    Replies: 0
    Last Post: 04-06-2009, 02:21 PM
  3. Maybe a hack that can work
    By fr93274 in forum Combat Arms Hacks & Cheats
    Replies: 0
    Last Post: 03-15-2009, 06:22 AM
  4. Some D3D Source that I hacked
    By phoenixraider in forum C++/C Programming
    Replies: 12
    Last Post: 11-05-2008, 02:14 PM
  5. Is there any hacks on this forum that actually work...
    By Nightlord in forum WarRock - International Hacks
    Replies: 14
    Last Post: 06-11-2006, 10:09 PM