Page 1 of 4 123 ... LastLast
Results 1 to 15 of 49

Hybrid View

  1. #1
    mai1990's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    Australia
    Posts
    138
    Reputation
    10
    Thanks
    352

    Thumbs up No Recoil For Support And assault

    it's an auto hot key script created by chest123. all credits goes to him

    HOW TO USE-

    1.Download Auto Hot Key https://autohotkey.com/
    2.Install Auto Hot Key
    3.Right Click On Desktop > New > AutoHotkey Script
    4.Paste the code below, save, and exit
    5.Right click the script on the desktop
    6.Run as admin (for some reason if you don't do this, the no recoil won't work in game but it will work on the desktop.)
    7.Go to game and enjoy!
    8.When done, just press the Insert button and it should stop itself

    START- F1
    PAUSE-F2
    STOP- INSERT

    PROOF-
    Video 1:

    Video 2:


    SCRIPT-

    #NoEnv
    SendMode Input
    SetWorkingDir %A_ScriptDir%

    F1::
    Loop
    {
    Sleep, 10
    GetKeyState, state, F1, P
    if state = U ;-- The key has been released, so break out of the loop.
    break
    SoundBeep,200,250
    Sleep, 10
    Suspend
    }
    return
    F2::Suspend

    ~LButton::
    while GetKeyState("LButton")
    {
    DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
    Sleep, 12
    }
    return
    ~MButton::
    if GetKeyState("LButton")
    {
    Sleep, 13
    MouseClick, Middle,,,, D
    DllCall("mouse_event", uint, 0, int, 0, int, -1, uint, 0, int, 0)
    }
    return


    Insert::ExitApp



    WORKS FOR ALL MOUSES, TESTED WITH EVEN A $5 MOUSE.
    ONLY WORKS WITH ASSAULT AND SUPPORT ATM

    HAPPY HACKING!! SAY THANKS

  2. The Following 6 Users Say Thank You to mai1990 For This Useful Post:

    car090875 (03-22-2018),Edd2k (04-19-2018),khattab1 (11-20-2017),killtheham (11-23-2017),koeme111 (05-05-2018),takako (11-21-2017)

  3. #2
    benplaysgames52's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    gonna test now

    - - - Updated - - -

    this does the oppsiote if gives you negative recoil drags your gun down

  4. #3
    jonnyrotton's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    event = MOUSE_BUTTON_PRESSED, arg = 1
    event = MOUSE_BUTTON_RELEASED, arg = 1
    event = MOUSE_BUTTON_PRESSED, arg = 1
    event = MOUSE_BUTTON_RELEASED, arg = 1
    event = MOUSE_BUTTON_PRESSED, arg = 1
    event = MOUSE_BUTTON_RELEASED, arg = 1
    event = MOUSE_BUTTON_PRESSED, arg = 1
    event = MOUSE_BUTTON_RELEASED, arg = 1
    Syntax Error: Line: 0
    event = PROFILE_DEACTIVATED, arg = 0
    Syntax Error: Line: 0

    doesnt work,oh nevermind i tried to put this in my mouse
    Last edited by jonnyrotton; 11-19-2017 at 09:10 AM.

  5. #4
    takako's Avatar
    Join Date
    Apr 2016
    Gender
    female
    Posts
    70
    Reputation
    10
    Thanks
    18
    My Mood
    Breezy
    HI !
    thnks for script I will test and see if the sleep works in my resolution of monitor, if not I will adjust the sleep till I find the sweet spot for recoil.

    thnks for posting it mai1990
    And special thnks for the creator of the script chest123 !!

    brb with finds I'm using a G500 Logitech and a G 502 Logitech with a ultra widescreen 2560 x 1080 . in a 32 bit

  6. #5
    mai1990's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    Australia
    Posts
    138
    Reputation
    10
    Thanks
    352
    Quote Originally Posted by takako View Post
    HI !
    thnks for script I will test and see if the sleep works in my resolution of monitor, if not I will adjust the sleep till I find the sweet spot for recoil.

    thnks for posting it mai1990
    And special thnks for the creator of the script chest123 !!

    brb with finds I'm using a G500 Logitech and a G 502 Logitech with a ultra widescreen 2560 x 1080 . in a 32 bit
    you are welcome mate!

  7. #6
    khattab1's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Why do you care?
    Posts
    73
    Reputation
    10
    Thanks
    5
    My Mood
    Angry
    Is this banable?
    [IMG]https://www.danasof*****m/sig/469591.jpg[/IMG]

  8. #7
    mai1990's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    Australia
    Posts
    138
    Reputation
    10
    Thanks
    352
    Quote Originally Posted by khattab1 View Post
    Is this banable?
    no . I've been using it for more than a week and you are not injecting anything like internal hacks. it all from your mouse. after you start the script, you can see how it works by click and hold your mouse left button on your desktop. ( the cursor will be moving down, same thing works when you shoot using guns). I don't think it's gonna cause you trouble.
    However, get advice from pros.

  9. #8
    Sparta18's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    Awesome! Looked for this for so long!

  10. #9
    Dehler's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    First if all thanks for your effort but Unfortunately it drags the weapon down. Anything to change there manually?

    THX

  11. #10
    takako's Avatar
    Join Date
    Apr 2016
    Gender
    female
    Posts
    70
    Reputation
    10
    Thanks
    18
    My Mood
    Breezy
    hi IM back to report and one question.

    Using G500 Logitech and G502 Logitech.

    It works fine with the Lewis gun optical sight telescopic weapon of your video . Thank you !
    But unfortunately is not working with the other support weps.

    The assault weapon mp18 is working with out optical.
    But the rest of the assault weapons are not working.

    Question re calibrating the sleep in the script will fix some of the recoil in other weeps? I'm asking becasue maybe you try it already.

    thnsk you !

  12. #11
    tuxtos's Avatar
    Join Date
    Apr 2017
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    works fine iam fusion with autospot and working very fine!!!

  13. #12
    CloudAlien's Avatar
    Join Date
    Dec 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Works Great! Thanks.

  14. #13
    debugman's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Can you explain the script? what values can I change to for less sensitive mouse?

  15. #14
    Hyeonu's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    I have a question when i try to shoot my mouse drag it down.... can you plese hlep me?

  16. #15
    Do or do not. There is no try. - Yoda
    Former Staff
    Premium Member
    Vader's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Far Far Away
    Posts
    1,871
    Reputation
    821
    Thanks
    793
    My Mood
    Twisted
    Quote Originally Posted by Hyeonu View Post
    I have a question when i try to shoot my mouse drag it down.... can you plese hlep me?
    This is normal for no recoil scripts

    "My life spans millennia. Legions have risen to test me. […] My ascendance is inevitable. A day, a year, millennium-it matters not. I hold the patience of stone and the will of stars. Your striving is insignificant. Let your death be the same."
    -The Sith Emperor

    Member - 06.05.2010
    Premium Member - 08.12.2015
    News Force - 24.10.2016 / 26.03.2018
    Publicist - 06.12.2017 / XX.XX.2018
    Battlefield Minion - 23.12.2017
    GTA Minion - 23.01.2018


Page 1 of 4 123 ... LastLast

Similar Threads

  1. [Outdated] No Recoil For Support And assault
    By mirose001 in forum Battlefield 1 Hacks & Cheats
    Replies: 2
    Last Post: 08-28-2017, 04:09 AM
  2. [Release] F l a p J a c K ™ [WEAPON HACK - exclusive for SNIPER AND ASSAULT (: ]
    By F l a p J a c K ™ in forum WarRock Philippines Hacks
    Replies: 27
    Last Post: 01-09-2014, 08:39 AM
  3. [Request] Wallhack And No Recoil For CA EU
    By xNoller in forum Combat Arms EU Hack Coding/Source Code
    Replies: 5
    Last Post: 04-01-2011, 06:23 PM
  4. My support and Montage for MPGH
    By taupule in forum General
    Replies: 1
    Last Post: 07-08-2010, 10:43 PM
  5. Replies: 82
    Last Post: 08-29-2009, 04:44 PM