[UNDETECTED] Triggerbot AHK

Süper Üye
Katılım
16 Nis 2021
Mesajlar
646
Çözümler
1
Tepki puanı
106
Ödüller
5
5 HİZMET YILI
Triggerbot AHK
undetectable


you need to download the program to open the script (autohotkey)
AutoHotkey:
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)  ;FOV
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, cBlue, Activate With F2 when ingame, MOUSE4 To Shoot
Gui Add, Text, cPurple, Might not always work since color based
Gui Add, Text, cRed, Default Color is Purple but can be changed in config
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
 
 
~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{
 
PixelSearch, AimPixelX, AimPixelY, NearAimScanL, NearAimScanT, NearAimScanR, NearAimScanB, EMCol, ColVn, Fast RGB  
 
        if GetKeyState("XButton2"){
        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 * 10, 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



create a new .ahk file and paste the code to use it

Reis 5-6 el girsem ban yer miyim ?
 
🥷 JIMMYツ 🥷
Süper Üye
Katılım
23 Eyl 2021
Mesajlar
1,125
Tepki puanı
59
Ödüller
6
4 HİZMET YILI
its safe to use the normal (autohotkey) program or the there is a safe version of it
last time i used it i got crazy high ping so closed it afraid get ban
 
🥷 JIMMYツ 🥷
Süper Üye
Katılım
23 Eyl 2021
Mesajlar
1,125
Tepki puanı
59
Ödüller
6
4 HİZMET YILI
Onaylı Üye
Katılım
20 Eki 2022
Mesajlar
55
Tepki puanı
3
Ödüller
1
Yaş
25
3 HİZMET YILI
Triggerbot AHK
undetectable


you need to download the program to open the script (autohotkey)
AutoHotkey:
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)  ;FOV
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, cBlue, Activate With F2 when ingame, MOUSE4 To Shoot
Gui Add, Text, cPurple, Might not always work since color based
Gui Add, Text, cRed, Default Color is Purple but can be changed in config
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
 
 
~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{
 
PixelSearch, AimPixelX, AimPixelY, NearAimScanL, NearAimScanT, NearAimScanR, NearAimScanB, EMCol, ColVn, Fast RGB  
 
        if GetKeyState("XButton2"){
        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 * 10, 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



create a new .ahk file and paste the code to use it

wow, i needed a hack for valorant
 
Ultra Üye
Katılım
18 Şub 2018
Mesajlar
1,672
Çözümler
18
Tepki puanı
200
Ödüller
9
Sosyal
8 HİZMET YILI
operator program that looks really cool
 
Seçkin Üye
Katılım
7 Şub 2019
Mesajlar
378
Çözümler
1
Tepki puanı
53
Ödüller
6
Yaş
34
7 HİZMET YILI
tam olarak nasıl çalıstırcaz
Post automatically merged:
 
Sen benim geceme ışık yayan yıldız gibisin
Süper Üye
Katılım
21 May 2022
Mesajlar
613
Çözümler
2
Tepki puanı
114
Ödüller
1
Yaş
27
4 HİZMET YILI
I wonder how do we set this up, can you help me and what is the percentage of ban rate?
 
Onaylı Üye
Katılım
20 Ara 2020
Mesajlar
82
Tepki puanı
9
Ödüller
5
Yaş
29
5 HİZMET YILI
Triggerbot AHK
undetectable


you need to download the program to open the script (autohotkey)
AutoHotkey:
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)  ;FOV
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, cBlue, Activate With F2 when ingame, MOUSE4 To Shoot
Gui Add, Text, cPurple, Might not always work since color based
Gui Add, Text, cRed, Default Color is Purple but can be changed in config
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
 
 
~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{
 
PixelSearch, AimPixelX, AimPixelY, NearAimScanL, NearAimScanT, NearAimScanR, NearAimScanB, EMCol, ColVn, Fast RGB  
 
        if GetKeyState("XButton2"){
        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 * 10, 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



create a new .ahk file and paste the code to use it

güzel kanka boyle atmışsında nasıl kullanıcaz onuda soyleseydın
 
Öylesine Bir Oyuncu
Seçkin Üye
Katılım
29 Nis 2019
Mesajlar
457
Çözümler
7
Tepki puanı
37
Ödüller
8
Yaş
36
Sosyal
7 HİZMET YILI
Triggerbot AHK
undetectable


you need to download the program to open the script (autohotkey)
AutoHotkey:
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)  ;FOV
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, cBlue, Activate With F2 when ingame, MOUSE4 To Shoot
Gui Add, Text, cPurple, Might not always work since color based
Gui Add, Text, cRed, Default Color is Purple but can be changed in config
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
 
 
~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{
 
PixelSearch, AimPixelX, AimPixelY, NearAimScanL, NearAimScanT, NearAimScanR, NearAimScanB, EMCol, ColVn, Fast RGB  
 
        if GetKeyState("XButton2"){
        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 * 10, 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



create a new .ahk file and paste the code to use it

detected bu arada bilginize
 
Üst