Results 1 to 4 of 4
  1. #1
    subarurc's Avatar
    Join Date
    Apr 2014
    Gender
    female
    Posts
    76
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive

    How to fix aimbot problem?.

    When my aimbot locked enemy's head, even if he move behind walls it still following his head even not WH enabled. How can I fix this?.

  2. #2
    Blueblood1's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    711
    Reputation
    132
    Thanks
    7,125
    My Mood
    Mellow
    Quote Originally Posted by subarurc View Post
    When my aimbot locked enemy's head, even if he move behind walls it still following his head even not WH enabled. How can I fix this?.
    Coders need to fix it not the users. I'm aware of this issue in my hack and I have fixed it in a dev version, but it causes more issues with other stuff once fixed.

    If your using another cheat, You would likely need to ask the creator to look into it.

    Want to help me out? or just feed me? Feel free to donate.



    Goals:
     
    -
    - 300:
    - 500:
    - 750:
    - 1000:

     
    -
    - 4500:
    - 5000:
    - 5500:
    - 6000:
    - 6500:
    - 7000:

  3. #3
    subarurc's Avatar
    Join Date
    Apr 2014
    Gender
    female
    Posts
    76
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive
    I'm the creator of my hack ofc not zero to end I tried crosshair id now it's also shoot behind the smoke

  4. #4
    ivx978's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    if (Aimbot)
    {

    if (pTarget != null && Input.GetKey(KeyCode.Q))
    {
    Vector3 BoneToAim = pTarget.Avatar.Decorator.GetBone(BoneIndex.Head).p osition;
    if (!LegitBot)
    {
    BoneToAim = pTarget.Avatar.Decorator.GetBone(BoneIndex.Head).p osition;
    }
    else if (LegitBot)
    {
    BoneToAim = new Vector3(pTarget.Avatar.Decorator.GetBone(BoneIndex .Hips).position.x, pTarget.Avatar.Decorator.GetBone(BoneIndex.Hips).p osition.y + (Vector3.Distance(pTarget.Avatar.Decorator.GetBone (BoneIndex.Hips).position, pTarget.Avatar.Decorator.GetBone(BoneIndex.Head).p osition) / 2), pTarget.Avatar.Decorator.GetBone(BoneIndex.Head).p osition.z);
    }
    GameObject obj = new GameObject
    {
    transform = { position = Camera.main.transform.position, rotation = Camera.main.transform****tation }
    };
    obj.transform.LookAt(BoneToAim, Vector3.up);
    float x = obj.transform****tation.eulerAngles.x;
    if (x > 180f)
    {
    x -= 360f;
    }
    UserInput.SetRotation(obj.transform****tation.eule rAngles.y, x);
    what i need to change for my aimbot dont lock other player?

Similar Threads

  1. How To Fix Malware Problem - All Browsers
    By Corndog in forum Combat Arms Hacks & Cheats
    Replies: 44
    Last Post: 07-12-2010, 07:31 AM
  2. HOW TO FIX DLL PROBLEM
    By Rvn in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 05-02-2010, 06:52 PM
  3. How to fix PS3 Problems.
    By ChewyCookies in forum General
    Replies: 4
    Last Post: 03-06-2010, 12:27 AM
  4. How I fixed hack problem (vista users)
    By aimory123 in forum Combat Arms Help
    Replies: 3
    Last Post: 11-16-2009, 05:42 PM