Page 1 of 2 12 LastLast
Results 1 to 15 of 26
  1. #1
    xXNoobAlertXx's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    125
    Reputation
    9
    Thanks
    76

    Activation Distance Source

    Hello guys this is the source for a simple hack with only activation distance. This is fully updated copy and paste if you want i dont care.

    Code:
    #include "stdafx.h"
    #include <windows.h>
    #include <shellapi.h>
    #pragma comment(lib,"shell32.lib")
    void __cdecl PushToConsole( const char* szCommand )
    {
    	DWORD *Ltclient = ( DWORD* )( 0x37775D68 );
    	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 MemCopy(void* Dest, const void* Src, int Len)
    {
        DWORD OldProtect;
        DWORD OldProtect2;
        VirtualProtect(Dest, Len, PAGE_EXECUTE_READWRITE, &OldProtect);
        memcpy(Dest, Src, Len);
        VirtualProtect(Dest, Len, OldProtect, &OldProtect2);
        FlushInstructionCache(GetCurrentProcess(), Dest, Len);
    }
    void main()
    {
    	
    	PushToConsole("FallDamageMinHeight 0.000000");
    	PushToConsole("FallDamageMaxHeight 0.000000");
    	PushToConsole("FallDamageMax 0.000000");
    	while(true){
    		if(GetAsyncKeyState(VK_INSERT)<0){
    			PushToConsole("ActivationDistance 1000");
    		}
    	}
    }
    BOOL APIENTRY DllMain( HMODULE hModule,
                           DWORD  ul_reason_for_call,
                           LPVOID lpReserved
    					 )
    {
    	switch (ul_reason_for_call)
    	{
    	case DLL_PROCESS_ATTACH:
    		ShellExecute;
    		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;
    }
    Last edited by xXNoobAlertXx; 06-18-2010 at 02:36 PM.

  2. The Following 2 Users Say Thank You to xXNoobAlertXx For This Useful Post:

    fishnchips4T (07-11-2010),test123123 (06-20-2010)

  3. #2
    cruizrisner's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    381
    Reputation
    22
    Thanks
    48
    is that an updated Ltclient?

  4. #3
    xXNoobAlertXx's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    125
    Reputation
    9
    Thanks
    76
    "Yes fully updated everything

  5. #4
    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
    Thanks for sharing,but I think most ppl know how to use activation distance.
    -Rest in peace leechers-

    Your PM box is 100% full.

  6. The Following User Says Thank You to Zoom For This Useful Post:

    J (06-19-2010)

  7. #5
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Lol, Let the 10000 Releases of Only Activation Hacks begin
    No I do not make game hacks anymore, please stop asking.

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

    J (06-19-2010)

  9. #6
    BossMan.'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    BossWorld
    Posts
    3,314
    Reputation
    51
    Thanks
    430
    My Mood
    Relaxed
    Thanks for sharing man. I hope this doesn't get raped like gellins base.



  10. #7
    xXNoobAlertXx's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    125
    Reputation
    9
    Thanks
    76
    LuL it is fully updated so anyone can just copy and past and build and it would work for them

  11. #8
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by Dr. Fatality View Post
    Thanks for sharing man. I hope this doesn't get raped like gellins base.
    Why would someone Rape this he is just showing us the Activation Distance Command.

    and most hack uses for hotkey use that base.(I DONT )
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  12. #9
    xXNoobAlertXx's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    125
    Reputation
    9
    Thanks
    76
    Yea but these beginners can learn how to parse hotkeys themselves

  13. #10
    J's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    East Coast
    Posts
    2,164
    Reputation
    452
    Thanks
    5,898
    My Mood
    In Love
    lol *NOOB ALERT*

    pff, noobs.
    Keep me motivated for my hack development!

  14. The Following User Says Thank You to J For This Useful Post:

    ac1d_buRn (06-19-2010)

  15. #11
    xXNoobAlertXx's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    125
    Reputation
    9
    Thanks
    76
    HaHa im no noob tho

  16. #12
    BossMan.'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    BossWorld
    Posts
    3,314
    Reputation
    51
    Thanks
    430
    My Mood
    Relaxed
    I am. Don't even know the first thing that comes to coding /me



  17. #13
    LeoCooper's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    My Mood
    Cool
    Lol I am getting an error when I'm trying to use that source code: [php]------ Build started: Project: LeoCooper's hack, Configuration: Debug Win32 ------
    LeoCooper's hack.cpp
    c:\users\*censored*\documents\visual studio 2010\projects\leocooper's hack\leocooper's hack\leocooper's hack.cpp(57): warning C4551: function call missing argument list
    LeoCooper's hack.obj : error LNK2005: _DllMain@12 already defined in dllmain.obj
    c:\users\*censored*\documents\visual studio 2010\Projects\LeoCooper's hack\Debug\LeoCooper's hack.dll : fatal error LNK1169: one or more multiply defined symbols found
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    [/php]

  18. #14
    rocker340's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    in my house
    Posts
    304
    Reputation
    12
    Thanks
    76
    Quote Originally Posted by LeoCooper View Post
    Lol I am getting an error when I'm trying to use that source code: [php]------ Build started: Project: LeoCooper's hack, Configuration: Debug Win32 ------
    LeoCooper's hack.cpp
    c:\users\*censored*\documents\visual studio 2010\projects\leocooper's hack\leocooper's hack\leocooper's hack.cpp(57): warning C4551: function call missing argument list
    LeoCooper's hack.obj : error LNK2005: _DllMain@12 already defined in dllmain.obj
    c:\users\*censored*\documents\visual studio 2010\Projects\LeoCooper's hack\Debug\LeoCooper's hack.dll : fatal error LNK1169: one or more multiply defined symbols found
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    [/php]



    its because u have 2 main files in the project
    try deleting dll main from the project
    Last edited by rocker340; 06-20-2010 at 03:37 AM.

    If you need a Lo/Ck/Er/Z invite, PM me! Lo/Ck/Er/Z is a promotion site to watch videos for PTZ, and redeem cool electronics for free by trading in PTZ




  19. #15
    haloassasin's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    iostream
    Posts
    154
    Reputation
    10
    Thanks
    14
    My Mood
    Worried
    Quote Originally Posted by rocker340 View Post
    its because u have 2 main files in the project
    try deleting dll main from the project
    im getting only this message
    [php]C:\Users\*********\Desktop\Programing\C++\New folder\neo1\neo1.cpp(55) : warning C4551: function call missing argument list[/php]
    it refers to this line
    Code:
    	case DLL_PROCESS_ATTACH:
    		ShellExecute;
    		CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)&main, NULL, 0,NULL);
    		break;


    DONT B A NOOB, PRESS THANKS ---->>>/yea/yea

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 7
    Last Post: 01-17-2010, 07:16 AM
  2. CS Source Clan/Server
    By Dave84311 in forum General
    Replies: 20
    Last Post: 10-04-2006, 12:21 PM
  3. How Do I Activate?!?!?!?!?!?
    By -[standoff]- in forum General Game Hacking
    Replies: 13
    Last Post: 06-16-2006, 06:46 AM
  4. Counter Strike: Source
    By Flawless in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 15
    Last Post: 06-03-2006, 08:28 PM