Thread: Auto-aim

Results 1 to 2 of 2
  1. #1
    john29990's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    2

    Auto-aim

    I have been unable to get my auto-aim to work correctly. Anyone that is familiar with this code please send me a message and hopefully I can get this figured out. At this point the main thing I am trying to do is not ignore bosses when shielded. Unfortunately the changes I have made are not working and sometimes I just fire at blank space. Thanks for any help with this.

  2. #2
    DatCoder's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    265
    Reputation
    10
    Thanks
    178
    My Mood
    Inspired
    Quote Originally Posted by john29990 View Post
    I have been unable to get my auto-aim to work correctly. Anyone that is familiar with this code please send me a message and hopefully I can get this figured out. At this point the main thing I am trying to do is not ignore bosses when shielded. Unfortunately the changes I have made are not working and sometimes I just fire at blank space. Thanks for any help with this.
    Just remove these lines:
    Code:
          getlocal            4
          callproperty        QName(PackageNamespace(""), $"FunctionsIsInvulnerable"), 0 ;Check if target is INVULNERABLE
          iftrue              NEXTOBJ
    Also, you need to add a few things to ignore then, here is a list that pops in my mind atm:
    Code:
          getlocal            15
          pushstring          "Top Vertical Trap"
          ifeq                NEXTOBJ
          
          getlocal            15
          pushstring          "45-225 Diagonal Trap"
          ifeq                NEXTOBJ
          
          getlocal            15
          pushstring          "135-315 Diagonal Trap"
          ifeq                NEXTOBJ
          
          getlocal            15
          pushstring          "Left Horizontal Trap"
          ifeq                NEXTOBJ
           
          getlocal            15
          pushstring          "Anti-Spectator"
          ifeq                NEXTOBJ
           
          getlocal            15
          pushstring          "Black Moon"
          ifeq                NEXTOBJ
           
          getlocal            15
          pushstring          "Black Planet"
          ifeq                NEXTOBJ
           
          getlocal            15
          pushstring          "Chase Element"
          ifeq                NEXTOBJ
           
          getlocal            15
          pushstring          "Guardian Element"
          ifeq                NEXTOBJ
           
          getlocal            15
          pushstring          "Ring Element"
          ifeq                NEXTOBJ
           
          getlocal            15
          pushstring          "White Moon"
          ifeq                NEXTOBJ
           
          getlocal            15
          pushstring          "White Planet"
          ifeq                NEXTOBJ
    Urgle traps, and invulnerable things spawned by oryx.

  3. The Following 3 Users Say Thank You to DatCoder For This Useful Post:

    gorgor (04-23-2013),maat7043 (05-24-2013),mainaltmulee (05-14-2013)

Similar Threads

  1. [SOLVED] auto aim assist
    By wasaka1 in forum Call of Duty Black Ops Help
    Replies: 3
    Last Post: 11-30-2010, 04:38 PM
  2. [RELEASE] WArROCK AUTO AIM/WALL WITH HUD HACK
    By ForceUse in forum WarRock - International Hacks
    Replies: 1
    Last Post: 06-07-2010, 08:13 AM
  3. need a good working auto aiming bfh ? need info
    By terrorxs in forum Flaming & Rage
    Replies: 5
    Last Post: 04-23-2010, 11:15 AM
  4. [Info] auto aim aimbot for CA
    By miketobey2011 in forum Hack Requests
    Replies: 2
    Last Post: 09-27-2009, 12:23 PM
  5. I NEED Auto aim PLEase help!!!!!!
    By MarioDahacker in forum CrossFire Hacks & Cheats
    Replies: 1
    Last Post: 08-19-2009, 12:44 PM