0999 Posted December 12, 2021 Share Posted December 12, 2021 i even hold the alt key Quote Link to comment Share on other sites More sharing options...
Ansalex Posted December 12, 2021 Share Posted December 12, 2021 Great Job, thank you :) 1 Quote Link to comment Share on other sites More sharing options...
0999 Posted December 13, 2021 Share Posted December 13, 2021 (edited) How to make it work? Ansalex Edited December 13, 2021 by 0999 Quote Link to comment Share on other sites More sharing options...
kaalshuuter Posted December 16, 2021 Share Posted December 16, 2021 still working or not Quote Link to comment Share on other sites More sharing options...
Kalu Posted December 17, 2021 Share Posted December 17, 2021 (edited) Thanks, but i dont understand how is working, when i press "alt" sometimes is fire; sometines not, totally random 😅 i need to press left clic in the same time ? Edited December 17, 2021 by Kalu Quote Link to comment Share on other sites More sharing options...
biliski Posted December 18, 2021 Share Posted December 18, 2021 sheesh Quote Link to comment Share on other sites More sharing options...
Capler Posted December 21, 2021 Share Posted December 21, 2021 hi 1 Quote Link to comment Share on other sites More sharing options...
Capler Posted December 21, 2021 Share Posted December 21, 2021 It is asking me for password what is it Quote Link to comment Share on other sites More sharing options...
MedhatOsama Posted December 23, 2021 Share Posted December 23, 2021 On 10/1/2021 at 4:40 PM, 0xb4dc0d3x said: A simple AHK script for the game Valorant that you can download from corsair site. this script works like trigger bot I've recode this cheat and it works with purple - red - yellow outlines in valorant just download the one that has better performance than the outline of your game ------------------------------------------------------------------------------------------------------------------------------------------------------ How to Use there are two methods to use Cheat 1. Use .exe 2. Download and install the AHK and double click on .ahk file after opening cheat press F2 to Activate the cheat and in the game hold Alt to make it work ------------------------------------------------------------------------------------------------------------------------------------------------------ and this is the Source: init: #NoEnv #SingleInstance, Force #Persistent #InstallKeybdHook #UseHook #KeyHistory, 0 #HotKeyInterval 1 #MaxHotkeysPerInterval 127 if (FileExist("config.ini")) { } Else { IniWrite, "Color code Here", 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) ;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 Gui Add, Text, cBlue, 0xb4dc0d3x VALORANT cheat Gui Add, Text, cPurple, Press F2 to activate 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("Working Key"){ 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 * 2, 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 in line 16 paste the color codes these color code is for yellow: 0xA5A528 red: 0xB82C29 purple: 0xA145A3 and in line 79 you can change the key which toy want to use trigger bot - NOT ACTIVATING - trigger bot works with hold key if you don't know the key lists go visit here ------------------------------------------------------------------------------------------------------------------------------------------------------ If you have any questions feel free to reply to this post and ask. ------------------------------------------------------------------------------------------------------------------------------------------------------ Download:↴ Working_1920x1080.7z 468.43 kB · 323 downloads thanks 5 Quote Link to comment Share on other sites More sharing options...
0xb4dc0d3x Posted December 23, 2021 Author Share Posted December 23, 2021 On 12/21/2021 at 11:48 PM, Capler said: It is asking me for password what is it 123 Quote Link to comment Share on other sites More sharing options...
0xb4dc0d3x Posted December 23, 2021 Author Share Posted December 23, 2021 On 12/17/2021 at 9:11 AM, Kalu said: Thanks, but i dont understand how is working, when i press "alt" sometimes is fire; sometines not, totally random 😅 i need to press left clic in the same time ? It scans your screen and when your crosshair on purple outline it shots. Quote Link to comment Share on other sites More sharing options...
saxzu Posted December 27, 2021 Share Posted December 27, 2021 hoping this still works 1 Quote Link to comment Share on other sites More sharing options...
DITMK Posted December 28, 2021 Share Posted December 28, 2021 thanks 1 Quote Link to comment Share on other sites More sharing options...
Bother Posted December 28, 2021 Share Posted December 28, 2021 nice script, worked great 1 Quote Link to comment Share on other sites More sharing options...
joe joe Posted January 1, 2022 Share Posted January 1, 2022 joe Quote Link to comment Share on other sites More sharing options...
Koster Posted January 2, 2022 Share Posted January 2, 2022 On 10/1/2021 at 4:40 PM, 0xb4dc0d3x said: A simple AHK script for the game Valorant that you can download from corsair site. this script works like trigger bot I've recode this cheat and it works with purple - red - yellow outlines in valorant just download the one that has better performance than the outline of your game ------------------------------------------------------------------------------------------------------------------------------------------------------ How to Use there are two methods to use Cheat 1. Use .exe 2. Download and install the AHK and double click on .ahk file after opening cheat press F2 to Activate the cheat and in the game hold Alt to make it work ------------------------------------------------------------------------------------------------------------------------------------------------------ and this is the Source: init: #NoEnv #SingleInstance, Force #Persistent #InstallKeybdHook #UseHook #KeyHistory, 0 #HotKeyInterval 1 #MaxHotkeysPerInterval 127 if (FileExist("config.ini")) { } Else { IniWrite, "Color code Here", 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) ;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 Gui Add, Text, cBlue, 0xb4dc0d3x VALORANT cheat Gui Add, Text, cPurple, Press F2 to activate 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("Working Key"){ 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 * 2, 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 in line 16 paste the color codes these color code is for yellow: 0xA5A528 red: 0xB82C29 purple: 0xA145A3 and in line 79 you can change the key which toy want to use trigger bot - NOT ACTIVATING - trigger bot works with hold key if you don't know the key lists go visit Hidden Content Give reaction to this post to see the hidden content. ------------------------------------------------------------------------------------------------------------------------------------------------------ If you have any questions feel free to reply to this post and ask. ------------------------------------------------------------------------------------------------------------------------------------------------------ Download:↴ Hidden Content Give reaction to this post to see the hidden content. Thanks for postin ama try it out! 2 Quote Link to comment Share on other sites More sharing options...
0xb4dc0d3x Posted January 2, 2022 Author Share Posted January 2, 2022 On 12/27/2021 at 12:59 PM, saxzu said: hoping this still works my friend use this cheats about 9 month and there is no BAN Quote Link to comment Share on other sites More sharing options...
vjgh21 Posted January 3, 2022 Share Posted January 3, 2022 Yo if it doesnt work for anyone, you need to turn rawinputbuffer off, have the correct color in config, hit f2 to enable it, and then hold alt to use it. Quote Link to comment Share on other sites More sharing options...
Whusy234 Posted January 4, 2022 Share Posted January 4, 2022 s Quote Link to comment Share on other sites More sharing options...
Whusy234 Posted January 4, 2022 Share Posted January 4, 2022 s Quote Link to comment Share on other sites More sharing options...
Whusy234 Posted January 4, 2022 Share Posted January 4, 2022 nice 1 Quote Link to comment Share on other sites More sharing options...
anhkysu Posted January 5, 2022 Share Posted January 5, 2022 can this turn into toggle alt to make it work ? Quote Link to comment Share on other sites More sharing options...
Emperor Posted January 5, 2022 Share Posted January 5, 2022 (edited) thanks for this ! Edited January 5, 2022 by Emperor 1 Quote Link to comment Share on other sites More sharing options...
Plenix Posted January 8, 2022 Share Posted January 8, 2022 sus Quote Link to comment Share on other sites More sharing options...
Plenix Posted January 8, 2022 Share Posted January 8, 2022 aight 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.