Chmetta Posted April 19, 2022 Share Posted April 19, 2022 On 10/1/2021 at 3: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 or you can edit config.ini file, change color code here without " " . like this example: 0xA145A3 20 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 or reply to this topic to see the hidden content. ------------------------------------------------------------------------------------------------------------------------------------------------------ If you have any questions feel free to reply to this post and ask. ------------------------------------------------------------------------------------------------------------------------------------------------------ and you have to play the game on Windowed Fullscreen mode and make sure your outline is purple due to embedded file Pressed F2 and Hold Alt while playing the game I'm working on higher resolution ------------------------------------------------------------------------------------------------------------------------------------------------------ Download:↴ Hidden Content Give reaction or reply to this topic to see the hidden content. or Hidden Content Give reaction or reply to this topic to see the hidden content. Hidden Content Give reaction or reply to this topic to see the hidden content. Hidden Content Give reaction or reply to this topic to see the hidden content. is this still working ? 3 Quote Link to comment Share on other sites More sharing options...
Chmetta Posted April 19, 2022 Share Posted April 19, 2022 On 10/1/2021 at 3: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 or you can edit config.ini file, change color code here without " " . like this example: 0xA145A3 20 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 or reply to this topic to see the hidden content. ------------------------------------------------------------------------------------------------------------------------------------------------------ If you have any questions feel free to reply to this post and ask. ------------------------------------------------------------------------------------------------------------------------------------------------------ and you have to play the game on Windowed Fullscreen mode and make sure your outline is purple due to embedded file Pressed F2 and Hold Alt while playing the game I'm working on higher resolution ------------------------------------------------------------------------------------------------------------------------------------------------------ Download:↴ Hidden Content Give reaction or reply to this topic to see the hidden content. or Hidden Content Give reaction or reply to this topic to see the hidden content. Hidden Content Give reaction or reply to this topic to see the hidden content. Hidden Content Give reaction or reply to this topic to see the hidden content. is this still working ? 1 Quote Link to comment Share on other sites More sharing options...
Denzerson Posted April 19, 2022 Share Posted April 19, 2022 Could you think of a way of programming a valorant unlock-all tool? Quote Link to comment Share on other sites More sharing options...
TheDSOuls Posted April 19, 2022 Share Posted April 19, 2022 yes Quote Link to comment Share on other sites More sharing options...
whois Posted April 20, 2022 Share Posted April 20, 2022 Still safe? Quote Link to comment Share on other sites More sharing options...
valorantfan1243_ Posted April 20, 2022 Share Posted April 20, 2022 it dont seem to work atm.. Quote Link to comment Share on other sites More sharing options...
RamMeInTheArse Posted April 20, 2022 Share Posted April 20, 2022 is this still safe for use? Quote Link to comment Share on other sites More sharing options...
Delluxo Posted April 20, 2022 Share Posted April 20, 2022 sheeesh Quote Link to comment Share on other sites More sharing options...
Rezzus Posted April 23, 2022 Share Posted April 23, 2022 amazing!!!! Quote Link to comment Share on other sites More sharing options...
jgrte Posted April 25, 2022 Share Posted April 25, 2022 On 2021/10/1 at PM10點40分, 0xb4dc0d3x said: 0xA5A528 thank you code Quote Link to comment Share on other sites More sharing options...
longmongga89 Posted April 25, 2022 Share Posted April 25, 2022 thank sir Quote Link to comment Share on other sites More sharing options...
anjaoplays2 Posted April 26, 2022 Share Posted April 26, 2022 thx Quote Link to comment Share on other sites More sharing options...
Adamrocksbro12KILLME Posted April 28, 2022 Share Posted April 28, 2022 😇 Quote Link to comment Share on other sites More sharing options...
LaJokre45 Posted April 30, 2022 Share Posted April 30, 2022 so good Quote Link to comment Share on other sites More sharing options...
Bl4de Posted April 30, 2022 Share Posted April 30, 2022 Nice script Quote Link to comment Share on other sites More sharing options...
Bonniecx Posted April 30, 2022 Share Posted April 30, 2022 cool Quote Link to comment Share on other sites More sharing options...
sircapalotfnbr Posted May 1, 2022 Share Posted May 1, 2022 Less goo Quote Link to comment Share on other sites More sharing options...
sircapalotfnbr Posted May 1, 2022 Share Posted May 1, 2022 Does this still work? Quote Link to comment Share on other sites More sharing options...
N4xer Posted May 1, 2022 Share Posted May 1, 2022 thanks for the script Quote Link to comment Share on other sites More sharing options...
Hw1dBypass Posted May 1, 2022 Share Posted May 1, 2022 dope Quote Link to comment Share on other sites More sharing options...
kleuterspeelzaal Posted May 3, 2022 Share Posted May 3, 2022 just replying Quote Link to comment Share on other sites More sharing options...
chautinhtri Posted May 3, 2022 Share Posted May 3, 2022 moce Quote Link to comment Share on other sites More sharing options...
vonz2k Posted May 5, 2022 Share Posted May 5, 2022 thank you for the script Quote Link to comment Share on other sites More sharing options...
Retard4 Posted May 6, 2022 Share Posted May 6, 2022 Thanks for the share hopefully its still ud Quote Link to comment Share on other sites More sharing options...
cikamen Posted May 6, 2022 Share Posted May 6, 2022 cheers 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.