#NoEnv
#persistent
#MaxThreadsPerHotkey 2
#KeyHistory 0
ListLines Off
SetBatchLines, -1
SetKeyDelay, -1, -1
SetMouseDelay, -1
SetDefaultMouseSpeed, 0
SetWinDelay, -1
SetControlDelay, -1
SendMode Input
CoordMode, Pixel, Screen
SoundBeep, 300, 200
SoundBeep, 400, 200
;v2.1
;HOTKEYS
key_stay_on := "F1" ; self explanatory
key_hold_mode := "F2" ; scan will only scan if "key_hold" is pressed
key_fastclick := "F3" ; self explanatory (on/off beep sound only)
key_off := "F4" ; self explanatory
key_gui_hide := "Home" ; hides gui (graphical user interface)
key_exit := "End" ; self explanatory
key_hold := "LALT" ; key that you hold to scan (example "T")
;SETTINGS
pixel_box := 3 ; Keep between min 3 and max 8
pixel_sens := 20 ; higher/lower = more/less color sensitive
pixel_color := 0xA145A3 ; yellow="0xFEFE40", purple="0xA145A3"
lowerreact := 160 ; lowest delay
upperreact := 300 ; highest delay
;DO NOT TOUCH?
Gui,2:Font,Cdefault,Fixedsys
Gui,2:Color,Black
Gui,2:Color, EEAA99
Gui,2:Add,Progress, x10 y20 w100 h23 Disabled BackgroundGreen vC3
Gui,2:Add,Text, xp yp wp hp cYellow BackgroundTrans Center 0x200 vB3 gStart,ON
Gui,2:Add,Progress, x10 y20 w100 h23 Disabled BackgroundGreen vC2
Gui,2:Add,Text, xp yp wp hp cYellow BackgroundTrans Center 0x200 vB2 gStart,HOLD MODE
Gui,2:Add,Progress, xp yp wp hp Disabled BackgroundRED vC1
Gui,2:Add,Text, xp yp wp hp cYellow BackgroundTrans Center 0x200 vB1 gStart,OFF
Gui,2: Show, x10 y1 w200 h60
Gui 2:+LastFound +ToolWindow +AlwaysOnTop -Caption
WinSet, TransColor, EEAA99
2Guiescape:
2Guiclose:
leftbound:= A_ScreenWidth/2-pixel_box
rightbound:= A_ScreenWidth/2+pixel_box
topbound:= A_ScreenHeight/2-pixel_box
bottombound:= A_ScreenHeight/2+pixel_box
hotkey, %key_stay_on%, stayon
hotkey, %key_hold_mode%, holdmode
hotkey, %key_off%, offloop
hotkey, %key_gui_hide%, guihide
hotkey, %key_exit%, terminate
Hotkey, % key_fastclick, fastclick
return
start:
gui,2:submit,nohide
terminate:
SoundBeep, 300, 200
SoundBeep, 200, 200
Sleep 400
exitapp
stayon:
SoundBeep, 300, 200
settimer, loop2, off
settimer, loop1, 100
GuiControl,2: hide,B1
GuiControl,2: hide,C1
GuiControl,2: hide,B2
GuiControl,2: hide,C2
GuiControl,2: show,B3
GuiControl,2: show,C3
return
holdmode:
SoundBeep, 300, 200
settimer, loop1, off
settimer, loop2, 100
GuiControl,2: hide,B1
GuiControl,2: hide,C1
GuiControl,2: show,B2
GuiControl,2: show,C2
GuiControl,2: hide,B3
GuiControl,2: hide,C3
return
offloop:
SoundBeep, 300, 200
settimer, loop1, off
settimer, loop2, off
GuiControl,2: show,B1
GuiControl,2: show,C1
GuiControl,2: hide,B2
GuiControl,2: hide,C2
GuiControl,2: hide,B3
GuiControl,2: hide,C3
return
guihide:
GuiControl,2: hide,B1
GuiControl,2: hide,C1
GuiControl,2: hide,B2
GuiControl,2: hide,C2
GuiControl,2: hide,B3
GuiControl,2: hide,C3
return
loop1:
PixelSearch()
return
loop2:
While GetKeyState(key_hold, "P"){
PixelSearch()
}
return
fastclick:
SoundBeep, 300, 200
toggle := !toggle
return
#if toggle
*~$LButton::
sleep 100
While GetKeyState("LButton", "P"){
Click
sleep 10
}
return
#if
PixelSearch() {
global
PixelSearch, FoundX, FoundY, leftbound, topbound, rightbound, bottombound, pixel_color, pixel_sens, Fast RGB
If !(ErrorLevel)
{
If !GetKeyState("LButton")
{
random, tap_time, %lowerreact%, %upperreact%
click
sleep %tap_time%
}
}
return
}init:
#NoEnv
#SingleInstance, Force
#Persistent
#InstallKeybdHook
#UseHook
#KeyHistory, 0
#HotKeyInterval 1
#MaxHotkeysPerInterval 127
if (FileExist("config.ini"))
{
}
Else
{
IniWrite, 0xA145A3, config.ini, main, EMCol
IniWrite, 20, config.ini, main, ColVn
}
IniRead, EMCol, config.ini, main, EMCol
IniRead, ColVn, config.ini, main, ColVn
toggle = 1
toggle2 = 1
AntiShakeX := (A_ScreenHeight // 160)
AntiShakeY := (A_ScreenHeight // 128)
ZeroX := (A_ScreenWidth // 2)
ZeroY := (A_ScreenHeight // 2)
CFovX := (A_ScreenWidth // 40)
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
Gui Add, Text, cBlack, Terlik
Gui Add, Text, cPBack, K tusu ile aktif edebilirsiniz!
Gui Add, Text, cBlack, Oyundaki ayarlarlarindan renk koru modunu "Mor" sectiginize emin olun!
Gui Add, Text, cBlack, 1920x1080 cozunurlugunde oynayin
Gui Add, Text, cBlack, para verdiyseniz g*tten yemissiniz g.o.
Gui Add, Checkbox, vSesAktif x10 y+10 w150 h20, Düşman tespit sesi
Gui Add, Text, cBlack,
Gui Add, Text, cBlack, Discord: ladyofdarknes
Gui Add, Text, cRed, Status: Use at Own Risk
Gui show
Gui 2: Color, EEAA99
Gui 2: Font, S72, Arial Black
Gui 2: Add, GroupBox, w100 h250 cFFB10F BackgroundTrans,
Gui 2: +LastFound +AlwaysOnTop +ToolWindow
WinSet, TransColor, EEAA99
Gui 2: -Caption
~K::
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{
PixelSearch, AimPixelX, AimPixelY, NearAimScanL, NearAimScanT, NearAimScanR, NearAimScanB, EMCol, ColVn, Fast RGB
if GetKeyState("Alt"){
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)
}
}
}
if (ErrorLevel=0 and SesAktif) {
SoundBeep, 750, 500
sleep, 1000
}
}
return:
Home::
GuiControlGet, SesAktif,, SesAktif
if toggle2 = 0
{
toggle2 = 1
Gui Hide
}
Else
{
toggle2 = 0
Gui Show
}
return
action1:
GuiControlGet, SesAktif,, SesAktif
if toggle = 0
{
toggle = 1
Gui 2: Hide
}
Else
{
toggle = 0
Gui 2: Show
}
return
#Persistent
return
end::
FileDelete, %temp%\Terlik.exe
ExitApp
return
Quitter:
FileDelete, %temp%\Terlik.exe
ExitApp
return
GuiClose:
FileDelete, %temp%\Terlik.exe
ExitApp
return
forumdaki triggerı kullan ben onu kullanıyorum gayet iyiElinde valorant için AutoHotKey olan varmı acaba? forumdaki çoğu ahk ler artık çalışmıyor
AHK olmasını istiyorum daha güvenilir benceforumdaki triggerı kullan ben onu kullanıyorum gayet iyi
ahk daha güvenilir değil kesinlikleAHK olmasını istiyorum daha güvenilir bence
şuan ben 30 el fln girdim 2 gündür ban vesayre yok rahat olabilirsin şüphelenen bile yokAHK olmasını istiyorum daha güvenilir bence