Results 1 to 3 of 3

Hybrid View

  1. #1
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh

    need some help...

    i have a source code for an old detected aimbot, i wanna make it work again, i'm gonna use this to help me learn more C++, i think the only thing i need to do is switch out this coding and i'd be fine from what i've learned so far

    Code:
    void SpeedDetectionBypass(){
    	short* speedDetection;
    	speedDetection = (short*)spdPatch;
    	VirtualProtect((LPVOID)spdPatch,sizeof(short),nProtect,&oProtect);
    	*speedDetection = 0;
    	VirtualProtect((LPVOID)spdPatch,sizeof(short),oProtect,&nProtect);
    }
    could i switch that out to this and it would work?

    Code:
    void __cdecl PushToConsole( const char* De_Man_Out )
    {
    	DWORD *Client = ( DWORD* )( get ur own numbers... );
    	void* LazyMan = ( void* )*( DWORD* )( *Client + 0x208 );
     
    	__asm
    	{
    		push De_Man_Out;
    		call LazyMan;
    		add esp, 4;
    	}
    }
    will thank who ever helps out

  2. #2
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    wdf does that has to do with this ?

  3. #3
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Do you have a working W2S function and the enemy pointer?

    Also : There isn't any point in hiding the address since you can easily find it.

Similar Threads

  1. [Help Request] Need some help with my server premisions
    By pero122 in forum Minecraft Help
    Replies: 5
    Last Post: 11-07-2011, 10:55 PM
  2. [Help Request] Need some help to make a bot
    By Domo in forum Vindictus Help
    Replies: 6
    Last Post: 05-21-2011, 10:15 AM
  3. [Help Request] I need some help with binding eps7
    By v1zhaixingv1 in forum Vindictus Help
    Replies: 3
    Last Post: 05-18-2011, 09:25 PM
  4. need some help with client exe.
    By barney in forum Hack Requests
    Replies: 2
    Last Post: 11-03-2006, 10:05 PM
  5. my sig is done but i need some help
    By A7X Oblivian in forum Help & Requests
    Replies: 0
    Last Post: 02-21-2006, 12:24 AM