KATE Posted April 12, 2020 Share Posted April 12, 2020 should work though. Not my work, I basically just changed the color of the pixels so it aims for the red outline. init: #NoEnv #SingleInstance, Force #Persistent #InstallKeybdHook #UseHook #KeyHistory, 0 #HotKeyInterval 1 #MaxHotkeysPerInterval 127 *~$LButton:: SetKeyDelay,-1, 1 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 EMCol := 0xB82C29 ColVn := 64 AntiShakeX := (A_ScreenHeight // 160) AntiShakeY := (A_ScreenHeight // 128) ZeroX := (A_ScreenWidth // 2) ;dont touch? ZeroY := (A_ScreenHeight // 2) CFovX := (A_ScreenWidth // 40) ;configure for FOV up = smaller lower= bigger current boxes right 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 Loop, { KeyWait, LButton, D PixelSearch, AimPixelX, AimPixelY, NearAimScanL, NearAimScanT, NearAimScanR, NearAimScanB, EMCol, ColVn, Fast RGB 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 * 5, 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 } } } Pause:: u return: goto, init Z::ExitApp F3:: Suspend return 15 2 5 Quote Link to comment Share on other sites More sharing options...
dazerorex Posted April 12, 2020 Share Posted April 12, 2020 how do you add more colors? Quote Link to comment Share on other sites More sharing options...
trt Posted May 2, 2020 Share Posted May 2, 2020 how do we inject it 3 1 Quote Link to comment Share on other sites More sharing options...
Dainius Bastys Posted May 24, 2020 Share Posted May 24, 2020 how this thing works Quote Link to comment Share on other sites More sharing options...
mattstetler17 Posted June 30, 2020 Share Posted June 30, 2020 whatt Quote Link to comment Share on other sites More sharing options...
ForeverJokeyy Posted August 1, 2020 Share Posted August 1, 2020 started and cot instantly banned Quote Link to comment Share on other sites More sharing options...
xgodxd12 Posted August 2, 2020 Share Posted August 2, 2020 how dose this work and do i hack to make it a dll or .exe Quote Link to comment Share on other sites More sharing options...
InsightX3 Posted August 15, 2020 Share Posted August 15, 2020 i hope it woeks Quote Link to comment Share on other sites More sharing options...
[email protected] Posted January 27, 2021 Share Posted January 27, 2021 how do we inject it 1 Quote Link to comment Share on other sites More sharing options...
Popular Post btc Posted February 6, 2021 Popular Post Share Posted February 6, 2021 On 5/2/2020 at 4:15 AM, trt said: how do we inject it On 8/2/2020 at 7:00 AM, xgodxd12 said: how dose this work and do i hack to make it a dll or .exe this is made for ahk. But you can convert your ahk file to .dll urself https://www.autohotkey.com/boards/viewtopic.php?t=70516 On 1/28/2021 at 12:21 AM, [email protected] said: how do we inject it download autohotkey how to run ahk script https://www.autohotkey.com/docs/Program.htm#run how to compile ahk script https://www.autohotkey.com/docs/Scripts.htm official ahk2exe converter https://github.com/AutoHotkey/Ahk2Exe 75 2 5 Quote Link to comment Share on other sites More sharing options...
Darkcrib20 Posted February 6, 2021 Share Posted February 6, 2021 Hello so i made the .AHK and i paste that thing now how do i use it? Quote Link to comment Share on other sites More sharing options...
lolhighlife Posted March 6, 2021 Share Posted March 6, 2021 im new Quote Link to comment Share on other sites More sharing options...
Buttermellown Posted March 23, 2021 Share Posted March 23, 2021 can u tell me where the color code is? Quote Link to comment Share on other sites More sharing options...
dd4l1122 Posted June 6, 2021 Share Posted June 6, 2021 how do you use this? Quote Link to comment Share on other sites More sharing options...
o_itsyou123 Posted July 30, 2021 Share Posted July 30, 2021 ye how to u use t his script things Quote Link to comment Share on other sites More sharing options...
alphassss31 Posted April 15, 2022 Share Posted April 15, 2022 nce Quote Link to comment Share on other sites More sharing options...
Szell Posted May 3, 2022 Share Posted May 3, 2022 ill try Quote Link to comment Share on other sites More sharing options...
omarfad17 Posted July 18, 2022 Share Posted July 18, 2022 n1 Quote Link to comment Share on other sites More sharing options...
AAASS Posted September 3, 2022 Share Posted September 3, 2022 NICE SCRIPTTT 1 Quote Link to comment Share on other sites More sharing options...
deez nuts Posted March 16 Share Posted March 16 These idiots don't know how to use ahk lol Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.