Page 1 of 7 123 ... LastLast
Results 1 to 15 of 97
  1. #1
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love

    Aimbot Source (Works for any game)

    Code:
    void LeftClickDown ( )
    {  
      INPUT    Input={0};
      // left down 
      Input.type      = INPUT_MOUSE;
      Input.mi.dwFlags  = MOUSEEVENTF_LEFTDOWN;
      ::SendInput(1,&Input,sizeof(INPUT));
    }
    
    void LeftClickUp( )
    {
    	INPUT    Input={0};
    	  // left up
      ::ZeroMemory(&Input,sizeof(INPUT));
      Input.type      = INPUT_MOUSE;
      Input.mi.dwFlags  = MOUSEEVENTF_LEFTUP;
      ::SendInput(1,&Input,sizeof(INPUT));
    }
    void Aimbot (bool aim, int x, int y, int enemyx, int enemyy, bool autoshoot)
    {
    	if (aim == true)
    	{	
    		if (x && y == enemyx && enemyy)
    		{
    			if(autoshoot = true)
    			{
    				LeftClickDown ();
    				LeftClickUp ();
    			}
    		}else{
    			POINT CrosshairPos;
    			GetCursorPos(&CrosshairPos);
    			x=CrosshairPos.x;
    			y=CrosshairPos.y;
    			SetCursorPos(enemyx, enemyy);
    		}
    	}
    }
    No Errors on compile
    No I do not make game hacks anymore, please stop asking.

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

    Lady GaGa (01-21-2011)

  3. #2
    KilljoyJr's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    North Carolina,US
    Posts
    1,258
    Reputation
    55
    Thanks
    76
    My Mood
    Buzzed
    5 k ban! Congratz

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

    flameswor10 (01-21-2011),topblast (01-21-2011)

  5. #3
    Ed's Avatar
    Join Date
    Apr 2010
    Gender
    female
    Location
    New Zealand
    Posts
    18,293
    Reputation
    1007
    Thanks
    1,163
    My Mood
    In Love
    Quote Originally Posted by KilljoyJr View Post
    5 k ban! Congratz
    yuruindatroll





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

    KilljoyJr (01-21-2011)

  7. #4
    KawaiiSlut's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    419
    Reputation
    16
    Thanks
    87
    Quote Originally Posted by flameswor10 View Post
    Code:
    void LeftClickDown ( )
    {  
      INPUT    Input={0};
      // left down 
      Input.type      = INPUT_MOUSE;
      Input.mi.dwFlags  = MOUSEEVENTF_LEFTDOWN;
      ::SendInput(1,&Input,sizeof(INPUT));
    }
    
    void LeftClickUp( )
    {
    	INPUT    Input={0};
    	  // left up
      ::ZeroMemory(&Input,sizeof(INPUT));
      Input.type      = INPUT_MOUSE;
      Input.mi.dwFlags  = MOUSEEVENTF_LEFTUP;
      ::SendInput(1,&Input,sizeof(INPUT));
    }
    void Aimbot (bool aim, int x, int y, int enemyx, int enemyy, bool autoshoot)
    {
    	if (aim == true)
    	{	
    		if (x && y == enemyx && enemyy)
    		{
    			if(autoshoot = true)
    			{
    				LeftClickDown ();
    				LeftClickUp ();
    			}
    		}else{
    			POINT CrosshairPos;
    			GetCursorPos(&CrosshairPos);
    			x=CrosshairPos.x;
    			y=CrosshairPos.y;
    			SetCursorPos(enemyx, enemyy);
    		}
    	}
    }
    No Errors on compile
    WOW THIS WORKS PERFECTLY

  8. #5
    Ed's Avatar
    Join Date
    Apr 2010
    Gender
    female
    Location
    New Zealand
    Posts
    18,293
    Reputation
    1007
    Thanks
    1,163
    My Mood
    In Love
    BTw Congrats on getting banned i hope avgn removes your posts





  9. #6
    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 flameswor10 View Post
    Code:
    void LeftClickDown ( )
    {  
      INPUT    Input={0};
      // left down 
      Input.type      = INPUT_MOUSE;
      Input.mi.dwFlags  = MOUSEEVENTF_LEFTDOWN;
      ::SendInput(1,&Input,sizeof(INPUT));
    }
    
    void LeftClickUp( )
    {
    	INPUT    Input={0};
    	  // left up
      ::ZeroMemory(&Input,sizeof(INPUT));
      Input.type      = INPUT_MOUSE;
      Input.mi.dwFlags  = MOUSEEVENTF_LEFTUP;
      ::SendInput(1,&Input,sizeof(INPUT));
    }
    void Aimbot (bool aim, int x, int y, int enemyx, int enemyy, bool autoshoot)
    {
    	if (aim == true)
    	{	
    		if (x && y == enemyx && enemyy)
    		{
    			if(autoshoot = true)
    			{
    				LeftClickDown ();
    				LeftClickUp ();
    			}
    		}else{
    			POINT CrosshairPos;
    			GetCursorPos(&CrosshairPos);
    			x=CrosshairPos.x;
    			y=CrosshairPos.y;
    			SetCursorPos(enemyx, enemyy);
    		}
    	}
    }
    No Errors on compile
    IT WILL WORK.. 5K banhim he is to ACTIVE. I cant keep up
    I just like programming, that is all.

    Current Stuff:

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

  10. #7
    KawaiiSlut's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    419
    Reputation
    16
    Thanks
    87
    Quote Originally Posted by Jetfire' View Post
    BTw Congrats on getting banned i hope avgn removes your posts
    NUUUUU. I WAN'T MY UNDERLINED NAME

    I MEAN BOLD NAME

  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 Jetfire' View Post
    BTw Congrats on getting banned i hope avgn removes your posts
    That is not nice.
    I just like programming, that is all.

    Current Stuff:

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

  12. #9
    Bombsaway707's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Gym
    Posts
    8,799
    Reputation
    791
    Thanks
    4,004
    My Mood
    Amused
    We have been trolled
    [img]https://images.encyclopediadramatic*****m/images/thumb/f/f2/Trollface_More_HD.png/400px-Trollface_More_HD.png[/img]

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

    flameswor10 (03-15-2011),KawaiiSlut (01-21-2011)

  14. #10
    WOLFPACK X69X's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    space bound....
    Posts
    4,591
    Reputation
    194
    Thanks
    383
    My Mood
    Crappy
    congrats soon ill be on 1337 and its sad cuz iv almost been here a year and not even 2k post

  15. #11
    Ed's Avatar
    Join Date
    Apr 2010
    Gender
    female
    Location
    New Zealand
    Posts
    18,293
    Reputation
    1007
    Thanks
    1,163
    My Mood
    In Love
    Quote Originally Posted by topblast View Post


    IT WILL WORK.. 5K banhim he is to ACTIVE. I cant keep up
    you cant keep up with me





  16. #12
    Stevenom's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Summoner's Rift
    Posts
    17,743
    Reputation
    1087
    Thanks
    1,917
    My Mood
    Doubtful
    5K ban.
    I gotta beat you but now I don't have coffee so yeah.
    I don't post much anymore.


    Quote Originally Posted by KawaiiSlut View Post
    WOW THIS WORKS PERFECTLY
    You're flames...

  17. The Following User Says Thank You to Stevenom For This Useful Post:

    KawaiiSlut (01-21-2011)

  18. #13
    KawaiiSlut's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    419
    Reputation
    16
    Thanks
    87
    Quote Originally Posted by Bombsaway707 View Post
    We have been trolled
    [img]https://images.encyclopediadramatic*****m/images/thumb/f/f2/Trollface_More_HD.png/400px-Trollface_More_HD.png[/img]
    But I'm being serious. No errors will show up when you compile it

  19. #14
    aeronyx's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    /210/
    Posts
    11,238
    Reputation
    1211
    Thanks
    5,070
    Delicious. Grats on 5K

  20. #15
    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 Jetfire' View Post

    you cant keep up with me
    LOL .. I like the aimbot.. it really will work...

    but not on Combat Arms. :P
    I just like programming, that is all.

    Current Stuff:

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

Page 1 of 7 123 ... LastLast