Results 1 to 15 of 16

Threaded View

  1. #1
    MiguelTv1234's Avatar
    Join Date
    Mar 2018
    Gender
    male
    Location
    Spain
    Posts
    0
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic

    AHK Valorant No Recoil Hack

    Hey,
    I have been working on a recoil cheat for a while and is just an old R6 no recoil cheat that i had make but i adjust it to Valorant.

    Have fun!

    Isn't the best but here is the code
    Code:
    _auto := true
     
    ~LButton::autofire()
    Numlock::_auto := ! _auto
    F1::ExitApp
     
    autofire()
    {
    global _auto
    if _auto
    {
    Loop
    {
    if GetKeyState("LButton", "P")
    {
    SendInput {LButton DownTemp}
    Sleep 30
    mouseXY(0, 1)
    SendInput {LButton Up}
    Sleep 25
    }
    else
    break
    } ;; loop
    } ;; if
    } ;; autofire()
     
    mouseXY(x,y)
    {
        DllCall("mouse_event",uint,1,int,x,int,y,uint,0,int,0)
    }
    Last edited by T-800; 05-17-2020 at 11:50 AM. Reason: Added code tags.

Similar Threads

  1. I need NO RECOIL Hack
    By jaft88 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 02-15-2008, 08:34 AM
  2. ok heres a no spread no recoil hack by me
    By cjg333 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 06-29-2007, 08:17 AM
  3. Replies: 2
    Last Post: 06-10-2007, 08:01 AM
  4. No Recoil Hack
    By quin123 in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 9
    Last Post: 03-21-2007, 03:14 PM
  5. No recoil hack????
    By max.here in forum WarRock - International Hacks
    Replies: 2
    Last Post: 02-21-2007, 05:52 AM