[C++] Color Aim Assist Source Code menu

User Tag List

Page 2 of 9 FirstFirst 123456 ... LastLast
Results 16 to 30 of 134
  1. #16
    Zobb's Avatar Banned
    Reputation
    20
    Join Date
    Sep 2016
    Posts
    14
    Thanks G/R
    9/19
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yours is full too haha. Can't PM you :'(

    [C++] Color Aim Assist Source Code
  2. #17
    Daniel Carpio's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    pls PM me how to use this hack

  3. #18
    gufinsky's Avatar Member
    Reputation
    1
    Join Date
    Sep 2011
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do I need Visual Studio to run it? Or I can use another program, and maybe u can name some.

    I have visual studio express 2015 and can't debug it.

  4. #19
    slawcio22's Avatar Member
    Reputation
    1
    Join Date
    Sep 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    zoob?are you there/can you help me?

  5. #20
    slawcio22's Avatar Member
    Reputation
    1
    Join Date
    Sep 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what i need to do for start?

  6. #21
    Zobb's Avatar Banned
    Reputation
    20
    Join Date
    Sep 2016
    Posts
    14
    Thanks G/R
    9/19
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by slawcio22 View Post
    what i need to do for start?
    Sorry, I literally don't have time to explain it all but will highlight how to run this.
    You'll have to download visual studio -> create a new project -> C++ -> empty project -> in the source folder put all the .cpp files -> in the header folder put all the .h files.
    Right click on the solution -> Properties -> C/C++ -> Preprocessor -> Preprocessor Definitions -> include "_CRT_SECURE_NO_WARNINGS" for both debug and release.
    Run it in RELEASE mode; debug mode is slow.

  7. Thanks foxybreak, CaptainPlanet, h4hitman (3 members gave Thanks to Zobb for this useful post)
  8. #22
    kenstar44's Avatar Member
    Reputation
    1
    Join Date
    Sep 2016
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please can someone send me this in ahk?

  9. #23
    brucemalis's Avatar Member
    Reputation
    1
    Join Date
    Sep 2016
    Posts
    8
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zobb View Post
    Something I wrote purely for fun.
    Not perfect by any means (after all it's a color aimbot) but it's better than all of the color based bot's that I've honestly seen and it might help for learning purposes.

    GitHub - jpxue/Overwatch-Aim-Assist: C++ Overwatch aim assist tool and triggerbot!

    Edit: I won't be posting binary files but just the source code.

    9/19/2016:
    I pushed a small update in an attempt to slightly improve it and make it more user-friendly for whoever is not familiar with programming.
    I made the program configurable with just the modification of 3 global variables as seen in this video:


    Thank so much for this, I'm learning some programming now and gonna try to rewrite this in C# following what you have set up. Hoping I can learn something. Really appreciate it!

  10. #24
    CaptainPlanet's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zobb View Post
    Sorry, I literally don't have time to explain it all but will highlight how to run this.
    You'll have to download visual studio -> create a new project -> C++ -> empty project -> in the source folder put all the .cpp files -> in the header folder put all the .h files.
    Right click on the solution -> Properties -> C/C++ -> Preprocessor -> Preprocessor Definitions -> include "_CRT_SECURE_NO_WARNINGS" for both debug and release.
    Run it in RELEASE mode; debug mode is slow.
    Did that. Thanks. Though I am getting a ton of errors when I try to run it

    Attached Thumbnails Attached Thumbnails [C++] Color Aim Assist Source Code-9frourj-gif  
    Last edited by CaptainPlanet; 09-19-2016 at 05:41 PM.

  11. #25
    EnterTheVoid's Avatar Member
    Reputation
    1
    Join Date
    Sep 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    okay guys, this program is just the core without any anti-ban method implemented in it, becareful !

  12. #26
    mynemsoow's Avatar Member
    Reputation
    1
    Join Date
    Sep 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    do well !! this hack is assist , not Aimbot

  13. #27
    wilison92's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    13
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    maybe I need a video to learn how to start

  14. #28
    Zobb's Avatar Banned
    Reputation
    20
    Join Date
    Sep 2016
    Posts
    14
    Thanks G/R
    9/19
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by EnterTheVoid View Post
    okay guys, this program is just the core without any anti-ban method implemented in it, becareful !
    The program is completely external, it reads off the screen, does not inject or read memory neither does it employ hooks.
    Anyhow, it's not meant for cheating but learning purposes hence why I only posted the source.

    Originally Posted by CaptainPlanet View Post
    Did that. Thanks. Though I am getting a ton of errors when I try to run it

    What compiler/IDE version are you using? Is it VS2010 or below (which do not support C++11)?

  15. #29
    kswliebe's Avatar Member
    Reputation
    1
    Join Date
    Sep 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    exe Compile!! please~!!

  16. #30
    h4hitman's Avatar Member
    Reputation
    11
    Join Date
    Sep 2016
    Posts
    74
    Thanks G/R
    9/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you please compile this? If not how do I compile this? Is it mandatory to have visual studio to compile it?

    Edit: Nvm didnt realise there was a second page lol
    Last edited by h4hitman; 09-20-2016 at 02:34 AM.

Page 2 of 9 FirstFirst 123456 ... LastLast

Similar Threads

  1. [Source] BWH Bubba's Hack Source Code
    By TehAvatar in forum World of Warcraft Bots and Programs
    Replies: 25
    Last Post: 09-30-2014, 11:08 AM
  2. WoW! thing source code
    By Relz in forum World of Warcraft Bots and Programs
    Replies: 13
    Last Post: 05-15-2007, 03:55 PM
  3. full glider source code?
    By Archelf in forum World of Warcraft General
    Replies: 12
    Last Post: 03-03-2007, 12:16 AM
  4. Syndrome Source Code?
    By =sinister= in forum World of Warcraft General
    Replies: 4
    Last Post: 02-22-2007, 05:47 PM
  5. [Bot:Source] Acidic Bot Source Code
    By =sinister= in forum World of Warcraft Bots and Programs
    Replies: 10
    Last Post: 07-03-2006, 05:38 PM
All times are GMT -5. The time now is 05:39 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search