Results 1 to 8 of 8

Hybrid View

  1. #1
    ImpSplinter's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    17
    Reputation
    9
    Thanks
    1
    My Mood
    Cheerful

    Speed Hack Help!

    Hello Public,
    I am a complete noob and I really want to make my own speed hack. Nothing else, just a hot-key based speed hack. The problem is, I have no idea what to do! I was wondering if any one knows how to make one, a real quick easy way.
    Thanks!

    Oh and 1 more thing, does any one have a hackshield bypass or know were i can get one that is not patched? It would be extremely helpfull if some one knew.

  2. #2
    God601's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    In The End Of The Time
    Posts
    554
    Reputation
    10
    Thanks
    362
    My Mood
    Angelic
    for a speed hack... you doseant need a hackshield bypass lol
    and... you should do the search button at the top :P you can find a lots of thing about speed hack

    Starting my own Web hosting service
    Finaly completed.

    Progress for Exchange Server : 100%


  3. #3
    ImpSplinter's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    17
    Reputation
    9
    Thanks
    1
    My Mood
    Cheerful
    No, i know i dont need a bypass, and I dont want to find some one elses speed hack. I want to make my own. Does any one kno how to do this?

  4. #4
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    [php]#include "stdafx.h"
    #include <windows.h>

    void __cdecl PushToConsole( const char* szCommand )
    {
    DWORD *LTClient = ( DWORD* )( Lt Client Addie );
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );

    __asm
    {
    push szCommand;
    call CONoff;
    add esp, 4;
    }
    }
    bool IsGameReadyForHook()
    {
    if( GetModuleHandleA( "d3d9.dll" ) != NULL
    && GetModuleHandleA( "ClientFX.fxd" ) != NULL
    && GetModuleHandleA( "CShell.dll" ) != NULL )
    return true;

    return false;
    }

    void main()
    {
    MessageBoxA(NULL," Speed","Hack",MB_OK);
    while (!IsGameReadyForHook()){
    Sleep(20);
    }



    while(true){



    if(GetAsyncKeyState(VK_MENU)<0){
    PushToConsole("BaseMoveAccel 3000.000000");
    PushToConsole("StartAccel 3000.000000");
    PushToConsole("MaxAccel 3000.000000");
    PushToConsole("AccelInc 3000.000000");
    PushToConsole("WalkVel 3000.000000");
    PushToConsole("FRunVel 3000.000000");
    PushToConsole("BRunVel 3000.000000");
    PushToConsole("SRunVel 3000.000000");
    PushToConsole("DuckVel 3000.000000");

    }else{
    PushToConsole("BaseMoveAccel 3000.000000");
    PushToConsole("StartAccel 500.000000");
    PushToConsole("MaxAccel 3000.000000");
    PushToConsole("AccelInc 6000.000000");
    PushToConsole("WalkVel 70.000000");
    PushToConsole("FRunVel 285.000000");
    PushToConsole("BRunVel 285.000000");
    PushToConsole("SRunVel 285.000000");
    PushToConsole("DuckVel 50.000000");
    }

    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)&main, NULL, 0,NULL);
    break;
    case DLL_THREAD_ATTACH:
    case DLL_THREAD_DETACH:
    case DLL_PROCESS_DETACH:
    break;
    }
    return TRUE;
    }[/php]
    Last edited by whit; 06-17-2010 at 07:33 PM.

  5. #5
    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
    Use code tags >.<

  6. #6
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    i edited.............

  7. #7
    ImpSplinter's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    17
    Reputation
    9
    Thanks
    1
    My Mood
    Cheerful
    Yes, thank you so much for that code tag but were do I type it and what program do i use???? PLEASE HELP!

  8. #8
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by ImpSplinter View Post
    Yes, thank you so much for that code tag but were do I type it and what program do i use???? PLEASE HELP!
    Learn c++ before you even try this.

    /Closed
    -Rest in peace leechers-

    Your PM box is 100% full.

Similar Threads

  1. NB's speed hack help guide!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    By sweenyrich in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 08-20-2009, 05:37 PM
  2. Speed Hack HELP!
    By xodeus5 in forum Combat Arms Hacks & Cheats
    Replies: 8
    Last Post: 09-21-2008, 08:04 PM
  3. Speed hack help please?
    By lolwut123456 in forum Combat Arms Hacks & Cheats
    Replies: 8
    Last Post: 08-12-2008, 08:05 AM
  4. speed hack help
    By sirh4xalot in forum Combat Arms Hacks & Cheats
    Replies: 10
    Last Post: 08-10-2008, 06:54 PM
  5. Speed hack! help-me!
    By kassio in forum Combat Arms Hacks & Cheats
    Replies: 9
    Last Post: 08-09-2008, 02:39 PM