Seçkin Üye
yess safeis this safe ?
yess safeis this safe ?
i will try it later now i am playing valoIt'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 ThisBağlantıları görmek için lütfen Giriş Yap
3. Also Get The interception Driver from thisBağ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 itmess 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
acho que ate ser detectado vc so vai ser banido por reports entao toma cuidadoVocê sabe quanto tempo mais ou menos eu posso ser banido?