Popular Post 0xb4dc0d3x Posted October 1, 2021 Popular Post Share Posted October 1, 2021 (edited) 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 here ------------------------------------------------------------------------------------------------------------------------------------------------------ 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:↴ Working_1920x1080.7z or PurpleYellowRed Edited March 22, 2022 by 0xb4dc0d3x how to change color and download 736 55 87 Quote Link to comment Share on other sites More sharing options...
Popular Post 0xb4dc0d3x Posted October 1, 2021 Author Popular Post Share Posted October 1, 2021 (edited) deleted Edited March 22, 2022 by 0xb4dc0d3x deleted 196 13 27 Quote Link to comment Share on other sites More sharing options...
ilovecheatingxD Posted October 1, 2021 Share Posted October 1, 2021 Is this safe for until now? 4 2 Quote Link to comment Share on other sites More sharing options...
0xb4dc0d3x Posted October 1, 2021 Author Share Posted October 1, 2021 (edited) 2 minutes ago, randomdude69 said: Is this safe for until now? yes its safe, my friends and I using this cheat for a month😄 and still using Edited October 1, 2021 by 0xb4dc0d3x still using Quote Link to comment Share on other sites More sharing options...
ilovecheatingxD Posted October 1, 2021 Share Posted October 1, 2021 Is there any way to change the alt key to shift? Quote Link to comment Share on other sites More sharing options...
0xb4dc0d3x Posted October 1, 2021 Author Share Posted October 1, 2021 9 minutes ago, randomdude69 said: Is there any way to change the alt key to shift? yes, open the .ahk file with notepad and and in line 79 change the Alt to Shift 🤙 1 Quote Link to comment Share on other sites More sharing options...
UchihaMadaraUM Posted October 1, 2021 Share Posted October 1, 2021 please please i can't download it ( We could not locate the item you are trying to view. ) 1 Quote Link to comment Share on other sites More sharing options...
btc Posted October 1, 2021 Share Posted October 1, 2021 Merged the thread together, cuz u had 2 threads. Quote Link to comment Share on other sites More sharing options...
0xb4dc0d3x Posted October 1, 2021 Author Share Posted October 1, 2021 2 hours ago, btc said: Merged the thread together, cuz u had 2 threads. oh, I'm so sorry for messing forum topics Quote Link to comment Share on other sites More sharing options...
0xb4dc0d3x Posted October 1, 2021 Author Share Posted October 1, 2021 3 hours ago, UchihaMadaraUM said: please please i can't download it ( We could not locate the item you are trying to view. ) which file shows this downloading error? Red one, Yellow one or Purple one Quote Link to comment Share on other sites More sharing options...
Rozey94 Posted October 1, 2021 Share Posted October 1, 2021 Not sure man i was holding alt and nothing happent 1 Quote Link to comment Share on other sites More sharing options...
UchihaMadaraUM Posted October 2, 2021 Share Posted October 2, 2021 all 1 Quote Link to comment Share on other sites More sharing options...
UchihaMadaraUM Posted October 2, 2021 Share Posted October 2, 2021 this error is coming Quote Link to comment Share on other sites More sharing options...
Popular Post 0xb4dc0d3x Posted October 3, 2021 Author Popular Post Share Posted October 3, 2021 (edited) deleted Edited March 22, 2022 by 0xb4dc0d3x deleted 126 9 20 Quote Link to comment Share on other sites More sharing options...
0xb4dc0d3x Posted October 3, 2021 Author Share Posted October 3, 2021 On 10/2/2021 at 3:22 AM, Rozey94 said: Not sure man i was holding alt and nothing happent Pressed F2 ? outline colour is correct ? Quote Link to comment Share on other sites More sharing options...
0xb4dc0d3x Posted October 3, 2021 Author Share Posted October 3, 2021 Download Links updated and passwords are 123 1 Quote Link to comment Share on other sites More sharing options...
kunakorn61161 Posted October 3, 2021 Share Posted October 3, 2021 download link broken Quote Link to comment Share on other sites More sharing options...
ashpro5146 Posted October 4, 2021 Share Posted October 4, 2021 I can't download any of three files. it says can't locate file Quote Link to comment Share on other sites More sharing options...
0xb4dc0d3x Posted October 4, 2021 Author Share Posted October 4, 2021 (edited) deleted Edited March 22, 2022 by 0xb4dc0d3x deleted Quote Link to comment Share on other sites More sharing options...
bkk1ng Posted October 5, 2021 Share Posted October 5, 2021 hey Quote Link to comment Share on other sites More sharing options...
bkk1ng Posted October 5, 2021 Share Posted October 5, 2021 how do i edit the button activation button Quote Link to comment Share on other sites More sharing options...
Popular Post 0xb4dc0d3x Posted October 5, 2021 Author Popular Post Share Posted October 5, 2021 3 hours ago, bkk1ng said: how do i edit the button activation button @ bkk1ng 1. you need install AHK 2. after installing AHK, right click on .ahk file 3. click on Edit Script 4. change Alt to any key you want if you don't know the key list go visit here 78 4 6 Quote Link to comment Share on other sites More sharing options...
zuroh Posted October 18, 2021 Share Posted October 18, 2021 crazy stuff ngl Quote Link to comment Share on other sites More sharing options...
0xb4dc0d3x Posted October 19, 2021 Author Share Posted October 19, 2021 12 hours ago, zuroh said: crazy stuff ngl what do you mean🤔 1 Quote Link to comment Share on other sites More sharing options...
HaruKewl Posted October 20, 2021 Share Posted October 20, 2021 wait is it safe to use? ud? 1 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.