-
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.
-
Member
Last edited by Stijnn; 09-04-2016 at 02:23 PM.
-
Post Thanks / Like - 2 Thanks
-
L2af i dont mind providing you with the source code at all, i just wont be providing any support what so ever
-
Post Thanks / Like - 2 Thanks
-
Member
May I have it also please?
-
Originally Posted by
Stinkyjoint
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.
-
Member
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
-
Member
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
-
Member
I dont want to host anymore
Last edited by glidarn; 10-25-2016 at 01:12 PM.
Reason: I dont want to host anymore
-
Post Thanks / Like - 1 Thanks
foxybreak (1 members gave Thanks to glidarn for this useful post)
-
Glidarn
good luck my friend
-
Member
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.
-
Member
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?
-
Member
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?
-
Originally Posted by
Stinkyjoint
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
-
Post Thanks / Like - 1 Thanks
-
Member
What's the best settings u prefer guys?
-
Member
Originally Posted by
Stinkyjoint
Glidarn
good luck my friend

Why is your Thread closed?