Thread: Basic Aimbot

Results 1 to 4 of 4
  1. #1
    Drinking Water's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Bay Area
    Posts
    665
    Reputation
    12
    Thanks
    2,174
    My Mood
    Tired

    Basic Aimbot

    The Aimbot.

    So first you want to skid the code below:
    Code:
            if(OrionGui.killaura) //replace with your boolean location
            {
                    for (int loop = 0; loop < mc.theWorld.loadedEntityList.size(); loop++)
                    {
                            Entity entity = (Entity)mc.theWorld.loadedEntityList.get(loop);
                            {
                                    if(entity instanceof EntityLiving && entity != mc.THEPLAYER && !entity.isDead && mc.THEPLAYER.getDistanceSqToEntity(entity) <= 25 && mc.THEPLAYER.canEntityBeSeen(entity))
                                    {
                                            mc.thePlayer.faceEntity(entity, 200F, 200F);
                                            super.swingItem(); // swings hand
                                    }
                   
                            }
                    }
            }
    If you dont know what skid is then your probably one.

    Then head to EntityClientPlayerMP and add the method under
    Code:
    public void sendMotionUpdates()
    Last, make a toggle for the hack and your done.


  2. #2
    blicbuddy's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    20
    Very inefficient way of doing this. Also, swingItem doesn't attack, just shows swing animation (useless?)

  3. #3
    Drinking Water's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Bay Area
    Posts
    665
    Reputation
    12
    Thanks
    2,174
    My Mood
    Tired
    Quote Originally Posted by blicbuddy View Post
    Very inefficient way of doing this. Also, swingItem doesn't attack, just shows swing animation (useless?)
    I put that there for a reason. You can fix this easily.

  4. #4
    Slendyy's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Unknown
    Posts
    1,322
    Reputation
    10
    Thanks
    306
    My Mood
    Cool
    Quote Originally Posted by Drinking Water View Post
    I put that there for a reason. You can fix this easily.
    Oh ok thanks

Similar Threads

  1. [Release] Basic Aimbot
    By gokhanw1 in forum Battlefield 3 (BF3) Hacks & Cheats
    Replies: 69
    Last Post: 03-28-2012, 08:36 AM
  2. [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
  3. [Source Code] Basic Aimbot Code for MP
    By jdslashv2 in forum Call of Duty 5 - World at War Hacks
    Replies: 3
    Last Post: 02-17-2011, 12:36 AM
  4. Replies: 14
    Last Post: 10-04-2009, 02:49 PM
  5. Visual Basic Aimbot Source Code
    By whitten in forum Visual Basic Programming
    Replies: 19
    Last Post: 08-05-2009, 10:39 AM