Valorant autohotkey triggerbot

Uzman Üye
Katılım
24 Şub 2024
Mesajlar
159
Tepki puanı
9
Ödüller
2
2 HİZMET YILI
AutoHotkey:
#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

key_stay_on        :=     "Up"
key_hold_mode    :=     "Right"
key_fastclick     :=     "Left"
key_off            :=     "Down"
key_gui_hide    :=    "Home"
key_exit        :=     "End"
key_hold        :=    "XButton1"

pixel_box    :=    5
pixel_sens    :=    50
pixel_color    :=    0xFEFE40
tap_time    :=    150


;Credits: Robin0248?
Gui,2:Font,Cdefault,Fixedsys
Gui,2:Color,Black
Gui,2:Color, EEAA99
Gui,2:Add,Progress, x10 y20 w100 h23 Disabled BackgroundBlue vC3
Gui,2:Add,Text, xp yp wp hp cWhite BackgroundTrans Center 0x200 vB3 gStart,On
Gui,2:Add,Progress, x10 y20 w100 h23 Disabled BackgroundBlue vC2
Gui,2:Add,Text, xp yp wp hp cWhite 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 cWhite 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")
{
click
sleep %tap_time%
}
}
return
}
Autohotkeyi bilgisayarınıza indirip kurun ardından masaüstüne sağ tıklayarak yeni autohotkey dosyası oluşturun oluşturduğunuz dosyaya sağ tıklayın not defteri ile düzenleye tıklayın
bu kodu yapıştırın ve kaydedin program tamamdır açtıktan sonra sol üstte programın durumunu belirten yazı beliricek yukarı ok tuşuna tıklarsanız ON(hiçbir tuşa basmanıza gerek yok adamı gördüğü gibi ateş eder)sağ ok tuşuna basarsanız HOLD-MODE(xbutton1 düğmesine basılı tutmak gerekir böyleci daha kullanışlıdır mousenin hemen yanındadır)aşağı ok OFF(bunuda açıklamayayım kankalar)sol ok hiçbişey olmuyor iyi günler
 
인생은 짧고 고통스럽다
Süper Üye
Katılım
8 Mar 2023
Mesajlar
623
Çözümler
4
Tepki puanı
97
Ödüller
3
Yaş
22
Sosyal
3 HİZMET YILI
Main hesapta deneyin özellikle şöyle güzel bir ban yiyin
 
Uzman Üye
Katılım
29 Şub 2020
Mesajlar
193
Tepki puanı
11
Ödüller
7
6 HİZMET YILI
off ta kalıyor sorun ney acaba
1709032639744.png

Bu tuşa basman gerekiyorda bende çalışmadı
 
Uzman Üye
Katılım
24 Şub 2024
Mesajlar
159
Tepki puanı
9
Ödüller
2
2 HİZMET YILI
ben daha yemedim kral

ahk detect diye biliyorum
kanka valla bilmiyorum 2 aydır kullanıyorum daha yemedim ban

ben ypatım ama çalışmadı yanlış bişey mi yaptım yoksa hile mi bozuk
eğer saf girdi süresi açıksa çalışmayabilir bidaha dene istersen

yes

Hocam w11 de calisiyo mu
evet çalışır

does this really work?

does this really work?
yes
 
Üst