Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    TechwarriorA's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    In your freakin ass
    Posts
    385
    Reputation
    -1
    Thanks
    105
    My Mood
    Hot

    Exclamation macro headaimbot

    NOTE This will not work unless you have a macro working mouse or keyboard or something like that

    You can put in a macro that can make a headshot without even moving your mouse, this is undetectable for your not injecting a dll file or something (i did not make this)

    If you know the exact number of the pixel color of an enemy's face / head/hat then you can make your mouse move over there and shoot.

    First you need to take screenshot of game with enemy visible in it.

    Then you find the Pixel color of it using following script

    Move your mouse over enemy's head in the screenshot. then press control z

    ^z::

    MouseGetPos, MouseX, MouseY

    PixelGetColor, color, %MouseX%, %MouseY%

    MsgBox The color at the current cursor position is %color%.

    Return

    Now you'll get messegebox containing pixelcolor's code

    Note it down and then make new autohotkey scriptfile like this

    Ass-uming that your screensize is 800X600

    And the pixel color you are searching is 0x9d6346 (refer help file for more details, I'm only giving you a broad lay-out)

    Lbutton::

    PixelSearch, Px, Py,0,600, 800,0, 0x9d6346, 3, Fast


    Mousemove, %px%,%py%

    Send Lbutton


    Return




    Using above script you can press Left mousebutton and it'll move your mouse over enemy's head and then shoot.
    THANK ME FOR THIS/me


    THANK ME FOR THIS/me

  2. The Following 4 Users Say Thank You to TechwarriorA For This Useful Post:

    akman (11-09-2011),doorman (04-09-2012),hoo1719 (04-18-2012),lole1111 (05-05-2012)

  3. #2
    andryfero's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Milano, Italia
    Posts
    129
    Reputation
    10
    Thanks
    43
    My Mood
    Yeehaw
    And does it work too when players have mask (viper, joker, paniflov)?
    I dont think so, and probably if u set skin color as default, it could aim at ur teammate, probably it's better to use it on dress (blue or brown, or similar thing).

    Am i right?

  4. #3
    TechwarriorA's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    In your freakin ass
    Posts
    385
    Reputation
    -1
    Thanks
    105
    My Mood
    Hot
    yeah probably, but the thing about macro's is that you can set this in an other button, so when an enemy is close to you, you can use this, and then use your normal button to kill far ranged ppl
    THANK ME FOR THIS/me


    THANK ME FOR THIS/me

  5. The Following 2 Users Say Thank You to TechwarriorA For This Useful Post:

    akman (11-09-2011),lilpac (02-11-2012)

  6. #4
    Battlefield 3's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    One Man's Trash Is Another Man's Pleasure!
    Posts
    2,911
    Reputation
    -119
    Thanks
    587
    My Mood
    Devilish
    nope this thing wont work unless with chams, because in ava, it have a lot of same color

  7. #5
    TechwarriorA's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    In your freakin ass
    Posts
    385
    Reputation
    -1
    Thanks
    105
    My Mood
    Hot
    ok thanks for reporting that, i have posted one for low recoil, that should work, i will list it then report plz
    THANK ME FOR THIS/me


    THANK ME FOR THIS/me

  8. #6
    aa1000's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    u.s.a
    Posts
    9
    Reputation
    10
    Thanks
    1
    My Mood
    Cold
    code in c++ ?

  9. #7
    ComeStain's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    West Siiiiide! SM Cali
    Posts
    16
    Reputation
    10
    Thanks
    1
    My Mood
    Bitchy

    Yeah

    Thas one good idea there, but like it has been mentioned. The target should be easily distinguishable from your own teammates. So the uniform color would be best bet. You would have to do something like, uni color @ the trapezoids, or @ the center most part of the shoulder. Chest will just hit vest.
    Quote Originally Posted by aa1000 View Post
    code in c++ ?

  10. #8
    tonyiscool101's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    where my dreams take me
    Posts
    478
    Reputation
    10
    Thanks
    21
    My Mood
    Bored
    nice , yeah you code in c++ (its a good idea to do so)

  11. #9
    rfpd's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    165
    Reputation
    11
    Thanks
    46
    can somebody release a program I don't understand this code.

  12. #10
    u.A.v.A's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    640
    Reputation
    17
    Thanks
    633
    Quote Originally Posted by rfpd View Post
    can somebody release a program I don't understand this code.
    why not learn then?

  13. #11
    rfpd's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    165
    Reputation
    11
    Thanks
    46
    Quote Originally Posted by u.A.v.A View Post
    why not learn then?
    I need a video tut :S

  14. #12
    [G]a[M]e[R]'s Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    594
    Reputation
    22
    Thanks
    198
    My Mood
    Cool
    what is this?

    vb, c++. c#. auto it, c ???
    i am [G]a[M]e[R]

  15. #13
    u.A.v.A's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    640
    Reputation
    17
    Thanks
    633
    Quote Originally Posted by [G]a[M]e[R] View Post
    what is this?

    vb, c++. c#. auto it, c ???
    special code for macro mouse .____________.

  16. #14
    [G]a[M]e[R]'s Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    594
    Reputation
    22
    Thanks
    198
    My Mood
    Cool
    for what a programing laugh?
    i am [G]a[M]e[R]

  17. #15
    u.A.v.A's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    640
    Reputation
    17
    Thanks
    633
    Quote Originally Posted by [G]a[M]e[R] View Post
    for what a programing laugh?
    auto something .______.

  18. The Following User Says Thank You to u.A.v.A For This Useful Post:

    kalokoko (09-04-2012)

Page 1 of 2 12 LastLast

Similar Threads

  1. Bypass premium, speedhack, wallhack, macro and more...
    By Xeg in forum Knight Online Hacks
    Replies: 31
    Last Post: 04-16-2007, 05:03 PM
  2. Gunz Macro
    By DarkHero006 in forum Gunz General
    Replies: 5
    Last Post: 11-14-2006, 11:16 AM
  3. Crazy macro :P
    By sf0d in forum General Gaming
    Replies: 1
    Last Post: 06-22-2006, 11:28 AM
  4. Macro SS
    By EleMentX in forum Gunz General
    Replies: 1
    Last Post: 05-16-2006, 02:07 AM