does anyone have the links to the overWatch AHK smooth GUIless aimlock menu

User Tag List

Page 1 of 4 1234 LastLast
Results 1 to 15 of 55
  1. #1
    L2af's Avatar Member

    Reputation
    11
    Join Date
    Jul 2016
    Posts
    50
    Thanks G/R
    8/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    does anyone have the links to the overWatch AHK smooth GUIless aimlock

    Admin please close this now pointless thread
    Last edited by L2af; 09-12-2016 at 06:34 PM.

    does anyone have the links to the overWatch AHK smooth GUIless aimlock
  2. #2
    Stijnn's Avatar Member
    Reputation
    3
    Join Date
    Sep 2016
    Posts
    1
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sent* you a PM
    Last edited by Stijnn; 09-04-2016 at 02:23 PM.

  3. Thanks L2af, balgarion2024 (2 members gave Thanks to Stijnn for this useful post)
  4. #3
    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)
    L2af i dont mind providing you with the source code at all, i just wont be providing any support what so ever

  5. Thanks ketekurto, balgarion2024 (2 members gave Thanks to TheLordJesusHimself for this useful post)
  6. #4
    duperduper's Avatar Member
    Reputation
    14
    Join Date
    May 2012
    Posts
    30
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    May I have it also please?

  7. #5
    L2af's Avatar Member

    Reputation
    11
    Join Date
    Jul 2016
    Posts
    50
    Thanks G/R
    8/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stinkyjoint View Post
    L2af i dont mind providing you with the source code at all, i just wont be providing any support what so ever
    pretty sure I already wrote you a pm about it didn't get a response. also I'm fine with not providing support.

  8. #6
    oahhack's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    54
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    init:
    #NoEnv
    #Persistent
    #KeyHistory, 0
    #NoEnv
    #HotKeyInterval 1
    #MaxHotkeysPerInterval 127
    #InstallKeybdHook
    #UseHook
    #SingleInstance, Force
    SetKeyDelay,-1, 8
    SetControlDelay, -1
    SetMouseDelay, 0
    SetWinDelay,-1
    SendMode, InputThenPlay
    SetBatchLines,-1
    ListLines, Off
    CoordMode, Mouse, Screen
    PID := DllCall("GetCurrentProcessId")
    Process, Priority, %PID%, Normal

    AntiShakeX := (A_ScreenWidth // 160)
    AntiShakeY := (A_ScreenHeight // 12
    ZeroX := 900 ; Higher The number the Wider The Shot
    ZeroY := 450 ; Higher The number the Higher The Shot
    CFovX := 50 ; Fov in pixel around crosshair
    CFovY := 50 ; Fov in pixel around crosshair
    ScanL := ZeroX - CFovX
    ScanT := ZeroY
    ScanR := ZeroX + CFovX
    ScanB := ZeroY + CFovY
    NearAimScanL := ZeroX - AntiShakeX
    NearAimScanT := ZeroY - AntiShakeY
    NearAimScanR := ZeroX + AntiShakeX
    NearAimScanB := ZeroY + AntiShakeY

    Loop, {
    KeyWait, LButton, D ; This is the aim key look on AHK website to change it
    ImageSearch, AimPixelX, AimPixelY, NearAimScanL, NearAimScanT, NearAimScanR, NearAimScanB, *4 hhp2.bmp
    if (!ErrorLevel=0) {
    loop, 10 {
    ImageSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB, *4 hhp.bmp
    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, int, MoveY, uint, 0, int, 0)
    }
    }
    }

    Pause:: pause
    return:
    goto, init

    return
    F3::
    Reload
    Return

    exit:
    exitapp

    init: #NoEnv #Persistent #KeyHistory, 0 #NoEnv #HotKeyInterval 1 #MaxHotke - Pastebin.com

  9. #7
    alkirbi's Avatar Member
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    66
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    guys how can i make the script ? how to do it ?

    what is the steps ?

    or if there is a thread about that just tell me i want to know bacuse i has the aimlock hack but i did not know to make the scripts

    help me

  10. #8
    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)
    I dont want to host anymore
    Last edited by glidarn; 10-25-2016 at 01:12 PM. Reason: I dont want to host anymore

  11. Thanks foxybreak (1 members gave Thanks to glidarn for this useful post)
  12. #9
    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)
    Glidarn

    good luck my friend

  13. #10
    atheras's Avatar Member
    Reputation
    1
    Join Date
    Sep 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you send me too guys ?

    Ok i got it but what properties we need to start overwatch ?
    Last edited by atheras; 09-04-2016 at 04:45 PM.

  14. #11
    alkirbi's Avatar Member
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    66
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i add all the steps but it now worked for me ? i should press F1 ? to work or not ?

    also need to change the resolution?

  15. #12
    combataran's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The code works fine, but it doubles my input lag whenever. Any way to mitigate this? I'm thinking it might be the borderless windowed that's causing this. I even gave overwatch.exe high cpu priority and it's still in the high 15ms.

    @gildarn The ahk script doesn't work in fullscreen right?

  16. #13
    darkimp1's Avatar Active Member Authenticator enabled
    Reputation
    32
    Join Date
    Jan 2014
    Posts
    219
    Thanks G/R
    7/19
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stinkyjoint View Post
    L2af i dont mind providing you with the source code at all, i just wont be providing any support what so ever
    90% of the questions are from lazy people that don't read the thread at all, i think you are awesome and already gave detailed information anyway

  17. Thanks TheLordJesusHimself (1 members gave Thanks to darkimp1 for this useful post)
  18. #14
    Hatchling's Avatar Member
    Reputation
    1
    Join Date
    Sep 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What's the best settings u prefer guys?

  19. #15
    Hot12345's Avatar Member
    Reputation
    5
    Join Date
    Aug 2016
    Posts
    78
    Thanks G/R
    41/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stinkyjoint View Post
    Glidarn

    good luck my friend
    Why is your Thread closed?

Page 1 of 4 1234 LastLast

Similar Threads

  1. [How-To] Does anyone have the Sanguo source code
    By littledopa in forum Overwatch Chat
    Replies: 12
    Last Post: 11-28-2016, 10:18 PM
  2. [Hack] OverWatch AHK smooth GUIless aimlock
    By TheLordJesusHimself in forum Overwatch Exploits|Hacks
    Replies: 118
    Last Post: 09-04-2016, 01:22 PM
  3. Does anyone have the latest Chinese client?
    By Torpedoes in forum WoW Memory Editing
    Replies: 5
    Last Post: 08-24-2016, 03:10 AM
  4. Does anyone have a link to dowload the gold guide
    By webbster5296 in forum World of Warcraft Guides
    Replies: 10
    Last Post: 04-13-2008, 08:33 AM
  5. does anyone have the hidden item display ids
    By Masterkenshin in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 01-23-2008, 02:41 PM
All times are GMT -5. The time now is 09:02 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