Overwatch 2 Color aimbot & triggerbot with interception driver

Onaylı Üye
Katılım
3 Ara 2018
Mesajlar
53
Tepki puanı
4
Ödüller
4
Yaş
36
7 HİZMET YILI
It's set for RED ENEMY COLOR, not MAGENTA​

Instructions
1. Copy The Code down below and make it into a .ahk file
2. Get AutoHotInterception from This
Bağlantıları görmek için lütfen Giriş Yap

3. Also Get The interception Driver from this
Bağlantıları görmek için lütfen Giriş Yap

4. Install Interception with command line installer
5. Unpack AutoHotInterception
6. Place the ahk from step one into the folder where AutoHotInterception is unpacked
7. place The interception lib from Interception\library to AutoHotInterception\Lib
8. Restart your PC

Here is a Tutorial for the People That don't get it


For People getting Any errors Delete your config.ini and

if you are on laptop

Start the monitor.ahk in the main folder and then on right begin to tick one bock at a time to see which mouse is yours if you ticked on and the pressed buttons to appear in the below output box use that number here


AutoHotkey:
AHI.SendMouseMove(11, MoveX * MoveMultipler, MoveY * MoveMultipler) ; where it says 11 update it

AutoHotkey:
[LIST=1]
[*]#Persistent
[*]    #KeyHistory, 0
[*]    #NoEnv
[*]    #HotKeyInterval 1
[*]    #MaxHotkeysPerInterval 127
[*]    #InstallKeybdHook
[*]    #UseHook
[*]    #SingleInstance, Force
[*]    #Persistent ; (Interception hotkeys do not stop AHK from exiting, so use this)
[*]    #include Lib\AutoHotInterception.ahk
[*]    global AHI := new AutoHotInterception()
[*]   
[*]    SetKeyDelay,-1, 8
[*]    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%, High 
[*]   
[*]    ZeroX := (A_ScreenWidth // 2)
[*]    ZeroY := (A_ScreenHeight // 2)
[*]  
[*]    if (FileExist("config.ini"))
[*]    {
[*]    }
[*]    Else
[*]    {
[*]  
[*]    IniWrite, 38, config.ini, main, ColVn
[*]    IniWrite, 45, config.ini, main, CFovX
[*]    IniWrite, 45, config.ini, main, CFovY
[*]    IniWrite, 3, config.ini, main, CSmoothX
[*]    IniWrite, 3, config.ini, main, CSmoothY
[*]    IniWrite, 3.5, config.ini, main, Ingamesensitivity
[*]    IniWrite, 0.15, config.ini, main, BustSpeed
[*]    }
[*]   
[*]    IniRead, ColVn, config.ini, main, ColVn
[*]    IniRead, CFovX, config.ini, main, CFovX
[*]    IniRead, CFovY, config.ini, main, CFovY
[*]    IniRead, CSmoothX, config.ini, main, CSmoothX
[*]    IniRead, CSmoothY, config.ini, main, CSmoothY
[*]    IniRead, Ingamesensitivity, config.ini, main, Ingamesensitivity
[*]    IniRead, BustSpeed, config.ini, main, BustSpeed
[*]  
[*]    EMCol := "0xab0001, 0xb7394f, 0xb93742, 0xbb3340, 0xca4c5a, 0xbf3f4c, 0xd0262e, 0xd1262e, 0xd22830, 0xb0535f, 0xd1272e, 0xc13542, 0xca3d49, 0xc33541, 0xbb2e3a, 0xcc414d, 0xcc414d, 0xcb404c, 0xc23642, 0xbe303d, 0xcc404d, 0xcd4150, 0xd50f0e, 0xd50f0e, 0xd50f0e, 0xd50f0d, 0xd40f0e, 0xd50f0d, 0xd5100d, 0xd5100e, 0xd50f0d, 0xd00b0a, 0xcf4551, 0xcd414f, 0xc83c48, 0xc23642, 0xc93e4c, 0xd74c5b, 0xda505d, 0xcc404f, 0xc15353, 0xd521cd,0xd722cf,0xd623ce,0xd722ce,0xd621cd,0xce19ca,0xd11ccb,0xd21dca,0xc818cf,0xd722cd,0xcd19c9,0xc617d3,0xcb17c5,0xda25d3,0xce24cc,0xd328cc,0xdb32ef,0xbd15c4,0xdc5bea,0xda59eb,0xd959e9,0xf444fb,0xcf1ac9,0xd422d4,0xd923cd,0xe53af2,0xd321d3,0xe539f3,0xe035ed,0xd822cc,0xe83df5,0xd11fd1,0xd622d0,0xd21dcc,0xd429e2,0xe537ef,0xe136ee,0xe63bf3,0xe036ee,0xd72ce6,0xd428e1,0xdf34ed,0xe434e6,0xd43ddf,0xde30e4,0xbe0dbe,0xd823d3,0xc814c4,0xc20ab7,0xde1ec1,0xca16c6,0xc30ebe,0xbb0fbf,0xc510bf,0xc10cbc,0xd21cb6,0xca14c5,0xb80cd1,0xae0ea8,0xbf0ec3,0xd415c1,0xbc22b7,0xd317c4,0xb1179d,0xbc0fb4,0xcc47c7,0xb834b5,0xdc2cd9,0xd727d5,0xde30da,0xc834c6,0xeb40f3,0xd227d2,0xe82ed3,0xcf1ecf,0xe831c8,0xe130d4,0xcb1fce,0xc11dd1,0xc246ff,0xd716bc,0xc209b9,0xbb09bb,0xcf10b7,0xe727c7,0xee33bc,0xd71ec7,0xa725ce"
[*]  
[*]    ScanL := ZeroX - CFovX
[*]    ScanR := ZeroX + CFovX
[*]    ScanT := ZeroY - CFovY
[*]    ScanB := ZeroY + CFovY
[*]   
[*]    Loop, {
[*]    ~LButton::
[*]    Start := A_TickCount
[*]    while GetKeyState("LButton") && A_TickCount - Start < 600000
[*]    {
[*]    PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB, EMCol, ColVn, Fast RGB
[*]    GoSub GetAimOffset
[*]    GoSub GetAimMoves
[*]    GoSub MouseMoves
[*]    }
[*]   
[*]    GetAimOffset:
[*]     AimX := AimPixelX - ZeroX
[*]     AimY := AimPixelY - ZeroY
[*]     AimY := AimPixelY+3 - ZeroY
[*]   
[*]      If ( AimX > 0 ) {
[*]       DirX := 1
[*]      }
[*]      If ( AimX < 0 ) {
[*]       DirX := -1
[*]      }
[*]      If ( AimY > 0 ) {
[*]       DirY := 1
[*]      }
[*]      If ( AimY < 0 ) {
[*]       DirY := -1
[*]      }
[*]     AimOffsetX := AimX * DirX
[*]     AimOffsetY := AimY * DirY
[*]    Return
[*]   
[*]    GetAimMoves:
[*]     RootX := Ceil(( AimOffsetX ** 1))
[*]     RootY := Ceil(( AimOffsetY ** 1))
[*]     MoveX := (RootX * DirX) / CSmoothX
[*]     MoveY := (RootY * DirY) / CSmoothY
[*]    Return
[*]   
[*]    MouseMoves:
[*]    MoveMultipler := ((0.0066 * Ingamesensitivity * 1) / BustSpeed)
[*]    AHI.SendMouseMove(11, MoveX * MoveMultipler, MoveY * MoveMultipler)
[*]    return
[*]    }
[*]    return
[/LIST]


Triggerbot
AutoHotkey:
   #Persistent
    #KeyHistory, 0
    #NoEnv
    #HotKeyInterval 1
    #MaxHotkeysPerInterval 127
    #InstallKeybdHook
    #UseHook
    #SingleInstance, Force
    #include Lib\AutoHotInterception.ahk
    global AHI := new AutoHotInterception()
  
  
  
    SetKeyDelay,-1, 8
    SetControlDelay, -1
    SetMouseDelay, -1
    SetWinDelay,-1
    SendMode, InputThenPlay
    SetBatchLines,-1
    ListLines, ON
    CoordMode, Pixel, Screen, RGB
    CoordMode, Mouse, Screen
    PID := DllCall("GetCurrentProcessId")
    Process, Priority, %PID%, High 
  
    EMCol := " 0xab0001, 0xb7394f, 0xb93742, 0xbb3340, 0xca4c5a, 0xbf3f4c, 0xd0262e, 0xd1262e, 0xd22830, 0xb0535f, 0xd1272e, 0xc13542, 0xca3d49, 0xc33541, 0xbb2e3a, 0xcc414d, 0xcc414d, 0xcb404c, 0xc23642, 0xbe303d, 0xcc404d, 0xcd4150, 0xd50f0e, 0xd50f0e, 0xd50f0e, 0xd50f0d, 0xd40f0e, 0xd50f0d, 0xd5100d, 0xd5100e, 0xd50f0d, 0xd00b0a, 0xcf4551, 0xcd414f, 0xc83c48, 0xc23642, 0xc93e4c, 0xd74c5b, 0xda505d, 0xcc404f, 0xc15353 "                                                                                                               
  
    ColVn := 44
    ZeroX := (A_ScreenWidth // 2)
    ZeroY := (A_ScreenHeight // 2)
    CFovX := 1
    CFovY := 1
  
    ScanL := ZeroX - 1
    ScanR := ZeroX + 1
    ScanT := ZeroY - 1
    ScanB := ZeroY + 1
  
  
    Loop, {
 
    PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB, EMCol, ColVn, Fast RGB
 
    if GetKeyState("XButton2"){
        if (ErrorLevel=0) {
    PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB, EMCol, ColVn, Fast RGB
    Loop , 1{
    AHI.SendMouseButtonEvent(11, 0, 1)
    sleep, 1
    AHI.SendMouseButtonEvent(11, 0, 0)
         }
       }
     }
   }

if u dont like it
sadwavey.gif
mess around with the fov aka ScanL R B and T as well as cfov id set it too 1 between5 also change colvn if u want

Guide:
This is your config.ini edit stuff here nowhere else unless you know what you are doing

AutoHotkey:
[main]
ColVn=38 ;Sensitivity to color Higher more Variations allowed lower less Variations allowed
ZeroX=960 ;Your first reselution part aka 1920/2 = 960
ZeroY=540 ;Your second reselution part aka 1080/2 = 540
CFovX=45 ;Your FOV bigger more space to aim to enemies less less space should stay the same number for x & y
CFovY=45 ;Your FOV bigger more space to aim to enemies less less space should stay the same number for x & y
CSmoothX=5 ;Your smoothnes aka how smooth aimbot is or humanization should also stay the same
CSmoothY=5 ;Your smoothnes aka how smooth aimbot is or humanization should also stay the same
MoveMultiplerX=12 ;Aimbot Movement speed multiplyer higher faster lower slower should also stay the same unless you know what you are doing
MoveMultiplerY=12 ;Aimbot Movement speed multiplyer higher faster lower slower should also stay the same unless you know what you are doing
Ingamesensitivity=3.5 ; this is your iNgame sens just input it here
BustSpeed=0.15 :We set the speed of the mouse. Set it according to your own mouse sensitivity in the game. The higher the value, the slower the speed. 0.01 = very fast, 1 = very slow.

Huge thanks to my friend epexxYT from UC for releasing this amazing art of work.
Credits: Sunara for base AHK Colorbot source code
hi you can explain how to create the .ahk ?
 
Onaylı Üye
Katılım
15 Eyl 2021
Mesajlar
51
Tepki puanı
2
Ödüller
2
Yaş
26
4 HİZMET YILI
Seems interesting, ill give it a try once i have the time to play overwatch again. Ty for sharing.
 
Seçkin Üye
Katılım
18 Nis 2020
Mesajlar
333
Tepki puanı
19
Ödüller
6
Yaş
27
6 HİZMET YILI
clearly correct guide, i am hoping whilst i get 600 texts this nonetheless work xd
 
Onaylı Üye
Katılım
18 Eki 2022
Mesajlar
57
Tepki puanı
5
Ödüller
3
Yaş
25
3 HİZMET YILI
oyun paralımı veya alabileceğimiz biyer varmı sistem gereksinimleri nedir oyunun
 
Banlı Üye
Katılım
3 Ağu 2021
Mesajlar
543
Tepki puanı
38
Ödüller
1
4 HİZMET YILI
because it is locked in color, it is locked in a click of different places, I am trying it now, what is the ban rate?
 
Onaylı Üye
Katılım
30 Ağu 2020
Mesajlar
62
Tepki puanı
1
Ödüller
3
Yaş
35
5 HİZMET YILI
Olá gostaria de saber se é seguro e se é banido?
 
Banlı Üye
Katılım
22 Şub 2019
Mesajlar
557
Çözümler
1
Tepki puanı
44
Ödüller
3
Yaş
33
7 HİZMET YILI
this is so good i will try it today my friend thanks
 
Onaylı Üye
Katılım
11 Eyl 2018
Mesajlar
59
Tepki puanı
2
Ödüller
7
Yaş
28
7 HİZMET YILI
what is the activation key ?
 
Onaylı Üye
Katılım
13 Kas 2021
Mesajlar
135
Tepki puanı
47
Ödüller
2
4 HİZMET YILI
Banlı Üye
Katılım
22 Şub 2019
Mesajlar
557
Çözümler
1
Tepki puanı
44
Ödüller
3
Yaş
33
7 HİZMET YILI
1666451512950.png


i need help thank you im using a laptop
 
Ultra Üye
Katılım
12 Ocak 2021
Mesajlar
1,517
Çözümler
2
Tepki puanı
206
Ödüller
5
Yaş
27
5 HİZMET YILI
Works fine, but its trash when they are all together the aim flicks everywhere.
 
Onaylı Üye
Katılım
13 Kas 2021
Mesajlar
135
Tepki puanı
47
Ödüller
2
4 HİZMET YILI
i already fixed it thank you but the aimbot is not working tho
edit the AHK file and where you see
Loop, {
~F::
OR
GetKeyState("F")

change the F key to whatever you want, side mouse buttons are XButton1 and XButton2
Post automatically merged:

edit the AHK file and where you see
Loop, {
~F::
OR
GetKeyState("F")

change the F key to whatever you want, side mouse buttons are XButton1 and XButton2
also try to disable triggerbot for now, because it's on the same loop you can't change keybind for it and it gets messed up
 
Üye
Katılım
22 Eki 2022
Mesajlar
17
Tepki puanı
2
Yaş
30
3 HİZMET YILI
bro if i can just play overwatch 2, i have a problem when i always crash midgame, game will last 1-5 mins after clicling play, crash with no error message or warning it just close midgame , do yall have some type of fix of this kind of problem, i will be kindly delighted. just pm me
 
Moderatörün son düzenlenenleri:
Üst