Thread: Recoil Scripts?

Results 1 to 4 of 4
  1. #1
    goblinty's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Recoil Scripts?

    Hey I was wondering if recoil scripts are detectable and if not, where can I get some

  2. #2
    jakedogs's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    #NoEnv
    SendMode Input

    ~::Suspend

    ~End::ExitApp

    LCtrl & ~LButton::
    Loop
    If GetKeyState("LButton", "LCtrl") {
    Sleep, 5
    moveAmount := (moveAmount = 2) ? 3 : 0
    mouseXY(moveAmount,3.4)

    }
    else
    break

    Return



    mouseXY(x,y)
    {
    DllCall("mouse_event",int,1,int,x,int,y,uint,0,uin t,0)
    }

    post this into auto hotkey happy reking

  3. #3
    goblinty's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by jakedogs View Post
    #NoEnv
    SendMode Input

    ~::Suspend

    ~End::ExitApp

    LCtrl & ~LButton::
    Loop
    If GetKeyState("LButton", "LCtrl") {
    Sleep, 5
    moveAmount := (moveAmount = 2) ? 3 : 0
    mouseXY(moveAmount,3.4)

    }
    else
    break

    Return



    mouseXY(x,y)
    {
    DllCall("mouse_event",int,1,int,x,int,y,uint,0,uin t,0)
    }

    post this into auto hotkey happy reking
    im a complete shitter how do i do that xD

  4. #4
    567202's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    how do you toggle?

Similar Threads

  1. [Help] CSGO AK47 No Recoil Script Help
    By phoenix8383 in forum Other Programming
    Replies: 2
    Last Post: 01-11-2015, 03:05 PM
  2. What Is The Best AHK No Recoil Script?
    By puxzeh in forum Counter-Strike 2 Discussions
    Replies: 2
    Last Post: 11-05-2014, 05:21 PM
  3. [Detected] Rapid Fire and Anti-Recoil scripts VAC proof [AutoHotKey]
    By MeepDarknessMeep in forum Call of Duty 9 - Black Ops 2 (BO2) Hacks & Cheats
    Replies: 61
    Last Post: 06-29-2013, 05:27 AM
  4. [Help Request] No recoil script
    By Dybbuk in forum Call of Duty Modern Warfare 3 Help
    Replies: 1
    Last Post: 01-20-2012, 11:45 AM
  5. [Request] Deagle no recoil script
    By jozza7 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 2
    Last Post: 11-01-2011, 09:53 PM