Aim Assist AHK

Posts 115 of 46 · Page 1 of 4
Aim Assist AHK
init:
#NoEnv
#SingleInstance, Force
#Persistent
#InstallKeybdHook
#UseHook
#KeyHistory, 0
#HotKeyInterval 1
#MaxHotkeysPerInterval 2450

version = v2.4
traytip, Fortnite Assist %version%, Fortnite Assist %version% has started running in the background. Click "help" for credits., 5, 1
Menu, tray, NoStandard
Menu, tray, Tip, Fortnite Assist %version%
Menu, tray, Add, Fortnite Assist %version%, return
Menu, tray, Add
Menu, tray, Add, Help, info
Menu, tray, Add, Exit, exit
SetKeyDelay,-1, 1
SetControlDelay, -1
SetMouseDelay, -0.5
SetWinDelay,-1
SendMode, InputThenPlay
SetBatchLines,-1
ListLines, Off
CoordMode, Pixel, Screen, RGB
CoordMode, Mouse, Screen
PID := DllCall("GetCurrentProcessId")
Process, Priority, %PID%, High

EMCol := (0xFE6A20), (0xAF2AFE)
ColVn := 61.843
AntiShakeX := (A_ScreenHeight // 159)
AntiShakeY := (A_ScreenHeight // 127)
ZeroX := (A_ScreenWidth // 2)
ZeroY := (A_ScreenHeight // 2)
CFovX := 100
CFovY := 100
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
PixelSearch, AimPixelX, AimPixelY, NearAimScanL, NearAimScanT, NearAimScanR, NearAimScanB, EMCol, ColVn, Fast RGB
if (!ErrorLevel=0) {
loop, 6 {
PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB, EMCol, ColVn, Fast RGB
AimX := AimPixelX - ZeroX
AimY := AimPixelY - ZeroY
DirX := -0.8
DirY := -0.8
If ( AimX > 0 ) {
DirX := 0.9
}
If ( AimY > 0 ) {
DirY := 1.0
}
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 * 0.9, int, MoveY, uint, 0, int, 0)
}
}
}

Pause:: pause
return:
goto, init

info:
msgbox, 0, Fortnite Assist %version%, `nMade by: `nDark Cloud Nation/TMOG `n `n
return

exit:
exitapp
//approved. Not tested

Post back results
Does it work
so does this work as a real hack or is still kinda buggy??
Quote Originally Posted by wizzled33z3 View Post
init:
#NoEnv
#SingleInstance, Force
#Persistent
#InstallKeybdHook
#UseHook
#KeyHistory, 0
#HotKeyInterval 1
#MaxHotkeysPerInterval 2450

version = v2.4
traytip, Fortnite Assist %version%, Fortnite Assist %version% has started running in the background. Click "help" for credits., 5, 1
Menu, tray, NoStandard
Menu, tray, Tip, Fortnite Assist %version%
Menu, tray, Add, Fortnite Assist %version%, return
Menu, tray, Add
Menu, tray, Add, Help, info
Menu, tray, Add, Exit, exit
SetKeyDelay,-1, 1
SetControlDelay, -1
SetMouseDelay, -0.5
SetWinDelay,-1
SendMode, InputThenPlay
SetBatchLines,-1
ListLines, Off
CoordMode, Pixel, Screen, RGB
CoordMode, Mouse, Screen
PID := DllCall("GetCurrentProcessId")
Process, Priority, %PID%, High

EMCol := (0xFE6A20), (0xAF2AFE)
ColVn := 61.843
AntiShakeX := (A_ScreenHeight // 159)
AntiShakeY := (A_ScreenHeight // 127)
ZeroX := (A_ScreenWidth // 2)
ZeroY := (A_ScreenHeight // 2)
CFovX := 100
CFovY := 100
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
PixelSearch, AimPixelX, AimPixelY, NearAimScanL, NearAimScanT, NearAimScanR, NearAimScanB, EMCol, ColVn, Fast RGB
if (!ErrorLevel=0) {
loop, 6 {
PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB, EMCol, ColVn, Fast RGB
AimX := AimPixelX - ZeroX
AimY := AimPixelY - ZeroY
DirX := -0.8
DirY := -0.8
If ( AimX > 0 ) {
DirX := 0.9
}
If ( AimY > 0 ) {
DirY := 1.0
}
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 * 0.9, int, MoveY, uint, 0, int, 0)
}
}
}

Pause:: pause
return:
goto, init

info:
msgbox, 0, Fortnite Assist %version%, `nMade by: `nDark Cloud Nation/TMOG `n `n
return

exit:
exitapp
Quote Originally Posted by Tenzin67 View Post
so does this work as a real hack or is still kinda buggy??
Ofc it's kinda buggy, this is not real aimbot.. :P if you want the real aimbot go buy fortnite hack.
bannable? or not .. with AHK ?
ofc its bannable.. lol
Quote Originally Posted by Alexanderrsx View Post
Ofc it's kinda buggy, this is not real aimbot.. :P if you want the real aimbot go buy fortnite hack.
it aint perfect. feel free to add to and PM or post it.

- - - Updated - - -

Quote Originally Posted by Alexanderrsx View Post
Ofc it's kinda buggy, this is not real aimbot.. :P if you want the real aimbot go buy fortnite hack.
it aint perfect. feel free to add to and PM or post it.

- - - Updated - - -

Quote Originally Posted by megatixos View Post
ofc its bannable.. lol
ive run for over year ><
Quote Originally Posted by Alexanderrsx View Post
Ofc it's kinda buggy, this is not real aimbot.. :P if you want the real aimbot go buy fortnite hack.
where to buy ?
please post back and let me know. i will continue to update.
Is not working
I do it right inside the fortnite does not work pass your ******* let's do a fortnite hack together?
Quote Originally Posted by meepolisa View Post
I do it right inside the fortnite does not work pass your ******* let's do a fortnite hack together?
you compiled correct?
Quote Originally Posted by Dezakenman View Post
where to buy ?
Go find a seller :P make sure to not get scam.
his script also loops. mine doesnt so there is less shake more snap.
Posts 115 of 46 · Page 1 of 4

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?