OverWatch AHK smooth GUIless aimlock menu

User Tag List

Page 5 of 8 FirstFirst 12345678 LastLast
Results 61 to 75 of 119
  1. #61
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    676
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Elvis123x View Post
    now the problem is, when i aim at the head myself and shoot, it throws my aim completely to the left
    change the zero x line higer slightly go up in 10s

    and put ur aim speed back to 1

    OverWatch AHK smooth GUIless aimlock
  2. #62
    hangender's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    5
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stinkyjoint View Post
    i am running it right now with only 1 image file and its running smooth, i carnt undertsand why this isnt working for some people even people i have teamviewed etc

    all this means

    Code:
    	if (!ErrorLevel=0) {
    		loop, 10 {
    			ImageSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB,  *4 hhp.bmp
    is

    if the first imagesearch line is not found it will go to that 2nd line

    the image for the 2nd line is a smaller image ( normally enables long distance shooting)

    the image on the first line is a bigger image, so aslong as ur close to a target it will always find the first image first and will never go to the 2nd image
    Hmm I have no experience with AHK but if you look at the other guy's aimbots orginal code:

    Loop, {
    KeyWait, LButton, D
    PixelSearch, AimPixelX, AimPixelY, NearAimScanL, NearAimScanT, NearAimScanR, NearAimScanB, EMCol, ColVn, Fast RGB
    if (!ErrorLevel=0) {
    loop, 1 {
    PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB, EMCol, ColVn, Fast RGB
    AimX := AimPixelX - ZeroX
    AimY := AimPixelY - ZeroY
    DirX := -1
    DirY := -1
    If ( AimX > 0 ) {
    DirX := 1
    }
    If ( AimY > 0 ) {
    DirY := 1
    }
    AimOffsetX := AimX * DirX
    AimOffsetY := AimY * DirY
    MoveX := Floor(( AimOffsetX ** ( 1 / 2 ))) * DirX
    MoveY := Floor(( AimOffsetY ** ( 1 / 2 ))) * DirY
    DllCall("mouse_event", uint, 1, int, MoveX * 1.2309, int, MoveY, uint, 0, int, 0) ; MoveX * "1.35" (how fast the aimbot aims)
    }
    }
    }
    From what we know, that code search for top red pixel, if it's FOUND, then it search for bottom red pixel, if that's found, then it moves the mouse.

    So, you code would actually be something like: *find image hhp2.bmp*, if found, *find image hhp.bmp* (this part would fail)

  3. #63
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    676
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if (!ErrorLevel=0)

    is basically if there is an error with sed command go to this command

  4. #64
    ITexpert's Avatar Member
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    53
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When I use the aimbot and shoot an enemy from a long distance, it moves my aim to the bottom left of the screen. How do I fix this?
    Last edited by ITexpert; 09-03-2016 at 07:42 PM.

  5. #65
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    676
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyway guys am off for the night,

    been a long day and now a long night

    good night all

  6. #66
    T:Y:R:A:N:T's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not working and i pressed F1 too and thers nothing .. come teamviewer

  7. #67
    cumcherrypie's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can someone help through teamviewer? i dont know what i am doing

  8. #68
    WhoBattle's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    51
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    http://waek.se/1.png I cant seem to download that

  9. #69
    glidarn's Avatar Member
    Reputation
    3
    Join Date
    Mar 2008
    Posts
    39
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WhoBattle View Post
    http://waek.se/1.png I cant seem to download that
    right click > save as because its an .png but that one isnt needed, just hpp and hpp2 really, I just took them from korea and hosted them all.

  10. Thanks TheLordJesusHimself (1 members gave Thanks to glidarn for this useful post)
  11. #70
    namloki18's Avatar Member
    Reputation
    4
    Join Date
    Jun 2014
    Posts
    21
    Thanks G/R
    10/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DvASystems View Post
    Well a Cow is the same thing as a burger. Just needs to be prepared.
    I'm very impressed how small the code of his is. And if anything I think that looks like Oahsys Pixelbot judging by how it works and how similar it is to the public korean pixelbot.

    Kinda shot yourself in the foot with this action, eh?

    And for stinkyjoint, you literally copied my sales thread and changed it.
    This is like a bad diss track. You do know there's no such thing as bad publicity right?
    STFU you selfish bastard, when he giving it out for free, you sell it with an unpayable price

  12. #71
    LrdEtrius's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do i need to press anything to start it? Also anyone have the X/Y for 1360x768 res?
    And btw, why my FPS goes down 50% when i press left click? lol

  13. #72
    shinobi1965's Avatar Sergeant
    Reputation
    14
    Join Date
    Jul 2016
    Posts
    40
    Thanks G/R
    2/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Some of you people are so ****ing dumb, if you can't figure out how to use this after the basic instructions in his original post CLEARLY state exactly how to do it, you don't deserve to cheat. I doubt any cheat with even help you be better at the game because you are likely retarded already lol.

    Stinky, stop replying to all the completely retarded "WHAT DO I DO" posts lol. You are running in circles my friend and it will never end.

  14. Thanks TheLordJesusHimself (1 members gave Thanks to shinobi1965 for this useful post)
  15. #73
    ownedscrub's Avatar Banned
    Reputation
    27
    Join Date
    Aug 2016
    Posts
    92
    Thanks G/R
    45/24
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not working for me sadly.
    My resolution is 1920 x 1080.

  16. #74
    shinobi1965's Avatar Sergeant
    Reputation
    14
    Join Date
    Jul 2016
    Posts
    40
    Thanks G/R
    2/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ownedscrub View Post
    Not working for me sadly.
    My resolution is 1920 x 1080.
    Attempt to use your brain and I am sure you will solve the problem.

  17. Thanks TheLordJesusHimself (1 members gave Thanks to shinobi1965 for this useful post)
  18. #75
    exassasinx's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    36
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stinkyjoint View Post
    KeyWait, LButton, D ; This is the aim key look on AHK website to change it

    The bit you want to change is LButton nothing else


    LButton ---Left mouse button
    RButton ---Right mouse button
    MButton ---Middle or wheel mouse button
    XButton1 ---4th mouse button. Typically performs the same function as Browser_Back.
    XButton2 ---5th mouse button. Typically performs the same function as Browser_Forward.
    WheelDown ---Turn the wheel downward (toward you).
    WheelUp ---Turn the wheel upward (away from you).

    if you want more go here AHK Key List
    Doesnt work for 1280 x 720

Page 5 of 8 FirstFirst 12345678 LastLast

Similar Threads

  1. Replies: 116
    Last Post: 02-16-2017, 06:48 PM
  2. [How-To] does anyone have the links to the overWatch AHK smooth GUIless aimlock
    By L2af in forum Overwatch Exploits|Hacks
    Replies: 54
    Last Post: 09-12-2016, 09:14 PM
  3. [Selling] OVERWATCH Only Aimbot[aim smooth,aim lock]
    By sk174 in forum Overwatch Buy Sell Trade
    Replies: 3
    Last Post: 08-03-2016, 04:40 AM
  4. [Selling] Overwatch Aimbot | Smooth Aim + Aim Key
    By InspireSunset in forum Overwatch Buy Sell Trade
    Replies: 8
    Last Post: 07-31-2016, 11:13 PM
All times are GMT -5. The time now is 05:21 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search