Aimbot Ahk
Aimbot Ahk
#Persistent
#KeyHistory, 0
#NoEnv
#HotKeyInterval 1
#MaxHotkeysPerInterval 600
#InstallKeybdHook
#InstallMouseHook
#UseHook
#SingleInstance, Force
SetKeyDelay,-1, 3
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%, Normal
Menu, Tray, Icon,,, 1
Menu,Tray,Click,1
;//GUI population
Ver = V.2.5
TrayTip, Phantom H1+ %Ver%, Now Running in the Background!, 2
Gui Color, 0x00000
Gui, font, cWhite, bold
Gui, Add, Text, x90 y20 w120 h23 +0x200 +center, AIM ASSIST SETTINGS:
Gui, Add, Text, x90 y60 w120 h23 +0x200 +center, Iterations:
Gui, Add, ComboBox, x90 y80 w120 vAMOUNT, 5|10|15|20||30|40|50
Gui, Add, Text, x90 y100 w120 h23 +0x200 +center, Color Variances:
Gui, Add, ComboBox, x90 y120 w120 vDIFFERENCES, 1|5|10|15||20|30|40|50|60
Gui, Add, Text, x90 y140 w120 h23 +0x200 +center, Suspend:
Gui, Add, ComboBox, x90 y160 w120 vSuspend, %Key1%||
Gui, Add, Button, gChangeVal x130 y200, Submit
Gui Show, w310 h240, Phantom H1+ - %Ver%
suspend, on
;//Aim Assist Configurationd and color configuration based ON HEX COLORS RGB > hex
on google to help ya
Gui, Submit, nohide
HEXCol := 0xFFFABC
goSub Search
Loop,
~LButton::
While GetKeyState ("LButton", "P"){
KeyWait, LButton, D
PixelSearch, pAimX, pAimY, NearAimL, NearAimT, NearAimR, NearAimB, HEXCol, ColVn,
Fast RGB
if (!ErrorLevel=0)
Gui, submit, nohide
loop, %AMOUNT% {
goSub pDetect
}
}
GuiEscape:
GuiClose:
ExitApp