0% found this document useful (0 votes)
41 views2 pages

Texto

This document is a script for an aimbot program designed to assist players in aiming within games, specifically mentioning Fortnite. It includes various settings and configurations for pixel searching and mouse movement to enhance aiming accuracy. The script runs in the background and provides a tray menu for user interaction, including options for help and exit.

Uploaded by

huelicabubi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views2 pages

Texto

This document is a script for an aimbot program designed to assist players in aiming within games, specifically mentioning Fortnite. It includes various settings and configurations for pixel searching and mouse movement to enhance aiming accuracy. The script runs in the background and provides a tray menu for user interaction, including options for help and exit.

Uploaded by

huelicabubi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

init:#NoEnv

#SingleInstance, Force #Persistent


#InstallKeybdHook
#UseHook
#KeyHistory, e
#HotKeyInterval 1
#MaxHotkeysPerInterval 127
version
traytip,
1.1
Compiled-Aimbot-.Gamesnack.cc.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, infor
Menu, tray, Add, Exit, exit. SetKeyDelay, -1, 1
SetControlDe Lay, -1
SetMouseDe lay, -1 SetWinDe Lay, -1
SendMode, Input ThenPlay
SetBatchLines, -1
ListLines, Off
CoordMode, Pixel, Screen, RGB
CoordMode, Mouse, Screen
PID = DLLCALL("GetCurrentProcessId") Process, Priority, %PID%, High
EMCOL :=
@XD82A22, 0xDD5879, 0x322F2D, 0x0DF317, 0xABB3C0, 0xD82A22, 0x240E11,
0x955647,0x50024F, 1599A5, 0x61145C, 0xEEE679, 0xD0723E, 0xEAE6DB, 0x915612,
0x424649, 0x7F5103, 0x54697E, 0x 8E44, 0x880A0V, 0xD0B56A, 0x813D2B, 0xaC351A,
0xE9D795, 0xB5AF9B, 0xE94F58, 0x612B37, 0x2AD 31, 0x612837
ColVn65
AntiShakeX := (A_ScreenHeight // 160)
AntiShakeY = (A ScreenHeight // 128)
ZeroX = (A ScreenWidth // 2)
ZeroY (A ScreenHeight // 2)
CFovX = (A ScreenWidth // 8)
CFOVY
ScanL
(A ScreenHeight // 64)
ScanT: ZeroY
ScanR
Zerox CFovX
Zerox + CFovX
ScanB Zeroy + CFOVY
NearAimScanL = Zerox
AntiShakeX
NearAimScanT = Zeroy AntiShakeY
NearAimScanR = Zerox + AntiShakeX NearAimScanB = ZeroY+AntiShakeY
Loop, {
KeyWait, RButton, D
PixelSearch, AimPixelX, AimPixelY, Near AimScanL, Near AimScanT, 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
DilCall("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

You might also like