Valo 2024
Valo 2024
#NoEnv
#SingleInstance, Force
#Persistent
#InstallKeybdHook
#UseHook
#KeyHistory, 0
#HotKeyInterval 1
#MaxHotkeysPerInterval 127
if (FileExist("config.ini"))
{
}
Else
{
IniWrite, "0xFEFE40", config.ini, main, EMCol
IniWrite, 20, config.ini, main, ColVn
}
toggle = 1
toggle2 = 1
~F2::
SoundBeep, 750, 500
SetKeyDelay,-1, 1
SetControlDelay, -1
SetMouseDelay, -1
SendMode, InputThenPlay
SetBatchLines,-1
SetWinDelay,-1
ListLines, Off
CoordMode, Pixel, Screen, RGB
CoordMode, Mouse, Screen
PID := DllCall("GetCurrentProcessId")
Process, Priority, %PID%, High
Loop{
if GetKeyState("Working Key"){
if (ErrorLevel=0) {
PixelSearch, AimPixelX, AimPixelY, NearAimScanL, NearAimScanT,
NearAimScanR, NearAimScanB, EMCol, ColVn, Fast RGB
loop , 1{
send {Lbutton down}
sleep, 1
send {lbutton up}
}
}
}
if GetKeyState("Xbutton1") {
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 * 2, int, MoveY, uint,
0, int, 0) ;turing mouse to color were it says * is the speed of the aimbot turn up
for unhuman reactions lower for human
}
}
}
}
return:
goto, init
Home::
if toggle2 = 0
{
toggle2 = 1
Gui Hide
}
Else
{
toggle2 = 0
Gui Show
}
action1:
if toggle = 0
{
toggle = 1
Gui 2: Hide
}
Else
{
toggle = 0
Gui 2: Show
}
return
end::
exitapp
return
Quitter:
ExitApp
GuiClose:
ExitApp