Results 1 to 2 of 2
  1. #1
    cplusplusmoon's Avatar
    Join Date
    Jan 2017
    Gender
    female
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Bitchy

    Creating a aimbot

    Just a wondering I wan't to create my own aimbot , but I don't want a regular aimbot such as one that just points everywhere and gets you banned. From my understanding I learned all you need is health, team pos , x y z coords of your self and enemy xyz , but I don't understand the formula for example something like this
    float
    GetMagnitude(Vector3D vec)
    {
    return sqrt(pow(vec.x, 2) + pow(vec.y, 2) + pow(vec.z, 2)); not sure which formula this is , but i understand it to degree
    }

    Vector3D SubtractVec(Vector3D src, Vector3D dest) same here
    {
    Vector3D vec(0, 0, 0); I was wondering if someone can come give me better understanding of this concept
    vec.x = dest.x - src.x;
    vec.y = dest.y - src.y;
    vec.z = dest.z - src.z;

    return vec;
    }

    Im trying to create a fov aimbot and since this is C++ im doing it in im guessing all math is already built in can someone give me a full sourcecode of a full aimbot that is or has worked I want to understand everything so i can really understand it yes I know c++ I looked plenty videos on youtube but I never get the full view of everything or a place where it tells me everything i need for a aimbot?

  2. #2
    e_blip's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    You should try and find the source code for the CodBoT, what an aimbot that thing was! Bring's the memories back. I wander whatever happened to Taurine.

Similar Threads

  1. [Help] Any Tutorials for "how to create simple aimbot for cs 1.6"
    By SpyLegion in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 3
    Last Post: 09-15-2015, 03:36 PM
  2. [Help Request] Creating external Aimbots etc
    By blackstab1337 in forum Garry's Mod Discussions & Help
    Replies: 28
    Last Post: 07-14-2014, 02:18 AM
  3. [Help Request] I need Help creating an aimbot(Pixel Aimbot)
    By loko978 in forum Alliance of Valiant Arms (AVA) Help
    Replies: 0
    Last Post: 10-05-2013, 06:08 PM
  4. [Request] can create a aimbot stop cf EU?
    By dragaolc in forum CrossFire Europe Discussions
    Replies: 2
    Last Post: 08-30-2012, 04:58 PM
  5. [Help] Creating an Aimbot - The Basics
    By domer in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 0
    Last Post: 08-15-2011, 01:54 PM