Thread: No recoil

Results 1 to 3 of 3
  1. #1
    JsuisTonPere's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    1

    No recoil

    Hello,
    I wanted to know if we could do with ahk a no recoil if so how do I have to script:
    #NoEnv
    SendMode entrée

    _Auto : = true

    ~ LButton :: autofire ()
    + LButton :: _Auto : = ! _Auto
    ~ RButton :: Suspendre
    F1 :: ExitApp

    autofire ()
    {
    global _auto
    if _auto
    {
    Loop
    {
    if GetKeyState ( "LButton" , "P" )
    {
    Sleep 100
    mouseXY ( 0 , 22 )
    Sleep 0
    }
    else
    break
    } ;; loop
    } ;; if
    } ;; autofire ()

    mouseXY ( x , y )
    {
    DllCall ( "mouse_event" , uint , 1 , int , x , int , y , uint , 0 , int , 0 )
    }
    but it's just down the mouse I wanted to know if there is a way to make a full no recoil almost with ahk or cheat engine ?
    thanks
    sorry for my poor english

  2. The Following User Says Thank You to JsuisTonPere For This Useful Post:

    ThugLife34 (06-09-2016)

  3. #2
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    English only, (not referring to you, OP).

  4. #3
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    1 week has passed and no further replies have been made by the OP. Assuming solved.

    /Closed.

Similar Threads

  1. How to find Recoil and Spread addresses?
    By V1olATor in forum WarRock - International Hacks
    Replies: 5
    Last Post: 04-20-2007, 09:50 AM
  2. 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
  3. America's Army No Recoil/Reload LUA code.
    By MagikBullet in forum General Game Hacking
    Replies: 7
    Last Post: 02-25-2007, 10:11 AM
  4. No recoil hack????
    By max.here in forum WarRock - International Hacks
    Replies: 2
    Last Post: 02-21-2007, 05:52 AM
  5. No recoil/no spread addys?
    By IBEZ in forum WarRock - International Hacks
    Replies: 8
    Last Post: 01-14-2007, 08:39 PM