This is a free aimbot for Fortnite Battle Royale, which works with AHK (AutoHotKey) by detecting pixel and colors.
The script will scan your screen for certain colors and aim for you. There are currently over 15 skins added, but more will come in the future. If you know anything about AHK, you can add more yourself.
This aimbot does only require you to download AHK program (AutoHotKey).
What is AHK?
AHK is short for AutoHotKey and is a free, open-source scripting program for Windows. It allows you to create small complex scripts for macros, form fillers, auto-clicking and so on.
Aimbot Features
- Aimbot based on pixel detection
- Detection of +15 skins
- Fast mouse movements
- More…
How to use the Fortnite AHK Aimbot
- Download and install AutoHotKey / AHK (https://www.autohotkey.com)
- Copy and paste the source code below into Notepad or another text editor
- Save the script as something you like, but remember the .ahk extension. Example: fortnitescript.ahk
- Right-click the file and click compile.
The aimbot is activated by left mouse button.
WARNING: AHK is detectable. Use anti-cheat or something to mask your mouse movements. It is recommended not to use the script on your primary account, as there is a risk of getting banned.
Source code
init: #NoEnv #SingleInstance, Force #Persistent #InstallKeybdHook #UseHook #KeyHistory, 0 #HotKeyInterval 1 #MaxHotkeysPerInterval 127 version = 1.1 traytip, Compiled-Aimbot-.mpgh.net%version%, Running in background!, 5, 1 Menu, tray, NoStandard Menu, tray, Tip, Sharpshooter %version% Menu, tray, Add, Sharpshooter %version%, return Menu, tray, Add Menu, tray, Add, Help, info Menu, tray, Add, Exit, exit SetKeyDelay,-1, 1 SetControlDelay, -1 SetMouseDelay, -1 SetWinDelay,-1 SendMode, InputThenPlay SetBatchLines,-1 ListLines, Off CoordMode, Pixel, Screen, RGB CoordMode, Mouse, Screen PID := DllCall("GetCurrentProcessId") Process, Priority, %PID%, HighEMCol := 0xD82A22,0xDD5879,0x322F2D,0x0DF317,0xABB3C0,0xD82A22,0x240E11,0x955647,0x5D024F,0x1599A5,0x611 45C,0xEEE679,0xD0723E,0xEAE6DB,0x915612,0x424649,0x7F5103,0x54697E,0xd68E44,0xB80A0V,0xD0B56A,0x813D 2B,0xaC351A,0xE9D795,0xB5AF9B,0xE94F58,0X612b37,0x2ADd31,0x612B37 ColVn := 65 AntiShakeX := (A_ScreenHeight // 160) AntiShakeY := (A_ScreenHeight // 128) ZeroX := (A_ScreenWidth // 2) ZeroY := (A_ScreenHeight // 2) CFovX := (A_ScreenWidth // 8) CFovY := (A_ScreenHeight // 64) ScanL := ZeroX - CFovX ScanT := ZeroY ScanR := ZeroX + CFovX ScanB := ZeroY + CFovY NearAimScanL := ZeroX - AntiShakeX NearAimScanT := ZeroY - AntiShakeY NearAimScanR := ZeroX + AntiShakeX NearAimScanB := ZeroY + AntiShakeYLoop, { KeyWait, LButton, D PixelSearch, AimPixelX, AimPixelY, NearAimScanL, NearAimScanT, NearAimScanR, NearAimScanB, EMCol, ColVn, Fast RGB if (!ErrorLevel=0) { loop, 10 { 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.5, int, MoveY, uint, 0, int, 0) } } } Pause:: pause return: goto, init info: msgbox, 0, %version%, Made by CelikShadow edited by WRsgdSFzx @ slut.io`nFortnite must be running in borderless windowed mode.`nPress pause key to pause this program.`nLeft click automatically aims down target near the center of the screen.`nRecommended for near distance(~15m) and full-auto weapons. return exit: exitapp
We hope you enjoyed this guide.
Disclaimer: FTW hacks does not develop nor host any hacks or cheats. We do not offer any support for the cheats or hacks we link to. Also, using any of the cheats or hacks is at your own responsibility. FTW hacks cannot be hold responsible for any loss or damage you encounter by using the files we link to. Use at own risk!