Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   8728

fortnite hack ahk

by Lefraudeur - 15 April, 2020 - 06:22 PM
This post is by a banned member (Lefraudeur) - Unhide
2
Posts
1
Threads
5 Years of service
#1
here is a script you can download for autohotkey, paste in a .ahk file, run fortnite than run the script and enjoy

init:
#NoEnv
#SingleInstance, Force
#Persistent
#InstallKeybdHook
#UseHook
#KeyHistory, 0
#HotKeyInterval 1
#MaxHotkeysPerInterval 127
version = 1.1
traytip, Compiled-Aimbot-.%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%, High

EMCol := 0x4B4A38,0x696943,0xD7C95E,0x680823,0x0B99AD,0x9C3 341,0x42433D,0xCFCAC4,0x284299,0x11141D,0x1D1E32,0 x909B9F,0xFF72AB,0x293146,0x8DADB8,0xC0D7C5,0x89A1 C3,0xFFE7D3,0x913631,0x6B7880,0xA90C3F,0xBD3421,0x 48494D,0x2C2B31,0x202123,0x3A2E30,0x1E1F3E,0x19192 1,0x191D29,0x323136
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 + AntiShakeY

Loop, {
KeyWait, RButton, 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
This post is by a banned member (Ba1zyy) - Unhide
Ba1zyy  
Registered
11
Posts
0
Threads
5 Years of service
#2
how do i get it to work
This post is by a banned member (Dil001) - Unhide
Dil001  
Registered
5
Posts
0
Threads
5 Years of service
#3
relax jamal :)
This post is by a banned member (bonzowwwxd) - Unhide
1
Posts
0
Threads
5 Years of service
#4
how to use it?
This post is by a banned member (BehaeretNegerPik21) - Unhide
2
Posts
0
Threads
4 Years of service
#5
tanks men!
This post is by a banned member (IsacBecker) - Unhide
2
Posts
0
Threads
2 Years of service
#6
I think she wants to introduce people to geometry dash 23 which is quite interesting. I have tested and confirmed that.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)