Results 1 to 9 of 9
  1. #1
    ultahackers's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    139
    Reputation
    9
    Thanks
    73
    My Mood
    Amused

    Need help on this Hack

    if(spread){
    PushToConsole("PerturbRotationEffect 3.000000");
    PushToConsole("PerturbIncreaseSpeed 3.000000");
    PushToConsole("PerturbDecreaseSpeed 9.000000");
    PushToConsole("PerturbWalkPercent 0.500000");
    PlaySound ("c://CMhx//nospreadoff.wav", NULL, SND_FILENAME | SND_ASYNC);
    spread = false;
    } else {
    PushToConsole("PerturbRotationEffect 0.000000");
    PushToConsole("PerturbIncreaseSpeed 0.000000");
    PushToConsole("PerturbWalkPercent 0.000000");
    PushToConsole("PerturbFiringIncreaseSpeed 0.000000");
    PlaySound ("c://CMhx//nospreadon.wav", NULL, SND_FILENAME | SND_ASYNC);
    spread = true;
    }
    }

    if(GetAsyncKeyState(VK_NUMPAD3)<0){
    if(showfps){
    PushToConsole("ShowFps 0");
    PlaySound ("c://CMhx//showfpsoff.wav", NULL, SND_FILENAME | SND_ASYNC);
    showfps = false;
    } else {
    PushToConsole("ShowFps 1");
    PlaySound ("c://CMhx//showfpson.wav", NULL, SND_FILENAME | SND_ASYNC);
    showfps = true;
    }
    }

    if(GetAsyncKeyState(VK_NUMPAD0)<0)
    {
    PushToConsole("ReloadWeapons 1");
    PushToConsole("ReloadPerBullet 1");
    PushToConsole("PdaScaning 1");
    }
    if(GetAsyncKeyState(VK_NUMPAD7)<0){
    if(iammo){
    PushToConsole("InfiniteAmmo 0");
    PushToConsole("IsAmmo 0");
    PushToConsole("ShotsPerClip 0");
    iammo = false;
    } else {
    PushToConsole("InfiniteAmmo 1");
    PushToConsole("IsAmmo 1");
    PushToConsole("ShotsPerClip 1");
    iammo = true;
    }
    }

    Sleep(200);
    }


    }





    BOOL APIENTRY DllMain( HMODULE hModule,
    DWORD ul_reason_for_call,
    LPVOID lpReserved
    )
    {
    switch (ul_reason_for_call)
    {
    case DLL_PROCESS_ATTACH:
    {

    CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)&HackShield, NULL, 0,NULL);
    CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)&main, NULL, 0,NULL);

    }
    break;
    case DLL_THREAD_ATTACH:
    case DLL_THREAD_DETACH:
    case DLL_PROCESS_DETACH:

    break;
    }
    return TRUE;
    }

  2. #2
    -0x00's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    3
    Where's the hook?

  3. #3
    Tekkn0logik's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    37
    Reputation
    12
    Thanks
    52
    My Mood
    Amused
    Your code is missing a bunch of stuff which is referenced.

    Repost it with [code] tags and then maybe we'd be more inclined to help :P It's pretty hard to read as you have it.

  4. #4
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by -0x00 View Post
    Where's the hook?
    What You Mean Hook??
    Its A Hotkey Hack

  5. #5
    -0x00's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    3
    Sorry i was mistaken by your base.

    EDIT: Ever since you released it , lot's of people are using it.

  6. #6
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Quote Originally Posted by Tekkn0logik View Post
    Your code is missing a bunch of stuff which is referenced.

    Repost it with [code] tags and then maybe we'd be more inclined to help :P It's pretty hard to read as you have it.
    This, if you don't provide the full code we can't really help

  7. #7
    flashlight95's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    12-34 Poopie Street Posts: Over 9000!
    Posts
    127
    Reputation
    10
    Thanks
    15
    At least say what's wrong with it.... Post compiling errors?

  8. #8
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Wtf. Lol.
    L2C

  9. #9
    monsieurpo's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    coolstreet
    Posts
    27
    Reputation
    10
    Thanks
    3
    My Mood
    Asleep
    i think you just copy and paste some code and you tried to compile it lol...

Similar Threads

  1. [Solved] Need help with doqwnload hack and inject ect new to this
    By chichichi999 in forum CrossFire Help
    Replies: 8
    Last Post: 06-22-2011, 04:40 PM
  2. Need help injecting a hack from this website!
    By papy1 in forum Combat Arms Help
    Replies: 17
    Last Post: 05-30-2011, 05:15 PM
  3. [Help] i need help with this hacks....
    By idomix in forum Combat Arms Europe Hacks
    Replies: 2
    Last Post: 12-19-2009, 09:10 AM
  4. Need help by this Hack pls help
    By badgamer in forum WarRock - International Hacks
    Replies: 4
    Last Post: 04-14-2007, 09:52 AM
  5. Need help by this Hack pls help
    By badgamer in forum WarRock - International Hacks
    Replies: 0
    Last Post: 04-13-2007, 12:42 PM